Cory Bennett
f7ed1ed8d8
gofmt
2016-08-09 23:16:20 -07:00
Cory Bennett
280c0f24b3
add "blockerType" config param, for issueLinkType use for "blocks" command
2016-08-09 23:09:31 -07:00
Cory Bennett
6e296052f5
add "debug" make target
2016-08-09 23:06:46 -07:00
Cory Bennett
189b0d252c
update gitter room
2016-08-08 00:10:04 -07:00
Cory Bennett
0e453a45d3
fix typo
2016-08-05 13:11:31 -07:00
Cory Bennett
179596ff12
add gitter badge
2016-08-05 13:09:17 -07:00
Cory Bennett
50bac02419
make the bootstrapping simpler, move more setup to 000setup.t
2016-08-04 11:11:03 -07:00
Cory Bennett
4b7e24a199
fix links
2016-08-03 09:58:00 -07:00
Cory Bennett
b9bf8455bd
mention osht for testing
2016-08-03 09:56:54 -07:00
Cory Bennett
9111231545
start adding some basic integration tests
2016-08-03 00:13:53 -07:00
Cory Bennett
986528d4ea
default issuetype to "Bug" for project that have Bug, otherwise try "Task"
2016-08-03 00:09:09 -07:00
Cory Bennett
9c1f028be2
make view template only show fields that have values
2016-08-02 23:16:08 -07:00
Cory Bennett
e3c5051e5e
make default create template only display fields if they are valid fields for the project
2016-08-02 22:44:24 -07:00
Cory Bennett
580ea50b37
ignore empty json fields when processing templates
2016-08-02 22:36:51 -07:00
Cory Bennett
be31acde65
allow JIRA_LOG_FORMAT env variable to control log output format
2016-08-02 20:12:30 -07:00
Cory Bennett
a2f8b7ef65
remove extraneous debug
2016-08-02 20:06:40 -07:00
Cory Bennett
c28d46fe8f
add logout command
...
modify password prompt to echo masked password
2016-08-02 20:04:11 -07:00
Cory Bennett
108a5b4976
tweak cookies to store hostname
...
dump all http request/response with --verbose
2016-08-02 19:23:24 -07:00
Cory Bennett
e3d11357e1
load configs in order of closest to cwd (/etc/go-jira.yml is last)
2016-08-02 19:20:23 -07:00
Cory Bennett
dfb10740f5
[ #48 ] fix quoting for "make install" so it actually installs to homedir
2016-08-01 11:31:06 -07:00
Cory Bennett
adc08935b4
Updated Changelog
v0.1.3
2016-07-30 20:13:00 -07:00
Cory Bennett
073c8a3694
[ #43 ] add support for jira done|todo|prog commands
2016-07-30 20:05:13 -07:00
Cory Bennett
c4a31a498e
[issue #46 ] add documentation for how to create/edit templates
2016-07-08 12:12:02 -07:00
coryb
bcad37089a
Merge pull request #24 from mikepea/edit_template_common
...
Reporter is not generally editable.
2016-06-30 08:53:34 -07:00
Cory Bennett
b2ba8de15d
Updated Changelog
v0.1.2
2016-06-29 23:11:04 -07:00
Cory Bennett
6016bda571
[ #44 ] Close tmpfile before rename to work around "The process cannot access the file because it is being used by another process" error on windows.
2016-06-29 23:09:27 -07:00
Cory Bennett
34ca09cf1a
trim out unused platforms, we can add then back in on request
...
publish windows binaries as .exe
2016-06-29 23:08:54 -07:00
Cory Bennett
d7fb88ee41
fix for versions with 'v' prefix
2016-06-28 23:07:06 -07:00
Cory Bennett
de4fe76fec
fix v in version prefix
v0.1.1
2016-06-28 23:02:03 -07:00
Cory Bennett
5b870cb7a2
Updated Changelog
2016-06-28 23:00:49 -07:00
Cory Bennett
89bb82b3f2
use USERPROFILE instead of HOME for windows, rework paths to use
...
filepath.Join for better cross platform support
2016-06-29 06:57:59 +01:00
Cory Bennett
dd0f5efd32
Merge branch 'master' of github.com:Netflix-Skunkworks/go-jira
2016-06-29 01:40:21 +01:00
Cory Bennett
68b5e60dd9
make binary name .exe for windows
2016-06-29 01:26:28 +01:00
Cory Bennett
71acc5d7fc
update Makefile so it builds under cygwin on windows
2016-06-27 15:51:21 -07:00
Cory Bennett
4f91cecf25
fix build under Cygwin on Windows
2016-06-27 15:46:14 -07:00
coryb
688b987895
Merge pull request #39 from mikepea/system_template_dir
...
Include templates from a system path
2016-03-30 14:47:17 -07:00
Mike Pountney
71bb04fabb
Include templates from a system path
...
I've found that several of the built-in templates need a bit of work
to be useful with our JIRA installation (eg #24 ), so this allows for admins
to make a site-specific set of defaults easily.
2016-03-30 20:20:55 +01:00
coryb
3a9f763f9d
Merge pull request #38 from jglick/patch-1
...
Noting jira login
2016-03-30 08:48:21 -07:00
Jesse Glick
d86d85f7b2
Noting jira login
2016-03-30 09:39:49 -04:00
coryb
4b798cbfb4
Merge pull request #37 from tobyjoe/add-resource-expansion
...
Added support for the ```expand``` option for Issues
2016-02-22 09:04:54 -08:00
tobyjoe
598924b51d
Added support for the ``expand`` option for Issues
...
The ```expand``` option is used to specify resource expansion in the
Jira REST API.
It's particularly useful for things like fetching the ```changelog``` of
an Issue.
This PR adds the support to the ```ListIssues``` and ```ViewIssue```
functions of the ```jira.Cli``` struct.
I'm happy to add tests, but there is currently no test suite in the
master branch, so I did not want to bog down the PR with tangential features.
2016-02-22 08:46:08 -05:00
Cory Bennett
674957af5d
change for api changes to go-logging
2016-02-11 15:11:06 -08:00
coryb
c568d7e921
fix #36 , build instructions needed updating
2016-02-10 17:03:27 -08:00
coryb
6eb3567ca5
Merge pull request #35 from QuinnyPig/fix-readme
...
Fix path for installation instructions
2016-02-02 12:06:48 -08:00
Corey Quinn
87ec73c5c3
Fix path for command
2016-02-02 11:19:54 -08:00
coryb
23551abb11
Merge pull request #34 from jonathanio/fix/issuetypes-url-escaping
...
Fix issuetype calls adding URL escaping
2016-02-01 08:46:21 -08:00
Jonathan Wright
693e1441f7
Fix issuetype calls adding URL escaping
...
It is valid within JIRA to have issue types with spaces (for example we use
"Pro-Active Task") however the issuetype variable is not escaped prior to
formatting into the uri string.
This fix imports "net/url" and escapes all inclusions of issuetype into uri.
The only other variables formatted into uri are c.endpoint and issue which
shouldn't contain special characters.
2016-02-01 11:10:30 +00:00
Cory Bennett
6e5cc9821e
Updated Changelog
v0.1.0
2016-01-29 09:04:49 -08:00
Cory Bennett
9e90376816
Merge branch 'master' of github.com:Netflix-Skunkworks/go-jira
2016-01-29 09:02:39 -08:00
coryb
20b32c2ed6
Merge pull request #33 from mikepea/make_jirad
...
Fixes #32 - make path to cookieFile if it's not present
2016-01-29 09:01:29 -08:00