- 17 Dec, 2018 40 commits
-
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
GitLab Bot authored
-
Grzegorz Bizon authored
Add new predefined variable CI_COMMIT_SHORT_SHA Closes #48061 See merge request gitlab-org/gitlab-ce!23822
-
Jason Lenny authored
-
Douwe Maan authored
Add ON DELETE constraint to namespace_id FK on gitlab_subscriptions Closes gitlab-ce#55401 See merge request gitlab-org/gitlab-ee!8871
-
GitLab Bot authored
-
Douglas Barbosa Alexandre authored
Add externalized strings for clusters error messages Closes #45310 See merge request gitlab-org/gitlab-ce!23753
-
Rubén Dávila authored
This is required to avoid an error when re-generating the FK due to orphaned records. See more https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/8871#note_125503270
-
Rubén Dávila authored
-
GitLab Bot authored
-
Phil Hughes authored
Updates gitlab-svg dependency See merge request gitlab-org/gitlab-ce!23871
-
GitLab Bot authored
-
Grzegorz Bizon authored
Revert "Merge branch 'auto_devops_kubernetes_active' into 'master'" See merge request gitlab-org/gitlab-ce!23826
-
GitLab Bot authored
-
Achilleas Pipinellis authored
Improve & clean up the PROCESS.md doc See merge request gitlab-org/gitlab-ce!23769
-
Sean McGivern authored
Fix broken link in documentation Closes #8890 See merge request gitlab-org/gitlab-ee!8883
-
George Tsiolis authored
-
GitLab Bot authored
-
Douwe Maan authored
Support both integer and string as epic count key Closes #8824 See merge request gitlab-org/gitlab-ee!8840
-
Douwe Maan authored
Remove the project_cleanup feature flag Closes #55230 See merge request gitlab-org/gitlab-ce!23814
-
GitLab Bot authored
-
Filipa Lacerda authored
-
Rémy Coutable authored
Clarify messaging on what fails for too many failed lines See merge request gitlab-org/gitlab-ce!23862
-
Jan Provaznik authored
-
GitLab Bot authored
-
Fatih Acet authored
Fixed duplicated inline diff discussions Closes #55388 See merge request gitlab-org/gitlab-ce!23843
-
Rémy Coutable authored
Change `page_filter_path` to not exclude `label_name` by default See merge request gitlab-org/gitlab-ce!23825
-
Rémy Coutable authored
EE port of update-page-filter-path-defaults See merge request gitlab-org/gitlab-ee!8851
-
GitLab Bot authored
-
Rémy Coutable authored
Fix deprecation: Comparing equality between ActionController::Parameters and a Hash is deprecated See merge request gitlab-org/gitlab-ce!23855
-
Rémy Coutable authored
Remove deprecated ActionDispatch::ParamsParser See merge request gitlab-org/gitlab-ce!23848
-
Yorick Peterse authored
Merge branch '55433-un-revert-https-gitlab-com-gitlab-org-gitlab-ce-commit-00acef43-revert' into 'master' Resolve "Un-revert https://gitlab.com/gitlab-org/gitlab-ce/commit/00acef434031b5dc0bf39576a9e83802c7806842 revert" Closes #55433 See merge request gitlab-org/gitlab-ce!23861
-
GitLab Bot authored
-
Kushal Pandya authored
Resolve "User profile page: Enhance horizonal whitespace between Overview columns" Closes #55252 See merge request gitlab-org/gitlab-ce!23803
-
GitLab Bot authored
-
Jan Provaznik authored
Epic state uses enum for saving state (other issuables use string), because of this inconsistency we override `count_key` which should return state as string converted to symbol (.e.g. :closed). In rails 5 these integer states are automatically converted to strings by Active Record. But if subquery is used (to optimize searching), Active Record doesn't convert state into string automatically (probably it can not deal with the more complex query). This means that epic state can be either integer (if subquery is used) or string (if AR converted state to string automatically), so in `count_key` we should convert state into string only if it's an integer.
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Rémy Coutable authored
Remove rails4 specific code See merge request gitlab-org/gitlab-ce!23847
-
Rémy Coutable authored
EE: Remove rails4 specific code See merge request gitlab-org/gitlab-ee!8870
-
Achilleas Pipinellis authored
Document omnibus config for smartcard auth See merge request gitlab-org/gitlab-ee!8795
-