- 23 Apr, 2020 40 commits
-
-
Yorick Peterse authored
In the days leading up to a monthly release, Release Tools will automatically create a new release candidate every day. As part of this process we merge the latest changes deployed to production into the latest stable branch. Since we use merge requests for this (as our API does not let you merge a branch directly), this will create a pipeline. To deal with this we implemented some code to cancel pipelines before merging these merge requests. Sadly this proved unreliable, as sometimes pipelines are not yet available after creating the merge request. If we then try to merge the merge request this may fail if there are pending pipelines. In this commit we change the CI config to not create a pipeline in the first place for these merge requests. This is the easiest and most reliable way of letting Release Tools merge its own merge requests, without the need for any logic that waits for and cancels any running pipelines. This fixes https://gitlab.com/gitlab-org/release-tools/-/issues/423
-
Natalia Tepluhina authored
Update Toolbar use to PublishToolbar See merge request gitlab-org/gitlab!30285
-
Achilleas Pipinellis authored
Add link to secondary OAuth issue Closes gitlab-com/support/docs#64 See merge request gitlab-org/gitlab!30242
-
Aric Buerer authored
-
Adam Hegyi authored
Add resource_state_events table See merge request gitlab-org/gitlab!28926
-
Mark Florian authored
Add "Managed Account" badge for GMA users See merge request gitlab-org/gitlab!29633
-
Shinya Maeda authored
Add missing translations of export issues See merge request gitlab-org/gitlab!29808
-
Patrick Derichs authored
Create separate migrations to add foreign keys and constraint Remove foreign keys from initial migration Add migration to add foreign key for resource_state_events user_id Add foreign key for issue_id on resource_state_events Add foreign key for merge_request_id on resource_state_events
-
Marcia Ramos authored
Add Code Quality video and customer story See merge request gitlab-org/gitlab!30287
-
Mike Lewis authored
-
Marcin Sedlak-Jakubowski authored
Add video to Requirements Management docs See merge request gitlab-org/gitlab!30104
-
Mark Wood authored
-
James Lopez authored
Enforce project route cop See merge request gitlab-org/gitlab!30170
-
James Lopez authored
Graphql: Sort issues by priority See merge request gitlab-org/gitlab!18901
-
Dmytro Zaporozhets authored
Move user pipeline condition into threshold Closes #214348 See merge request gitlab-org/gitlab!29950
-
Doug Stull authored
- duplicate logic and no reason for it to be outside
-
Lin Jen-Shin authored
Move alert management behind a feature flag Closes #215417 See merge request gitlab-org/gitlab!30133
-
Tristan Read authored
-
Marcia Ramos authored
Add formatting to GitLab dev permissions guide See merge request gitlab-org/gitlab!30001
-
Marcia Ramos authored
Add Epics tier info to its API docs See merge request gitlab-org/gitlab!30171
-
Marcin Sedlak-Jakubowski authored
...to follow the style guide
-
Marcia Ramos authored
Resolve "Docs feedback: Update outdated file finder screenshots" See merge request gitlab-org/gitlab!30102
-
Brett Walker authored
leveraging the new OffsetActiveRecordRelationConnection
-
derek-knox authored
-
Philippe Lafoucrière authored
Use goimports instead of gofmt in go style guide See merge request gitlab-org/gitlab!20424
-
Adam Cohen authored
-
Marcia Ramos authored
Docs Update for Code Owners See merge request gitlab-org/gitlab!30228
-
Eric Brinkman authored
-
Walmyr Lima e Silva Filho authored
Fixes for RSpec/LeakyConstantDeclaration See merge request gitlab-org/gitlab!30226
-
Achilleas Pipinellis authored
Clarify what is Consul and what it can be used for within GitLab See merge request gitlab-org/gitlab!30107
-
Muhamed Huseinbašić authored
-
Kamil Trzciński authored
Move CommitStatusPresenter#recoverable? to model Closes #35158 See merge request gitlab-org/gitlab!29322
-
Matija Čupić authored
The #unrecoverable? and #recoverable? methods were in the presenter but were related to domain logic. This commit moves them to the model to better reflect their purpose.
-
Dmytro Zaporozhets authored
Make Sidekiq exporter logs conform to Sidekiq logs Closes #215381 See merge request gitlab-org/gitlab!30268
-
Achilleas Pipinellis authored
Streamline SQL leader election docs See merge request gitlab-org/gitlab!29877
-
Dmytro Zaporozhets authored
Add secure binaries template See merge request gitlab-org/gitlab!28566
-
Philippe Lafoucrière authored
[skip ci]
-
Dmitriy Zaporozhets authored
By disabling cop for existing unscoped routes on per-line basis while keep it enabled for the file at whole. Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Martin Wortschack authored
Fix Jira importer URLs See merge request gitlab-org/gitlab!30155
-
Heinrich Lee Yu authored
Copy pipelines routing under - scope See merge request gitlab-org/gitlab!30159
-