- 07 Oct, 2020 40 commits
-
-
Anna-Lester authored
* 20:1 Currently removed as flagged by Vale linter * 54:165 will match changed to matches * 66:38 will set changed to gets * 78:25 will uniquely identify changed to uniquely identifies * 81:142 will likely cause changed to may cause * 113:42 will only sync changed to only syncs * 114:56 it will sync changed to it syncs * 116:58 will appear changed to appears * 120:1 sentence shortened by splitting into two sentences. * 120:71 will likely changed to may
-
Heinrich Lee Yu authored
Revert Migrate Bootstrap button to GlButton in MR discussion See merge request gitlab-org/gitlab!44567
-
Yannis Roussos authored
Remove type column from audit_events table See merge request gitlab-org/gitlab!43703
-
Kushal Pandya authored
Add new options in Scanner Profile Form See merge request gitlab-org/gitlab!43660
-
Dheeraj Joshi authored
This would allow users to choose scan type, and option to enable ajax spider and debug messages for On-demand Scan Profiles
-
Imre Farkas authored
Expose if requirement test report was manually created on GraphQL See merge request gitlab-org/gitlab!44345
-
Alessio Caiazza authored
Move before_script into script for CQ template Closes #249361 See merge request gitlab-org/gitlab!42782
-
Vicken Simonian authored
overriding by template users. Fix #249361
-
Igor Drozdov authored
Fixes 2.7 keyword warning in spec See merge request gitlab-org/gitlab!44565
-
Nicolò Maria Mezzopera authored
Merge branch '262051-design-thumbnail-image-is-not-updated-after-uploading-an-image-with-the-same-filename' into 'master' Update Design thumbnail after uploading an image with the same filename See merge request gitlab-org/gitlab!44305
-
Natalia Tepluhina authored
-
Jacques Erasmus authored
Move pipelines table css to a page bundle See merge request gitlab-org/gitlab!43957
-
Miguel Rincon authored
In this change we wrap the CSS of the pipeline table that only appears in 4 pages, inside a `[data-page]` selector to scope where it is used. Additionally some unused/abandoned styles are removed.
-
Sean McGivern authored
Return specfic error message on epic assignment See merge request gitlab-org/gitlab!44296
-
Bob Van Landuyt authored
Fix problem with sorting in GraphQL by case expression See merge request gitlab-org/gitlab!44132
-
Sean McGivern authored
Use conan recipe as name in package presenter See merge request gitlab-org/gitlab!44294
-
Steve Abrams authored
Returns conan recipe as the package name attribute Removes unneeded frontend helper that composed the recipe.
-
Marcia Ramos authored
Remove repeated words See merge request gitlab-org/gitlab!44222
-
Nicolas Dular authored
This reverts merge request !41430
-
Marcia Ramos authored
Changes to: add file See merge request gitlab-org/gitlab!44141
-
TaliaNovich authored
-
Adam Hegyi authored
Update high traffic tables docs See merge request gitlab-org/gitlab!44421
-
Borivoje Tasovac authored
-
Thong Kuah authored
user_views_edit_release_spec.rb
-
Jan Provaznik authored
-
Sean McGivern authored
Cache markdown when viewing a blob See merge request gitlab-org/gitlab!44300
-
Brandon Labuschagne authored
Merge branch '228989-replace-vue_shared-tooltip-with-gitlab-ui-s-tooltip-in-app-assets-javascripts-ide-components' into 'master' Replace vue_shared with GitLab UI tooltip in scroll_button.vue See merge request gitlab-org/gitlab!44539
-
Peter Leitzen authored
Fix Web hook deletion not working when many hook logs are present See merge request gitlab-org/gitlab!43464
-
Stan Hu authored
When a user attempts to destroy a Web hook, the database will attempt to delete all the associated Web hook logs. However, as we have seen in https://gitlab.com/gitlab-org/gitlab/-/issues/21940, the table may be too bloated or the number of rows too large that this deletion can time out due to a 15-second statement timeout. We rectify this situation by deleting these logs in batches of 1000 outside of a transaction. That should be acceptable since old logs get pruned periodically anyway, and when a Web hook is destroyed it's more important that the destruction makes progress and eventually removes the hook. Relates to https://gitlab.com/gitlab-org/gitlab/-/issues/21940
-
Sean McGivern authored
Resolve "Capitalize auto generated package name in graphQL api" See merge request gitlab-org/gitlab!44247
-
Sean McGivern authored
Fill details about merge_request_draft_filter FF See merge request gitlab-org/gitlab!44436
-
Rémy Coutable authored
Change Pajamas Danger rule to fail on migrated components See merge request gitlab-org/gitlab!44256
-
Anastasia McDonald authored
See second task of https://gitlab.com/gitlab-com/www-gitlab-com/-/issues/8596
-
Natalia Tepluhina authored
Update broken inject pattern on boards See merge request gitlab-org/gitlab!44463
-
Rémy Coutable authored
Separate repository analytics and group coverage licensing See merge request gitlab-org/gitlab!44478
-
Peter Leitzen authored
Hide Alert's open statuses inside a method See merge request gitlab-org/gitlab!44455
-
Patrick Bajao authored
Move filter-by-approvals feature to FOSS See merge request gitlab-org/gitlab!44402
-
Kamil Trzciński authored
Add group and url to flags See merge request gitlab-org/gitlab!44496
-
Peter Leitzen authored
Fix Rails/SaveBang offenses for spec files in spec/support/shared_example/* See merge request gitlab-org/gitlab!44424
-
Matthew Briedenhann authored
-