Commit graph

6 commits

Author SHA1 Message Date
Rémy Coutable
779ed1cccf
Fix spec/migrations/update_upload_paths_to_system_spec.rb to use the :migration metadata
Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-01-18 12:17:22 +01:00
Jacopo
0ce6785851 Replaces tag: true into :tag in the specs
Replaces all the explicit include metadata syntax in the specs (tag:
true) into the implicit one (:tag).
Added a cop to prevent future errors and handle autocorrection.
2017-10-07 13:57:54 +02:00
Bob Van Landuyt
b8ae15397f Update migrations to move directly into the -/system folder 2017-08-11 18:15:02 +02:00
Bob Van Landuyt
f0f4506775 Don't update upload paths twice
This will be done in
20170717150329_enqueue_migrate_system_uploads_to_new_folder.rb
instead.
2017-08-11 18:15:02 +02:00
Robert Speicher
72a7b30c9f Change all :empty_project to :project 2017-08-02 17:47:31 -04:00
DJ Mountney
1d1363e2bb Bring in security changes from the 9.2.5 release
Ran:
 - git format-patch v9.2.2..v9.2.5 --stdout > patchfile.patch
 - git checkout -b 9-2-5-security-patch origin/v9.2.2
 - git apply patchfile.patch
 - git commit
 - [Got the sha ref for the commit]
 - git checkout -b upstream-9-2-security master
 - git cherry-pick <SHA of the patchfile commit>
 - [Resolved conflicts]
 - git cherry-pick --continue
2017-06-07 21:16:20 -07:00