- 02 Nov, 2018 25 commits
-
-
Kamil Trzciński authored
EE: Top level clusters controller See merge request gitlab-org/gitlab-ee!8006
-
Filipa Lacerda authored
Added previewing of batch comments Closes #4327 See merge request gitlab-org/gitlab-ee!7936
-
Steve Azzopardi authored
-
Phil Hughes authored
Add modals and actions for the vulnerabilities in the Group security dashboard See merge request gitlab-org/gitlab-ee!7910
-
Sam Beckham authored
-
🤖 GitLab Bot 🤖 authored
CE upstream - 2018-11-02 10:22 UTC Closes gitlab-ce#52651 and gitlab-ce#45608 See merge request gitlab-org/gitlab-ee!8191
-
Phil Hughes authored
Adds a dropdown to the batch comments review bar which allows users to preview the comments before submitting the review. Clicking on comments in this dropdowns scrolls the user to the comment, if the comment is on the discussion tab, it changes tab before scrolling. Closes https://gitlab.com/gitlab-org/gitlab-ee/issues/4327
-
GitLab Bot authored
-
Achilleas Pipinellis authored
Open backticks in table entries to fix rendering See merge request gitlab-org/gitlab-ee!8188
-
Steve Azzopardi authored
CE upstream - 2018-11-01 22:21 UTC Closes #8234 See merge request gitlab-org/gitlab-ee!8187
-
Sean McGivern authored
Significantly cut memory and SQL queries when reloading diffs See merge request gitlab-org/gitlab-ce!22725
-
Sean McGivern authored
Resolve "Operations Homepage MVC" Closes #5781 See merge request gitlab-org/gitlab-ee!7341
-
Adriel Santiago authored
-
Stan Hu authored
attr_encrypted expects models to have their attribute methods defined, or it will override them with standard Ruby accessors. Migration specs that rolled back the state of the database after columns were migrated to encrypted values were interfering with these definitions. To ensure that the SystemHook specs pass, we need to call `SystemHook.define_attribute_methods` to ensure that attr_encrypted sees the right methods that reflect the latest state of the database. Closes https://gitlab.com/gitlab-org/gitlab-ee/issues/8234
-
Sean McGivern authored
Resolve "Links in tabs of the labels index pages ends with `.html`" Closes #52548 See merge request gitlab-org/gitlab-ce!22716
-
Sean McGivern authored
Add index to find stuck merge requests. Closes #45608 See merge request gitlab-org/gitlab-ce!22749
-
Sean McGivern authored
Fix failing spec in spec/controllers/admin/hooks_controller_spec.rb Closes #8234 See merge request gitlab-org/gitlab-ee!8189
-
Phil Hughes authored
Remove gitlab-ui's progress bar from global See merge request gitlab-org/gitlab-ce!22705
-
Clement Ho authored
-
Jan Provaznik authored
-
Jan Provaznik authored
[master] Security kubeclient ssrf See merge request gitlab/gitlabhq!2575
-
Dmitriy Zaporozhets authored
Change HELM_HOST in Auto-DevOps to work behind proxy See merge request gitlab-org/gitlab-ce!22596
-
Stan Hu authored
attr_encrypted expects models to have their attribute methods defined, or it will override them with standard Ruby accessors. Migration specs that rolled back the state of the database after columns were migrated to encrypted values were interfering with these definitions. To ensure that the SystemHook specs pass, we need to call `SystemHook.define_attribute_methods` to ensure that attr_encrypted sees the right methods that reflect the latest state of the database. Closes https://gitlab.com/gitlab-org/gitlab-ee/issues/8234
-
Evan Read authored
-
Evan Read authored
Geo: Deprecate source installations instructions? Closes #5736 See merge request gitlab-org/gitlab-ee!8134
-
- 01 Nov, 2018 15 commits
-
-
Evan Read authored
Link Bitbucket Server from import index page See merge request gitlab-org/gitlab-ce!22752
-
Robert Speicher authored
Fix "rails g migration" not always using migration templates Closes #52651 See merge request gitlab-org/gitlab-ce!22592
-
Clement Ho authored
Replace tooltip in markdown component with gl-tooltip See merge request gitlab-org/gitlab-ce!21989
-
GitLab Bot authored
-
Robert Speicher authored
Reduce merge conflicts in the User model See merge request gitlab-org/gitlab-ce!22697
-
Robert Speicher authored
EE: reduce merge conflicts in the User model See merge request gitlab-org/gitlab-ee!8153
-
Robert Speicher authored
Reserve more RAM for master process in Puma See merge request gitlab-org/gitlab-ce!22741
-
Thong Kuah authored
To reduce the number of abstract methods, use polymorphic_paths for collection routes. Unfortunately for member routes, polymorphic_paths does not support namespaced classes, so still continue to override methods.
-
Thong Kuah authored
We introduced hidden_clusterable_fields in this MR but it is no longer needed as we have gone back to nested resource routes which should provide the params such as `project_id`.
-
Thong Kuah authored
Also add missing interface in abstract class.
-
Cindy Pallares 🦉 authored
CE upstream - 2018-11-01 16:21 UTC See merge request gitlab-org/gitlab-ee!8183
-
Mek Stittri authored
docs - Update definition of done with e2e tests requirement Closes gitlab-org/quality/team-tasks#67 See merge request gitlab-org/gitlab-ee!8126
-
Stan Hu authored
Use CI_COMMIT_REF_SLUG when building assets image See merge request gitlab-org/gitlab-ce!22756
-
Sergej authored
-
Ian Baum authored
* Using CI_COMMIT_REF_NAME fails when the branch or tag contains special characters
-