- 07 Oct, 2020 40 commits
-
-
Igor Drozdov authored
Update and expose board labels in graphql See merge request gitlab-org/gitlab!44204
-
Nicolò Maria Mezzopera authored
Alert integrations table See merge request gitlab-org/gitlab!44181
-
Olena Horal-Koretska authored
-
Jan Provaznik authored
Store Security::Scan and Security::Finding entries See merge request gitlab-org/gitlab!42634
-
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).
-
Alexandru Croitor authored
Allow for boards to be updated with labels as well as expose board labels in graphql.
-
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.
-
Mehmet Emin INAC authored
These new service classes will save the entries of Security::Scan and Security::Finding models grouped by same report kind to optimize memory usage while marking the duplicated findings withing the same group.
-
Mehmet Emin INAC authored
Once we deploy this new worker, security scan entries and findings will be saved by the new worker class. We will stop using the old worker but we can't remove it completely as there might be some jobs enqueued for the worker.
-
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
-