- 07 Oct, 2020 40 commits
-
-
Dmytro Zaporozhets (DZ) authored
Fix Ruby 2.7 warnings for Cloud Platform See merge request gitlab-org/gitlab!44456
-
Natalia Tepluhina authored
Merge branch '262482-move-handlers-outside-of-domcontentloaded-app-assets-javascripts-pages-projects-packages' into 'master' Handlers outside of DOMContentLoaded: /packages/index See merge request gitlab-org/gitlab!44470
-
Dmytro Zaporozhets (DZ) authored
Set ownership on CI feature flags See merge request gitlab-org/gitlab!44571
-
Kushal Pandya authored
Adding syntax highlighting for terraform / hcl See merge request gitlab-org/gitlab!44056
-
Hugo Fonseca authored
-
Imre Farkas authored
Fix Ruby 2.7 warnings in app/services See merge request gitlab-org/gitlab!44480
-
Achilleas Pipinellis authored
Fixed command plural See merge request gitlab-org/gitlab!44560
-
Mark Florian authored
Update modal to show fuzzing data See merge request gitlab-org/gitlab!43983
-
Fernando Arias authored
* Add additional fields
-
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.
-
Fabio Pitino authored
-
Nicolò Maria Mezzopera authored
-
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
-