Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-04-12Return nil as coverage instead of a File objectZ.J. van de Weg
Given a valid pipeline job, and a regex which wouldn't match to a jobs trace, the stream of the trace would return the File object. This was not the case when it matched a value, as that would have been return from the block. Now the `extract_coverage` method returns `nil` if no match was found.
2017-04-07Fix ref referenceKamil Trzcinski
2017-04-06Maintain MRShinya Maeda
2017-04-06Brush up 2Shinya Maeda
2017-04-06Brush upShinya Maeda
2017-04-06Use delegate for ref on ci_triggerShinya Maeda
2017-04-06Fixed strcture for db changeShinya Maeda
2017-04-06Rename ScheduledTrigger to TriggerSchedule. Because table structure changed.Shinya Maeda
2017-04-06basic componentsShinya Maeda
2017-04-06Add scheduled_trigger model. Add cron parser. Plus, specs.Shinya Maeda
2017-04-06remove unnecessary lease as cron jobJames Lopez
2017-04-05Periodically mark projects that are stuck in importing as failedJames Lopez
Adds import jid to projects Refactor middleware to set custom expiration time via sidekiq options Add completed_jids option to sidekiq status and a few other changes
2017-04-04Merge branch '29492-useless-queries' into 'master'Sean McGivern
remove useless queries with false conditions (e.g 1=0) Closes #29492 See merge request !10141
2017-04-04Remove useless queries with false conditions (e.g 1=0)mhasbini
2017-04-03Remove unused include from RepositoryImportWorkerDouglas Barbosa Alexandre
2017-03-29Helper method for storage path strippingJacob Vosmaer
2017-03-18All CI offline migrationsKamil Trzciński
2017-03-10adds queue option to push bulk in authorized projects workerTiago Botelho
2017-03-07Merge branch '28447-hybrid-repository-storages' into 'master' Sean McGivern
Update storage settings to allow extra values per shard See merge request !9597
2017-03-07Moved call of SystemHooksService from UpdateMergeRequestsWorker to ↵gpongelli
GitPushServic…
2017-03-06Add Upload model and UploadChecksumWorker workerRobert Speicher
2017-03-03Update storage settings to allow extra values per shardAlejandro Rodríguez
This will be necessary when adding gitaly settings. This version doesn't make any functional changes, but allows us to include this breaking change in 9.0 and add the needed extra settings in the future with backwards compatibility
2017-03-03Renable StuckCiBuildsWorker to StucjCiJobsWorkerTomasz Maczukin
2017-03-01Make 'joins' line shorterTomasz Maczukin
2017-03-01Fix rubocop offensesTomasz Maczukin
2017-03-01Add minor updatesTomasz Maczukin
2017-03-01Improve builds search queryTomasz Maczukin
2017-03-01Add Gitlab::OptimisticLocking for build droppingTomasz Maczukin
2017-03-01Add exclusive lease for stuck_ci_builds_workerTomasz Maczukin
2017-03-01Update stuck and outdated builds cleanup workerTomasz Maczukin
2017-02-23Revert "Enable Style/DotPosition"Douwe Maan
This reverts commit e00fb2bdc2090e9cabeb1eb35a2672a882cc96e9. # Conflicts: # .rubocop.yml # .rubocop_todo.yml # lib/gitlab/ci/config/entry/global.rb # lib/gitlab/ci/config/entry/jobs.rb # spec/lib/gitlab/ci/config/entry/factory_spec.rb # spec/lib/gitlab/ci/config/entry/global_spec.rb # spec/lib/gitlab/ci/config/entry/job_spec.rb # spec/lib/gitlab/ci/status/build/factory_spec.rb # spec/lib/gitlab/incoming_email_spec.rb
2017-02-23Revert "Prefer leading style for Style/DotPosition"Douwe Maan
This reverts commit cb10b725c8929b8b4460f89c9d96c773af39ba6b.
2017-02-23Manually correct autocorrectDouwe Maan
2017-02-23Prefer leading style for Style/DotPositionDouwe Maan
2017-02-23Enable Style/ColonMethodCallDouwe Maan
2017-02-23Enable Style/DotPositionDouwe Maan
2017-02-20Add user deletion permission check in `Users::DestroyService`Stan Hu
We saw from a recent incident that the `Users::DestroyService` would attempt to delete a user over and over. Revoking the permissions from the current user did not help. We should ensure that the current user does, in fact, have permissions to delete the user. Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-02-13Merge branch 'zj-drop-ruby-21-tests' into 'master' Rémy Coutable
Update Rubocop to Ruby 2.3 See merge request !8994
2017-02-08Fix inconsistent naming for services that delete thingsdixpac
* Changed name of delete_user_service and worker to destroy * Move and change delete_group_service to Groups::DestroyService * Rename Notes::DeleteService to Notes::DestroyService
2017-02-07Update Rubocop to ruby 2.3Z.J. van de Weg
2017-02-03Merge branch 'master' into jej-pages-picked-from-eeJames Edwards-Jones
2017-02-01Initial work on GitLab Pages updateKamil Trzcinski
2017-02-01Move most of PagesWorker logic UpdatePagesServiceKamil Trzcinski
2017-02-01Asynchronously remove pagesKamil Trzcinski
2017-02-01Rename pages namespace or project path when changedKamil Trzcinski
- Move UploadsTransfer to ProjectTransfer and inherit from this to UploadsTransfer and PagesTransfer
2017-02-01Revert "Store pages in shared/pages/fqdn/fqdn/public or ↵Kamil Trzcinski
shared/pages/fqdn/subpath/public - makes it simpler to implement CNAMEs in future" This reverts commit 86a2a78f0d13a678899460638add6b862059433e.
2017-02-01Store pages in shared/pages/fqdn/fqdn/public or ↵Kamil Trzcinski
shared/pages/fqdn/subpath/public - makes it simpler to implement CNAMEs in future
2017-02-01Fix testsKamil Trzcinski
2017-02-01Split PagesWorkerKamil Trzcinski
2017-02-01Remove locking and add force to FileUtils methodsKamil Trzcinski