- 02 Nov, 2018 10 commits
-
-
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
-
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
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
Fix failing spec in spec/controllers/admin/hooks_controller_spec.rb Closes #8234 See merge request gitlab-org/gitlab-ee!8189
-
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 30 commits
-
-
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
-
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
-
Ian Baum authored
* Using CI_COMMIT_REF_NAME fails when the branch or tag contains special characters
-
Douglas Barbosa Alexandre authored
CE backport from Added a search bar to `Admin > Geo > Projects` See merge request gitlab-org/gitlab-ce!22747
-
Douglas Barbosa Alexandre authored
Added a search bar to `Admin > Geo > Projects` Closes #8121 See merge request gitlab-org/gitlab-ee!8079
-
Gabriel Mazetto authored
-
Robert Speicher authored
Use merge_db_schema for db/schema.rb conflicts See merge request gitlab-org/gitlab-ce!22692
-
Gabriel Mazetto authored
This allows EE code to reuse the search partial and append additional query parameters to it, and have it preserved when searching.
-
GitLab Bot authored
-
Clement Ho authored
CE upstream - 2018-11-01 14:21 UTC See merge request gitlab-org/gitlab-ee!8182
-
Clement Ho authored
Add dynamic timer for delayed jobs in job list See merge request gitlab-org/gitlab-ce!22656
-
Phil Hughes authored
Changes the popover message on the group sec dashboard See merge request gitlab-org/gitlab-ee!8148
-
GitLab Bot authored
-
Yorick Peterse authored
This moves the `where` in the `has_many :keys` association in Project to the Key model. This allows EE to override this method, instead of modifying the source code directly.
-
Yorick Peterse authored
-
Sean McGivern authored
CE upstream - 2018-11-01 11:21 UTC See merge request gitlab-org/gitlab-ee!8181
-
Yorick Peterse authored
This moves the `where` in the `has_many :keys` association in Project to the Key model. This allows EE to override this method, instead of modifying the source code directly.
-
Yorick Peterse authored
This moves the `1.hour` constant used as the LDAP sync time to a separate method. This allows EE to override this method using a module, instead of directly modifying the source code.
-
Yorick Peterse authored
This Gem can be used to automatically resolve merge conflicts in db/schema.rb. To use it you still need to initialise the configuration, which can be done by running: merge_db_schema-init --force See https://gitlab.com/gitlab-org/release/framework/issues/42 for more information.
-
Douglas Barbosa Alexandre authored
add referenced merge_requests endpoint Closes #39157 See merge request gitlab-org/gitlab-ce!21806
-
Lin Jen-Shin authored
-
Helmut Januschka authored
-
Winnie Hellmann authored
-
Shinya Maeda authored
-
GitLab Bot authored
# Conflicts: # db/schema.rb # doc/api/issues.md # doc/api/merge_requests.md [ci skip]
-