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-06-12Add the ability to perform background migrationsYorick Peterse
Background migrations can be used to perform long running data migrations without these blocking a deployment procedure. See MR https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/11854 for more information.
2017-06-09Merge branch 'port-post-receive-changes' into 'master'Robert Speicher
Refactor PostReceive worker to limit merge conflicts See merge request !11916
2017-06-06Merge branch 'pull-mirror-overhaul-ce-backport' into 'master'Douwe Maan
backports changed import logic from pull mirroring feature into CE See merge request !11850
2017-06-06Refactor PostReceive worker to limit merge conflictsDouglas Barbosa Alexandre
2017-06-06backports changed import logic from pull mirroring feature into CETiago Botelho
2017-06-05Merge branch '30469-convdev-index' into 'master'Sean McGivern
ConvDev Index Closes #30469 See merge request !11377
2017-06-01Add Conversational Development Index page to admin panelTaurie Davis, Simon Knox and Adam Niedzielski
2017-06-01Simplify CreateDeploymentService so that it usesLin Jen-Shin
methods directly from job, avoid duplicating the works.
2017-05-31Introduce source to pipeline entityKamil Trzcinski
2017-05-25Merge branch 'issue_19262' into 'master'Douwe Maan
Prevent commits from upstream repositories to be re-processed by forks Closes #19262 See merge request !11511
2017-05-25Remove unecessary commit pattern checkFelipe Artur
2017-05-25Merge branch '17848-web-hook-logging' into 'master'Dmitriy Zaporozhets
Implement Web Hooks calls logging Closes #17848 See merge request !11027
2017-05-25Implement web hooks loggingAlexander Randa
* implemented logging of project and system web hooks * implemented UI for user area (project hooks) * implemented UI for admin area (system hooks) * implemented retry of logged webhook * NOT imeplemented log remover
2017-05-22Prevent commits from upstream repositories to be re-processed by forksFelipe Artur
2017-05-22Test the ExpireJobCacheWorker and related changesZ.J. van de Weg
These were untested by the cherry picked commit.
2017-05-22Add MISSING e-tag refresh of resource for Job, and Pipeline GraphKamil Trzcinski
2017-05-15Do not schedule pipelines if the user can'tZ.J. van de Weg
When the owner of a pipelines schedule was either blocked or was removed from the project, the pipeline schedular would still schedule the pipeline. This would than fail however, given the user had no access to the project and it contents. However, a better way to handle it would be to not schedule it at all. Furthermore, from now on, such schedules will be deactivated so the schedule worker can ignore it on the next runs.
2017-05-13Added repository_update hookGabriel Mazetto
2017-05-11Merge branch '27144-enforce-rubocop-trailing_commas-no_comma-style' into ↵Robert Speicher
'master' Resolve "Use consistent style for trailing commas" Closes #27144 See merge request !11063
2017-05-10Enable the Style/TrailingCommaInArguments copRémy Coutable
Use the EnforcedStyleForMultiline: no_comma option. Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-05-10No user needed to cleanup namespaceless pending delete projectsToon Claes
Since this is a cleanup, ran by a post-deploy, there is no need to lookup the admin to run the cleanup.
2017-05-10Use worker to destroy namespaceless projects in post-deployToon Claes
Destroying projects can be very time consuming. So instead of destroying them in the post-deploy, just schedule them and make Sidekiq do the hard work. They are scheduled in batches of 5000 records. This way the number of database requests is limited while also the amount data read to memory is limited.
2017-05-09Merge branch 'deltas-only' into 'master' Sean McGivern
Don't use DiffCollection for deltas See merge request !11201
2017-05-09Don't use DiffCollection for deltasJacob Vosmaer
2017-05-08Merge branch '28359-skip-process-commit-worker-unless-issues-referenced' ↵Dmitriy Zaporozhets
into 'master' Use regex to skip unnecessary reference processing in ProcessCommitWorker Closes #28359 See merge request !10867
2017-05-08Add Pipeline Schedules that supersedes experimental Trigger ScheduleZeger-Jan van de Weg
2017-05-06Merge branch ↵Sean McGivern
'29925-gitlab-shell-hooks-can-no-longer-send-absolute-paths-to-gitlab-ce' into 'master' Generate and handle a gl_repository param to pass around components Closes #29925 See merge request !10992
2017-05-05refactor code based on feedbackJames Lopez
2017-05-05refactor code based on feedbackJames Lopez
2017-05-05Pass GL_REPOSITORY in Workhorse responsesAlejandro Rodríguez
2017-05-05Allow gl-repository strings as project identifiers in PostReceive workerAlejandro Rodríguez
2017-05-04Use regex to skip unnecessary reference processing in ProcessCommitWorkerJames Edwards-Jones
2017-05-04refactor a few things based on feedbackJames Lopez
2017-05-04update lease timeoutJames Lopez
2017-05-04refactor worker into serviceJames Lopez
2017-05-03add propagate service worker and updated spec and controllerJames Lopez
2017-05-01Update Carrierwave and fog-coreZeger-Jan van de Weg
2017-04-24Refactor ExpirePipelineCacheWorker#performToon Claes
Make it gracefully handle unexisting pipelines and refactor iterating all the merge request paths.
2017-04-24Use a better performing query to find all MRs for pipelineToon Claes
And add some specs.
2017-04-24Properly expire cache for **all** MRs of a pipelineToon Claes
Turn ExpirePipelineCacheService into Worker so it can fetch all the merge requests for which the pipeline runs or did run against.
2017-04-21Remove the ClearDatabaseCacheWorkerNick Thomas
2017-04-20Merge branch 'hook_retries' into 'master' Douwe Maan
Add retries to system hook worker Closes #31109 See merge request !10801
2017-04-20Add retry to system hook workerDrew Blessing
The default number of Sidekiq retries is 25 over about 21 days. If an external system is unavailable for a length of time, hooks can pile up in the Sidekiq queues. If the situation gets bad enough the retry jobs dropping back into the main queue can slow down other jobs. Limit the retries to a sane number to avoid this scenario.
2017-04-14Remove Geo referencesSean McGivern
2017-04-14Add new ScheduleUpdateUserActivityWorker and UpdateUserActivityWorkerRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-04-14Fix usage ping worker queueSean McGivern
2017-04-14Used named parameter for refreshing usage dataStan Hu
2017-04-14Cache the last usage data to avoid unicorn timeoutsStan Hu
2017-04-14Port 'Add more usage data to EE ping' to CESean McGivern
CE port of https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/735
2017-04-14Port 'Add EE usage ping' to CESean McGivern
CE port of https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/557