summaryrefslogtreecommitdiff
path: root/spec/features/admin/admin_appearance_spec.rb
Commit message (Collapse)AuthorAgeFilesLines
* Remove superfluous type defs in specsKeifer Furzland2017-07-271-1/+1
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Resolve "Lazy load images on the Frontend"Tim Zallmann2017-07-241-2/+2
|
* Update specs for new upload pathBob Van Landuyt2017-07-181-2/+2
|
* Change gitlab_sign_in to sign_in where possibleRobert Speicher2017-06-291-4/+4
|
* Change `login_as` uses to `gitlab_sign_in`Robert Speicher2017-06-191-4/+4
|
* Bring in security changes from the 9.2.5 releaseDJ Mountney2017-06-071-2/+2
| | | | | | | | | | | | | 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
* Move Admin Appearance spinach feature to rspecjurre2016-12-191-0/+76