- 17 Sep, 2017 1 commit
-
-
Robert Speicher authored
Add Security Concerns section to reply by email documentation [ci skip] See merge request gitlab/gitlabhq!2191
-
- 16 Sep, 2017 4 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
-
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 22 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
-
haseeb authored
-
Phil Hughes authored
Make the labels in the Compare form less confusing Closes #21331 See merge request gitlab-org/gitlab-ce!14225
-
Rémy Coutable authored
SQL performance improvements for ProjectsController#show See merge request gitlab-org/gitlab-ce!14226
-
Phil Hughes authored
Display whether branch has been merged when deleting protected branch Closes #32295 See merge request gitlab-org/gitlab-ce!14220
-
Winnie Hellmann authored
-
Rémy Coutable authored
* Improve the descriptive text * Rename "from" to "Target" and "to" to "Source" * Swap "Target" and "Source" to have the same order as in MRs * Reworded "Switch base of comparison" to "Swap versions" Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Filipa Lacerda authored
Remove title attribute from sidebar elements See merge request gitlab-org/gitlab-ce!14140
-
Rémy Coutable authored
Clarify what variables can be used under `environment:` See merge request gitlab-org/gitlab-ce!14277
-
Phil Hughes authored
Resolve "Scope users by group inside dropdowns if I'm on group page (Issue, MRs)" Closes #20824 See merge request gitlab-org/gitlab-ce!14249
-
Phil Hughes authored
Remove extra space between profile header and navbar Closes #37844 See merge request gitlab-org/gitlab-ce!14275
-
Grzegorz Bizon authored
Resolve "Typo in Protected Runners setting checkbox" Closes #37886 See merge request gitlab-org/gitlab-ce!14284
-
Stan Hu authored
add info about UX label to feature proposal to CONTRIBUTING.md See merge request gitlab-org/gitlab-ce!14281
-
Achilleas Pipinellis authored
Minor improvements to prometheus docs Closes #37896 See merge request gitlab-org/gitlab-ce!14288
-
Joshua Lambert authored
-
Joshua Lambert authored
-
- 14 Sep, 2017 13 commits
-
-
Fabio Busatto authored
-
Robert Speicher authored
Add missing index for getting recent push events See merge request gitlab-org/gitlab-ce!14273
-
Annabel Dunstone Gray authored
Fixed overflow issue in changes dropdown See merge request gitlab-org/gitlab-ce!14181
-
Sarrah Vesselov authored
-
Robert Speicher authored
Resolve "`bin/rspec`/`bin/karma` can nuke the GDK entirely" Closes #37872 See merge request gitlab-org/gitlab-ce!14276
-
Yorick Peterse authored
This index is required to allow fast retrieval of recent push events without merge requests. Without this index in place the query would lead to PostgreSQL scanning over 150 000 index entries all the time, easily taking up between 200 and 500 milliseconds. This index reduces the time spent in this process to around 40 milliseconds on GitLab.com.
-
Achilleas Pipinellis authored
Docs filter by my reaction See merge request gitlab-org/gitlab-ce!14197
-
Victor Wu authored
-
Stan Hu authored
Constrain environment deployments to project IDs Closes #36877 See merge request gitlab-org/gitlab-ce!14252
-
Annabel Dunstone Gray authored
Changed dashed border button color to be darker See merge request gitlab-org/gitlab-ce!14041
-
Annabel Dunstone Gray authored
Add missing classes to omniauth remember-me checkbox and add correct font-size See merge request gitlab-org/gitlab-ce!14111
-
Jedidiah authored
-
Rémy Coutable authored
Extend the QueryRecorder matcher See merge request gitlab-org/gitlab-ce!14267
-