- 07 Nov, 2018 1 commit
-
-
Stan Hu authored
Fix failing spec in spec/controllers/admin/hooks_controller_spec.rb 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
-
- 02 Nov, 2018 3 commits
-
-
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
-
- 01 Nov, 2018 36 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
-
Robert Speicher authored
Reduce merge conflicts in the User model See merge request gitlab-org/gitlab-ce!22697
-
Robert Speicher authored
Reserve more RAM for master process in Puma See merge request gitlab-org/gitlab-ce!22741
-
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
-
Douglas Barbosa Alexandre authored
CE backport from Added a search bar to `Admin > Geo > Projects` See merge request gitlab-org/gitlab-ce!22747
-
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.
-
Stan Hu authored
-
Clement Ho authored
Add dynamic timer for delayed jobs in job list See merge request gitlab-org/gitlab-ce!22656
-
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
-
Helmut Januschka authored
-
Winnie Hellmann authored
-
Achilleas Pipinellis authored
Fixes automatic URL formatting on Maven Page See merge request gitlab-org/gitlab-ce!22727
-
Sean McGivern authored
-
Achilleas Pipinellis authored
Improve markdown and fix links that don't render correctly See merge request gitlab-org/gitlab-ce!22735
-
Achilleas Pipinellis authored
Improve markdown and fix links that don't render correctly See merge request gitlab-org/gitlab-ce!22737
-
Achilleas Pipinellis authored
Improve markdown and fix links that don't render correctly See merge request gitlab-org/gitlab-ce!22738
-
Sean McGivern authored
Resolve "Filter by `None`/`Any` for milestone in issues/mrs API" Closes #52382 See merge request gitlab-org/gitlab-ce!22637
-
Marcia Ramos authored
Refactor SSH keys docs for Windows clients Closes #46398 and #46399 See merge request gitlab-org/gitlab-ce!21004
-
Achilleas Pipinellis authored
Fix typos in comments and specs See merge request gitlab-org/gitlab-ce!22683
-
Sean McGivern authored
Reduce SQL queries needed to load open merge requests See merge request gitlab-org/gitlab-ce!22709
-
Achilleas Pipinellis authored
-
Andreas Brandl authored
Drop gcp_clusters table See merge request gitlab-org/gitlab-ce!22713
-
Stan Hu authored
The Puma Worker Killer checks the total RAM used by both the master and worker processes. Bump the limits to N+1 instead of N workers to account for this.
-
George Tsiolis authored
-
Evan Read authored
-
Evan Read authored
-
Evan Read authored
-
Heinrich Lee Yu authored
-