- Nov 23, 2021
-
-
Daniel Dehennin authored
ci(commitlint): master is not always the repository default branch See merge request !6
-
Daniel Dehennin authored
* templates/Lint/Commitlint.yaml (commitlint): use `$CI_DEFAULT_BRANCH` as base to calculate the list of commits to check.
-
- Oct 20, 2021
-
-
Philippe Caseiro authored
ci(gitlab-ci): split in reusable templates See merge request !5
-
Daniel Dehennin authored
This will permit other projects to [include](https://docs.gitlab.com/ee/ci/yaml/#include) the defined templates The `templates/Rules.yaml` must be included and jobs will `extends` the templates depending at which moment they must be executed.
-
- Oct 12, 2021
-
-
Daniel Dehennin authored
ci(gitlab): add commit lint and its documentation See merge request !2
-
- Oct 11, 2021
-
-
Daniel Dehennin authored
* .gitlab-ci.yml: define only stage `lint` for now and run `commitlint` at that stage. * docs/CONTRIBUTING.md: describe the commit message formatting rules. * README.md: link to the contributing guide.
-
Daniel Dehennin authored
ci(codeowners): define @EOLE group members as owners See merge request !3
-
Daniel Dehennin authored
This permit to notify the group for reviewing merge requests.
-
- Oct 07, 2021
-
-
Daniel Dehennin authored
-