summaryrefslogtreecommitdiff
path: root/spec/lib/gitlab/favicon_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-11-081-0/+2
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-071-0/+1
* Use stub_rails_env for Rails.env stubbing66966-convert-rails-env-stub-usages-to-use-railshelpers-stub_rails_env-insteadAsh McKenzie2019-09-051-2/+0
* Merge branch '13988-add-rails-helpers' into 'master'Stan Hu2019-09-031-3/+5
|\
| * Use new RailsHelpers module13988-add-rails-helpersAsh McKenzie2019-08-281-3/+5
* | Replace rails_helper.rb with spec_helper.rb66741-remove-spec-rails_helper-rbAsh McKenzie2019-08-301-1/+1
|/
* 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