- Nov 14, 2016
-
- Nov 10, 2016
-
-
Valery Sizov authored
-
- Nov 09, 2016
-
-
Alejandro Rodríguez authored
[ci skip]
-
Alejandro Rodríguez authored
[ci skip]
-
Alejandro Rodríguez authored
[ci skip]
-
Alejandro Rodríguez authored
-
- Nov 08, 2016
-
-
Drew Blessing authored
It was previously possible for invalid credential errors to go unnoticed in this task. Users would believe everything was configured correctly and then sign in would fail with 'invalid credentials'. This adds a specific bind check, plus catches errors connecting to the server. Also, specs :)
-
Yatish Mehta authored
-
Rémy Coutable authored
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
Valery Sizov authored
-
Valery Sizov authored
-
Robert Schilling authored
-
Stan Hu authored
Closes gitlab-com/support-forum#1270
-
- Nov 07, 2016
-
-
Clement Ho authored
-
tiagonbotelho authored
reactivates all tests and writes more tests for it
-
Chris Wright authored
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
Lisanne Fellinger authored
Fixing rubocop violations Relocated git_blame spec and fixed styling issue Rewritten spinach git_blame tests to rspec feature tests Fixing rubocop violations Relocated git_blame spec and fixed styling issue Rewritten spinach git_blame tests to rspec feature tests Fixing rubocop violations Rewritten spinach git_blame tests to rspec feature tests Fixing rubocop violations Rewritten spinach git_blame tests to rspec feature tests Fixing rubocop violations Relocated git_blame spec and fixed styling issue
-
Rares Sfirlogea authored
[e44da1c] Add Label API expected keys to tests [ac929c8] Update Label API documentation
-
Valery Sizov authored
-
Yorick Peterse authored
This moves the code used for processing commits from GitPushService to its own Sidekiq worker: ProcessCommitWorker. Using a Sidekiq worker allows us to process multiple commits in parallel. This in turn will lead to issues being closed faster and cross references being created faster. Furthermore by isolating this code into a separate class it's easier to test and maintain the code. The new worker also ensures it can efficiently check which issues can be closed, without having to run numerous SQL queries for every issue.
-
Robert Schilling authored
-
Sam Rose authored
-
- Nov 06, 2016
-
-
Stan Hu authored
performance We see that many slow queries on GitLab.com are dominated by finding the project import data for a specific project. Adding an index is the most straightforward way of fixing this. Closes #23748
-
Hiroyuki Sato authored
-
- Nov 04, 2016
-
-
Drew Blessing authored
By default, Sidekiq will retry 25 times with an exponential backoff. This may result in jobs retrying for up to 21 days. That could lead to an ever-increasing queue size for the remote mirror updates. The mirrors will attempt to update again within an interval, which should be sufficient.
-
Drew Blessing authored
By default, Sidekiq will retry 25 times with an exponential backoff. This may result in jobs retrying for up to 21 days. Most Sidekiq failures occur when attempting to connect to external services - Project service hooks, web hooks, mailers, mirror updates, etc. We should set a default retry of 3, and if that's not sufficient individual workers can override this in the worker class.
-
Lin Jen-Shin authored
-
Valery Sizov authored
-
Felipe Artur authored
-
Rodolfo Santos authored
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
Jacob Vosmaer (GitLab) authored
-
Rémy Coutable authored
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
Valery Sizov authored
-
Valery Sizov authored
-
-
Hiroyuki Sato authored
-
Nick Thomas authored
-
Alfredo Sumaran authored
-
- Nov 03, 2016
-
-
Lin Jen-Shin authored
-