- 08 Mar, 2018 40 commits
-
-
Achilleas Pipinellis authored
Docs update table tiers boards See merge request gitlab-org/gitlab-ce!17651
-
Victor Wu authored
-
Phil Hughes authored
Move MemoryGraph and MemoryUsage vue components See merge request gitlab-org/gitlab-ce!17533
-
Ian Baum authored
[ci skip]
-
Phil Hughes authored
Fix delete milestone button showing up for all users Closes #43778 See merge request gitlab-org/gitlab-ce!17576
-
Filipa Lacerda authored
Rename VUE JS to Vue See merge request gitlab-org/gitlab-ce!17649
-
George Tsiolis authored
-
Clement Ho authored
Updates svg dependency See merge request gitlab-org/gitlab-ce!17645
-
Clement Ho authored
-
James Lopez authored
Fix Error 500 when updating a project Closes #44019 See merge request gitlab-org/gitlab-ce!17647
-
Robert Speicher authored
Update templates and licenses See merge request gitlab-org/gitlab-ce!17637
-
Robert Speicher authored
Update guides for 10.6 See merge request gitlab-org/gitlab-ce!17635
-
Stan Hu authored
If no parameters were specified for project features but Wikis were disabled, we would get "NoMethodError: undefined method `[]' for nil:NilClass". Closes #44019
-
Filipa Lacerda authored
-
Sean McGivern authored
Remove duplicate method definitions See merge request gitlab-org/gitlab-ce!17478
-
Yorick Peterse authored
Improve database response time for listing user activity Closes #40525 See merge request gitlab-org/gitlab-ce!17454
-
Sean McGivern authored
Revert "Cleanup after adding MR diff's commit_count" See merge request gitlab-org/gitlab-ce!17639
-
Yorick Peterse authored
Resolve "Add missing foreign key constraint in clusters_applications_ingress" Closes #43802 See merge request gitlab-org/gitlab-ce!17488
-
Nick Thomas authored
[CE] Add Naming/FileName rule checking expected class/module per filename See merge request gitlab-org/gitlab-ce!17631
-
Gabriel Mazetto authored
-
Yorick Peterse authored
Adding missing indexes migrations from taggings table Closes #43927 See merge request gitlab-org/gitlab-ce!17563
-
Yorick Peterse authored
Add index on section_name_id on ci_build_trace_sections table Closes #44008 See merge request gitlab-org/gitlab-ce!17632
-
Jacob Vosmaer authored
-
Jan Provaznik authored
This reverts commit 0b7d1085.
-
James Lopez authored
-
Sean McGivern authored
Clarify that the Pick Into X.Y label is added after approval See merge request gitlab-org/gitlab-ce!17636
-
Sean McGivern authored
Remove double caching of Repository#empty? Closes #43882 See merge request gitlab-org/gitlab-ce!17588
-
Sean McGivern authored
-
Filipa Lacerda authored
Fix link to Merge Request Coach See merge request gitlab-org/gitlab-ce!17633
-
Kamil Trzciński authored
Resolve "Change Clear Runners cache UJS action to an API request" Closes #43770 See merge request gitlab-org/gitlab-ce!17466
-
James Lopez authored
-
Sean McGivern authored
Add missing delete method in mattermost session Closes #37367 and #40660 See merge request gitlab-org/gitlab-ce!16209
-
julien MILLAU authored
-
Stan Hu authored
This was causing user deletions to time out. Closes #44008
-
Fabien Catteau authored
-
Stan Hu authored
API requests were timing out because `tag_id` was missing an index. These migrations were imported by running https://github.com/mbleigh/acts-as-taggable-on#post-installation: ``` bundle exec rake acts_as_taggable_on_engine:install:migrations ``` It looks like the `acts-as-tagglable` gem added the indexes in v4.0.0, but when we upgraded from v3.5.0 (back in 2016 via f571aeb5) we did not add them. On staging, there are about 10.7 million rows on the `taggings` table. It took about 30 seconds for each index to be created. On production, there are about 17.4 million rows, so I suspect the time to be about a minute per index. Closes #43927
-
Douwe Maan authored
Backport changes from introducing GithubService interation in EE See merge request gitlab-org/gitlab-ce!17607
-
Robert Speicher authored
Don't delete todos or unassign issues and MRs when a user leaves a project Closes #43899 See merge request gitlab-org/gitlab-ce!17615
-
Douwe Maan authored
Port changes from EE: https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/4885 (Maintainer push to fork) See merge request gitlab-org/gitlab-ce!17629
-
James Edwards-Jones authored
Removes confusing/unnecessary checkboxes when trying to configure an integration. If there is only one supported event we don't need to allow these to be individually disabled since the integration can be disabled instead. E.g. Project Integrations for GitHub, Bugzilla, Asana, Pipeline emails and Gemnasium Allows integrations to override which triggers are configurable
-