summaryrefslogtreecommitdiff
path: root/spec/migrations/move_personal_snippets_files_spec.rb
Commit message (Collapse)AuthorAgeFilesLines
* Remove factories from MovePersonalSnippetsFiles specSean McGivern2019-03-121-9/+26
|
* Ignore current RSpec/FactoriesInMigrationSpecs offensesRémy Coutable2018-04-061-8/+8
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Move the personal snippet uploads from `system` to `-/system`bvl-rollback-renamed-system-namespaceBob Van Landuyt2017-08-111-4/+4
| | | | | Update the markdown unconditionally since the move might have been done before, but the markdown not updated.
* Update migrations to move directly into the `-/system` folderBob Van Landuyt2017-08-111-1/+1
|
* Merge branch '33359-pers-snippet-files-location' into 'security-9-3'Sean McGivern2017-07-191-0/+180
Use uploads/system directory for personal snippets See merge request !2123