- 29 Aug, 2017 12 commits
-
-
Yorick Peterse authored
This adds a bunch of checks to migrations that may create or drop triggers. Dropping triggers/functions is done using "IF EXISTS" so we don't throw an error if the object in question has already been dropped. We now also raise a custom error (message) when the user does not have TRIGGER privileges. This should prevent the schema from entering an inconsistent state while also providing the user with enough information on how to solve the problem. The recommendation of using SUPERUSER permissions is a bit extreme but we require this anyway (Omnibus also configures users with this permission). Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/36633
-
Achilleas Pipinellis authored
Update doc for dind using overlay2 See merge request !13885
-
Phil Hughes authored
Remove unnecessary divider Closes #37069 See merge request !13841
-
Phil Hughes authored
Ensure Prometheus graph overlay is in front of cursor flag Closes #37102 See merge request !13867
-
Phil Hughes authored
Resolve "Monitoring graph date formatting is wrong" Closes #37104 See merge request !13865
-
Mike Greiling authored
-
Sean McGivern authored
Present enqueued merge jobs as "Merging" as well (https://gitlab.com/gitlab-org/gitlab-ce/issues/31207 follow-up) Closes #36114 See merge request !13483
-
Phil Hughes authored
Add styles for shorter code See merge request !13612
-
Jacob Schatz authored
-
Phil Hughes authored
Move ConvDev Index location to after Cohorts Closes #34413 See merge request !13398
-
Douwe Maan authored
Update rubocop-gitlab-security to 0.1.0 See merge request !13879
-
Fabio Busatto authored
-
- 28 Aug, 2017 28 commits
-
-
Oswaldo Ferreira authored
-
Oswaldo Ferreira authored
-
Oswaldo Ferreira authored
-
Oswaldo Ferreira authored
-
Oswaldo Ferreira authored
Our state machine shall have enough knowledge to not allow states other than locked from transitioning to opened (e.g. MergeRequest#unlock_mr).
-
Fatih Acet authored
Update and fix resolvable note icons for easier recognition Closes #36582 See merge request !13821
-
Stan Hu authored
Update templates to include header in the README Closes #36904 See merge request !13785
-
Jose Ivan Vargas authored
[ci skip]
-
Douwe Maan authored
Fix a transient failure in mini_pipeline_graph_spec Closes #34323 See merge request !13844
-
Clement Ho authored
Add filtered search to group merge requests dashboard Closes #36703 See merge request !13688
-
Robert Speicher authored
Add spec for deleting protected tags See merge request !13693
-
Sean McGivern authored
Fix events error importing GitLab projects Closes #36965 See merge request !13868
-
Robert Speicher authored
-
Robert Speicher authored
This spec failed reliably with a specific run order (see issue), the reasons for which are still unknown. This simplification resolves the failure. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/34323
-
Robert Speicher authored
Improve flaky ACE editor spec See merge request !13854
-
Robert Speicher authored
fix transient dropdown test failures Closes #37052 and #34436 See merge request !13862
-
James Lopez authored
-
Sean McGivern authored
Instrument MergeRequest#ensure_ref_fetched See merge request !13876
-
James Lopez authored
-
James Lopez authored
-
Jarka Kadlecova authored
-
Douwe Maan authored
Reenable MySQL tests on all CE and EE branches part 2 Closes #36384 See merge request !13840
-
Douwe Maan authored
Don't wait for project authorization sidekiq jobs when creating projects Closes #36792 See merge request !13775
-
Douwe Maan authored
Combine multiple expectations into one for shared system note example See merge request !13814
-
Sean McGivern authored
Clear schema cache after running tests for migrations Closes #37086 See merge request !13870
-
Douwe Maan authored
Remove skipped examples in filtered issues feature spec See merge request !13845
-
Kamil Trzciński authored
Make sure we have an owner for triggers Closes #35642 See merge request !13799
-
Grzegorz Bizon authored
-