- 30 Nov, 2017 8 commits
-
-
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>
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Douwe Maan authored
Handle outdated replicas in the DB load balancer Closes #2197 See merge request gitlab-org/gitlab-ee!3526
-
Tim Zallmann authored
EE counterpart for Resolve "Clone dropdown should not have a tooltip" See merge request gitlab-org/gitlab-ee!3375
-
Tim Zallmann authored
EE port of multi-file-editor-css-fixes See merge request gitlab-org/gitlab-ee!3583
-
Tim Zallmann authored
Port of "Refactor 'copy_to_clipboard.js'" to EE See merge request gitlab-org/gitlab-ee!3580
-
Annabel Dunstone Gray authored
fix icon colors in commit list See merge request gitlab-org/gitlab-ee!3581
-
- 29 Nov, 2017 32 commits
-
-
Simon Knox authored
-
Robert Speicher authored
Handle Geo node URL parse errors intelligently Closes #4158 See merge request gitlab-org/gitlab-ee!3552
-
Annabel Dunstone Gray authored
svg icon fix See merge request gitlab-org/gitlab-ee!3565
-
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>
-
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>
-
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>
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Nick Thomas authored
By storing the URL unmodified in the database, parsing it can happen at validation time, rather than during data entry. This allows problems to be reported to the end-user via the errors hash, rather than an exception.
-
Achilleas Pipinellis authored
Fix Advanced Search Syntax documentation See merge request gitlab-org/gitlab-ee!3571
-
Achilleas Pipinellis authored
Update gitlab_slack_application.md to include direct link to slack app in directory See merge request gitlab-org/gitlab-ee!3561
-
Luke "Jared" Bennett authored
-
Tomasz Maczukin authored
-
Tim Zallmann authored
-
Rémy Coutable authored
# Conflicts: # app/assets/javascripts/repo/components/repo_tab.vue # app/models/application_setting.rb # app/models/ci/runner.rb # app/services/merge_requests/build_service.rb # app/services/projects/hashed_storage/migrate_attachments_service.rb # app/services/projects/hashed_storage/migrate_repository_service.rb # app/services/projects/update_service.rb # db/schema.rb # lib/gitlab/gitaly_client.rb # spec/services/projects/update_service_spec.rb [ci skip]
-
Robert Speicher authored
fix link that was linking to `html` instead of `md` See merge request gitlab-org/gitlab-ce!15646
-
Yorick Peterse authored
Remove serialised diff and commit columns Closes #39533 See merge request gitlab-org/gitlab-ce!15582
-
Yorick Peterse authored
Instead of checking if a replica is online by just running "SELECT 1" we instead check the replication status. If a replica is lagging behind too much time and data wise we'll stop using it until it is back in sync with the primary. We also only check for the status roughly every 30 seconds. This reduces the overhead of the status checks, at the cost of the status potentially lagging behind the real world for 30 seconds or so. Checking the replicas happens in a request, without any central coordination mechanism. This keeps the implementation simple and the processes independent of _another_ central service. To prevent all processes from doing the same work at the same time we randomize the checking intervals on a per process basis. This won't prevent 2 processes from checking at the same time, but it does reduce the likelihood of _all_ of check checking at the same time. Fixes https://gitlab.com/gitlab-org/gitlab-ee/issues/2197, closes https://gitlab.com/gitlab-org/gitlab-ee/issues/2866
-
Phil Hughes authored
-
Sean McGivern authored
Create fork networks for deleted source projects Closes #40072 See merge request gitlab-org/gitlab-ce!15595
-
Rémy Coutable authored
Minor backport from EE See merge request gitlab-org/gitlab-ce!15647
-
Bob Van Landuyt authored
Rescheduling will make sure the fork networks with a deleted source project are created.
-
Bob Van Landuyt authored
That way we can join forks-of-forks into the same network even if their original source was deleted. Consider the following: `awesome-oss/badger` is forked to `coolstuff/badger`, which is forked to `user-a/badger` which in turn is forked to `user-b/badger`. When `awesome-oss/badger` is deleted, we will now create a fork network with `coolstuff/badger` as the root. The `user-a/badger` and `user-b/badger` projects will be added to the network.
-
Kamil Trzciński authored
Merge branch 'ee-38962-automatically-run-a-pipeline-when-auto-devops-is-turned-on-in-project-settings' into 'master' Add checkbox to automatically run a pipeline when Auto DevOps is turned on in project settings -- EE merge edition Closes gitlab-ce#38962 See merge request gitlab-org/gitlab-ee!3578
-
Tim Zallmann authored
Added IDE commit panel Closes #40041 See merge request gitlab-org/gitlab-ce!15583
-
Phil Hughes authored
Fix item name and namespace text overflow in Projects dropdown Closes #39827 See merge request gitlab-org/gitlab-ce!15451
-
Kushal Pandya authored
-
Phil Hughes authored
-
Douwe Maan authored
Fix viewing default push rules on a Geo secondary Closes #4110 See merge request gitlab-org/gitlab-ee!3559
-
Valery Sizov authored
-