- 23 Apr, 2020 40 commits
-
-
Andrew Fontaine authored
Explicitly define monaco vendor chunk in webpack See merge request gitlab-org/gitlab!30032
-
Martin Wortschack authored
Fix security discovery carousel slider event value See merge request gitlab-org/gitlab!30192
-
Jarka Košanová authored
Expose LDAP Override in API, add set and clear methods Closes #4875 See merge request gitlab-org/gitlab!28674
-
Sanad Liaquat authored
Update select2 dropdown check See merge request gitlab-org/gitlab!30219
-
Nick Thomas authored
Add format checks for complex fields See merge request gitlab-org/gitlab!30260
-
Jarka Košanová authored
-
Amy Qualls authored
Remove influxDB reference See merge request gitlab-org/gitlab!30254
-
Lin Jen-Shin authored
Resolve "Follow-up from "Move cluster_health_data from helper to presenter"" Closes #214062 See merge request gitlab-org/gitlab!30053
-
Jan Provaznik authored
Move convenience methods for labels into Danger helper Closes #212152 See merge request gitlab-org/gitlab!29403
-
Alina Mihaila authored
Add option to send array to mr_has_label? and add tests Refactor tests to use context
-
Andrew Fontaine authored
Add "GitLab Team Member" badge to epic headers See merge request gitlab-org/gitlab!28359
-
Robert Speicher authored
Fix null dereference in project_import_status Closes #214998 See merge request gitlab-org/gitlab!29886
-
Lin Jen-Shin authored
Don't create pipelines when preparing RCs Closes release-tools#423 See merge request gitlab-org/gitlab!30174
-
Paul Slaughter authored
Resolve "Don't lose user content in wiki" See merge request gitlab-org/gitlab!30037
-
-
Jan Provaznik authored
Move measurement to import service layer See merge request gitlab-org/gitlab!29898
-
Heinrich Lee Yu authored
Remove MergeRequest#target_branches and its usages See merge request gitlab-org/gitlab!30216
-
Heinrich Lee Yu authored
Remove feature flag version_snippets See merge request gitlab-org/gitlab!27705
-
Dmytro Zaporozhets authored
Redirect deprecated issues routing to a new one Closes #208669 See merge request gitlab-org/gitlab!28655
-
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
-
Sanad Liaquat authored
Restore the sequence of test steps to unblock deploy See merge request gitlab-org/gitlab!30286
-
Nailia Iskhakova authored
Tests fail after update to sequence of steps
-
Stan Hu authored
Cache TreeSummary response for logs_tree See merge request gitlab-org/gitlab!29828
-
Sean McGivern authored
Display warning for issues moved from service desk See merge request gitlab-org/gitlab!29617
-
Mike Greiling authored
-
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
-
Dmitriy Zaporozhets authored
All unscoped issues routing like `group/project/issues/1` will be redirected to `group/project/-/issues/1` Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Shinya Maeda authored
Add missing translations of export issues See merge request gitlab-org/gitlab!29808
-
Igor Drozdov authored
Response of TreeSummary is the same for [project_id, sha, offset] We can cache it
-
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
-
Desiree Chevalier authored
-
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
-