summaryrefslogtreecommitdiff
path: root/app/workers
Commit message (Expand)AuthorAgeFilesLines
...
* | | Add repository languages for projectsZeger-Jan van de Weg2018-08-012-0/+34
| |/ |/|
* | Merge branch 'fj-6860-instance-level-project-templates' into 'master'Sean McGivern2018-08-011-5/+11
|\ \ | |/ |/|
| * Code review comment appliedFrancisco Javier López2018-07-231-2/+2
| * EE PortFrancisco Javier López2018-07-201-5/+11
* | Merge branch 'todos-visibility-change' into 'master'Sean McGivern2018-07-316-0/+57
|\ \
| * | Remove todos when project feature visibility changesJarka Kadlecová2018-07-312-0/+11
| * | Delete todos when users loses target read permissionsJarka Kadlecová2018-07-305-0/+46
* | | Create GPG commit signature in bulkFrancisco Javier López2018-07-301-4/+12
|/ /
* | Merge branch 'security-event-counters-private-data' into 'master'Felipe Artur Cardozo2018-07-243-7/+3
|\ \
| * | Don't expose project names in various countersYorick Peterse2018-06-213-7/+3
* | | Enable frozen string in newly added filesgfyoung2018-07-213-0/+6
| |/ |/|
* | Merge branch '43312-remove_user_activity_workers' into 'master'Rémy Coutable2018-07-193-41/+0
|\ \
| * | Delete UserActivities and related workers43312-remove_user_activity_workersImre Farkas2018-07-183-41/+0
* | | Improve email address parsingGeorge Thomas2018-07-191-1/+7
|/ /
* | Merge branch '45592-nomethoderror-undefined-method-commit-for-nil-nilclass-in...Douwe Maan2018-07-111-2/+3
|\ \
| * | Fix ProcessCommitWorker when upstream project is deletedSean McGivern2018-07-101-2/+3
* | | Fix ArgumentError in GitGarbageCollectWorker Sidekiq jobStan Hu2018-07-101-2/+2
|/ /
* | Resolve Naming/UncommunicativeMethodLin Jen-Shin2018-07-091-4/+4
* | Updates from `rubocop -a`Lin Jen-Shin2018-07-091-2/+0
* | Add ExclusiveLease guards for RepositoryCheck::{DispatchWorker,BatchWorker}Stan Hu2018-07-062-4/+29
* | Delete deprecated object_storage_upload queueJan Provaznik2018-07-062-24/+0
* | Merge branch 'build-chunks-on-object-storage' into 'master'Grzegorz Bizon2018-07-061-1/+1
|\ \
| * \ Merge branch 'master' into build-chunks-on-object-storageShinya Maeda2018-07-061-17/+16
| |\ \
| * \ \ Merge branch 'master' into build-chunks-on-object-storageShinya Maeda2018-07-042-0/+27
| |\ \ \
| * \ \ \ Merge branch 'master' into build-chunks-on-object-storageShinya Maeda2018-07-03113-30/+320
| |\ \ \ \
| * \ \ \ \ Merge branch 'master' into build-chunks-on-object-storageShinya Maeda2018-06-251-21/+5
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| * | | | | Rename persisted? to data_persisted?Shinya Maeda2018-06-181-1/+1
| * | | | | Merge branch 'master' into build-chunks-on-object-storageShinya Maeda2018-06-152-55/+12
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'master' into build-chunks-on-object-storageShinya Maeda2018-06-121-23/+2
| |\ \ \ \ \ \
| * | | | | | | Allow to store BuildTraceChunks on Object StorageKamil Trzciński2018-06-071-1/+1
* | | | | | | | Use AlreadyArchivedError if it's the caseShinya Maeda2018-07-061-2/+1
* | | | | | | | Fix specShinya Maeda2018-07-052-3/+5
* | | | | | | | Rename build to job in ArchiveTraceWorkerShinya Maeda2018-07-051-1/+1
* | | | | | | | Check if trace exists before process `archive!` methodShinya Maeda2018-07-052-5/+3
* | | | | | | | Catch ArchiveError and ignore errors if it's already archivedShinya Maeda2018-07-051-1/+3
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Revert "Merge branch '44726-cancel_lease_upon_completion_in_project_cache_wor...Sean McGivern2018-07-041-17/+16
| |_|_|_|_|/ |/| | | | |
* | | | | | Prune web hook logs older than 90 daysYorick Peterse2018-07-022-0/+27
| |_|_|_|/ |/| | | |
* | | | | Cancel ExclusiveLease upon completion in ProjectCacheWorkerImre Farkas2018-06-301-16/+17
* | | | | Refactor fetching healthy shards with Gitlab::HealthChecks::GitalyCheckToon Claes2018-06-271-10/+3
* | | | | Rename method to #each_eligible_shardToon Claes2018-06-272-2/+2
* | | | | Add RepositoryCheck::DispatchWorker to start worker per shardToon Claes2018-06-273-5/+30
* | | | | Bring Gitlab::ShardHealthCache to CEToon Claes2018-06-271-0/+2
* | | | | Extract EachShardWorker into a concernToon Claes2018-06-271-0/+36
* | | | | Enable frozen string for app/workers/**/*.rbgfyoung2018-06-2723-0/+46
* | | | | Enable frozen string literals for app/workers/*.rbgfyoung2018-06-2786-9/+178
* | | | | Delete non-latest merge request diff files upon diffs reloadosw-delete-non-latest-mr-diff-files-upon-mergeOswaldo Ferreira2018-06-242-0/+18
| |_|_|/ |/| | |
* | | | Move forking to Gitalyzj-fork-mandatoryZeger-Jan van de Weg2018-06-191-21/+5
| |_|/ |/| |
* | | Move GC RPCs to mandatoryZeger-Jan van de Weg2018-06-131-51/+7
* | | Find and mark more Git disk access locations, part 2Jacob Vosmaer2018-06-121-4/+5
| |/ |/|
* | Resolve "Hashed Storage: Make possible to migrate single project"Gabriel Mazetto2018-06-071-23/+2
|/