- 30 Mar, 2021 24 commits
-
-
Miguel Rincon authored
- Receive selector instead of element in load_branches.js - Use `data-testid` to find mini pipeline instead of class.
-
Miguel Rincon authored
This change removes the HAML and jQuery version of the pipeline mini graph, this graph is only used in the commit page and related code is removed as well.
-
Heinrich Lee Yu authored
Improvements to the Maven API files endpoints [RUN ALL RSPEC] [RUN AS-IF-FOSS] See merge request gitlab-org/gitlab!57600
-
David Fernandez authored
1. Update `Packages::Package.for_projects` to not eager load projects 2. Update `Packages::Maven::PackageFinder` to use the minimum role needed to access packages 3. Update `Packages::Maven::PackageFinder` to access the `packages_packages` table only once instead of three times.
-
Igor Drozdov authored
Make VALIDATION_REQUEST_TIMEOUT configurable See merge request gitlab-org/gitlab!57521
-
Pedro Pombeiro authored
- Add EXTERNAL_VALIDATION_SERVICE_TIMEOUT override environment variable for external validation service, expressed in seconds as an integer, defaulting to the DEFAULT_VALIDATION_REQUEST_TIMEOUT value.
-
Etienne Baqué authored
Preload all user callouts in a single request See merge request gitlab-org/gitlab!57679
-
Jan Provaznik authored
Count minimal access users in admin area group page [RUN AS-IF-FOSS] See merge request gitlab-org/gitlab!57630
-
James Fargher authored
Update container expiration policy worker [RUN ALL RSPEC] [RUN AS-IF-FOSS] See merge request gitlab-org/gitlab!56962
-
David Fernandez authored
with a loopless mode. In this mode, the worker will not query and loop through all the available cleanup policies. This mode is controlled by a feature flag: `container_registry_expiration_policies_loopless`
-
Mike Greiling authored
Merge branch '324010-update-translation-namespace-to-be-consistent-in-package-registry' into 'master' Update Package translations namespace for consistency See merge request gitlab-org/gitlab!56895
-
Nicolò Maria Mezzopera authored
- source - pot regenerated
-
Mike Greiling authored
Merge branch '273313-fy21q4-foundations-kr2-audit-and-update-buttons-on-projects-issuescontroller-new' into 'master' Audit and update buttons on Projects::IssuesController#new See merge request gitlab-org/gitlab!57172
-
Jeremy Elder authored
Submit button for new MR / issues copy was changed from "Submit issue" (or MR) to "Create issue" (or MR). We need to update all feature specs to reflect this as well. Also update 1 more place in the code with the copy change.
-
Mike Greiling authored
Geo Node Status 2.0 - Secondary Details See merge request gitlab-org/gitlab!56154
-
Zack Cuddy authored
This change replaces the placeholder text for the Secondary specific node deatils with actual components. This change only focuses on creating the detail cards and "other" info. Replication summary and overview will be done in future MRs.
-
Dylan Griffith authored
Merge branch '300567-okr-integrations-asana-review-and-revise-settings-related-ui-text' into 'master' Review and revise Integrations/Asana UI text See merge request gitlab-org/gitlab!57362
-
Marcin Sedlak-Jakubowski authored
Edit UI and docs
-
Evan Read authored
Wrap instance sizes in code tags, fix spelling See merge request gitlab-org/gitlab!57776
-
Amy Qualls authored
On pages that showed raw instance sizes without wrapping them in code tags, wrap them in code tags. Fix other spelling issues on those pages. In one other page, disable spelling on a section including team member names.
-
Suzanne Selhorn authored
Add reference to installation docs See merge request gitlab-org/gitlab!57769
-
Amy Qualls authored
As requested, add a cross-link to the Gollum installation docs.
-
Amy Qualls authored
Standardized expiration language See merge request gitlab-org/gitlab!57064
-
Suzanne Selhorn authored
Related to: https://gitlab.com/gitlab-org/gitlab/-/issues/325346
-
- 29 Mar, 2021 16 commits
-
-
Mayra Cabrera authored
Validate foreign key on ServiceHooks See merge request gitlab-org/gitlab!57483
-
Amy Qualls authored
Remove Starter reference in Jira DVCS doc See merge request gitlab-org/gitlab!57722
-
Russell Dickenson authored
Add link to GraphQL example project for API Fuzzing See merge request gitlab-org/gitlab!57659
-
Sean McGivern authored
Remove `optimize_deploy_keys_presenter` feature flag [RUN ALL RSPEC] [RUN AS-IF-FOSS] See merge request gitlab-org/gitlab!57551
-
Douglas Barbosa Alexandre authored
Move project hooks routes under /-/ scope [RUN ALL RSPEC] See merge request gitlab-org/gitlab!57734
-
Douglas Barbosa Alexandre authored
Geo: Add snippet repository verification [RUN ALL RSPEC] [RUN AS-IF-FOSS] See merge request gitlab-org/gitlab!56596
-
Sean McGivern authored
Remove disable_query_limiting in RegistrationsController See merge request gitlab-org/gitlab!57597
-
Sean McGivern authored
Removes presence validation from cache config See merge request gitlab-org/gitlab!57405
-
Douglas Barbosa Alexandre authored
Add /internal/geo_proxy endpoint [RUN ALL RSPEC] [RUN AS-IF-FOSS] See merge request gitlab-org/gitlab!56297
-
Mike Kozono authored
-
Mike Kozono authored
-
Mike Kozono authored
Leveraging the work done for Package File Verification. Most of the changes are to the database schemas, and to specs. Verification is behind the feature flag "geo_snippet_repository_verification".
-
Mike Kozono authored
In preparation for adding verification to another replicator.
-
Mike Kozono authored
The negative test was improperly passing, because model_record didn't exist.
-
Mike Kozono authored
In preparation for mutable replicables, especially Git repos.
-
Nick Gaskill authored
Remove a warning about naming convention when publishing See merge request gitlab-org/gitlab!57716
-