summaryrefslogtreecommitdiff
path: root/spec/lib/gitlab/favicon_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* EE backport to CE of favicon_spec.rbsingle-codebase-favicon-specs-cemove-ee-favicon-spec-changes-to-eelmcandrew2019-05-131-1/+1
* Fix favicon specShinya Maeda2018-10-021-0/+1
* Read asset host from ActionController::Base instead of application configDouwe Maan2018-06-291-1/+1
* Fix: Serve favicon image always from the main GitLab domain to avoid issues w...Alexis Reigel2018-06-201-0/+15
* Remove FaviconUploader favicon_main versiondm-remove-favicon-main-versionDouwe Maan2018-06-151-1/+1
* Don't use Rails.root.join for upload fixture pathsRémy Coutable2018-06-111-1/+1
* remove all .ico favicon variations, use png alwaysAlexis Reigel2018-06-051-5/+5
* create favicon overlay on the clientAlexis Reigel2018-06-051-8/+22
* call Gitlab::Favicon.status in serializerAlexis Reigel2018-06-051-8/+8
* add request store caching to faviconAlexis Reigel2018-06-051-1/+1
* Add a '?' to the custom favicon's urlsAlexis Reigel2018-06-051-2/+2
* use custom favicon for ci build status faviconsAlexis Reigel2018-06-051-0/+13
* extract favicon logic to lib classAlexis Reigel2018-06-051-0/+25