summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'rc/tag-specs' into 'master'38362-delayed-pr-merge-wait-time-40m-1hRobert Speicher2017-09-251-2/+10
|\ | | | | | | | | Add a `:type` to all specs See merge request gitlab-org/gitlab-ce!14371
| * Automatically set a :type for specsrc/tag-specsRémy Coutable2017-09-221-2/+10
| | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* | Merge branch 'docs/chmod-644' into 'master'Rémy Coutable2017-09-2567-2/+16
|\ \ | | | | | | | | | | | | | | | | | | Remove execution permission (unix file permissions) for documentation Closes #38287 See merge request gitlab-org/gitlab-ce!14471
| * | Check for exec permissions also in app/docs/chmod-644Achilleas Pipinellis2017-09-2511-3/+2
| | |
| * | Add check for exec permissions and refactor lint doc scriptAchilleas Pipinellis2017-09-251-2/+17
| | |
| * | Change mode to 644 for all md and png filesAchilleas Pipinellis2017-09-2556-0/+0
| | |
* | | Merge branch '38155-autodevops-typo' into 'master'Achilleas Pipinellis2017-09-251-1/+2
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Fix auto devops typos in Pipeline Settings view Closes #38155 See merge request gitlab-org/gitlab-ce!14403
| * | | Fix auto devops typos in Pipeline Settings viewMark Fletcher2017-09-221-1/+2
| | | |
* | | | Merge branch 'sh-fix-email-provider-take2' into 'master'Yorick Peterse2017-09-252-2/+2
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix PG::UniqueViolation external_email migration Closes #38246 See merge request gitlab-org/gitlab-ce!14474
| * | | | Fix PG::UniqueViolation external_email migrationsh-fix-email-provider-take2Stan Hu2017-09-252-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Missing parens prevented this migration from working in some cases. Closes #38246
* | | | | Merge branch '34371-cycle-analitcs-global' into 'master'Phil Hughes2017-09-254-59/+54
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Removes cycle analytics service and store from global namespace See merge request gitlab-org/gitlab-ce!14463
| * | | | | Removes cycle analytics service and store from global namespaceFilipa Lacerda2017-09-254-59/+54
|/ / / / /
* | | | | Merge branch 'gitaly-508-find-commits' into 'master'38204-comment-form-doesn-t-switch-back-to-write-tab-after-submittingDouwe Maan2017-09-254-2/+44
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Migrate Gitlab::Git::Repository#log to Gitaly Closes gitaly#508 See merge request gitlab-org/gitlab-ce!14179
| * | | | | Migrate Gitlab::Git::Repository#log to GitalyKim "BKC" Carlbäcker2017-09-254-2/+44
| | | | | |
* | | | | | Merge branch '38189-fix-user-avatar-url-cdn' into 'master'Douwe Maan2017-09-253-50/+79
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Prevent URL concatenation for avatars Closes #38189 See merge request gitlab-org/gitlab-ce!14437
| * | | | | | Update tests to reflect `user_avatar_without_link` helper changes38189-fix-user-avatar-url-cdnkushalpandya2017-09-251-40/+62
| | | | | | |
| * | | | | | Add `data-src` when image is to be lazy loaded, use `tag` helper instead of ↵kushalpandya2017-09-251-9/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | `image_tag` helper
| * | | | | | Remove unnecessary use of `gsub`kushalpandya2017-09-251-1/+1
| | | | | | |
* | | | | | | Merge branch 'improve_sorting_list' into 'master'Douwe Maan2017-09-2519-332/+304
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Improve list of sorting options Closes #36929 See merge request gitlab-org/gitlab-ce!14320
| * | | | | | | Improve list of sorting optionsVitaliy @blackst0ne Klachkov2017-09-2319-332/+304
| | | | | | | |
* | | | | | | | Merge branch 'project-page-clearer' into 'master'Filipa Lacerda2017-09-257-7/+59
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add context tabs to dashboard/projects Closes #29045 See merge request gitlab-org/gitlab-ce!14364
| * | | | | | | simplify link_to callproject-page-clearerPhil Hughes2017-09-221-4/+2
| | | | | | | |
| * | | | | | | Fixes dashboard/projects empty state showing when viewing personal projectsPhil Hughes2017-09-223-7/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This was caused by the `@projects` value being empty when the current user does not have any personal projects.
| * | | | | | | Add context tabs to dashboard/projectsPhil Hughes2017-09-225-0/+50
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This allows users to quickly switch between all projects they have access to & there own namespace projects. These tabs also keep the same filtering/search options selected so the user can quickly switch between the two different contexts. Closes #29045
* | | | | | | | Merge branch 'fly-out-nav-mousepos-error' into 'master'Filipa Lacerda2017-09-252-1/+7
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | Fixed fly-out error if mousePos array is empty See merge request gitlab-org/gitlab-ce!14338
| * | | | | | | spec fixesfly-out-nav-mousepos-errorPhil Hughes2017-09-221-1/+1
| | | | | | | |
| * | | | | | | Fixed fly-out error if mousePos array is emptyPhil Hughes2017-09-222-1/+7
| | | | | | | |
* | | | | | | | Merge branch '38280-undefined-run_command-when-running-rake-gitlab-check' ↵Douwe Maan2017-09-255-2/+44
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into 'master' Resolve "Undefined run_command when running rake gitlab:check" Closes #38280 See merge request gitlab-org/gitlab-ce!14469
| * | | | | | | | Fixed few gitlab:check tasks that were failing with exception38280-undefined-run_command-when-running-rake-gitlab-checkGabriel Mazetto2017-09-255-2/+44
| | |_|_|/ / / / | |/| | | | | |
* | | | | | | | Merge branch ↵Achilleas Pipinellis2017-09-251-0/+16
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | '38021-add-instructions-for-upgrading-from-ce-to-ee-using-gitlab-omnibus-chart-docs' into 'master' Add instructions for upgrading from CE to EE using GitLab Omnibus chart - docs Closes #38021 See merge request gitlab-org/gitlab-ce!14347
| * | | | | | | | Add instructions for upgrading from CE to EE using GitLab Omnibus chart - docsJoshua Lambert2017-09-251-0/+16
|/ / / / / / / /
* | | | | | | | Merge branch 'rs-allow-name-on-anchors' into 'master'Douwe Maan2017-09-253-3/+13
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Re-allow `name` attribute on user-provided anchor HTML Closes #38196 See merge request gitlab-org/gitlab-ce!14452
| * | | | | | | | Make the "customizes the whitelist only once" spec less brittlers-allow-name-on-anchorsRobert Speicher2017-09-221-1/+3
| | | | | | | | |
| * | | | | | | | Re-allow `name` attribute on user-provided anchor HTMLRobert Speicher2017-09-223-2/+10
| | | | | | | | |
* | | | | | | | | Merge branch 'rc/refactor-project_policy_spec-ce' into 'master'Douwe Maan2017-09-251-47/+86
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Refactor spec/policies/project_policy_spec.rb to minimize the diff with EE See merge request gitlab-org/gitlab-ce!14434
| * | | | | | | | | Refactor spec/policies/project_policy_spec.rb to minimize the diff with EErc/refactor-project_policy_spec-ceRémy Coutable2017-09-221-47/+86
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* | | | | | | | | | Merge branch '37287-remove-nav-gradient' into 'master'Phil Hughes2017-09-251-2/+2
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove navbar gradient Closes #37287 See merge request gitlab-org/gitlab-ce!14457
| * | | | | | | | | | Remove navbar gradient37287-remove-nav-gradientAnnabel Dunstone Gray2017-09-221-2/+2
| | | | | | | | | | |
* | | | | | | | | | | Merge branch 'sh-remove-additional-grit-settings' into 'master'Rémy Coutable2017-09-251-3/+1
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove Grit settings from default settings See merge request gitlab-org/gitlab-ce!14465
| * | | | | | | | | | | Remove Grit settings from default settingssh-remove-additional-grit-settingsStan Hu2017-09-231-3/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is a follow-up to https://gitlab.com/gitlab-org/omnibus-gitlab/merge_requests/1956 and https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/7308.
* | | | | | | | | | | | Merge branch 'master' into 'master'Rémy Coutable2017-09-251-2/+2
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fix minor spelling mistakes See merge request gitlab-org/gitlab-ce!14467
| * | | | | | | | | | | fix minor spelling mistakesRené Genz2017-09-201-2/+2
| | | | | | | | | | | |
* | | | | | | | | | | | Update CHANGELOG.md for 10.0.1Stan Hu2017-09-232-5/+4
| |/ / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | [ci skip]
* | | | | | | | | | | Merge branch 'sh-fix-issue-38246' into 'master'Yorick Peterse2017-09-233-2/+7
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix duplicate key errors in PostDeployMigrateUserExternalMailData migration Closes #38246 See merge request gitlab-org/gitlab-ce!14460
| * | | | | | | | | | Fix duplicate key errors in PostDeployMigrateUserExternalMailData migrationsh-fix-issue-38246Stan Hu2017-09-223-2/+7
|/ / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | `email_provider` by default is NULL, and if a user had not logged the value would remain NULL. Upgrading to GitLab 10.0 would lead to a PG::UniqueViolation because the post-deploy migration would attempt to reinsert the entry because the NULL comparison between `users.email_provider` and `user_synced_attributes_metadata.email_provider` would never match. Closes #38246
* | | | | | | | | | Merge branch '38171-workaround' into 'master'Robert Speicher2017-09-221-1/+4
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Workaround for n+1 in Projects::TreeController#show Closes #38171 See merge request gitlab-org/gitlab-ce!14455
| * | | | | | | | | | Workaround for n+1 in Projects::TreeController#show38171-workaroundAndrew Newdigate2017-09-221-1/+4
| | |_|_|/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | See https://gitlab.com/gitlab-org/gitlab-ce/issues/38261
* | | | | | | | | | Merge branch '36549-circuit-breaker-handles-missing-storages' into 'master'Douwe Maan2017-09-2210-22/+175
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Allow the git circuit breaker to correctly handle missing repository storages Closes #36549 See merge request gitlab-org/gitlab-ce!14417
| * | | | | | | | | | Allow the git circuit breaker to correctly handle missing repository storagesNick Thomas2017-09-2210-22/+175
| | | | | | | | | | |
* | | | | | | | | | | Merge branch 'docs-update-ux-guide' into 'master'Marcia Ramos2017-09-221-1/+1
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fix typo in icons section See merge request gitlab-org/gitlab-ce!14444