Commit Graph

24 Commits

Author SHA1 Message Date
Peter Leitzen 5c4e5ac76e
ci: add review roulette danger plugin 2022-11-23 12:37:15 +01:00
Kai Armstrong 9fd3c2a154
chore: move lint job to main ci file 2022-11-17 14:26:43 -06:00
Kai Armstrong 39e9e21313 chore: re-add linting/formatting job to ci 2022-11-17 18:36:09 +00:00
Dmytro Makovey 1bee4cc99c feat: Extend "pipeline" command functions 2022-11-09 17:09:14 +00:00
Kai Armstrong 6bbb59a684 chore: only run docs linting and checks in merge requests 2022-10-28 14:55:09 -05:00
Kai Armstrong d3809b3c6d chore: docs update only needs to run in merge requests 2022-10-28 19:47:50 +00:00
Kai Armstrong 4dc162fecb chore: check if docs updates are required 2022-10-28 18:13:35 +00:00
Kai Armstrong 58b766ca2a chore: add linting for commit messages 2022-10-21 15:02:28 -05:00
Kai Armstrong f49edb5023 fix: remove duplicate ci pipelines 2022-10-21 12:21:38 -05:00
Kai Armstrong f95b6ea90c docs: add linting and checks to documentation 2022-10-21 14:38:48 +00:00
pataar bcc83d2ffd test: add coverage to gitlab ci 2022-10-04 19:30:12 +00:00
Oscar Tovar 7b575a5199
ci: go install lsif-go binary 2022-08-01 14:17:12 -04:00
Philippe Lafoucrière 6dce382477 ci: add secret detection 2022-07-27 14:22:00 +00:00
Tomas Vik b0223136e5 ci: add a release job 2022-07-13 17:06:30 +00:00
Tomas Vik 21025017a9 ci: add unit test task to the CI 2022-06-09 14:29:02 +02:00
Lucas Charles f64122a970 chore: Switch SAST scanning to semgrep 2022-06-06 18:39:19 +00:00
Kerri Miller ba6d0dcc20 Update .gitlab-ci.yml file 2022-05-12 19:50:09 +00:00
Kerri Miller 555b7fa4b7 Migrate lint.yml to Gitlab CI 2022-04-21 15:10:13 +00:00
Clement Sam 7705e8aa64 chore(ci/test): switch test job from GitLab CI to GitHub action
Currently, GitLab CI does not run on forks per the discussion here https://gitlab.com/gitlab-org/gitlab/-/issues/5667.
However, `glab` needs the GitLab CI to run on forks in order to run tests.
Since this is not possible, we remove the test job from the GitLab CI to gitHub action.

GitHub action provides pull_request_target event which is not limited to secrets and runs on forks.
2021-01-03 12:01:52 +00:00
Clement Sam e7f9feac6c ci: remove only 2020-12-21 12:59:04 +00:00
Clement Sam d98613ecc3
Update .gitlab-ci.yml 2020-12-01 13:06:22 +00:00
Clement Sam 201fba3f05
chore(ci): run test job on GitLab CI only on specific file changes 2020-12-01 12:55:40 +00:00
Clement Sam 13789fe3b6
chore(ci): remove limiting resource group
Most of the tests are no longer performing real actions on GitLab so we remove the resource group to speed up the test
2020-10-26 13:03:33 +00:00
Clement Sam 2ee0b42a44
chore(ci): switch from to GitLab CI (#279)
* chore(ci): switch test to gitlab-ci

* chore: use shared runner

* chore(ci): push coverage to codecov

* Delete .travis.yml

* fix tests

* linting
2020-10-25 17:10:44 +00:00