- 26 Aug, 2019 23 commits
-
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Ash McKenzie authored
Danger: Map .rubocop{,_todo}.yml to ~backend See merge request gitlab-org/gitlab-ce!32156
-
Peter Leitzen authored
-
Nick Thomas authored
Resolve "Unrecoverable configuration loop in external auth control" Closes #66443 See merge request gitlab-org/gitlab-ce!32102
-
Kamil Trzciński authored
Apply quickactions when modifying comments See merge request gitlab-org/gitlab-ce!31136
-
Patrick Derichs authored
Call QuickActionsService on Note update Add support for notes which just contain commands after editing Return http status gone (410) if note was deleted Temporary frontend addition so it is not failing when a note is deleted Move specs to shared examples Fix rubocop style issue Deleting note on frontend when status is 410 Use guard clause for note which got deleted Simplified condition for nil note This method should no longer be called with nil note Refactoring of execute method to reduce complexity Move errors update to delete_note method Note is now deleted visually when it only contains commands after update Add expectation Fix style issues Changing action to fix tests Add tests for removeNote and update deleteNote expectations
-
Rémy Coutable authored
Dont run SAST on tests See merge request gitlab-org/gitlab-ce!32011
-
Dennis Appelt authored
-
Sean McGivern authored
Update gitlab_schema.rb to fix typo See merge request gitlab-org/gitlab-ce!32200
-
Lucy Fox authored
-
Achilleas Pipinellis authored
Remove duplicate text in health check doc See merge request gitlab-org/gitlab-ce!32175
-
Kamil Trzciński authored
DB Load Balancing: Support SRV lookups See merge request gitlab-org/gitlab-ce!32135
-
Achilleas Pipinellis authored
Update docs - SAST golang analyzer URLs are partially reliable See merge request gitlab-org/gitlab-ce!32164
-
Achilleas Pipinellis authored
Add example usage of `SAST_EXCLUDED_PATHS` See merge request gitlab-org/gitlab-ce!32120
-
Achilleas Pipinellis authored
Docs: Replace old screenshots in project forking workflow See merge request gitlab-org/gitlab-ce!31869
-
Tristan Williams authored
-
Achilleas Pipinellis authored
Add changelog exclusion language for docs-only changes See merge request gitlab-org/gitlab-ce!32123
-
Lucas Charles authored
-
Kushal Pandya authored
Update dependency @gitlab/svgs to ^1.70.0 See merge request gitlab-org/gitlab-ce!32162
-
Ash McKenzie authored
Bump ruby-prof to 1.0.0 See merge request gitlab-org/gitlab-ce!29588
-
Thong Kuah authored
Install Unleash Client Gem See merge request gitlab-org/gitlab-ce!32065
-
Jason Goodman authored
-
Ash McKenzie authored
Backport expired job artifact trait See merge request gitlab-org/gitlab-ce!32179
-
- 25 Aug, 2019 2 commits
-
-
Stan Hu authored
Add helpers to exactly undo cleanup_concurrent_column_rename See merge request gitlab-org/gitlab-ce!32183
-
Reuben Pereira authored
- Also add helper to undo rename_column_concurrently.
-
- 24 Aug, 2019 8 commits
-
-
Stan Hu authored
This is significant improvement over the previous releases: https://github.com/ruby-prof/ruby-prof/blob/master/CHANGES
-
Gabriel Mazetto authored
-
Stan Hu authored
Preload tags when loading Ci::Pipeline Closes #60925 See merge request gitlab-org/gitlab-ce!32149
-
Fatih Acet authored
Fix Serverless entry page layout Closes #64764 See merge request gitlab-org/gitlab-ce!32029
-
Tim Zallmann authored
Enable line charts in dashbaord panels and embedded charts Closes #66073 See merge request gitlab-org/gitlab-ce!31920
-
Sean Arnold authored
-
Stan Hu authored
Delete rename trigger before creating to prevent error See merge request gitlab-org/gitlab-ce!32147
-
Reuben Pereira authored
- When renaming a column concurrently, drop any existing trigger before attempting to create a new one. When running migration specs multiple times (as it happens during local development), the down method of previous migrations are called. If any of the called methods contains a call to rename_column_concurrently, a trigger will be created and not removed. So, the next time a migration spec is run, if the same down method is executed again, it will cause an error when attempting to create the trigger (since it already exists). Dropping the trigger if it already exists will prevent this problem.
-
- 23 Aug, 2019 7 commits
-
-
Mayra Cabrera authored
Add migration to execute SelfMonitoring::Project::CreateService See merge request gitlab-org/gitlab-ce!31389
-
Reuben Pereira authored
Add to the service and migration both.
-
Mike Greiling authored
Fix issuable sidebar icon of notification disabled See merge request gitlab-org/gitlab-ce!32134
-
Mike Lewis authored
Fix link to issue template See merge request gitlab-org/gitlab-ce!32144
-
Achilleas Pipinellis authored
-
Stan Hu authored
Adds cop to enforce string limits on migrations See merge request gitlab-org/gitlab-ce!31433
-
Mayra Cabrera authored
This cop will analyze migrations that add columns with string, and report an offense if the string has no limit enforced Related to https://gitlab.com/gitlab-org/gitlab-ce/issues/64505
-