- 09 Jul, 2019 40 commits
-
-
Fatih Acet authored
Add delay customization to `app/assets/javascripts/vue_shared/directives/tooltip.js` See merge request gitlab-org/gitlab-ce!30524
-
Stan Hu authored
Disabling can_use_disk? temporarily See merge request gitlab-org/gitlab-ce!30526
-
Stan Hu authored
[CE port] Bypass push rules for merge to ref service See merge request gitlab-org/gitlab-ce!30426
-
John Cai authored
-
Mike Greiling authored
Update mixin-deep to 1.3.2 Closes #63945 See merge request gitlab-org/gitlab-ce!30223
-
Kamil Trzciński authored
Port of "Create system notes for scoped labels" See merge request gitlab-org/gitlab-ce!30250
-
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.
-
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
-
Sean McGivern authored
Perform more redactions in Redis performance bar traces Closes #64309 See merge request gitlab-org/gitlab-ce!30514
-
Nathan Friend authored
This MR allows the delay of tooltips instantiated using tooltip.js to be customized through localStorage.
-
Ray Paik authored
Negative commit message push rule docs See merge request gitlab-org/gitlab-ce!30521
-
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
-
Maikel authored
-
Maikel 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`.
-
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
-
Stan Hu authored
HMSET and AUTH commands were not properly redacted. This commit does that and adds a test. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/64309
-
Clement Ho authored
FE Follow-up from "Add packages_size to ProjectStatistics" Closes #61284 See merge request gitlab-org/gitlab-ce!30406
-
Nick Kipling authored
Converted storage details into a small partial Reworded the storage details summary as suggested Updated pot file
-
Marcia Ramos authored
Docs: audit/auditor docs images See merge request gitlab-org/gitlab-ce!30450
-
Marcel Amirault authored
-
Clement Ho authored
Update dependency @gitlab/ui to ^5.5.0 See merge request gitlab-org/gitlab-ce!30454
-
Fatih Acet authored
Remove the feature flag for GraphQL Closes #59965 See merge request gitlab-org/gitlab-ce!30444
-
charlie ablett authored
- Remove `FeatureConstrainer` call wrapping api endpoint - Remove `Feature.enabled?(:graphql)` conditionals in back and frontend - Modify graphql test to be graphql flag agnostic - Remove api routing spec - Remove frontend feature flag via `gon`
-
Andreas Brandl authored
Add additional condition to count median properly See merge request gitlab-org/gitlab-ce!30229
-
Sean McGivern authored
CE Port of Allow bulk update for group issues See merge request gitlab-org/gitlab-ce!30358
-
Fatih Acet authored
This is a port MR for CE Original MR: https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/14141
-
Grzegorz Bizon authored
Updates to php:latest See merge request gitlab-org/gitlab-ce!30319
-
Sean McGivern authored
Remove obsolete comment See merge request gitlab-org/gitlab-ce!30388
-
James Ramsay authored
Object pools allow Git objects to be shared from the parent project to forks, reducing storage requirements.
-
Bob Van Landuyt authored
Fix subgroup url in search drop down Closes #52525 See merge request gitlab-org/gitlab-ce!30457
-
Francisco Javier López authored
Inside a subgroup scope, when the user clicks on the search drop down in the header, some options are displayed. Some of this links direct the user to the issues and merge requests linked to the subgroup. Nevertheless, the url was broken because they doesn't include the complete group namespace
-