- 09 Jul, 2019 40 commits
-
-
Stan Hu authored
Bypass push rules for merge to ref service Closes gitlab-ce#64184 See merge request gitlab-org/gitlab-ee!14577
-
GitLab Bot authored
-
Nick Thomas authored
Handle all approval messages in merge chat message Closes #11495 See merge request gitlab-org/gitlab-ee!14537
-
Mike Greiling authored
Update mixin-deep to 1.3.2 Closes #63945 See merge request gitlab-org/gitlab-ce!30223
-
Kamil Trzciński authored
Create system notes for scoped labels See merge request gitlab-org/gitlab-ee!14487
-
Kamil Trzciński authored
Port of "Create system notes for scoped labels" See merge request gitlab-org/gitlab-ce!30250
-
GitLab Bot authored
-
Robert Speicher authored
Update net-ssh gem to ~> 5.2 See merge request gitlab-org/gitlab-ee!14613
-
Robert Speicher authored
Update net-ssh gem to ~> 5.2 See merge request gitlab-org/gitlab-ce!30341
-
Nick Thomas authored
Enable repository object pools by default Closes gitaly#1606 See merge request gitlab-org/gitlab-ce!29595
-
Walmyr authored
Quarantine flaky epics api tests See merge request gitlab-org/gitlab-ee!14606
-
GitLab Bot authored
-
Sean McGivern authored
Perform more redactions in Redis performance bar traces Closes #64309 See merge request gitlab-org/gitlab-ce!30514
-
GitLab Bot authored
-
Nick Thomas authored
Filter DependencyList by package_manager See merge request gitlab-org/gitlab-ee!14562
-
Tetiana Chupryna authored
-
Oswaldo Ferreira authored
Turns out push rules to validate commit message does not apply in the context of automatic merge to the refs/merge-requests/:iid/merge. Mainly because if it fails to merge to it, we currently can't give enough preemptive feedback to the user and it'll turn the merge request unmergeable (given we automatically mark it as unmergeable if we can't merge to the ref). In general, it's a systematic operation, which already bypasses user authorization and git hooks. Therefore, this commit makes it bypass the push rules at EE as well.
-
Ray Paik authored
Negative commit message push rule docs See merge request gitlab-org/gitlab-ce!30521
-
Timothy Jones authored
-
Achilleas Pipinellis authored
Merge branch 'docs/63603-update-project-import-export-docs-to-include-what-exactly-is-imported-exported' into 'master' Resolve "Update project import/export docs to include what exactly is imported/exported" Closes #63603 See merge request gitlab-org/gitlab-ce!29987
-
Michael Leopard authored
-
Lin Jen-Shin authored
CE-EE parity for config/initializers See merge request gitlab-org/gitlab-ce!30484
-
Lin Jen-Shin authored
Wrap EE-only initializer settings in `Gitlab.ee` blocks See merge request gitlab-org/gitlab-ee!14602
-
Maikel authored
-
Maikel authored
-
Jarka Košanová authored
- create different notes for scoped labels and for normal ones
-
GitLab Bot authored
-
Achilleas Pipinellis authored
Resolve "Update NPM documentation with new naming conventions." Closes #63583 See merge request gitlab-org/gitlab-ce!29935
-
Steve Abrams authored
The documentation is updated to include details on the new limitations and rules to naming NPM packages. A note is included on how naming collisions are handled.
-
Lin Jen-Shin authored
Run E2E tests in parallel via parallel_tests See merge request gitlab-org/gitlab-ce!29654
-
Mark Lapierre authored
Uses the parallel_tests gem to execute tests in multiple processes simultaneously on the same machine. Adds the `--parallel` CLI option that instructs the QA framework to use the parallel_tests executable. Tests need access to global state contained in `Runtime::Scenario` so when `--parallel` is invoked `Runtime::Scenario` is serialized to an environment variable, which is passed to parallel_tests, and then deserialized in `spec_helper`.
-
GitLab Bot authored
-
Dmitriy Zaporozhets authored
Skip spam check for task list updates Closes #64021 See merge request gitlab-org/gitlab-ce!30279
-
Felipe Artur authored
Task list updates should not mark users action as spam on akismet.
-
Mike Greiling authored
Fix dropdown styling issues Closes #64250 See merge request gitlab-org/gitlab-ce!30477
-
Pirate Praveen authored
-
Bob Van Landuyt authored
Remove the GraphGL feature flag in EE too Closes #12716 See merge request gitlab-org/gitlab-ee!14611
-
Douglas Barbosa Alexandre authored
Add policy for dependencies See merge request gitlab-org/gitlab-ee!14561
-
Tetiana Chupryna authored
-
Filipa Lacerda authored
Fix UI breaking on forms on Bootstrap Grid system Closes #12658 See merge request gitlab-org/gitlab-ee!14581
-