gitlab-org--gitlab-foss/spec/features/admin
Alexis Reigel 9e14f437b6
create favicon overlay on the client
the initial reason for this change was that graphicsmagick does not
support writing to ico files. this fact lead to a chain of changes:

1. use png instead of ico (browser support is good enough)
2. render the overlays on the client using the canvas API. this way we
   only need to store the original favion and generate the overlay versions
   dynamically.
   this change also enables (next step) to simplify the handling of the
   stock favicons as well, as we don't need to generate all the versions
   upfront.
2018-06-05 16:20:21 +02:00
..
services Resolve "Error 500 on route "/admin/application_settings/services/1882/edit" -> edit Prometheus Service Template" 2018-02-26 22:07:17 +00:00
admin_abuse_reports_spec.rb Fix pagination spec, forgot to add space 2018-05-24 16:07:33 -05:00
admin_active_tab_spec.rb Add top level items to fly-out navigation 2017-09-06 14:54:17 +01:00
admin_appearance_spec.rb create favicon overlay on the client 2018-06-05 16:20:21 +02:00
admin_broadcast_messages_spec.rb Add matcher for emoji 2018-04-11 10:51:44 +02:00
admin_browse_spam_logs_spec.rb Change gitlab_sign_in to sign_in where possible 2017-06-29 12:18:23 -04:00
admin_browses_logs_spec.rb Put loggers in before_action for easier overriding in EE 2017-09-06 15:25:51 +02:00
admin_builds_spec.rb Add modal for stopping jobs in admin area 2018-01-18 10:05:40 +01:00
admin_cohorts_spec.rb Remove superfluous type defs in specs 2017-07-27 14:31:52 +02:00
admin_conversational_development_index_spec.rb Change gitlab_sign_in to sign_in where possible 2017-06-29 12:18:23 -04:00
admin_deploy_keys_spec.rb Merge branch 'sh-migrate-can-push-to-deploy-keys-projects-10-3' into 'security-10-3' 2018-01-16 17:04:51 -08:00
admin_disables_git_access_protocol_spec.rb Move UI of several application settings to expandable block 2018-03-26 15:10:56 +03:00
admin_disables_two_factor_spec.rb accept modal confirm dialog when disabling 2FA 2017-10-26 18:57:57 +02:00
admin_groups_spec.rb Replace deprecated name_with_namespace with full_name in app and spec 2018-03-05 16:15:26 +02:00
admin_health_check_spec.rb use Gitlab::UserSettings directly as a singleton instead of including/extending it 2018-02-02 18:39:55 +00:00
admin_hook_logs_spec.rb Change all `:empty_project` to `:project` 2017-08-02 17:47:31 -04:00
admin_hooks_spec.rb Add feature test for plugins on system hooks page 2018-03-06 18:24:24 +02:00
admin_labels_spec.rb accept javascript confirm dialog on admin delete label link 2017-10-13 19:04:09 -05:00
admin_manage_applications_spec.rb Backport gitlab-ee!2456 2017-07-27 12:09:46 -04:00
admin_projects_spec.rb Fix admin projects spec 2018-04-23 15:37:26 -05:00
admin_requests_profiles_spec.rb [skip ci] Convert panel related class names to card 2018-04-10 12:11:34 -05:00
admin_runners_spec.rb Refactor validations and make runner factory by default to be instance-wide runner 2018-05-31 10:56:07 +02:00
admin_settings_spec.rb removed "(Beta)" from "Auto DevOps" messages 2018-05-21 14:08:10 -05:00
admin_system_info_spec.rb Fix UX issues in system info page 2017-12-15 12:37:01 +00:00
admin_users_impersonation_tokens_spec.rb Add accept_confirm for admin_users_impersonation_tokens_spec 2017-10-13 17:39:28 -05:00
admin_users_spec.rb Merge branch 'master' into bootstrap4 2018-05-08 10:49:30 -05:00
admin_uses_repository_checks_spec.rb Replace time_ago_in_words with JS-based one 2018-04-27 08:35:45 +09:00