Commits on Source (28)
-
Andrew Vella authored
-
Andrew Vella authored
feat(ci): add release-it, pre-commit and gitlab ci config See merge request !2
-
Andrew Vella authored
-
Andrew Vella authored
docs(readme): minor update to README.md See merge request !3
-
UIS DevOps Renovate Bot authored
-
Andrew Vella authored
chore(deps): update pre-commit hook pre-commit/pre-commit-hooks to v5 See merge request !5
-
Andrew Vella authored
-
Andrew Vella authored
chore: noop change See merge request !6
-
Andrew Vella authored
-
Andrew Vella authored
ci: disable publish python packages See merge request !7
-
Andrew Vella authored
Add Dockerfile to build the development and production images of gitlab triage that wraps the gitlab triage gem. Adds an example triage policy and associated configuration to run the policy against the UIS DevOps GitLab instance in local development.
-
Andrew Vella authored
Install gitlab-triage gem from Gemfile to allow renovate bot to keep the upstream dependency fresh. Refactor to use a ruby base image adding a install-deps build target.
-
Andrew Vella authored
-
Andrew Vella authored
-
Andrew Vella authored
feat(image): add image that wraps the gitlab triage gem See merge request !1
-
Andrew Vella authored
-
Andrew Vella authored
feat: initial --dry-run release See merge request !8
-
Andrew Vella authored
-
Andrew Vella authored
Upgrade Ruby, adding `csv` and `racc` to the `Gemfile` as these are no longer provided in the Ruby standard library.
-
Andrew Vella authored
build: upgrade ruby See merge request !10
-
Andrew Vella authored
-
Andrew Vella authored
chore: upgrade rubocop to fix code quality issue See merge request !11
-
UIS DevOps Renovate Bot authored
-
Andrew Vella authored
Disable code quality check as RuboCop is only compatible with Ruby 2.6 and lower and is needed for code quality check. see: https://docs.rubocop.org/rubocop/1.74/compatibility.html
-
Andrew Vella authored
chore: disable code quality check See merge request !12
-
Andrew Vella authored
chore(deps): update all non-major dependencies See merge request !13
-
continuous-delivery-bot authored
-
Andrew Vella authored
chore(release): 0.1.0 See merge request !9
Showing
- .flake8 3 additions, 0 deletions.flake8
- .gitignore 166 additions, 0 deletions.gitignore
- .gitlab-ci.yml 7 additions, 0 deletions.gitlab-ci.yml
- .gitlab/webapp.gitlab-ci.yml 29 additions, 0 deletions.gitlab/webapp.gitlab-ci.yml
- .pre-commit-config.yaml 24 additions, 0 deletions.pre-commit-config.yaml
- .release-it.json 24 additions, 0 deletions.release-it.json
- CHANGELOG.md 11 additions, 0 deletionsCHANGELOG.md
- Dockerfile 43 additions, 0 deletionsDockerfile
- Gemfile 8 additions, 0 deletionsGemfile
- Gemfile.lock 69 additions, 0 deletionsGemfile.lock
- LICENSE 21 additions, 0 deletionsLICENSE
- README.md 51 additions, 3 deletionsREADME.md
- VERSION 1 addition, 0 deletionsVERSION
- docker-compose.yml 15 additions, 0 deletionsdocker-compose.yml
- local-dev-settings.env 11 additions, 0 deletionslocal-dev-settings.env
- renovate.json 6 additions, 0 deletionsrenovate.json
- run-gitlab-triage.sh 7 additions, 0 deletionsrun-gitlab-triage.sh
- triage-policies/example-triage-policy.yml 61 additions, 0 deletionstriage-policies/example-triage-policy.yml
- triage-policies/holberton-triage-policy.yml 60 additions, 0 deletionstriage-policies/holberton-triage-policy.yml
.flake8
0 → 100644
.gitignore
0 → 100644
.gitlab-ci.yml
0 → 100644
.gitlab/webapp.gitlab-ci.yml
0 → 100644
.pre-commit-config.yaml
0 → 100644
.release-it.json
0 → 100644
CHANGELOG.md
0 → 100644
Dockerfile
0 → 100644
Gemfile
0 → 100644
source 'https://rubygems.org' | ||
# Make sure the ruby version matches the version in the Dockerfile. | ||
ruby '3.4.2' | ||
gem 'gitlab-triage', '~> 1.44', '>= 1.44.3' | ||
gem 'csv' | ||
gem 'racc' |
Gemfile.lock
0 → 100644
LICENSE
0 → 100644
VERSION
0 → 100644
docker-compose.yml
0 → 100644
local-dev-settings.env
0 → 100644
renovate.json
0 → 100644
run-gitlab-triage.sh
0 → 100755
triage-policies/example-triage-policy.yml
0 → 100644
triage-policies/holberton-triage-policy.yml
0 → 100644