- 09 Jul, 2020 40 commits
-
-
Bob Van Landuyt authored
Resolve "Redis N+1 in /api/v4/groups/:id/projects - forks count key" Closes #220316 See merge request gitlab-org/gitlab!35328
-
Gosia Ksionek authored
In order to avoid multiple calls to Redis we gather all the forks count in one mget call. Modify group detail class Modify passed options Fix rubocop offences Fix specs
-
Bob Van Landuyt authored
Load initial analytics report configuration See merge request gitlab-org/gitlab!35632
-
Adam Hegyi authored
- Replace dummy chart configuration API with real implementation. - Introduce ConfigLoader to load the default report configuration YAML file. - Add JSON schema test for the chart configuration API endpoint.
-
Achilleas Pipinellis authored
Update developer doc to incorporate changes to counts See merge request gitlab-org/gitlab!35694
-
Phil Hughes authored
Update dependency @gitlab/ui to v17.19.1 See merge request gitlab-org/gitlab!36417
-
Jarka Košanová authored
Collect specifics about machine type and architecture Closes #220840 See merge request gitlab-org/gitlab!34627
-
Qingyu Zhao authored
-
Nicolò Maria Mezzopera authored
Step 2 - Defer IDE gql client creation See merge request gitlab-org/gitlab!36406
-
Fabio Pitino authored
Cleanup checks for replication slot in Geo See merge request gitlab-org/gitlab!36053
-
Mark Florian authored
Show Allow/Deny descriptions See merge request gitlab-org/gitlab!34036
-
James Lopez authored
Use plan and purchased storage for limit See merge request gitlab-org/gitlab!35561
-
Nicolas Dular authored
-
Rémy Coutable authored
Test against PG12 on master nightly Closes #208836 See merge request gitlab-org/gitlab!35826
-
Albert Salim authored
Group jobs into: - job base specs: e.g `*-base:` - parallel specs: e.g `*-parallel:` - scheduling specs: actual jobs with scheduling rules
-
Shinya Maeda authored
Add Shinya to CI templates owners See merge request gitlab-org/gitlab!36287
-
Alessio Caiazza authored
-
Ash McKenzie authored
Optimize 28-days deployment counters See merge request gitlab-org/gitlab!35892
-
Alper Akgun authored
Use a more specialized index and use start and finish parameters
-
Markus Koller authored
Add raw snippet file endpoint See merge request gitlab-org/gitlab!36037
-
Sean McGivern authored
move PackagesManagerApiSpecHelpers to core [RUN AS-IF-FOSS] See merge request gitlab-org/gitlab!36270
-
Kushal Pandya authored
Add constants for empty dashboard states Closes #217758 See merge request gitlab-org/gitlab!36405
-
Peter Leitzen authored
Fix Style/RedundantParentheses offenses See merge request gitlab-org/gitlab!36423
-
Phil Hughes authored
Merge branch '227016-container-registry-improve-the-experience-for-users-viewing-an-image-repository-who-does-not' into 'master' Hide tags delete button when none can be deleted See merge request gitlab-org/gitlab!36300
-
Nicolò Maria Mezzopera authored
- update source - update tests
-
Markus Koller authored
Add email and email_verified claims to OAuth ID tokens Closes #21560 See merge request gitlab-org/gitlab!35468
-
Thong Kuah authored
Feature spec for squash option edge cases mentioned in part 2 Closes #17613 See merge request gitlab-org/gitlab!35392
-
Samantha Ming authored
-
Kushal Pandya authored
Revert "Merge branch '196066-add-milestone-expired-info' into 'master'" See merge request gitlab-org/gitlab!36419
-
Achilleas Pipinellis authored
Docs: Add missing ':id' path parameter description to 'User Starred Dashboards' API endpoint See merge request gitlab-org/gitlab!36335
-
Bob Van Landuyt authored
Recalculate CI extra minutes when monthly minutes defaults to nil See merge request gitlab-org/gitlab!36046
-
Fabio Pitino authored
This fixes a bug that skipped recalculating CI extra minutes where namespaces.shared_runners_minutes_limit was `nil`.
-
Martin Wortschack authored
Resolve "Replace fa-smile-o icon with GitLab SVG slight-smile icon" Closes #225890 See merge request gitlab-org/gitlab!36286
-
Mark Florian authored
-
Sean McGivern authored
Fix bitbucket server import interaction with :new_import_ui feature flag See merge request gitlab-org/gitlab!36313
-
Sean McGivern authored
Move create stage usage activity to CE See merge request gitlab-org/gitlab!36086
-
Sean McGivern authored
Change Redis key format for unique visits See merge request gitlab-org/gitlab!36200
-
Igor Drozdov authored
-
Lin Jen-Shin authored
Merge branch '227005-consider-running-eslint-as-if-foss-to-catch-potential-foss-specific-failures-in-advance' into 'master' Run eslint as-if-foss upon any frontend changes in EE Closes #227005 See merge request gitlab-org/gitlab!36049
-
Vijay Hawoldar authored
With the addition of multiple file support, this change allows API requests to specify a `ref` and `file_path` in order to get the RAW content for a specific file at a specific commit
-