- 14 Jan, 2021 40 commits
-
-
Tom Quirk authored
- Display GlAlert on error - Init test for Jira Connect's Vue app - Add some basic tests for error handling - move global store to a builder func
-
Matthias Käppler authored
Update GraphQL schema See merge request gitlab-org/gitlab!51690
-
Natalia Tepluhina authored
Pipeline Graph Structural Update: Add New Links Component See merge request gitlab-org/gitlab!51594
-
Sarah Groff Hennigh-Palermo authored
Includes new component, specs
-
Achilleas Pipinellis authored
Merge branch '231252-geo-document-patroni-failover-for-postgres-ha-primary-single-node-secondary' into 'master' Geo: Document Patroni failover for single-node secondary See merge request gitlab-org/gitlab!51614
-
Nick Nguyen authored
-
Heinrich Lee Yu authored
Expose issue_email_participant and create component See merge request gitlab-org/gitlab!48261
-
Paul Slaughter authored
-
Jarka Košanová authored
Fix #297358: Internal error reading pagination information of preloaded connections See merge request gitlab-org/gitlab!51642
-
Natalia Tepluhina authored
Fix admin project overview badge alignment See merge request gitlab-org/gitlab!51066
-
Achilleas Pipinellis authored
Refresh up install doc links, add GET See merge request gitlab-org/gitlab!51645
-
Joshua Lambert authored
-
Mehmet Emin INAC authored
-
David O'Regan authored
Centered Markdown Preview in Web IDE and Set a Max-Width See merge request gitlab-org/gitlab!50291
-
Mehul Sharma authored
-
Grzegorz Bizon authored
Prevent user-defined variables from being used by non-maintainers See merge request gitlab-org/gitlab!51682
-
Jan Provaznik authored
Resolve "Add additional aliases for reviewer quick commands" See merge request gitlab-org/gitlab!51384
-
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
-
Alex Kalderimis authored
-
🤖 GitLab Bot 🤖 authored
Update Gitaly version See merge request gitlab-org/gitlab!51684
-
Fabio Pitino authored
- Introduce restrict_user_defined_variables project setting and allow it to be set via API. - Define policy for user defined variables. - Inject user-defined variables consistently throughout the codebase. - Allow user-defined variables to be set only by maintainers if the project setting is enabled. - Allow passing variables from parent to child pipeline
-
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
-