- 07 Oct, 2020 40 commits
-
-
Bob Van Landuyt authored
Only allow multiple reviewers in paid tiers See merge request gitlab-org/gitlab!44097
-
Sean McGivern authored
Mark sidekiq queues that require local shared disk access See merge request gitlab-org/gitlab!44504
-
John Skarbek authored
* Queues marked with this require some form of access for data that is shared among various components. An example might be that the queue writes data to a local directory that is quickly displayed to the user. * In scenarios where large installations exist, this requires some form of shared stored, commonly NFS, to be configured where sidekiq can write the data, but then a set of web front ends have the same NFS share such that they are capable of reading that data and vice versa. * This commit marks all queues _known_ to have such a dependency * As this dependency is removed, this tag should be removed
-
Enrique Alcántara authored
Resolve mock_data TODO See merge request gitlab-org/gitlab!44364
-
Olena Horal-Koretska authored
Merge branch '262491-move-handlers-outside-of-domcontentloaded-app-assets-javascripts-pages-projects-registry' into 'master' Handlers outside of DOMContentLoaded: /registry/repositories/index See merge request gitlab-org/gitlab!44579
-
Nicolò Maria Mezzopera authored
Create auto-fix user callout See merge request gitlab-org/gitlab!42405
-
Paul Gascou-Vaillancourt authored
Created the auto-fix user callout that shows up in the project security dashboard (unless previously dismissed).
-
Shinya Maeda authored
Merge branch '235391-support-group-milestones-to-be-associated-with-project-releases-in-api-2' into 'master' Add missing milestone tests to Release API See merge request gitlab-org/gitlab!44157
-
Phil Hughes authored
Resolve "MR Analytics: Add datepicker to filter bar" See merge request gitlab-org/gitlab!43814
-
Brandon Labuschagne authored
Add a date range picker to the MR Analytics page. Change the date range util to include start and end dates.
-
Gabriel Mazetto authored
Exclude bots from licensed user count See merge request gitlab-org/gitlab!42034
-
Martin Wortschack authored
Remove item when dismissed on security dashboard if no longer in filter See merge request gitlab-org/gitlab!43468
-
Daniel Tian authored
Hide vulnerability after dismissal if not in filter list and process each dismissal instead of stopping after the first failure
-
Marcia Ramos authored
Add client side connection-pool documentation See merge request gitlab-org/gitlab!42861
-
Bob Van Landuyt authored
This explains how we manage the client side connection-pool size, and what can be done to mitigate an incident if we were to notice it's incorrectly sized.
-
Craig Norris authored
Update the Gitaly section to be the same on all pages See merge request gitlab-org/gitlab!44474
-
Achilleas Pipinellis authored
For consistency's sake, it would be good for the reference architecture pages to reflect the same information.
-
Shinya Maeda authored
Add ability to sort vulnerabilities by state See merge request gitlab-org/gitlab!42973
-
Alan (Maciej) Paruszewski authored
This change adds ability to sort vulnerabilities by state in GraphQL.
-
Yannis Roussos authored
Introduce required_code_owners_sections table See merge request gitlab-org/gitlab!43573
-
Shinya Maeda authored
Move Feature Flag Api and Controllers to Core RUN AS-IF-FOSS See merge request gitlab-org/gitlab!44093
-
Jason Goodman authored
Part of moving feature flags to core
-
Sean McGivern authored
Restore snippets from backups See merge request gitlab-org/gitlab!43696
-
Francisco Javier López authored
In this commit, we add the logic to restore snippet repositories from GitLab backups.
-
Shinya Maeda authored
Move Feature Flag Issues Route to EE RUN AS-IF-FOSS See merge request gitlab-org/gitlab!43895
-
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
-
Igor Drozdov authored
It's required to implement section based approval rules
-
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
-
Nicolò Maria Mezzopera authored
- project page - group page
-
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
-