- 26 Feb, 2018 40 commits
-
-
Michael Kozono authored
-
Nick Thomas authored
-
GitLab Bot authored
# Conflicts: # app/assets/javascripts/boards/index.js # app/helpers/blob_helper.rb # app/views/projects/blob/_header.html.haml # app/views/projects/edit.html.haml # app/views/projects/tree/_tree_header.html.haml # config/gitlab.yml.example # config/sidekiq_queues.yml # config/webpack.config.js # db/schema.rb # qa/qa/page/merge_request/show.rb # spec/helpers/issuables_helper_spec.rb # spec/support/db_cleaner.rb [ci skip]
-
Jacob Schatz authored
Merged CE boards-bundle-refactor into EE See merge request gitlab-org/gitlab-ee!4670
-
Clement Ho authored
CE: Fix multiple assignees avatar alignment in issues list See merge request gitlab-org/gitlab-ce!17308
-
Clement Ho authored
Fix multiple assignees avatar alignment in issues list Closes #5013 See merge request gitlab-org/gitlab-ee!4664
-
Douwe Maan authored
Suppress whitespace warnings in squash error messages Closes gitlab-ee#3639 See merge request gitlab-org/gitlab-ce!17317
-
Douwe Maan authored
Resolve "Refactoring of blob link methods in blob_helper" Closes #41255 See merge request gitlab-org/gitlab-ce!16851
-
Douwe Maan authored
[EE] Resolve "Refactoring of blob link methods in blob_helper" See merge request gitlab-org/gitlab-ee!4722
-
James Lopez authored
-
Rémy Coutable authored
Clarify when disabling Gitaly makes sense Closes #43551 See merge request gitlab-org/gitlab-ce!17357
-
Jacob Vosmaer (GitLab) authored
-
Constance Okoghenun authored
-
Sean McGivern authored
Correcting documentation about project hooks settings See merge request gitlab-org/gitlab-ce!17332
-
-
Sean McGivern authored
Extract WaitableWorker out of AuthorizedProjectsWorker See merge request gitlab-org/gitlab-ce!17356
-
Sean McGivern authored
[EE] Extract WaitableWorker out of AuthorizedProjectsWorker See merge request gitlab-org/gitlab-ee!4723
-
Nick Thomas authored
Get rid of hard-coded user/project/group names that could clash with DB sequences See merge request gitlab-org/gitlab-ce!17290
-
Douwe Maan authored
-
Douwe Maan authored
-
Nick Thomas authored
Port of pages custom domain DNS verification to EE See merge request gitlab-org/gitlab-ee!4691
-
Douwe Maan authored
-
Douwe Maan authored
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Rémy Coutable authored
CE upstream - 2018-02-23 15:23 UTC See merge request gitlab-org/gitlab-ee!4696
-
Sean McGivern authored
Fix bug causing 'Import in progress' to be shown while a mirror is updating See merge request gitlab-org/gitlab-ee!4697
-
Douwe Maan authored
-
Filipa Lacerda authored
[EE] Don't convert issuable_initial_data into JSON See merge request gitlab-org/gitlab-ee!4694
-
Filipa Lacerda authored
Don't convert issuable_initial_data into JSON See merge request gitlab-org/gitlab-ce!17318
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Filipa Lacerda authored
IDE create new branch Closes #4545 See merge request gitlab-org/gitlab-ee!4534
-
Phil Hughes authored
Fix Group labels load failure when there are duplicate labels present Closes #43598 See merge request gitlab-org/gitlab-ce!17353
-
Douwe Maan authored
Respond with more appropriate HTTP status code when repo does not exist See merge request gitlab-org/gitlab-ce!17341
-
Douwe Maan authored
Restart Unicorn and Sidekiq when GRPC throws 14:Endpoint read failed Closes gitaly#1036 See merge request gitlab-org/gitlab-ce!17293
-
Jacob Vosmaer (GitLab) authored
-
Sean McGivern authored
[EE] Verify project import status again before marking as failed See merge request gitlab-org/gitlab-ee!4698
-
Jan Provaznik authored
Instead of converting hash into JSON inside issuable_initial_data method, return hash and convert to JSON later. This allows us to easily extend basic issuable data with resource specific values. For example for Epic these data should include also labels, so we can then do something like: issuable_initial_data(@epic).merge(labels: @epic.labels).to_json
-
Jan Provaznik authored
Instead of converting hash into JSON inside issuable_initial_data method, return hash and convert to JSON later. This allows us to easily extend basic issuable data with resource specific values. For example for Epic these data should include also labels, so we can then do something like: issuable_initial_data(@epic).merge(labels: @epic.labels).to_json
-
Sean McGivern authored
These are obscuring the real error, which is confusing for everyone.
-