- 26 May, 2020 40 commits
-
-
Kushal Pandya authored
Migrate spec/javascripts/releases to Jest Closes #194254 See merge request gitlab-org/gitlab!33012
-
Mark Florian authored
Update header and table for security config page See merge request gitlab-org/gitlab!31471
-
Enrique Alcántara authored
Hid copy contents button on render error Closes #218510 See merge request gitlab-org/gitlab!32632
-
Denys Mishunov authored
When a blob returns a render error, we do not have the blob's content, hence there's nothing to copy. That's why we hide the button in these cases. However, if, for example, user forces loading the content (in case of a collapsed blob), we do render the button again.
-
Achilleas Pipinellis authored
Disable gitlab_exporter for Gitaly servers See merge request gitlab-org/gitlab!32950
-
Achilleas Pipinellis authored
Add links for load balancer security policies Closes #199234 See merge request gitlab-org/gitlab!33030
-
Mark Florian authored
Use VTU in filters specs Closes #218451 See merge request gitlab-org/gitlab!32860
-
Markus Koller authored
Merge branch '212996-flaky-test-in-spec-features-markdown-mermaid_spec-rb-105-mermaid-rendering-correctly-sizes' into 'master' Resolve flaky test in spec/features/markdown/mermaid_spec.rb:105 Closes #212996 See merge request gitlab-org/gitlab!32826
-
Denys Mishunov authored
Update dependency @gitlab/ui to v15.6.0 See merge request gitlab-org/gitlab!33001
-
Marcin Sedlak-Jakubowski authored
Update Akismet integration docs See merge request gitlab-org/gitlab!32807
-
Marcin Sedlak-Jakubowski authored
Docs: Fix doubled sentence in workflow:rules See merge request gitlab-org/gitlab!33020
-
Denys Mishunov authored
Removes stateful utilities that have been added to gitlab-ui See merge request gitlab-org/gitlab!32725
-
Andreas Brandl authored
Iterations - constraint date ranges do not overlap See merge request gitlab-org/gitlab!32335
-
Rémy Coutable authored
Merge branch '219025-danger-bot-shouldn-t-post-a-message-inviting-to-retry-when-it-s-the-only-message-posted' into 'master' Only post the 'Retry' message when Danger has anything to say Closes #219025 See merge request gitlab-org/gitlab!32983
-
Adam Hegyi authored
Drop obsolete ghost column Closes #219002 See merge request gitlab-org/gitlab!32957
-
Pavel Shutsin authored
Please use new user_type column if needed
-
Markus Koller authored
Fix filename duplication in design notes in activity feeds Closes #218769 See merge request gitlab-org/gitlab!32823
-
Markus Koller authored
Use build_stubbed to create test data in todos helper specs See merge request gitlab-org/gitlab!32906
-
Collen Kriel authored
-
Phil Hughes authored
Remove append-bottom-2 CSS rule See merge request gitlab-org/gitlab!32889
-
Phil Hughes authored
Don't suggest creating merge commit when using FF merge See merge request gitlab-org/gitlab!22834
-
Ben Bodenmiller authored
Apply suggestion to app/assets/javascripts/vue_merge_request_widget/components/states/mr_widget_rebase.vue
-
Igor Drozdov authored
Remove jira_issue_import feature flag See merge request gitlab-org/gitlab!32946
-
Heinrich Lee Yu authored
Fix any label filter with custom sorting Closes #216160 See merge request gitlab-org/gitlab!31729
-
Igor Drozdov authored
Extract featurable concern See merge request gitlab-org/gitlab!31700
-
Himanshu Kapoor authored
Migrate all tests in spec/javascripts/releases to Jest.
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Tim Zallmann authored
Make Geo Node Url more Prominent Closes #214467 See merge request gitlab-org/gitlab!32471
-
Imre Farkas authored
Fix spelling error on Ci::RunnersFinder See merge request gitlab-org/gitlab!32985
-
Igor Drozdov authored
Support resetting approval rules to defaults See merge request gitlab-org/gitlab!32744
-
charlieablett authored
-
Kushal Pandya authored
Display Project and Subgroup milestones on Roadmap See merge request gitlab-org/gitlab!32496
-
Kushal Pandya authored
Merge branch '218784-assignees-avatar-disappear-on-related-merge-requests-section-disappears-on-large-screens' into 'master' Fixed unintentional hiding of assignees on large monitors See merge request gitlab-org/gitlab!32891
-
Donald Cook authored
-
Dylan Griffith authored
Merge branch '219073-failure-in-as-if-foss-in-system-tests-gitlab-codeowners-validator-new-project-branch_name' into 'master' Move code owner validation into ee Closes #219073 See merge request gitlab-org/gitlab!33005
-
Heinrich Lee Yu authored
Cleanup Banzai ExternalIssueReferenceFilter See merge request gitlab-org/gitlab!32555
-
Dylan Griffith authored
Add mutation to create a merge request in GraphQL See merge request gitlab-org/gitlab!31867
-
Albert Salim authored
- `Gitlab::CodeOwners::Validator` is an EE module so anything depending on this needs to be in EE - Inline `#codeowners_check_error` - Use getter methods for instance vars in module
-
Patrick Bajao authored
A new `reset_approval_rules_to_defaults` param that will be sent by the frontend when approval rules are set to be reset to project defaults. When that param is set to `true`, the backend will delete all existing any_approver/regular rules of the merge request. It will also append inapplicable rules so it'll behave like creating rules on MR creation.
-
Stefan Schmalzhaf authored
-