- 20 May, 2020 10 commits
-
-
Patrick Bajao authored
This is a step to move Reviews functionality to Core. In this MR, the license requirement will be removed so once all backend components are completely moved outside ee, it'll work for Core. Additional MRs will be created to move the batch comments related code outside ee/.
-
Stan Hu authored
Add explicit schema version check See merge request gitlab-org/gitlab!32524
-
Dylan Griffith authored
Resolve "Improve performance of Search API (Advanced): merge_requests scope" See merge request gitlab-org/gitlab!30546
-
Terri Chu authored
Create MergeRequestPreloader for Search API to be used with merge_requests scope. The preloader lazily loads attributes using BatchLoader and utilizes the lazy attributes in the MergeRequestBasic Entity if lazy_load option is set. This improves response times by avoiding N+1 queries.
-
Dylan Griffith authored
Persist banner dismissal See merge request gitlab-org/gitlab!31894
-
Marcel Amirault authored
Add 'style guide' to Vale substitution rules See merge request gitlab-org/gitlab!32614
-
Marcel Amirault authored
Docs: Added metadata for Release stage See merge request gitlab-org/gitlab!32607
-
Evan Read authored
-
Evan Read authored
Docs: mark GitLab Status Pages as Ultimate See merge request gitlab-org/gitlab!32482
-
Evan Read authored
Change codeblock fence languages to full name 2 See merge request gitlab-org/gitlab!32502
-
- 19 May, 2020 30 commits
-
-
Illya Klymov authored
Lighten card divider within epic tree cards Closes #217869 See merge request gitlab-org/gitlab!32273
-
James Fargher authored
Network policy management endpoints See merge request gitlab-org/gitlab!30911
-
Suzanne Selhorn authored
Update GitLab Pages Documentation See merge request gitlab-org/gitlab!32283
-
Jaime Martinez authored
Update documentation for GitLab Pages administration to include a section about using API-based configuration. Includes steps to disable this feature introduced via this [Pages MR]( https://gitlab.com/gitlab-org/gitlab-pages/-/merge_requests/264) and [Omnibus MR] (https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/4057) Add sync secrets section to pages admin
-
Martin Wortschack authored
Renamed configure to enable on security config page See merge request gitlab-org/gitlab!31503
-
Neil McCorrison authored
-
Suzanne Selhorn authored
For Release Management and Progressive Delivery Related to: https://gitlab.com/gitlab-org/gitlab/-/issues/216290
-
Illya Klymov authored
Fixed redirection to project snippets See merge request gitlab-org/gitlab!32530
-
Denys Mishunov authored
When deleting a Project snippet, we should redirect to the project snippets, not hte project itself
-
Florie Guibert authored
Make CSS gray variables more consistent with Pajamas and gitlab-ui
-
Russell Dickenson authored
Add FF removed note to Roadmap See merge request gitlab-org/gitlab!32454
-
Marcin Sedlak-Jakubowski authored
-
Paul Slaughter authored
Merge branch '22691-externalize-i18n-strings-from-./app/views/shared/milestones/_merge_requests_tab.haml' into 'master' Externalize i18n strings from ./app/views/shared/milestones/_merge_requests_tab.haml See merge request gitlab-org/gitlab!32158
-
-
Amy Qualls authored
This feature should be marked as only for Ultimate customers.
-
Illya Klymov authored
Improve the suggest pipeline popover content alignment Closes #217634 See merge request gitlab-org/gitlab!32453
-
Doug Stull authored
- was misaligned before and this fixes that.
-
Mayra Cabrera authored
Add a feature flag to disable deduplication See merge request gitlab-org/gitlab!32469
-
Illya Klymov authored
Migrate javascripts/pages specs to Jest Closes #194246 See merge request gitlab-org/gitlab!32506
-
Paul Slaughter authored
Resolve "Embedded snippets numbering and scrolling is off" Closes #207934 See merge request gitlab-org/gitlab!32411
-
Illya Klymov authored
Migrate spec/javascripts/prometheus_metrics/ to Jest Closes #194252 See merge request gitlab-org/gitlab!32509
-
Nick Gaskill authored
License Compliance - Add documentation for Yarn registries See merge request gitlab-org/gitlab!32179
-
mo khan authored
-
Mayra Cabrera authored
Record connection pool metrics See merge request gitlab-org/gitlab!31476
-
Sean McGivern authored
Add a sampler for the `#stat` method of a connection pool, and record those stats in Prometheus. This applies to all stats except `checkout_timeout`, which is really more of a configuration item. It also applies to all database connections we use: the main one, the Geo tracking database, and any connection pools for database load balancing hosts. This requires a fix to Geo::TrackingBase.connected?, which wasn't correctly reporting the connection's status.
-
Peter Leitzen authored
Add alert counts by status to graphql See merge request gitlab-org/gitlab!31818
-
Sarah Yasonik authored
Adds support for a alert_management_alert_status_count query to GraphQL project. This includes counts for each status of alert for the query, as well as counts for a categories 'all' and 'open' which includes both triggered and acknowledged events.
-
Peter Leitzen authored
Fix leaky constant in factory spec See merge request gitlab-org/gitlab!32099
-
Rajendra Kadam authored
-
Mayra Cabrera authored
Correct the permission according to docs See merge request gitlab-org/gitlab!28657
-