Commit Graph

100 Commits

Author SHA1 Message Date
aswin-in-philips d116b068d3
Update ci.yaml 2023-02-18 13:19:03 +05:30
aswin-in-philips 7793caffa1
Update ci.yaml 2023-02-18 13:17:34 +05:30
aswin-in-philips c9e1955117 updating branch name 2023-02-17 14:07:14 +05:30
aswin-in-philips 6e0f60e783 updating job name 2023-02-17 13:32:59 +05:30
aswin-in-philips b63dd5bdc6 updating branch 2023-02-17 13:28:46 +05:30
aswin-in-philips 2b3f72d59c branch update 2023-02-17 13:11:56 +05:30
aswin-in-philips b42f53d174 coverage test 2023-02-17 13:10:52 +05:30
aswin-in-philips de4ca50d9b testing sonar 2023-02-17 13:01:04 +05:30
aswin-in-philips 642ccbef85 test 2023-02-17 12:57:48 +05:30
aswin-in-philips 6209272b46 test 2023-02-17 12:46:11 +05:30
aswin-in-philips 594175bd30 blackduck test 2023-02-17 12:30:36 +05:30
aswin-in-philips e63942f143 test 2023-02-17 12:19:50 +05:30
aswin-in-philips b9172cee05 blackduck test 2023-02-17 12:13:43 +05:30
aswin-in-philips 43b9edc4c0 adding secrets 2023-02-17 12:05:13 +05:30
aswin-in-philips 05731bac5d test 2023-02-17 11:56:37 +05:30
aswin-in-philips 4789f0b109 blackduck test 2023-02-17 11:52:43 +05:30
aswin-in-philips a9def5ea4d test 2023-02-17 11:40:11 +05:30
aswin-in-philips fd601df0f7 test 2023-02-17 11:25:33 +05:30
aswin-in-philips 52bdfa6a42 test 2023-02-17 11:06:20 +05:30
aswin-in-philips d3fd631fc0 adding blackduck and fortify 2023-02-17 11:05:17 +05:30
aswin-in-philips e8f4a5cb81 test run 2023-02-17 11:04:00 +05:30
aswin-in-philips 254bd0e59b separating pr and main deployment 2022-10-21 19:17:23 +05:30
aswin-in-philips 0f8c26454b change 2022-07-11 20:00:15 +05:30
aswin-in-philips 279a55126c change 2022-07-11 15:30:45 +05:30
aswin-in-philips d67b2a6555 adding workflow queue action 2022-05-13 17:36:48 +05:30
aswin-in-philips 31d247ea0c adding workflow queue 2022-05-12 17:42:56 +05:30
aswin-in-philips f9f561ab00 tag name change 2022-05-10 19:54:51 +05:30
aswin-in-philips 3cbdaa2ce1 adding condition 2022-05-09 23:45:57 +05:30
aswin-in-philips d1916115f0 adding branch name 2022-05-09 22:13:20 +05:30
aswin-in-philips 02601f9eae changing branch name 2022-05-05 15:36:06 +05:30
aswin-in-philips 4181ec103e changing job names 2022-05-05 15:09:10 +05:30
aswin-in-philips fcfead835f adding trigger workflow 2022-05-05 15:07:14 +05:30
aswin-in-philips b9496e5a07 chaing docker 2022-05-05 14:40:49 +05:30
aswin-in-philips 35a32f1a66 adding sudo 2022-05-05 14:21:02 +05:30
aswin-in-philips 40e48af09d adding install command for bump version 2022-05-05 14:19:48 +05:30
aswin-in-philips 2d3e42c412 Adding init and bumpversion 2022-05-05 14:17:39 +05:30
aswin-in-philips 3564847ff4 changing file names 2022-05-05 14:08:41 +05:30
aswin-in-philips 941beae21c removing cd files 2022-05-03 13:19:12 +05:30
aswin-in-philips 39a36b8824 adding trigger workflow and release-candidate 2022-05-02 18:09:53 +05:30
praneethsandra 17a4b2078c
Update ci.yaml 2021-05-03 12:20:08 +05:30
praneethsandra e2bfb84a9a
Update ci.yaml 2021-05-03 12:15:46 +05:30
praneethsandra cbd4fc1da5
Update ci.yaml 2021-05-03 11:33:57 +05:30
praneethsandra d25d5b4a8c
Update ci.yaml 2021-05-03 11:30:57 +05:30
Joel Speed d1e7ae6f11
Don't download dependencies using go mod 2021-02-19 11:31:00 +00:00
Joel Speed 5fe947eb07
Update go version to 1.16
This includes a fix for our samesite cookie parsing. The behaviour
changed in 1.16 so that the default value now leaves it empty, so it's
equivalent to not setting it (as per spec)
2021-02-19 11:30:58 +00:00
Joel Speed 9cea4ea89b
Update golangci-lint version in CI workflow 2021-02-17 20:25:37 +00:00
Joel Speed eb129a342c
Ensure code is generated during CI 2021-01-18 09:56:07 +00:00
Joel Speed b848663a3d
Move test script to workflows folder 2020-10-07 18:48:11 +01:00
Mitsuo Heijo f705d2b5d3
Improve CI (#819)
* simplify github actions workflow

no more GOPATH, update Go to 1.15.x

* add script to install golangci-lint

* drop support for Go 1.14

* check docker build in ci

* update alpine linux to 3.12

* update CHANGELOG

* fix golangci-lint installation

Co-authored-by: Joel Speed <Joel.speed@hotmail.co.uk>
2020-10-07 18:46:41 +01:00
Shinebayar G dc7dbc5d28
ci: migrate to Github Actions, close #546 (#750)
* ci: migrate to Github Actions

* ci: optimize on feedback

* ci: run gocov in correct dir

* ci: running after-build script always

* ci: giving test script execute permission

* ci: correct error handling on test script

* ci: more verbose test script

* ci: configure CC_TEST_REPORTER_ID env

* ci: check existence of CC_TEST_REPORT_ID variable, skip if unset

* ci: check existence of CC_TEST_REPORT_ID variable, skip if unset

* update changelog

* Update CHANGELOG.md

Co-authored-by: Joel Speed <Joel.speed@hotmail.co.uk>
2020-10-05 10:29:47 +01:00