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 (Expand)Author
2021-03-23Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2021-03-09Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2021-02-11Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-08-21Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-08-13Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-06-16Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-02-28Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-01-28Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-11-28Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-10-09Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-13Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-04Avoid calling freeze on already frozen strings in app/servicesdineshpanda
2019-08-06Don't attempt to contact registry if it is disabledStan Hu
2019-07-30Ignore Gitaly errors if cache flushing fails on project destructionStan Hu
2019-07-10Add a rubocop for Rails.loggerMayra Cabrera
2019-04-15Externalize strings detected by rubocop-i18nMartin Wortschack
2019-01-18Cleanup stale +deleted repo paths on project removalOswaldo Ferreira
2018-12-19Leave object pools when destroying projectsZeger-Jan van de Weg
2018-09-19Move registry destroy out of project transactionStan Hu
2018-09-11Disable existing offenses for the CodeReuse copsYorick Peterse
2018-09-08Fix scoping errors occuring for ContainerRepository on some buildsStan Hu
2018-08-17Fix: Project deletion may not log audit events during user deletionValery Sizov
2018-07-18Enable more frozen string in app/services/**/*.rbgfyoung
2018-07-09Updates from `rubocop -a`Lin Jen-Shin
2018-06-08Add more logging before a project is destroyedStan Hu
2018-05-29Merge branch 'sh-batch-dependent-destroys' into 'master'Robert Speicher
2018-05-25Fix project destruction failing due to idle in transaction timeoutsStan Hu
2018-05-23Bring CE-EE parity to app/services/projects/destroy_service.rbRobert Speicher
2018-05-10Include project.full_path when moving repoAsh McKenzie
2018-04-25Gitlab::Shell works on shard name, not pathZeger-Jan van de Weg
2018-04-18Resolve "Make a Rubocop that forbids returning from a block"🙈 jacopo beschi 🙉
2018-04-06Extend API for importing a project export with overwrite supportFrancisco Javier López
2018-04-06Cache personal projects count.Andreas Brandl
2018-03-17Fix "Can't modify frozen hash" error when project is destroyedStan Hu
2017-10-18Use wiki.disk_pathNick Thomas
2017-10-07Store the name of a project that's a root of a fork networkBob Van Landuyt
2017-08-14Cache the number of forks of a projectYorick Peterse
2017-08-01Make disk_path keyword argument and optionalGabriel Mazetto
2017-08-01Rename more path_with_namespace -> full_path or disk_pathGabriel Mazetto
2017-08-01Rename path_with_namespace -> disk_path when dealing with the filesystemGabriel Mazetto
2017-08-01Rename many path_with_namespace -> full_pathGabriel Mazetto
2017-07-26Move exception handling to executeTiago Botelho
2017-07-20Refactors Project Destroy service and worker codeTiago Botelho
2017-07-20Add specs for ProjectDestroyWorkerTiago Botelho
2017-07-20Handle errors while a project is being deleted asynchronously.Timothy Andrew
2017-06-02Don’t schedule workers from inside transactionsDouwe Maan
2017-04-05Fix status when removing legacy tags from registryGrzegorz Bizon
2017-04-05Revert unneeded change in project destroy serviceGrzegorz Bizon
2017-04-04Remove legacy registry tags when deleting a projectGrzegorz Bizon
2017-03-21Merge branch 'master' into feature/multi-level-container-registry-imagesGrzegorz Bizon