- 29 Mar, 2021 40 commits
-
-
Markus Koller authored
Support automatic transitions of Jira issues, and disabling transitions See merge request gitlab-org/gitlab!55773
-
Markus Koller authored
Add a new setting to the Jira integration to attempt an "automatic" transition of Jira issues, by checking the available workflow transitions on the issue and using the first one with a status category of "Done". Automatic transitions are enabled by setting the new DB column `jira_issue_transition_automatic` to true, which takes precedence over the existing `jira_issue_transition_id` column. To make this behaviour opt-in, we also introduce an explicit checkbox to enable issue transitions. The state of this checkbox is handled entirely on the frontend, based on the values in `jira_issue_transition_id` and `jira_issue_transition_automatic`.
-
Robert Speicher authored
Cache merge requests count in group sidebar [RUN ALL RSPEC] [RUN AS-IF-FOSS] See merge request gitlab-org/gitlab!55971
-
Heinrich Lee Yu authored
Merge branch '323845-refactor-registrations-controllers-to-use-onboarding-feature-category' into 'master' Refactor Registrations controllers to use onboarding feature category See merge request gitlab-org/gitlab!57154
-
Martin Wortschack authored
Adds an overview stage to VSA See merge request gitlab-org/gitlab!56621
-
Ezekiel Kigbo authored
Adds a manually configured overview stage, this stage will display the metrics and charts, while the other stages will show relevant stage data
-
Mike Jang authored
Fix "Create new merge request" permissions in docs See merge request gitlab-org/gitlab!57432
-
Nick Gaskill authored
Remove mention to signed container registry images See merge request gitlab-org/gitlab!57678
-
Heinrich Lee Yu authored
Introduce a rubocop check for license available usage See merge request gitlab-org/gitlab!53278
-
Arturo Herrero authored
Merge branch 'kassio/bulkimports-skip-epics-subrelations-pipelines-when-group-has-no-epics' into 'master' BulkImports: Remove code duplication on Epic dependent pipelines See merge request gitlab-org/gitlab!57402
-
Achilleas Pipinellis authored
Remove Starter references in FF version lists See merge request gitlab-org/gitlab!57721
-
Achilleas Pipinellis authored
Update version section for page for consistency See merge request gitlab-org/gitlab!57733
-
Jose Ivan Vargas authored
Improve error handling of runner instructions See merge request gitlab-org/gitlab!57588
-
Jose Ivan Vargas authored
Fix MR widget alignment See merge request gitlab-org/gitlab!56768
-
Scott Hampton authored
Added my-reaction-emoji to boards filtering See merge request gitlab-org/gitlab!57547
-
Andrew Fontaine authored
Render Corpus Management Table - Part 2 See merge request gitlab-org/gitlab!57435
-
Nicolò Maria Mezzopera authored
Merge branch '323554-setting-updating-assignees-in-the-graphql-sidebar-doesn-t-update-boards-cards' into 'master' Fix updating GraphQL boards cards on assignees update See merge request gitlab-org/gitlab!57687
-
Natalia Tepluhina authored
-
Suzanne Selhorn authored
Remove Starter references from Self-managed page See merge request gitlab-org/gitlab!57728
-
Craig Norris authored
Update the Azure installation docs See merge request gitlab-org/gitlab!43102
-
Kassio Borges authored
-
Miguel Rincon authored
Resolve "[DevOps Adoption] Add "This group" badge in adoption table" See merge request gitlab-org/gitlab!57689
-
Brandon Labuschagne authored
-
Craig Norris authored
-
Scott Hampton authored
-
Craig Norris authored
Update Development Documentation wording See merge request gitlab-org/gitlab!57671
-
Anshuman Singh authored
-
Craig Norris authored
Add Troubleshooting topic guidance See merge request gitlab-org/gitlab!57282
-
Adam Hegyi authored
Merge branch '321662-validate_not_null_constraint_on_gitlab_subscriptions_namespace_id' into 'master' Validate NOT NULL constraint on gitlab_subscriptions namespace_id See merge request gitlab-org/gitlab!57113
-
Qingyu Zhao authored
-
Craig Norris authored
-
Andreas Brandl authored
Update thanos links for high traffic tables See merge request gitlab-org/gitlab!57696
-
Igor Drozdov authored
Admin Notes for Groups See merge request gitlab-org/gitlab!47825
-
Harish Ramachandran authored
Create an AdminNote model with specs Associate AdminNote with Namespace Show the AdminNote on the Group Namespace has the AdminNote nested attribute Avoid downtime with this migration
-
Peter Leitzen authored
Revert "Merge branch 'ck3g-drop-default_enabled-from-Feature-enabled' into 'master'" [RUN ALL RSPEC] [RUN AS-IF-FOSS] See merge request gitlab-org/gitlab!57707
-
Craig Norris authored
Minor style updates for version section.
-
Denys Mishunov authored
Change capitalization of merge requests See merge request gitlab-org/gitlab!57627
-
Kassio Borges authored
To avoid the current duplication on the Epic Dependent pipelines, the duplicated logic was moved to the parent class. This way, the navigation among epics and data pages is all done in just one place.
-
Mark Florian authored
Add ID to DAG query See merge request gitlab-org/gitlab!57693
-
Jan Provaznik authored
Enable `allow_force_push_to_protected_branches` by default See merge request gitlab-org/gitlab!57053
-