- 14 Jan, 2021 40 commits
-
-
Vitali Tatarintev authored
Add composer details GraphQL type and query See merge request gitlab-org/gitlab!51059
-
Nicolò Maria Mezzopera authored
- add tags, pipeline and project to package type - move type and type enum to package folder - refactor type invocation with new module - adjust unit tests
-
🤖 GitLab Bot 🤖 authored
Update Gitaly version See merge request gitlab-org/gitlab!51684
-
Natalia Tepluhina authored
Boards - Get projects on group board using graphQL [RUN AS-IF-FOSS] See merge request gitlab-org/gitlab!51291
-
Florie Guibert authored
Split project_select.vue component to create a version using GraphQL
-
Heinrich Lee Yu authored
Fix the Maven duplicate setting logic See merge request gitlab-org/gitlab!51524
-
Steve Abrams authored
When maven_duplicates_allowed is set to false Maven package files of different formats are still allowed to be uploaded to an existing package.
-
Heinrich Lee Yu authored
Merge branch '297500-flaky-test-spec-features-merge_request-user_closes_reopens_merge_request_state_spec-rb-87' into 'master' test: Quarantine flaky tests See merge request gitlab-org/gitlab!51586
-
GitLab Release Tools Bot authored
-
Matthias Käppler authored
Add milestone to null_hypothesis experiment feature flag yaml See merge request gitlab-org/gitlab!51661
-
Kushal Pandya authored
Refactor folder structure for security dashboard GraphQL files See merge request gitlab-org/gitlab!51117
-
Stan Hu authored
Enable optional_code_owners_sections by default See merge request gitlab-org/gitlab!51643
-
Sid Sijbrandij authored
Cases to consider when using feature flags See merge request gitlab-org/gitlab!50574
-
Marin Jankovski authored
-
Tiger Watson authored
Remove unneeded index See merge request gitlab-org/gitlab!51676
-
Kushal Pandya authored
Update repository mirroring UI text See merge request gitlab-org/gitlab!51311
-
Kushal Pandya authored
Update pipeline alert text to be more readable See merge request gitlab-org/gitlab!49575
-
Kushal Pandya authored
Update toast position on set status See merge request gitlab-org/gitlab!50886
-
Shinya Maeda authored
CI: use commit SHA in persistent refspec See merge request gitlab-org/gitlab!51208
-
Jacob Vosmaer authored
A Git fetch refspec normally looks like 'refs/foo/bar:refs/qux/baz'. In English that means: resolve 'refs/foo/bar' on the remote server, fetch the object it points to, and create a local reference 'refs/qux/baz' that points to that thing. However, since Git 1.8.3 (released in 2013) it is also allowed to write '$COMMIT_SHA:refs/qux/baz'. What that does is: fetch object $COMMIT_SHA from the server, and create a local 'refs/qux/baz' that points to that thing. This commit changes the refspec used for "persistent ref" CI fetches. We already know what commit SHA persistent refs point to so there is no need to have Git resolve the persistent ref again during a CI build.
-
charlie ablett authored
- add changelog
-
Michael Kozono authored
Enable multipart transfers for S3 copying See merge request gitlab-org/gitlab!51267
-
Stan Hu authored
This is a follow-up to https://gitlab.com/gitlab-org/gitlab/-/merge_requests/50922. Multithreaded, multipart transfers are only enabled if the file is above 5 GB or the multipart chunk size is explicitly set. We now set the chunk size to 10 megabytes (the AWS SDK default) to make file copies faster. This commit also updates fog-aws to v3.8.0 to work properly with server side encryption parameters. CHANGELOG: https://github.com/fog/fog-aws/blob/master/CHANGELOG.md
-
Ash McKenzie authored
Implement declarative enums abstraction See merge request gitlab-org/gitlab!50698
-
Ash McKenzie authored
Update GraphqlExtractor return value to be original hash See merge request gitlab-org/gitlab!51596
-
Thong Kuah authored
Merge branch '297364-flaky-test-spec-services-merge_requests-export_csv_service_spec-rb-29-mergerequests' into 'master' test: Fix flaky expectations See merge request gitlab-org/gitlab!51457
-
Ezekiel Kigbo authored
Merge branch '296976-the-open-list-in-boards-with-swimlanes-applied-is-mislabeled-as-backlog' into 'master' Rename Backlog list to Open for Swimlanes See merge request gitlab-org/gitlab!51539
-
Ash McKenzie authored
-
Patrick Bajao authored
Remove merge_ref_auto_sync flag See merge request gitlab-org/gitlab!51624
-
Ash McKenzie authored
-
Mehmet Emin INAC authored
-
Mehmet Emin INAC authored
-
Mehmet Emin INAC authored
Instead of spreading the enum information all around the codebase between different modules like models and GraphQL types, we can set a single source of the truth for the Enum values. To do so, we should promote the enums to be first class members of the project by giving them a new top level directory to live in.
-
Patrick Bajao authored
Remove test_failure_history flag See merge request gitlab-org/gitlab!51464
-
Shinya Maeda authored
Remove github_import_pull_request_reviews feature flag See merge request gitlab-org/gitlab!51334
-
Simon Knox authored
Override tertiary button mix blend mode for darkmode See merge request gitlab-org/gitlab!51349
-
Jarek Ostrowski authored
-
Stan Hu authored
Reverts !46222 to fix 500 error on project's edit page. See merge request gitlab-org/gitlab!51662
-
Mark Chao authored
Update gitlab-experiment to 0.4.5 See merge request gitlab-org/gitlab!51506
-
Jeremy Jackson authored
This makes two functionally similar but helpful improvements in terms of more clarity and better behavior when circumventing existing codepaths.
-