Cory Bennett
fc5be16ac6
update to more actively supported xgo for module support
2019-09-16 17:54:35 -07:00
Mike Pountney
52a577ea48
Fixes #228 : make ':' gpg files temporary to fix go mod
2019-09-13 21:38:25 -07:00
Daniel Martí
d237e86cda
t: rename to _t to fix module support
...
The following two files contain characters which aren't valid in source
files within a Go module:
t/.password-store/GoJira/api-token:gojira@corybennett.org.gpg
t/.password-store/GoJira/api-token:mothra@corybennett.org.gpg
The directory only contains test scripts, so it doesn't need to be
included in the module. The simplest way to do that is to start the
directory with an underscore.
Fixes #228 .
2019-05-26 22:34:24 +01:00
Cory Bennett
49e44670d9
fix usage generation after #178
2018-05-24 00:23:29 -07:00
coryb
585382eaea
Merge pull request #150 from catskul/parameterized-go-makefile
...
make it easier to compile with aribtrary version of go via GO env var
2018-03-08 14:15:11 -08:00
Cory Bennett
9c818d427c
use latest xgo since the project has been updated again
2018-03-08 13:54:04 -08:00
Andrew Somerville
dea794f037
make it easier to compile with aribtrary version of go via GO env var
2018-03-07 15:59:40 -05:00
Cory Bennett
986cc78ed5
[ #115 ] fix transition template for description
2017-09-26 22:49:40 -07:00
Cory Bennett
c6e4b3dc0e
add TOC
2017-09-18 00:49:34 -07:00
Cory Bennett
9f433acaa0
clean up usage formatting, print aliases
2017-09-18 00:44:08 -07:00
Cory Bennett
96b4658dcb
fix logic for detecting changes in README.md
2017-09-17 15:53:30 -07:00
Cory Bennett
3c16e1754a
fix whitespace, --help-long always returns non-zero exit
2017-09-17 15:38:16 -07:00
Cory Bennett
650bc4b50d
fix whitespace
2017-09-17 15:33:10 -07:00
Cory Bennett
b1c9bf5ae5
automatically update usage in README.md
2017-09-17 15:32:24 -07:00
Cory Bennett
8d27b736ca
track *.lock
2017-09-11 00:16:01 -07:00
Cory Bennett
6a879959be
fix perms for test .gnupg directory
2017-09-06 22:34:15 -07:00
Cory Bennett
d46f9495e7
assume tests always run in jira cloud
2017-09-06 22:30:59 -07:00
Cory Bennett
9cc91f7108
use xgo tool rather than docker image directly
2017-09-06 12:29:06 -07:00
Cory Bennett
aa876cd588
update dependencies
2017-09-06 11:35:00 -07:00
Cory Bennett
d87ca7a55d
remove cruft
2017-09-05 23:46:30 -07:00
Cory Bennett
1b854da23b
fix build for windows
2017-09-05 23:45:29 -07:00
Cory Bennett
e04b506c58
fix go vet
2017-09-03 00:52:11 -07:00
Cory Bennett
c89f11d5b5
update generated data files
2017-08-27 19:41:49 -07:00
Cory Bennett
1f345cedee
refactor trivial objects in favor of arguments to static functions
2017-08-27 00:47:11 -07:00
Cory Bennett
916186161a
adding labels [add|set|remove] commands
2017-08-19 15:09:47 -07:00
Cory Bennett
36632a52f0
rewrite checkpoint
2017-08-13 18:23:38 -07:00
Cory Bennett
437532ae89
minor tweak to 'all' target
2017-02-08 08:45:09 -08:00
Cory Bennett
33807cbbec
run full test suite now
2016-12-18 15:56:53 -08:00
Cory Bennett
d187eee826
fix gpg file permissions after checkout
2016-12-18 15:43:55 -08:00
Cory Bennett
6d34ef3f28
debugging travis
2016-12-18 15:37:23 -08:00
Cory Bennett
7852883202
tweak how prove is run
2016-12-18 15:15:46 -08:00
Cory Bennett
be4a5f9156
update for isolated xgo build
2016-12-17 14:13:00 -08:00
Cory Bennett
8acc177627
use gopkg.in for links to maintain version compatibility
2016-09-18 12:44:00 -07:00
Cory Bennett
1f6191425f
add vet and link make targets
2016-08-21 14:22:27 -07:00
Cory Bennett
6e296052f5
add "debug" make target
2016-08-09 23:06:46 -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
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
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
Cory Bennett
b5417ef585
update version tag to prefix with v
2016-01-21 17:38:50 -08:00
Cory Bennett
bc70b43868
make "jira" golang package, move code from jira/cli to root, move jira/main.go to main/main.go
2015-12-22 17:56:53 -08:00
Cory Bennett
df84d47552
fix CURVER in case of building from src tar.gz
2015-11-23 14:35:41 -08:00
Cory Bennett
fa4ce5647d
tweak build
2015-11-23 14:23:29 -08:00
Cory Bennett
c8ae7fc685
[ #17 ] print usage on missing arguments
2015-11-23 14:17:09 -08:00
Cory Bennett
92d10c3498
update version when we create changelog entries
2015-09-16 23:21:36 -07:00
Cory Bennett
f1921454d6
fix "edit" default option, change how defaults are dealt with for filters
2015-09-14 12:31:53 -07:00
Cory Bennett
0f217cefb5
adding "clean" target
2015-09-13 17:13:55 -07:00