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
2019-02-26Merge branch 'fix-misspellings-app-comments' into 'master'Rémy Coutable
Fix misspellings in app/spec comments See merge request gitlab-org/gitlab-ce!25517
2019-02-25Revert "Merge branch 'fix-misspellings-app-comments' into 'master'"Michael Kozono
This reverts commit 9202bbd129537a698b986e6295d0c783b5a84815, reversing changes made to 4b282e9ce1ae246c4538b3ede18d1380ea778029.
2019-02-25Fix misspellings in app/spec commentsTakuya Noguchi
Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
2018-12-07Allow pass additional options to use_fast_destroyJan Provaznik
These options are then used when setting before destroy callback.
2018-12-07Use FastDestroy for deleting uploadsJan Provaznik
It gathers list of file paths to delete before destroying the parent object. Then after the parent_object is destroyed these paths are scheduled for deletion asynchronously. Carrierwave needed associated model for deleting upload file. To avoid this requirement, simple Fog/File layer is used directly for file deletion, this allows us to use just a simple list of paths.
2018-11-01Fix typos in comments and specsGeorge Tsiolis
2018-08-16Whitelist existing destroy_all offensesYorick Peterse
This whitelists all existing places where we use "destroy_all".
2018-08-07Enable more frozen string in app/models/**/*.rbgfyoung
Partially addresses #47424.
2018-05-04Use prepend: true to evaluate always perform_fast_destroy than dependent: ↵Shinya Maeda
:destroy
2018-05-03Fix typo in fast_destroy_allShinya Maeda
2018-05-03Simplify FastDestroyAll moduleShinya Maeda
2018-05-03Fix typo for comments in fast_destroy_allShinya Maeda
2018-05-03Clean up build_trace_chunkShinya Maeda
2018-05-02Fix static analysysShinya Maeda
2018-05-02Introduce `use_fast_destroy` helper for parent associations. Rename method ↵Shinya Maeda
names in build_trace_chunks. Forbid `destroy` method when `FastDestroyAll` included.
2018-05-01Introduces `FastDestroyAll` moduleShinya Maeda