- 11 Jun, 2021 40 commits
-
-
Ezekiel Kigbo authored
-
Ezekiel Kigbo authored
Ensures we correctly handle situations where the user does not have permission for the page. Binds the permissions object directly to the base component from the vuex state Fix failing base_spec permissions tests
-
Ezekiel Kigbo authored
Adds the api/analytics_api module to group analytics related api requests. Adds the value stream API requests to project level VSA and updates the actions and mutations
-
Adam Hegyi authored
Restore previous month perspective See merge request gitlab-org/gitlab!63217
-
Jan Provaznik authored
Clean up feature_category for static analysis group See merge request gitlab-org/gitlab!63545
-
Rémy Coutable authored
Build QA image on QA changes See merge request gitlab-org/gitlab!63837
-
Albert Salim authored
-
Mikołaj Wawrzyniak authored
Update usage metric for mattermost_enabled See merge request gitlab-org/gitlab!63741
-
David Fernandez authored
Modify container_image policies to check container_registry_access_level [RUN ALL RSPEC] [RUN AS-IF-FOSS] See merge request gitlab-org/gitlab!55071
-
Alper Akgun authored
When to use background data migrations See merge request gitlab-org/gitlab!63659
-
Alper Akgun authored
-
Savas Vedova authored
Merge branch '327389-fe-generic-report-schema-render-commit-type-on-vulnerability-details-page' into 'master' Add commit type to generic security reports See merge request gitlab-org/gitlab!63723
-
Phil Hughes authored
Prevent fetching commits for files that are not on the current page See merge request gitlab-org/gitlab!63525
-
Kushal Pandya authored
Add tracking to epic boards See merge request gitlab-org/gitlab!63765
-
Marcel Amirault authored
Resolve "Improve doc on CI `rules:exists` pattern" See merge request gitlab-org/gitlab!62278
-
Markus Koller authored
Migrate snippet service subclasses to BaseProjectServices [RUN ALL RSPEC] [RUN AS-IF-FOSS] See merge request gitlab-org/gitlab!62532
-
Paul Slaughter authored
Standardize on roles term in UI See merge request gitlab-org/gitlab!63274
-
Marcel Amirault authored
Rails Cheatsheet: Add check of artifact storage space See merge request gitlab-org/gitlab!63636
-
Marcel Amirault authored
Remove duplicated word from Using cron section See merge request gitlab-org/gitlab!63769
-
Pavel Shutsin authored
DevOps adption page should display data for previous month Changelog: changed EE: true
-
Heinrich Lee Yu authored
Use rspec-sidekiq for better expectations See merge request gitlab-org/gitlab!62601
-
Denys Mishunov authored
Moves away from document-register-element See merge request gitlab-org/gitlab!63424
-
Simon Knox authored
Fix accessing the errors property of the scan objects See merge request gitlab-org/gitlab!63808
-
Mehmet Emin INAC authored
Changelog: fixed EE: true
-
Jan Provaznik authored
Add user, project, and namespace in snowplow tracking See merge request gitlab-org/gitlab!63375
-
Achilleas Pipinellis authored
Clarify node and pod relationships, and PaaS allowances See merge request gitlab-org/gitlab!62316
-
DarwinJS authored
-
Natalia Tepluhina authored
Add Apollo to "Jira Issues List" Vue app See merge request gitlab-org/gitlab!62162
-
Kati Paizee authored
Add tier badges to Growth API pages See merge request gitlab-org/gitlab!63318
-
Nikola Milojevic authored
Enable load balancing for PipelineHooksWorker [RUN ALL RSPEC] [RUN AS-IF-FOSS] See merge request gitlab-org/gitlab!62104
-
Rajendra Kadam authored
This MR adds user, project and namespace to tracking calls and sends information to StandardContext class and updates specs
-
Stan Hu authored
Update Gitaly version See merge request gitlab-org/gitlab!63791
-
James Lopez authored
Refactor UpcomingReconciliationHelper See merge request gitlab-org/gitlab!63647
-
Heinrich Lee Yu authored
Quarantine flaky test timeout rendering note with long path string See merge request gitlab-org/gitlab!63825
-
Jan Provaznik authored
Add `time change` in payload for Issue, MR and Note webhook See merge request gitlab-org/gitlab!55087
-
Heinrich Lee Yu authored
Gracefully handle unknown failure reason in runner CI job See merge request gitlab-org/gitlab!63828
-
Reuben Pereira authored
The index can replace the existing index_project_feature_usages_on_project_id. This commit does not remove the existing index though, since the existing (and new) index is a unique index and we don't want there to be no index for any amount of time. Changelog: performance
-
Reuben Pereira authored
Put the reading of project_features.container_registry_access_level instead of projects.container_registry_enabled behind a feature flag called read_container_registry_access_level.
-
Reuben Pereira authored
Update readers of projects.container_registry_enabled to read project_features.container_registry_access_level. Writers will continue writing to projects.container_registry_enabled. The before_update callback on the Project model and the before_create on ProjectFeature model will copy the value to project_features.container_registry_access_level.
-
Reuben Pereira authored
*_container_image policies should now check project_feature.container_registry_access_level instead of projects.container_registry_enabled.
-