| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
In `deploy`, if the previous deployment failed, we delete/cleanup all
the objects related to the release, including secrets. The problem is
that if we create the root password before that, it will be then
recreated during the deploy with a random value!
By creatigng the secret just before actually deplying a new release, we
ensure that it won't be overriden.
Signed-off-by: Rémy Coutable <remy@rymai.me>
|
|\
| |
| |
| |
| | |
Build an assets only container
See merge request gitlab-org/gitlab-ce!22235
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* Run as part of gitlab:assets:compile job
* Will be used by omnibus-gitlab and the CNG images to avoid
compiling multiple times
https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/22235
|
| | |
|
|/ |
|
|\
| |
| |
| |
| | |
Upgrade to Ruby 2.4.5
See merge request gitlab-org/gitlab-ce!22484
|
| | |
|
|/
|
|
| |
They're no longer used and have no effect
|
|
|
|
| |
Signed-off-by: Rémy Coutable <remy@rymai.me>
|
|
|
|
|
| |
* Use 2 space indentation in review-apps.sh script
* Move automated_review_cleanup back to build stage
|
|
|
|
|
|
|
|
|
|
| |
* Uses the same supporting code as used in EE
* Includes automated cleanup
* Install external-dns helm chart to review apps cluster if it isn't
already
* Adds variables REVIEW_APPS_AWS_SECRET_KEY and
REVIEW_APPS_AWS_ACCESS_key
* review-apps-ce uses a different cipher
|
|
|
|
|
|
|
|
|
|
| |
Improve review apps
Closes #6875
See merge request gitlab-org/gitlab-ee!6665
[ci skip]
|
|
|
|
| |
Signed-off-by: Rémy Coutable <remy@rymai.me>
|
| |
|
|\
| |
| |
| |
| | |
Use minimum recommended PostgreSQL version to run our tests
See merge request gitlab-org/gitlab-ce!22060
|
| | |
|
|\ \
| |/
|/|
| |
| | |
Danger checks for the frontend
See merge request gitlab-org/gitlab-ce!21859
|
| |
| |
| |
| |
| |
| | |
We disabled a lot of eslint rules on a per-file basis. This checks
touched files for those and reminds you to re-enable the rules and fix
them.
|
| |
| |
| |
| |
| | |
This adds a Dangerfile which executes `prettier` to find out if someone
touched Frontend files and forgot to run it on their current branch.
|
|/ |
|
| |
|
|
|
|
|
|
| |
pipeline URL for omnibus triggers
Signed-off-by: Rémy Coutable <remy@rymai.me>
|
|
|
|
|
|
|
|
|
|
| |
This is because the CNG pipeline now relies on the assets
compiled here in the gitlab:assets:compile job (It waits
up to 30 minutes for them)
Without this change, the cloud native job was holding up
the pipeline, preventing the assets compile job from being
run.
|
| |
|
| |
|
| |
|
|\
| |
| |
| |
| | |
Enable JUnit results for rspec
See merge request gitlab-org/gitlab-ce!21449
|
| | |
|
| | |
|
|/
|
|
|
|
|
|
|
|
|
| |
The problem is this: when each phase starts, it checks if all jobs in earlier
phases are complete. package-and-qa is slow. As build is the first phase, if you
trigger package-and-qa before the prepare phase is finished, the entire test
phase will be blocked until package-and-qa completes, which isn't what we want.
But equally, if build came _after_ test, then package-and-qa couldn't be started
until the tests were finished. Putting it in the same stage as the tests means
we can have our cake and eat it.
|
| |
|
|
|
|
|
|
| |
Most of these validations don't apply to preparation branches and they
cause a lot of noise in the merge request. Therefore disabling danger
when the branches look like branches that could be for a preparation MR.
|
|
|
|
| |
Signed-off-by: Rémy Coutable <remy@rymai.me>
|
|
|
|
|
|
|
| |
Checks that new Ruby files will enable
frozen string literal.
Partially addresses #47424.
|
|
|
|
| |
Signed-off-by: Rémy Coutable <remy@rymai.me>
|
|\
| |
| |
| |
| | |
Update Git version to 2.18.0
See merge request gitlab-org/gitlab-ce!20489
|
| | |
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | | |
Add the CI Job trigger as the build trigger
Closes charts/gitlab#586
See merge request gitlab-org/gitlab-ce!20619
|
| | |
| | |
| | |
| | | |
For building CNG images on tag
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
Trigger rails5 tests if variable is set
See merge request gitlab-org/gitlab-ce!20609
|
| |/ / |
|
|/ /
| |
| |
| |
| | |
Currently the Danger processing is producing false positives when master is
merged into a branch. Until #49175 is fixed, we should allow it to fail.
|
| |
| |
| |
| | |
Signed-off-by: Rémy Coutable <remy@rymai.me>
|
| |
| |
| |
| | |
Signed-off-by: Rémy Coutable <remy@rymai.me>
|
|/ |
|
|\
| |
| |
| |
| | |
Refactor the review-docs workflow
See merge request gitlab-org/gitlab-ce!20365
|
| | |
|
| | |
|
| | |
|