Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'detect-orphaned-repositories' into 'master' | Douwe Maan | 2017-09-12 | 6 | -0/+285 |
|\ | | | | | | | | | Detect orphaned repositories See merge request !14204 | ||||
| * | Changelogdetect-orphaned-repositories | Gabriel Mazetto | 2017-09-12 | 1 | -0/+5 |
| | | |||||
| * | Refactor on namespace and repository checks and added specs | Gabriel Mazetto | 2017-09-12 | 5 | -33/+196 |
| | | |||||
| * | Detect orphaned repositories and namespaces in any storage | Gabriel Mazetto | 2017-09-12 | 3 | -0/+117 |
| | | |||||
* | | Merge branch 'housekeeping_settings' into 'master' | Douwe Maan | 2017-09-12 | 4 | -7/+27 |
|\ \ | | | | | | | | | | | | | | | | | | | Allow to use same periods for housekeeping tasks Closes #34981 See merge request !13711 | ||||
| * | | Allow to use same periods for housekeeping tasks | Alex Lossent | 2017-09-11 | 4 | -7/+27 |
| | | | | | | | | | | | | | | | | | | | | | | | | This enables skipping a lesser housekeeping task (incremental or full repack) by consistently scheduling a higher task (respectively full repack or gc) with the same period. Cf. #34981 | ||||
* | | | Merge branch 'fly-out-nav-closest-undefined' into 'master' | Tim Zallmann | 2017-09-12 | 1 | -1/+1 |
|\ \ \ | | | | | | | | | | | | | | | | | Fix JS error in fly-out nav See merge request !14212 | ||||
| * | | | Fix JS error in fly-out nav | Phil Hughes | 2017-09-12 | 1 | -1/+1 |
| | | | | |||||
* | | | | Merge branch 'replace_project_issues_award_emoji.feature' into 'master' | Rémy Coutable | 2017-09-12 | 4 | -152/+109 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | Replace the 'project/issues/award_emoji.feature' spinach test with an rspec analog See merge request !14202 | ||||
| * | | | | Replace the 'project/issues/award_emoji.feature' spinach test with an rspec ↵ | Vitaliy @blackst0ne Klachkov | 2017-09-12 | 4 | -152/+109 |
| | | | | | | | | | | | | | | | | | | | | analog | ||||
* | | | | | Merge branch 'replace_project_builds_summary.feature' into 'master' | Rémy Coutable | 2017-09-12 | 5 | -73/+74 |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Replace the 'project/builds/summary.feature' spinach test with an rspec analog See merge request !14177 | ||||
| * | | | | | Replace the 'project/builds/summary.feature' spinach test with an rspec analog | Vitaliy @blackst0ne Klachkov | 2017-09-12 | 5 | -73/+74 |
| |/ / / / | |||||
* | | | | | Merge branch 'dashboards-projects-controller' into 'master' | Rémy Coutable | 2017-09-12 | 2 | -1/+6 |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Eager load namespace owners for project dashboards Closes #27376 See merge request !14188 | ||||
| * | | | | | Eager load namespace owners for project dashboardsdashboards-projects-controller | Yorick Peterse | 2017-09-11 | 2 | -1/+6 |
| | |_|/ / | |/| | | | | | | | | | | | | | | | | | | This solves an N+1 query problem where we'd run multiple queries when getting the namespace owners of the displayed projects. | ||||
* | | | | | Merge branch 'reset-events-primary-key-mysql' into 'master' | Rémy Coutable | 2017-09-12 | 1 | -0/+24 |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Reset primary keys after swapping events tables See merge request !14182 | ||||
| * | | | | | Reset primary keys after swapping events tablesreset-events-primary-key-mysql | Yorick Peterse | 2017-09-11 | 1 | -0/+24 |
| |/ / / / | | | | | | | | | | | | | | | | | | | | | This is required as otherwise newly created events will start with the wrong ID. | ||||
* | | | | | Merge branch '36953-add-gitLab-pages-version-to-admin-dashboard' into 'master' | Rémy Coutable | 2017-09-12 | 3 | -0/+15 |
|\ \ \ \ \ | |_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | Add GitLab-Pages version to Admin Dashboard Closes #36953 See merge request !14040 | ||||
| * | | | | Add GitLab-Pages version to Admin Dashboard | Travis Miller | 2017-09-07 | 3 | -0/+15 |
| | | | | | |||||
* | | | | | Merge branch 'hide-read-registry-scope-when-registry-disabled' into 'master' | Kamil Trzciński | 2017-09-12 | 8 | -13/+80 |
|\ \ \ \ \ | |_|_|/ / |/| | | | | | | | | | | | | | | Hide read_registry scope when registry is disabled on instance See merge request !13314 | ||||
| * | | | | Hide read_registry scope when registry is disabled on instance | Robin Bobbitt | 2017-08-21 | 8 | -13/+80 |
| | | | | | |||||
* | | | | | Merge branch '37729-fix-wiki-page-let' into 'master' | Rémy Coutable | 2017-09-12 | 1 | -12/+2 |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix a `wiki_page` factory instantiation for the case when project's namespace is a group Closes #37729 See merge request !14205 | ||||
| * | | | | | Use WikiPages::CreateService in ↵ | Rémy Coutable | 2017-09-12 | 1 | -12/+2 |
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | spec/features/projects/wiki/user_updates_wiki_page_spec.rb Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | | | | | Merge branch 'replace_project_merge_requests_revert.feature' into 'master' | Rémy Coutable | 2017-09-12 | 4 | -85/+65 |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Replace the 'project/merge_requests/revert.feature' spinach test with an rspec analog See merge request !14201 | ||||
| * | | | | | Replace the 'project/merge_requests/revert.feature' spinach test with an ↵ | Vitaliy @blackst0ne Klachkov | 2017-09-12 | 4 | -85/+65 |
| | |_|_|/ | |/| | | | | | | | | | | | | | rspec analog | ||||
* | | | | | Merge branch 'replace_milestone.feature' into 'master' | Rémy Coutable | 2017-09-12 | 4 | -78/+45 |
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | | | | | | | Replace the 'project/milestone.feature' spinach test with an rspec analog See merge request !14171 | ||||
| * | | | | Replace the project/milestone.feature spinach test with an rspec analog | Vitaliy @blackst0ne Klachkov | 2017-09-12 | 4 | -78/+45 |
| | | | | | |||||
* | | | | | Merge branch 'jk-update-install-guide' into 'master' | Robert Speicher | 2017-09-11 | 8 | -8/+364 |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update installation and update instructions for 10.0 [ci skip] See merge request !14135 | ||||
| * | | | | | update installation and update instructions for 10.0jk-update-install-guide | Jarka Kadlecova | 2017-09-11 | 8 | -8/+364 |
| | | | | | | |||||
* | | | | | | Merge branch 'docs-group-mrs-list-view-search-bar' into 'master' | Clement Ho | 2017-09-11 | 2 | -2/+0 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Docs group mrs list view search bar See merge request !14196 | ||||
| * | | | | | | Docs group mrs list view search bar | Victor Wu | 2017-09-11 | 2 | -2/+0 |
|/ / / / / / | |||||
* | | | | | | Merge branch '37608-reset-all-connections' into 'master' | Robert Speicher | 2017-09-11 | 1 | -1/+3 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Reset all connection schema cache after migration tests See merge request !14195 | ||||
| * | | | | | | Reset all connection schema cache after migration tests37608-reset-all-connections | Lin Jen-Shin | 2017-09-12 | 1 | -1/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We might also want to consider reduce the number of connections in the tests. However I just tried setting it to 1 and that doesn't seem enough for feature tests. | ||||
* | | | | | | | Merge branch 'consistent-tooltip-direction-on-commits' into 'master' | Clement Ho | 2017-09-11 | 2 | -1/+6 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make all the tooltips in the same direction on the commit info box See merge request !14128 | ||||
| * | | | | | | | Make all the tooltips in the same direction on the commit info box | Jedidiah | 2017-09-11 | 2 | -1/+6 |
|/ / / / / / / | |||||
* | | | | | | | Merge branch 'replace_project_merge_requests_accept.feature' into 'master' | Rémy Coutable | 2017-09-11 | 4 | -83/+70 |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | Replace the 'project/merge_requests/accept.feature' spinach test with an rspec analog See merge request !14176 | ||||
| * | | | | | | Replace the 'project/merge_requests/accept.feature' spinach test with an ↵ | blackst0ne | 2017-09-11 | 4 | -83/+70 |
| |/ / / / / | | | | | | | | | | | | | | | | | | | rspec analog | ||||
* | | | | | | Merge branch 'replace_spinach_wiki.feature' into 'master' | Rémy Coutable | 2017-09-11 | 8 | -470/+413 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Replace 'project/wiki.feature' spinach test with an rspec analog See merge request !13856 | ||||
| * | | | | | | Replace 'project/wiki.feature' spinach test with an rspec analog | Vitaliy @blackst0ne Klachkov | 2017-09-11 | 8 | -470/+413 |
| | |/ / / / | |/| | | | | |||||
* | | | | | | Merge branch 'docs/gitaly-patch-update' into 'master' | Rémy Coutable | 2017-09-11 | 1 | -3/+11 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add gitaly to patch update doc Closes gitlab-ee#3389 See merge request !14184 | ||||
| * | | | | | | Add gitaly to patch update doc | Achilleas Pipinellis | 2017-09-11 | 1 | -3/+11 |
| |/ / / / / | |||||
* | | | | | | Merge branch 'italicized_emoji' into 'master' | Annabel Dunstone Gray | 2017-09-11 | 2 | -0/+6 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Emoji was rendered as italic Closes #31676 See merge request !13974 | ||||
| * | | | | | | Emoji was rendered as italic | Branka Martinovic | 2017-09-11 | 2 | -0/+6 |
|/ / / / / / | |||||
* | | | | | | Merge branch 'replace_group_links.feature' into 'master' | Rémy Coutable | 2017-09-11 | 4 | -67/+46 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Replace 'project/group_links.feature' spinach test with an rspec analog See merge request !14169 | ||||
| * | | | | | | Replace project/group_links.feature spinach test with an rspec analog | Vitaliy @blackst0ne Klachkov | 2017-09-10 | 4 | -67/+46 |
| |/ / / / / | |||||
* | | | | | | Merge branch 'docs/document-swapping-tables' into 'master' | Rémy Coutable | 2017-09-11 | 2 | -0/+54 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Document how to swap database tables. See merge request !14183 | ||||
| * | | | | | | Document how to swap database tables.docs/document-swapping-tables | Yorick Peterse | 2017-09-11 | 2 | -0/+54 |
| | |_|_|_|/ | |/| | | | | |||||
* | | | | | | Merge branch 'ie-event-polyfill' into 'master' | Phil Hughes | 2017-09-11 | 4 | -1/+30 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adds Event polyfill for IE Closes #37633 See merge request !14159 | ||||
| * | | | | | | Adds Event polyfill for IE | Filipa Lacerda | 2017-09-11 | 4 | -1/+30 |
|/ / / / / / | |||||
* | | | | | | Merge branch 'rc/backport-workhorse-send_artifacts_entry-signature-from-ee' ↵ | Kamil Trzciński | 2017-09-11 | 1 | -2/+2 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into 'master' Backport the EE signature of Gitlab::Workhorse#send_artifacts_entry See merge request !14144 | ||||
| * | | | | | | Backport the EE signature of Gitlab::Workhorse#send_artifacts_entryrc/backport-workhorse-send_artifacts_entry-signature-from-ee | Rémy Coutable | 2017-09-08 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> |