- 19 Sep, 2019 22 commits
-
-
Kushal Pandya authored
Remove vue-resource dependency Closes #18662 and #31361 See merge request gitlab-org/gitlab!16602
-
Winnie Hellmann authored
-
Kamil Trzciński authored
Fix registry tag deletes Closes #15737 See merge request gitlab-org/gitlab!16886
-
Giorgenes Gelatti authored
- Adds Client#upload() to upload docker blobs - Adds Client#generate_manifest() to generate random blobs for manifests. - Adds Client#generate_dummy_image() to generate a dummy image - Adds Client#put_tag() to replace tag manifests
-
Sanad Liaquat authored
Push Rules test implementation Closes gitlab-org/quality/testcases#89, gitlab-org/quality/testcases#90, gitlab-org/quality/testcases#91, gitlab-org/quality/testcases#92, gitlab-org/quality/testcases#93, gitlab-org/quality/testcases#94, gitlab-org/quality/testcases#95, gitlab-org/quality/testcases#96, gitlab-org/quality/testcases#97, and gitlab-org/quality/testcases#98 See merge request gitlab-org/gitlab!16454
-
Tomislav Nikic authored
A push rules test suite was created and to work, an additional GPG creation class was implemented as well to import the added key and use it during the test.
-
Filipa Lacerda authored
Add kubernetes section to group runner settings See merge request gitlab-org/gitlab!16338
-
Miranda Fluharty authored
EE port needed due to gitlab.pot conflicts
-
Lin Jen-Shin authored
Use search scope label in empty results message See merge request gitlab-org/gitlab!16324
-
Achilleas Pipinellis authored
docs: add curl example for tag create request See merge request gitlab-org/gitlab!16952
-
danila polevshikov authored
-
Achilleas Pipinellis authored
dos: Update documentation of User modification API params See merge request gitlab-org/gitlab!17187
-
Achilleas Pipinellis authored
Fixed typo and edited for consistency. See merge request gitlab-org/gitlab!17098
-
Evan Read authored
Document how GitLab handles an LDAP connection timeout See merge request gitlab-org/gitlab!17092
-
Christiaan Conover authored
Based on a question from a customer regarding how GitLab handles LDAP outages, document GitLab's behavior when the configured LDAP endpoint is unreachable.
-
Evan Read authored
Docs: Add a note regarding unsupported IdPs See merge request gitlab-org/gitlab!17193
-
Tristan Williams authored
-
Evan Read authored
Add missing parameters in project creation API docs See merge request gitlab-org/gitlab!17145
-
Evan Read authored
Docs for protected branch code owner approval API See merge request gitlab-org/gitlab!17132
-
James Ramsay authored
Implemented by https://gitlab.com/gitlab-org/gitlab/merge_requests/16187
-
Mayra Cabrera authored
[EE] Fix project exports clobbering concurrent export paths Closes #14716 See merge request gitlab-org/gitlab!16280
-
Stan Hu authored
When a project export completes, it removes everything in `Project#import_export_shared.archive_path`, which can erase files needed for another ongoing project export. This is problematic for custom templates, which exports an existing project to get the most recent changes and imports that archive to another project. To avoid this from happening, we generate a random unique subpath in the shared temporary directory so that multiple exports can work at the same time. Previously the path structure was as follows: 1. Project export files stored in: /shared/tmp/project_exports/namespace/project/:random 2. Project export .tar.gz files stored in: /shared/tmp/project_exports/namespace/project 3. Project export lock file: /shared/tmp/project_exports/namespace/project/.after_export_action Now: 1. Project export files stored in: /shared/tmp/project_exports/namespace/project/:randomA/:randomB 2. Project export .tar.gz files stored in: /shared/tmp/project_exports/namespace/project/:randomA 3. Project export lock files stored in: /shared/tmp/project_exports/namespace/project/locks The .tar.gz files are also now cleaned up in the AfterExportStrategy. Also, ensure import/export path cleanup always happens. A failure to update the database or object storage shouldn't block us from cleaning up stale directories. This is especially important to clear out stale lock file and archive paths. Closes https://gitlab.com/gitlab-org/gitlab-ee/issues/14716
-
- 18 Sep, 2019 18 commits
-
-
Mike Lewis authored
Changing PA docs for no scatter and background job kicking in See merge request gitlab-org/gitlab!17141
-
Virjinia Alexieva authored
-
Douglas Barbosa Alexandre authored
Re-factor: Move auth related `before_actions` into parent controller See merge request gitlab-org/gitlab!16644
-
Mayra Cabrera authored
Enable migration cops for Geo migrations tool Closes #13814 See merge request gitlab-org/gitlab!16697
-
Toon Claes authored
The migration rubocop rules should only be applied to Geo tracking database migrations. Closes https://gitlab.com/gitlab-org/gitlab/issues/13814
-
Aakriti Gupta authored
-
Aakriti Gupta authored
-
Robert Speicher authored
Revert "Merge branch '10395-COAR-phase-2' into 'master'" See merge request gitlab-org/gitlab!17165
-
Kerri Miller authored
This reverts merge request !16187
-
Mike Greiling authored
Update GitLab Packages See merge request gitlab-org/gitlab!17161
-
Stan Hu authored
Resolve "Make `name` optional parameter of Release entity" Closes #31868 See merge request gitlab-org/gitlab!16647
-
Mike Greiling authored
Minor text update for productivity analytics See merge request gitlab-org/gitlab!17085
-
Tim Zallmann authored
Productivity Analytics: Reset MR table page on main chart click See merge request gitlab-org/gitlab!17136
-
Martin Wortschack authored
- It prevents the loading indicator and the message from being displayed at the same time
-
Paul Slaughter authored
Fixes a spelling mistake for "pathes" => "paths" See merge request gitlab-org/gitlab!16932
-
Sam Beckham authored
This happens across several files, mainly feature specs.
-
Lukas Eipert authored
-
Sean Carroll authored
This removes the validation for the name, which enables legacy releases that omitted this value to be imported again. Closes https://gitlab.com/gitlab-org/gitlab/issues/31868
-