Commit Graph

32 Commits

Author SHA1 Message Date
Mario Manno d21a9dc19b Add double-dash to job's args
Otherwise tekton-entrypoint will parse some of the options
2022-08-16 18:27:55 +02:00
Guilherme Macedo 997c1a98bd
Update Go to v1.17 and specify exact tags for SLE-BCI images (#50)
Signed-off-by: Guilherme Macedo <guilherme.macedo@suse.com>
2022-06-01 17:13:39 +02:00
raulcabello 3909640697 Update copyright year to 2022 by running go generate 2022-01-26 17:48:03 +01:00
Daishan 73501bd0e1 Add ability to update gitjob with branch in webhook payload
Today in gitjob's webhook design, it takes incoming webhook payload and
find the gitjob that matches the repo url regarding of which branch the
commit is coming from. This will cause a problem where a single webhook
event will trigger update on every branch of gitjob. This commit adds
the ability to read branch/tag from payload and only update gitjob that
matches branch in the payload. It also adds the ability to read from tag
so that tag event is separated from push event.
2021-11-02 14:22:21 -07:00
Nick Gerace 09e4aa2add Generate both apiext v1 and v1beta1 CRDs 2021-07-27 16:44:52 -04:00
Daishan d463c21619 Update gitjob crd to v1 2021-05-21 18:30:21 -07:00
Daishan ef5fe7ff24 Add webhook support 2021-04-08 13:50:37 -07:00
Daishan 3ee45bd7ba Update wrangler 2021-04-06 16:29:21 -07:00
bgoareguer 171cf63340
Add support for HTTP_PROXY variables when fetching public Helm charts (#25)
* Add support for HTTP_PROXY variables when fetching public Helm charts

Co-authored-by: Bertrand Goareguer <bertrand.goareguer@orange.com>
2021-01-21 09:20:11 -07:00
Daishan dfbcffa7af Add user 1000 2021-01-08 14:08:57 -07:00
Daishan 7cf1feba18 Go generate 2021-01-07 11:38:25 -07:00
Daishan 69cedcf781 Fix custom ca cert and insecureSkipTls
This PR fixed several things:
1. Support cabundle to be specified for git repo
2. Fix insecureSkipTLS is wrong
3. Fix bug where git repo has extra port
2020-12-10 21:37:57 -07:00
Timofey Ilinykh 5b1ff60fdb
Wire http proxy settings to clone container 2020-11-03 01:32:39 +01:00
Daishan 731c348657 Update wrangler, fix http and ssh auth 2020-10-19 17:47:24 -07:00
Darren Shepherd 61ca363a77
Merge pull request #13 from StrongMonkey/add-force-update-generation
Use forceUpdateGeneration for force-update job
2020-10-02 16:01:09 -07:00
Daishan 19f6e7ec6a Update wrangler to inclide ls-remote fix, add profile 2020-10-02 15:52:40 -07:00
Daishan 4f8a971073 Update wrangler to v0.7.2 2020-10-02 14:59:43 -07:00
Daishan 1b9cc0b1ce Use forceUpdateGeneration for force-update job
Use field(int64) forceUpdateGeneration to replace forceUpdate timestamp
to control when it should re-run the job.
2020-10-01 11:27:36 -07:00
Daishan f81893a4f0 Remove no delete 2020-09-30 23:49:22 -07:00
Daishan df1abf1be1 Mark gitjob to active if job completes 2020-09-30 16:15:33 -07:00
Daishan 9223171f73 Set termination message and stall condition 2020-09-28 10:27:20 -07:00
Daishan 44b2fbc506 Make tekton images configrable 2020-09-17 12:38:14 -07:00
Daishan 4d862e306b Add custom column, forceUpdate 2020-08-28 09:04:48 -07:00
Daishan d705dae227 More kstatus, use new wrangler git library 2020-08-27 12:39:58 -07:00
Daishan 3feee6d7cc Add kstatus, sync job to gitjob, webhook auto-creation 2020-08-20 13:01:45 -07:00
Daishan 080f323787 Add helm chart support 2020-08-15 12:27:54 -07:00
Darren Shepherd 0fd77b2d88 Rename GitjobSpec to GitJobSpec 2020-08-14 21:00:52 -07:00
Daishan 636b91c9b2 Update vendor 2020-08-12 11:46:22 -07:00
Daishan 32b9596355 Rename crd and groups, add CA and skipssl 2020-08-12 11:42:29 -07:00
Daishan 87b4dcaf5a Multiple fixes 2020-06-29 15:34:27 -07:00
Daishan 1b7f495892 Webhook support 2020-06-26 16:48:27 -07:00
Daishan 7f4eca3cb5 Initial commit 2020-06-25 10:54:34 -07:00