Commit Graph

175 Commits

Author SHA1 Message Date
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
Alex Suraci
2f7e52d3cb re-open file on each attempt
otherwise it'll be partially upload if the connection was interrupted
2016-07-23 09:58:49 -07:00
Alex Suraci
084c3e2359 fix upload retry logic
[#126926555]
2016-07-23 09:39:01 -07:00
Alex Suraci
d93d0370bc vendor ginkgo cli 2016-07-09 18:34:12 -07:00
Alex Suraci
3a7443448e fix handling of redirect from asset download 2016-07-09 18:32:35 -07:00
Alex Suraci
12003714cf update ci script for vendor dir 2016-07-09 18:02:35 -07:00
Alex Suraci
4d0130b38d Merge pull request #29 from zachgersh/vendor-dir
Vendor dir
2016-07-08 10:20:06 -07:00
Zachary Gershman
dc2870080e Move to vendor dir 2016-06-21 08:09:19 -07:00
Zachary Gershman
cd28eb3859 Bumps go-github and fixes incompatibilities 2016-06-21 08:06:21 -07:00
Zachary Gershman
8704d73512 Remove the need for realpath 2016-06-21 08:00:20 -07:00
Evan Short
7c95978718 retry 10 times if upload release assets fails
[#121455813]

Signed-off-by: Yucheng Tu <ytu@pivotal.io>
2016-06-14 10:28:26 -07:00
Evan Short
b0114ca8b4 delete assets that failed to upload
[#121455813]

Signed-off-by: Yucheng Tu <ytu@pivotal.io>
2016-06-13 17:45:11 -07:00
Alex Suraci
de0080906a updates for new base image 2016-06-12 10:14:59 -07:00
Alex Suraci
aaa91d6cb2 switch to image_resource 2016-06-12 09:05:37 -07:00
Alex Suraci
128321dcd2 rename image 2016-06-12 09:05:27 -07:00
Maria Shaldibina
c7ac884d7e update README
[#117854649]

Signed-off-by: Jacob Frank <jfrank@pivotal.io>
2016-04-21 13:46:11 -07:00
Maria Shaldibina
049c03df34 include request version in check
[#117854649]

Signed-off-by: Jacob Frank <jfrank@pivotal.io>
2016-04-21 12:03:26 -07:00
Jacob Frank
be23c288a6 ignore .envrc
Signed-off-by: Maria Shaldibina <mshaldibina@pivotal.io>
2016-04-21 11:53:23 -07:00
Jacob Frank
0bdde35c32 Revert "use proxy from environment"
This reverts commit 64e36f5d40.

Signed-off-by: Evan Short <eshort@pivotal.io>
2016-04-12 17:09:49 -07:00
Evan Short
ce29819744 Revert "put back go-github call to avoid dealing w/ godeps"
This reverts commit fec3bdc7c2.

Signed-off-by: Jacob Frank <jfrank@pivotal.io>
2016-04-12 17:09:20 -07:00
Evan Short
fec3bdc7c2 put back go-github call to avoid dealing w/ godeps
Signed-off-by: Jacob Frank <jfrank@pivotal.io>
2016-04-12 15:44:15 -07:00