- 07 Mar, 2022 25 commits
-
-
Marcel Amirault authored
Remove Auto Monitor from Internal Metrics DOcs See merge request gitlab-org/gitlab!82158
-
Marc Shaw authored
Build a test to compare service ping output with output of the values from SQL generated See merge request gitlab-org/gitlab!81002
-
Ramya Authappan authored
Mirroring test fixes See merge request gitlab-org/gitlab!82166
-
Heinrich Lee Yu authored
ProjectImport: Import remote file from AWS S3 See merge request gitlab-org/gitlab!77259
-
Marc Shaw authored
Remove non-human created tokens from PAT list See merge request gitlab-org/gitlab!80716
-
Dylan Griffith authored
Add an actor to FF check on work item type resolver See merge request gitlab-org/gitlab!82154
-
Evan Read authored
Update Enterprise badge applies to SAML as well See merge request gitlab-org/gitlab!82075
-
Daphne Kua authored
-
Thong Kuah authored
Send a notification when a new access token is created See merge request gitlab-org/gitlab!81340
-
Riccardo Padovani authored
Changelog: added
-
Ezekiel Kigbo authored
Update error text See merge request gitlab-org/gitlab!81926
-
Luke Duncalfe authored
Add HTTP status code to Jira connect client logs See merge request gitlab-org/gitlab!81986
-
Andy Soiron authored
-
Dylan Griffith authored
Switch to new GDK config for multiple databases See merge request gitlab-org/gitlab!82267
-
Mark Lapierre authored
Do not delete shared resource on live environments See merge request gitlab-org/gitlab!82098
-
Sanad Liaquat authored
-
Thong Kuah authored
Remove ee uses of dev_env_or_com See merge request gitlab-org/gitlab!82151
-
Luke Duncalfe authored
Remove null constraint from security_scan_succeeded column See merge request gitlab-org/gitlab!81322
-
Thong Kuah authored
The old multiple_databases config is deprecated
-
Max Woolf authored
Add audit event for project deploy tokens See merge request gitlab-org/gitlab!81829
-
Huzaifa Iftikhar authored
* Add an audit even when: * a new project deploy token is created. * a project deploy token is revoked via UI. * a project deploy token is deleted via API. Changelog: added EE: true
-
charlie ablett authored
Remove personal_project_owner_with_owner_access feature flag See merge request gitlab-org/gitlab!82088
-
Imre Farkas authored
This will make the fix generally available for owners of personal projects to have OWNER access level membership. Changelog: changed
-
Thong Kuah authored
Prevent object storage orphans when destroying project See merge request gitlab-org/gitlab!81415
-
Maxime Orefice authored
This commit prevents project from being destroyed if any child objects with object storage are not destroyed first.
-
- 06 Mar, 2022 8 commits
-
-
Russell Dickenson authored
chore: Clarify "Approvers" filter usage See merge request gitlab-org/gitlab!81929
-
Lucas Charles authored
Add some wording to better distinguish "Approver" from "Approved-By"
-
Russell Dickenson authored
Fix "Search for Code References" section is not properly located See merge request gitlab-org/gitlab!82182
-
Shinya Maeda authored
-
Max Woolf authored
-
Suzanne Selhorn authored
Add rule to enforce using clear instead of deselect See merge request gitlab-org/gitlab!82058
-
Evan Read authored
-
Andrejs Cunskis authored
Fix metadata tag for registry tests See merge request gitlab-org/gitlab!79943
-
- 05 Mar, 2022 7 commits
-
-
David O'Regan authored
Removed obsolete HAML See merge request gitlab-org/gitlab!80628
-
Paul Gascou-Vaillancourt authored
This removes some obsolete HAML: * In app/views/ci/variables/_variable_row.html.haml, some code was guarded by a condition that always evaluates to false and has thus been removed. * The app/views/shared/buttons/_project_feature_toggle.html.haml view has been deleted as it's not used anywhere anymore. From now on, we should use the Pajamas-complient _gl_toggle.html.haml view.
-
Kassio Borges authored
Related to: https://gitlab.com/gitlab-org/gitlab/-/issues/348874 Instead of using inheritance to share code among the project creation classes, I refactor it to use composition. This away the code is a bit more extensible and has more independent parts (less coupling). `Import::GitlabProjects::CreateProjectFromRemoteFileService` and `Import::GitlabProjects::CreateProjectFromUploadedFileService` was replaced by a single entry point `Import::GitlabProjects::CreateProjectService`. `Import::GitlabProjects::CreateProjectService` is responsible to create a project when the user parameters are valid. Since the user can use different strategies to create/import a project, the requirements for each strategy is implemented in different `Import::GitlabProjects::Strategies::*` classes, this way the strategy can be changed by dependency injection. A `Import::GitlabProjects::Strategies::*` class must implement: - initialize(current_user:, params:) - valid? - validate the user parameters - errors - when invalid, a ActiveModel::Errors object - project_params - A hash with the specific strategy extra parameters to create the project Also, because importing from a generic object storage and from AWS S3 have similar validations to be performed, the `Import::GitlabProjects::Strategies::RemoteFileValidator` was created to validate the remote file `content_length` and `content_type`. MR: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/77259
-
Paul Slaughter authored
Migrate IDE to use GlModal for discarding changes See merge request gitlab-org/gitlab!81516
-
Gabriel Mazetto authored
Disable clusters API if :certificate_based_clusters is disabled See merge request gitlab-org/gitlab!81867
-
Marcel Amirault authored
Docs: Correct feature flag link in upgrade page See merge request gitlab-org/gitlab!82244
-
Gabriel Mazetto authored
Remove the `container_expiration_policies_historic_entry` feature flag See merge request gitlab-org/gitlab!80826
-