- 18 Sep, 2017 21 commits
-
-
Douwe Maan authored
New Crowdin translations See merge request gitlab-org/gitlab-ee!2929
-
Rémy Coutable authored
Replace the 'project/snippets.feature' spinach test with an rspec analog See merge request gitlab-org/gitlab-ce!14326
-
Phil Hughes authored
Use correct group members path for members flyout link Closes #37957 See merge request gitlab-org/gitlab-ce!14329
-
Achilleas Pipinellis authored
Fix broken link in docs/api/wiki.md See merge request gitlab-org/gitlab-ce!14296
-
Rémy Coutable authored
Prepare Repository#merge for migration to Gitaly Closes gitaly#559 See merge request gitlab-org/gitlab-ce!14154
-
Grzegorz Bizon authored
Never connect to webpack-dev-server over SSL in dev mode See merge request gitlab-org/gitlab-ce!14297
-
Grzegorz Bizon authored
Extract AutocompleteController#users into finder Closes #24121 See merge request gitlab-org/gitlab-ce!13778
-
Rémy Coutable authored
Replace the 'project/commits/revert.feature' spinach test with an rspec analog See merge request gitlab-org/gitlab-ce!14325
-
Rémy Coutable authored
Replace the 'project/archived.feature' spinach test with an rspec analog See merge request gitlab-org/gitlab-ce!14322
-
Tim Zallmann authored
Update build images See merge request gitlab-org/gitlab-ce!14315
-
Rémy Coutable authored
Improve 'spec/features/profiles/*' specs Closes #37855 et #37856 See merge request gitlab-org/gitlab-ce!14317
-
Rémy Coutable authored
Replace the 'search.feature' spinach test with an rspec analog See merge request gitlab-org/gitlab-ce!14248
-
Douwe Maan authored
Clean up redirect routes that conflict with regular routes Closes #36229 See merge request gitlab-org/gitlab-ce!13783
-
Douwe Maan authored
IssueNotes: Fix role badge styling. See merge request gitlab-org/gitlab-ce!14279
-
Phil Hughes authored
Remove gaps under nav on build page Closes #37857 See merge request gitlab-org/gitlab-ce!14283
-
Annabel Dunstone Gray authored
-
Vitaliy @blackst0ne Klachkov authored
-
kushalpandya authored
-
Achilleas Pipinellis authored
Change Pipelines to CI/CD for Settings page See merge request gitlab-org/gitlab-ce!14168
-
Achilleas Pipinellis authored
# Conflicts: # doc/ci/variables/README.md
-
Vitaliy @blackst0ne Klachkov authored
-
- 17 Sep, 2017 3 commits
-
-
Robert Speicher authored
Add Security Concerns section to reply by email documentation [ci skip] See merge request gitlab/gitlabhq!2191
-
Vitaliy @blackst0ne Klachkov authored
-
Vitaliy @blackst0ne Klachkov authored
-
- 16 Sep, 2017 9 commits
-
-
Annabel Dunstone Gray authored
Fixed the new sidebars width when browser has scrollbars Closes #37606 See merge request gitlab-org/gitlab-ce!14191
-
Phil Hughes authored
-
Vitaliy @blackst0ne Klachkov authored
-
Vitaliy @blackst0ne Klachkov authored
-
Mike Greiling authored
-
Mike Greiling authored
-
Mike Greiling authored
-
Grzegorz Bizon authored
Fix project feature being deleted when updating project with invalid visibility level Closes #37640 See merge request gitlab-org/gitlab-ce!14234
-
Stan Hu authored
Ensure we use `Entities::User` for non-admin `users/:id` API requests See merge request gitlab-org/gitlab-ce!14314
-
- 15 Sep, 2017 7 commits
-
-
Robert Speicher authored
-
Felipe Artur authored
# Conflicts: # db/schema.rb
-
Robert Speicher authored
Use grpc 1.6.0 See merge request gitlab-org/gitlab-ce!14262
-
Robert Speicher authored
Fix setting share_with_group_lock Closes #37916 See merge request gitlab-org/gitlab-ce!14300
-
Felipe Artur authored
-
Yorick Peterse authored
Prior to this commit running Namespace#force_share_with_group_lock_on_descendants would result in updating _all_ namespaces in the namespaces table, not just the descendants. This is the result of ActiveRecord::Relation#update_all not taking into account the CTE. To work around this we use the CTE query as a sub-query instead of directly calling #update_all. To prevent this from happening the relations returned by Gitlab::GroupHierarchy are now marked as read-only, resulting in an error being raised when methods such as #update_all are used. Fortunately on GitLab.com our statement timeouts appear to have prevented this query from actually doing any damage other than causing a very large amount of dead tuples. Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/37916
-
Rémy Coutable authored
created services for keys See merge request gitlab-org/gitlab-ce!13331
-