- 23 Jul, 2019 40 commits
-
-
Robert Speicher authored
Remove dead mysql code Closes #63191 See merge request gitlab-org/gitlab-ce!29608
-
Tim Zallmann authored
Update Mermaid to v8.2.3 Closes #64601 See merge request gitlab-org/gitlab-ce!30985
-
Thong Kuah authored
#64081 allow override of helm release name See merge request gitlab-org/gitlab-ce!30360
-
James Keogh authored
Rename changelog to correct issue number, be more explicit that we're talking about Auto DevOps projects
-
Mayra Cabrera authored
Remove PostgreSQL opclasses monkey patch Closes #64529 and #59673 See merge request gitlab-org/gitlab-ce!30709
-
Stan Hu authored
Speed up boot time See merge request gitlab-org/gitlab-ce!31072
-
Stan Hu authored
Adjust group level analytics to accept multiple projects ids See merge request gitlab-org/gitlab-ce!30744
-
Sergey Alekseev authored
by removing an unused `begin ... rescue ... end` block. The block is no longer necessary after moving the bootsnap gem to the :default group in eedf7355.
-
Małgorzata Ksionek authored
-
Mayra Cabrera authored
Add validator for qualified domain array See merge request gitlab-org/gitlab-ce!31043
-
Reuben Pereira authored
- Validate that the entries contain no unicode, html tags and are not larger than 255 characters.
-
Mayra Cabrera authored
Add PIP_DEPENDENCY_PATH to dependency scanning template See merge request gitlab-org/gitlab-ce!30762
-
mo khan authored
-
Stan Hu authored
This fixes fill colors not working with Mermaid and pulls in a number of other fixes. * https://github.com/knsv/mermaid/blob/master/CHANGELOG.md * https://github.com/knsv/mermaid/#special-note-regarding-version-82 Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/64601
-
Nick Thomas authored
None of this code can be reached any more, so it can all be removed
-
Robert Speicher authored
Mark mirrors as failed 1 hour after they started See merge request gitlab-org/gitlab-ce!30999
-
Robert Speicher authored
CE port for Group bulk edit merge requests See merge request gitlab-org/gitlab-ce!30569
-
Eugenia Grieff authored
Add bulk update sidebar to merge requests template Add js to toggle sidebar Fix bulk update button in issues template Add specs for merge requests in bulk update service
-
Kamil Trzciński authored
Extra logging for new live trace architecture See merge request gitlab-org/gitlab-ce!30892
-
Kamil Trzciński authored
Use persistent Redis cluster for Workhorse pub/sub notifications See merge request gitlab-org/gitlab-ce!30990
-
Kamil Trzciński authored
Fix suggestion on lines that are not part of an MR See merge request gitlab-org/gitlab-ce!30606
-
Stan Hu authored
This is no longer needed with Rails 5.2. opclass is the attribute used per https://github.com/rails/rails/pull/19090/files. Now that we've removed the monkey patch and restored the Rails schema dumper, it appears Rails has dropped the inclusion of `using: :btree` as well (https://github.com/rails/rails/pull/27981). Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/64529
-
Kamil Trzciński authored
Enable Junit reports Closes #64756 See merge request gitlab-org/gitlab-ce!30931
-
Nick Thomas authored
Make pipeline emails respect group email setting Closes #63485 See merge request gitlab-org/gitlab-ce!30907
-
Kamil Trzciński authored
Remove :livesum from RubySampler metrics See merge request gitlab-org/gitlab-ce!31047
-
Bob Van Landuyt authored
We call `Project#mark_stuck_remote_mirrors_as_failed!` from the `Git::BaseHooksService`. So that gets called every time we push tags or branches. Before this would only mark started mirrors as failed if they had been started 24 hours ago. A push would never take 24 hours, especially not when we run it so often. Lowering that threshold 1 hour should at least allow us to retry broken mirrors more often on pushes. The timeout for the initial push is set somewhat longer to accommodate for pushing large repos. Both numbers are currently picked arbitrarily.
-
Nick Thomas authored
Add index for issues on relative position, project, and state for manual sorting See merge request gitlab-org/gitlab-ce!30542
-
Douglas Barbosa Alexandre authored
Make Bootsnap available via ENABLE_BOOTSNAP=1 Closes #45230 See merge request gitlab-org/gitlab-ce!30963
-
Ramya Authappan authored
Ensure test is on login page before attempting login See merge request gitlab-org/gitlab-ce!31040
-
Ash McKenzie authored
CE Port: Log impersonation actions in audit log See merge request gitlab-org/gitlab-ce!31039
-
Bob Van Landuyt authored
Rake task to cleanup expired ActiveSession lookup keys See merge request gitlab-org/gitlab-ce!30668
-
Aleksei Lipniagov authored
-
Lin Jen-Shin authored
Extend yamllint test to changelogs See merge request gitlab-org/gitlab-ce!31017
-
Peter Dave Hello authored
cc !30979
-
Sean McGivern authored
Multiple pipeline support for Build status See merge request gitlab-org/gitlab-ce!30828
-
Ash McKenzie authored
Add better error message to MembersMapper#ensure_default_member! See merge request gitlab-org/gitlab-ce!30838
-
Shinya Maeda authored
Often live traces are removed even though the archived trace doesn't exist. This commit checkes the existence strictly.
-
Bob Van Landuyt authored
Remove duplicated mapping key in config/locales/en.yml See merge request gitlab-org/gitlab-ce!30980
-
Matija Čupić authored
Adds specs for testing the new behavior of specifying a pipeline when POSTing a status.
-
Małgorzata Ksionek authored
Add cr remarks Improve specs according to the review Fix schema Add cr remarks Fix naming Add cr remarks
-