summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Deleted another Fixture due to User Callout38088-remove-banner-to-customize-experienceTim Zallmann2017-09-201-30/+0
|
* Fixture Creation removedTim Zallmann2017-09-201-5/+0
|
* Deleted Karma Specs for userCalloutTim Zallmann2017-09-201-49/+0
|
* Removed User Callout for Customer ExperienceTim Zallmann2017-09-204-73/+0
|
* Merge branch '37862-breadcrumbs-mobile' into 'master'Tim Zallmann2017-09-202-5/+12
|\ | | | | | | | | | | | | Fix mobile sidebar button to match height of desktop breadcrumbs Closes #37862 See merge request gitlab-org/gitlab-ce!14282
| * Vertically center hamburger button37862-breadcrumbs-mobileAnnabel Dunstone Gray2017-09-182-7/+3
| |
| * Increase tap target on hamburger menuAnnabel Dunstone Gray2017-09-152-3/+8
| |
| * Fix mobile sidebar button to match height of desktop breadcrumbsAnnabel Dunstone Gray2017-09-141-0/+6
| |
* | Merge branch 'gitlab-git-popen' into 'master'Douwe Maan2017-09-207-13/+19
|\ \ | | | | | | | | | | | | | | | | | | Use Gitlab::Git's Popen on that module's code Closes gitaly#597 See merge request gitlab-org/gitlab-ce!14237
| * | Use Gitlab::Git's Popen on that module's codegitlab-git-popenAlejandro Rodríguez2017-09-207-13/+19
| | | | | | | | | | | | | | | This allows the current Gitaly migration to depend on less code outside of the Gitlab::Git module
* | | Merge branch '32796-tighten-up-remove-old-while-backing-up-gitlab' into 'master'Rémy Coutable2017-09-202-10/+38
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Tighten up remove_old regex from gitlab backup manager. Closes #32796 See merge request gitlab-org/gitlab-ce!14333
| * | | Tighten up remove_old regex from gitlab backup manager.32796-tighten-up-remove-old-while-backing-up-gitlabTiago Botelho2017-09-202-10/+38
| | | |
* | | | Merge branch 'workhorse-3.1.0' into 'master'Rémy Coutable2017-09-201-1/+1
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Use gitlab-workhorse 3.1.0 See merge request gitlab-org/gitlab-ce!14390
| * | | | Use gitlab-workhorse 3.1.0Jacob Vosmaer2017-09-201-1/+1
| | | | |
* | | | | Merge branch 'fix-counts-caching' into 'master'Douwe Maan2017-09-2012-15/+28
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix refreshing of issues/MR count caches Closes #38061 See merge request gitlab-org/gitlab-ce!14363
| * | | | | Fix refreshing of issues/MR count cachesfix-counts-cachingYorick Peterse2017-09-1912-15/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This ensures the open issues/MR count caches are refreshed properly when creating new issues or MRs. This MR also includes a change to the cache keys to ensure all caches are rebuilt on the fly. This particular problem was not caught in the test suite due to a null cache being used, resulting in all calls that would use a cache using the underlying data directly. In production the code would fail because a newly saved record returns an empty hash in #changes meaning checks such as `state_changed? || confidential_changed?` would return false for new rows, thus never updating the counters. Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/38061
* | | | | | Merge branch 'fix-autodevops-monitoring' into 'master'Kamil Trzciński2017-09-201-4/+0
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Support new auto-deploy helm chart Closes #38028 See merge request gitlab-org/gitlab-ce!14386
| * | | | | Support new auto-deploy helm chartfix-autodevops-monitoringAlessio Caiazza2017-09-201-4/+0
| | |_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | New auto-deploy helm chart has new names in order to support Auto Monitoring. Works with, but does not require charts/charts.gitlab.io!66 See gitlab-ce#38028
* | | | | Merge branch '37713-enable-ee_compat_check-for-forks' into 'master'Rémy Coutable2017-09-203-4/+12
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Enable ee_compat_check for forks, but not EE Closes #37713 See merge request gitlab-org/gitlab-ce!14189
| * | | | | Update ee_compat_check for community contributors37713-enable-ee_compat_check-for-forksLin Jen-Shin2017-09-151-1/+6
| | | | | |
| * | | | | Enable ee_compat_check for forks, but not EELin Jen-Shin2017-09-152-3/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We exclude known EE projects, and check the project directory name for EE forks.
* | | | | | Merge branch '36884-gitaly-admin-version' into 'master'Tim Zallmann2017-09-203-2/+17
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add Gitaly version to Admin Dashboard Closes #36884 See merge request gitlab-org/gitlab-ce!14313
| * | | | | | Add Gitaly version to Admin DashboardJacopo2017-09-193-2/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Displays the Gitaly version in the admin dashboard.
* | | | | | | Merge branch 'fix/gb/fix-moving-issue-with-ambiguous-references' into 'master'Rémy Coutable2017-09-207-24/+77
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix rewriting issue references with group milestones Closes #37746 See merge request gitlab-org/gitlab-ce!14294
| * | | | | | | Fix rewriting issue references with group milestonesGrzegorz Bizon2017-09-207-24/+77
|/ / / / / / /
* | | | | | | Merge branch '20049-projects-api-forks' into 'master'Rémy Coutable2017-09-207-9/+221
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Resolve "make project data via API report forks of this project" Closes #20049 See merge request gitlab-org/gitlab-ce!14355
| * | | | | | Employ ForkProjectsFinder in ForksControllerMark Fletcher2017-09-201-5/+3
| | | | | | |
| * | | | | | Add an API endpoint to determine the forks of a projectMark Fletcher2017-09-204-4/+169
| | | | | | |
| * | | | | | Introduce ForkProjectsFinder classMark Fletcher2017-09-202-0/+49
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * Will dry up the code to find projects between the ForksController and the API
* | | | | | | Merge branch 'add_tooltip_for_milestone_in_issues_list' into 'master'Douwe Maan2017-09-205-4/+15
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add tooltip for milestone due date to issue and merge request lists Closes #18864 See merge request gitlab-org/gitlab-ce!14318
| * | | | | | | Add tooltip for milestone due date to issue and merge request listsVitaliy @blackst0ne Klachkov2017-09-205-4/+15
| | | | | | | |
* | | | | | | | Merge branch 'mk-clarify-moving-namespaces' into 'master'Douwe Maan2017-09-205-9/+52
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Clarify how to rename username or group path See merge request gitlab-org/gitlab-ce!13914
| * | | | | | | | Add changelog entrymk-clarify-moving-namespacesMichael Kozono2017-09-191-0/+5
| | | | | | | | |
| * | | | | | | | Add "Changing your username" section to docsMichael Kozono2017-09-192-4/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | And link to it from where you change your username.
| * | | | | | | | Move help for renaming group path to docsMichael Kozono2017-09-192-5/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | And expand on the help text.
* | | | | | | | | Merge branch 'zj-fix-seeding-big-projects' into 'master'Rémy Coutable2017-09-201-2/+2
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove depreceted and big projects Closes #37507 See merge request gitlab-org/gitlab-ce!14336
| * | | | | | | | | Remove depreceted and big projectsZeger-Jan van de Weg2017-09-201-2/+2
|/ / / / / / / / /
* | | | | | | | | Merge branch 'rc/use-set-in-api-specs' into 'master'Grzegorz Bizon2017-09-2013-81/+90
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add `test-prof` and use `set` in API specs See merge request gitlab-org/gitlab-ce!14370
| * | | | | | | | | Use set in some API specsrc/use-set-in-api-specsRémy Coutable2017-09-1911-81/+87
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
| * | | | | | | | | Add test-profRémy Coutable2017-09-192-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* | | | | | | | | | Merge branch 'docs-specific-review-examples' into 'master'Jacob Schatz2017-09-201-0/+10
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add specific code review guidelines See merge request gitlab-org/gitlab-ce!13206
| * \ \ \ \ \ \ \ \ \ Merge branch 'master' into 'docs-specific-review-examples'docs-specific-review-examplesClement Ho2017-08-01281-1615/+3371
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # doc/development/code_review.md
| * | | | | | | | | | | Add note about UX paradigmClement Ho2017-07-311-0/+2
| | | | | | | | | | | |
| * | | | | | | | | | | Add specific code review guidelinesadd-specific-review-examplesClement Ho2017-07-311-0/+8
| | | | | | | | | | | |
* | | | | | | | | | | | Merge branch 'jlh-mit-3rdparty-carveout' into 'master'Jacob Schatz2017-09-201-0/+6
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update LICENSE to carve out third party licenses. See merge request gitlab-org/gitlab-ce!14374
| * | | | | | | | | | | | Update LICENSE to carve out third party licenses.jlh-mit-3rdparty-carveoutJamie Hurewitz2017-09-191-0/+6
| | | | | | | | | | | | |
* | | | | | | | | | | | | Merge branch 'fix/gitaly-commit-diff-rpc-encoding-error' into 'master'Robert Speicher2017-09-202-1/+5
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Encode paths properly for Gitaly Commit{Diff,Delta} Closes gitaly#589 See merge request gitlab-org/gitlab-ce!14361
| * | | | | | | | | | | | | Encode paths properly for Gitaly Commit{Diff,Delta}fix/gitaly-commit-diff-rpc-encoding-errorAhmad Sherif2017-09-192-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes gitaly#589
* | | | | | | | | | | | | | Merge branch '37894-handle-if-auto-devops-domain-is-not-set' into 'master'Stan Hu2017-09-197-12/+118
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Resolve "Handle if Auto DevOps domain is not set" Closes #37894 See merge request gitlab-org/gitlab-ce!14319
| * | | | | | | | | | | | | | Update _show.html.hamlFabio Busatto2017-09-191-0/+1
| | | | | | | | | | | | | | |