145 Commits

Author SHA1 Message Date
Alex Suraci
b5cdd2cb62 add missing printf arg v1.0.0 2018-09-11 16:29:35 -04:00
Alex Suraci
cae534fdd5 fix Fprintln use 2018-09-11 16:26:29 -04:00
Alex Suraci
650d95f8f2 Merge pull request #74 from dpb587/patch-1
Fix closing italics in README.md
2018-07-09 09:47:07 -04:00
Danny Berger
72849471f4 Fix closing italics in README.md 2018-07-06 06:00:27 -07:00
Alex Suraci
1395b7b34c Merge pull request #72 from antonu17/fix/no-commit_sha-for-drafts
Skipping resolveTagToCommitSHA for drafts
2018-05-23 10:44:52 -04:00
Anton Ustyuzhanin
ca97b263da Remove unused resource configuration parameter 2018-05-18 10:43:10 +02:00
Anton Ustyuzhanin
f211b5478b Check if release is draft directly 2018-05-18 10:42:13 +02:00
Anton Ustyuzhanin
dc9ba971de Update in_command tests 2018-04-18 23:12:18 +02:00
Anton Ustyuzhanin
e420eea591 Skipping resolveTagToCommitSHA for drafts 2018-04-18 22:15:46 +02:00
Alex Suraci
8bc116bec7 Merge pull request #71 from jmcarp/tag-filter
Tag filter
2018-04-12 13:04:08 -04:00
Joshua Carp
04c4ad42c0 Anchor default version regex to start of string.
h/t @vito
2018-04-11 23:03:14 -04:00
Joshua Carp
71519586fb Document tag_filter source parameter. 2018-03-03 22:33:08 -05:00
Joshua Carp
b708a1ce3a Add tag filter regex. 2018-03-03 21:31:29 -05:00
Alex Suraci
351c6d03fd Merge pull request #64 from defsprite/resolve-commit-sha
Resolve tag to commit SHA
2018-01-24 11:29:45 -05:00
Christoph Sassenberg
4bef95a488 Add assertion for return values of GetRef and GetReleaseByTag 2018-01-24 10:25:12 +01:00
Christoph Sassenberg
a4894b0992 Add missing file specs 2018-01-24 09:04:03 +01:00
Christoph Sassenberg
d9e71688fc Return on error to avoid dereference errors 2018-01-24 09:03:54 +01:00
Christoph Sassenberg
5819c61aa6 Pass on github client error, do not create empty commit_sha file 2018-01-21 11:03:06 +01:00
Christoph Sassenberg
dae25957fc Add github client happy path specs 2018-01-21 10:46:41 +01:00
Christoph Sassenberg
7bff836cc2 Rename generated file back to commit_sha 2018-01-14 10:19:47 +01:00
Christoph Sassenberg
4da19b53b4 Update README 2017-12-12 11:36:37 +01:00
Christoph Sassenberg
9968f6d17f Add implementation, rename to target_commit 2017-12-12 11:36:37 +01:00
Christoph Sassenberg
a200915862 Add failing specs for commit_sha file and metadata 2017-12-12 11:36:37 +01:00
Alex Suraci
0c66a411ee Merge pull request #62 from kaleo211/master
Allow insecure connection to private Enterprise github
2017-11-07 09:17:51 -05:00
Xuebin He
ce3e69847b Allow insecure connection to private Enterprise github 2017-10-24 16:03:27 -04:00
Joris Melchior
3cf6e11c5a add ca-certs
Signed-off-by: JT Archie <jarchie@pivotal.io>
2017-09-20 12:03:58 -04:00
JT Archie
6c24c8ccc4 Based docker build on alpine:edge image and included tests for the build
in the Dockerfile.
Updated README.md to include developer and testing instructions.
Removed old files and scripts for building and testing.

Signed-off-by: Joris Melchior <jmelchior@pivotal.io>
2017-09-20 11:40:14 -04:00
JT Archie
b7312f65dc Merge pull request #55 from snordhausen/patch-1
Fix typos in README
2017-09-05 09:19:05 -06:00
Stefan Nordhausen
abda69116a typos 2017-09-01 11:31:15 +02:00
Chris Hendrix
28d6890c8c update go-github dependency
closes #42
2017-05-23 17:21:04 -07:00
Alex Suraci
ebe605054f Merge pull request #43 from krishicks/ownerify
Source configuration uses owner instead of user
2017-04-10 14:00:30 -04:00
Kris Hicks
3b050c148c Source configuration uses owner instead of user
"Owner" is the name GitHub uses in its API to reference the owner of a
repository. "User" is not correct when the owner is an organization.

This removes some confusion I've encountered over how to configure the
resource while maintaining backwards compatibility.
2017-04-10 08:52:27 -07:00
Alex Suraci
7c5e8c7b3c update NOTICE.md 2016-11-16 13:47:53 -08:00
Alex Suraci
e26220556e Merge pull request #34 from mdb/improve-documentation
add example of getting a specific release version
2016-10-10 13:41:56 -07:00
Alex Suraci
25bbb30fd6 fix cmd/out 2016-09-27 12:35:26 -07:00
Alex Suraci
a163ea098d Merge pull request #32 from ahelal/feature/pre_release
Support pre release
2016-09-27 10:51:52 -07:00
Adham Helal
f6d82f6c58 Fix the test context and it :| 2016-09-27 14:50:31 +02:00
Adham Helal
04bc09c676 fmt and typos 2016-09-22 22:22:42 +02:00
Adham Helal
ddb19ff3de Add pre-release out tests 2016-09-22 13:59:34 +02:00
Adham Helal
b6a959dd6a Make in tests support prerelease data type 2016-09-22 13:58:23 +02:00
Adham Helal
2d0b25aaca Let us know if its a prerelease in the metadata 2016-09-22 13:57:42 +02:00
Adham Helal
9d4d6f8b29 Add tests for check pre release 2016-09-22 13:22:46 +02:00
Adham Helal
5c3e29a416 Fix test for new tests 2016-09-21 12:32:53 +02:00
Adham Helal
ee96e0d46b Add functionality to support Release and Prerelease together 2016-09-15 16:31:32 +02:00
Mike Ball
422bf88ccc add example of getting a specific release version 2016-08-23 11:47:08 -04:00
Alex Suraci
8946b1f294 simplify body file descriptoin 2016-08-08 10:54:51 -07:00
Alex Suraci
e6e3ad4189 Merge pull request #30 from shinji62/feature/create_body_file_in
Create body file
2016-08-08 10:54:25 -07:00
Adham Helal
cc5e9dc7f5 Support pre release 2016-08-01 14:23:39 +02:00
Etourneau Gwenn
37156df256 Create body file 2016-07-28 13:24:03 +09:00
Alex Suraci
7d10e39540 fix redundant file open/close 2016-07-24 08:49:22 -07:00