- 25 Nov, 2016 1 commit
-
-
Yorick Peterse authored
When I proposed using serializable transactions I was hoping we would be able to refresh data of individual users concurrently. Unfortunately upon closer inspection it was revealed this was not the case. This could result in a lot of queries failing due to serialization errors, overloading the database in the process (given enough workers trying to update the target table). To work around this we're now using a Redis lease that is cancelled upon completion. This ensures we can update the data of different users concurrently without overloading the database. The code will try to obtain the lease until it succeeds, waiting at least 1 second between retries. This is necessary as we may otherwise end up _not_ updating the data which is not an option.
-
- 18 Nov, 2016 1 commit
-
-
Ahmad Sherif authored
Closes #23150
-
- 23 Sep, 2016 1 commit
-
-
Grzegorz Bizon authored
-
- 28 Jul, 2016 1 commit
-
-
Z.J. van de Weg authored
[ci skip]
-
- 06 Oct, 2015 1 commit
-
-
Stan Hu authored
-
- 05 Oct, 2015 1 commit
-
-
Stan Hu authored
Seed-Fu runs this entire fixture in a transaction, so the `after_commit` hook won't run until after the fixture is loaded. That is too late since the Sidekiq::Testing block has already exited. Force clearing the `after_commit` queue to ensure the job is run now. See: gitlab-org/gitlab-development-kit#58
-
- 17 Jul, 2015 1 commit
-
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- 20 May, 2015 1 commit
-
-
Robert Speicher authored
Adds a version requirement which it didn't have before, at 2.0.0. This version has breaking API changes in that the namespace is now `FFaker` instead of `Faker`.
-
- 10 Nov, 2014 1 commit
-
-
Dmitriy Zaporozhets authored
This reverts commit a9fadce3.
-
- 26 Oct, 2014 1 commit
-
-
Ciro Santilli authored
-
- 27 Sep, 2014 1 commit
-
-
Ciro Santilli authored
-
- 10 Sep, 2014 2 commits
-
-
Sytse Sijbrandij authored
-
Jacob Vosmaer authored
The repository was removed from github.com/gitlabhq.
-
- 11 Aug, 2014 1 commit
-
-
Dmitriy Zaporozhets authored
* Improt projects inline so after seeds you have repos * Fix merge request seeds * Add comment seeds to both issues and merge requests * Remove some projects from seeds to increase speed Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- 05 May, 2014 1 commit
-
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- 15 Mar, 2014 1 commit
-
-
Dmitriy Zaporozhets authored
Return execution of observers in seeds. Mute email sending to letter opening in you browser. Added `rake dev` task to reset db and add seeds. Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- 28 Feb, 2014 1 commit
-
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- 25 Feb, 2014 1 commit
-
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- 23 Jan, 2014 1 commit
-
-
Marin Jankovski authored
-
- 19 Jan, 2014 1 commit
-
-
skv authored
-
- 17 Oct, 2013 1 commit
-
-
Dmitriy Zaporozhets authored
-
- 20 Jun, 2013 1 commit
-
-
Dmitriy Zaporozhets authored
-
- 09 Feb, 2013 1 commit
-
-
Dmitriy Zaporozhets authored
-
- 05 Jan, 2013 1 commit
-
-
Dmitriy Zaporozhets authored
-
- 27 Dec, 2012 1 commit
-
-
Dmitriy Zaporozhets authored
-
- 11 Dec, 2012 1 commit
-
-
Dmitriy Zaporozhets authored
-
- 21 Nov, 2012 1 commit
-
-
Dmitriy Zaporozhets authored
Project -> update repo only on create and destroy. Fixtures Updated with namespaces. Fixed moving repo
-
- 23 Nov, 2012 1 commit
-
-
Dmitriy Zaporozhets authored
-
- 13 Nov, 2012 1 commit
-
-
Dmitriy Zaporozhets authored
-
- 15 Dec, 2011 1 commit
-
-
Dmitriy Zaporozhets authored
-
- 04 Dec, 2011 1 commit
-
-
Dmitriy Zaporozhets authored
-