gitlab-org--gitlab-foss/app
Phil Hughes fa2af5e0f5
Flash is now a ES6 module
Reduced the technical debt around our JS flash function by making it a
module that is imported rather than relying on the global function.
The global function still exists mainly for technical debt with how
some requests are being completed, but new JS should import the module
directly.

Also reduces some tech debt in the file by removing the need for jQuery.
Instead Flash is now 100% vanilla JS.
2017-10-10 10:14:22 +01:00
..
assets Flash is now a ES6 module 2017-10-10 10:14:22 +01:00
controllers Merge branch 'master' into 'group-sort-dropdown-blank' 2017-10-09 12:52:51 +00:00
finders Find branches in all projects in the fork network 2017-10-07 11:46:23 +02:00
helpers Allow creating merge requests across forks of a project 2017-10-07 11:46:23 +02:00
mailers Send a confirmation email when the user adds a secondary email address. Utilizes the Devise confirmable capabilities. Issue #37385 2017-09-23 15:23:11 +02:00
models Merge branch '34284-add-changes-to-issuable-webhook-data' into 'master' 2017-10-09 15:56:42 +00:00
policies Merge branch 'feature/sm/35954-create-kubernetes-cluster-on-gke-from-k8s-service' into 'master' 2017-10-06 17:06:55 +00:00
presenters Merge branch 'master' into feature/sm/35954-create-kubernetes-cluster-on-gke-from-k8s-service 2017-10-07 00:27:15 +09:00
serializers Merge branch 'feature/sm/35954-create-kubernetes-cluster-on-gke-from-k8s-service' into 'master' 2017-10-06 17:06:55 +00:00
services Merge branch '34284-add-changes-to-issuable-webhook-data' into 'master' 2017-10-09 15:56:42 +00:00
uploaders Do not perform hard check (presence of file on storage) 2017-09-19 16:41:28 +02:00
validators Move the key restriction validation to its own class 2017-08-30 20:50:44 +01:00
views fix incorrect description for advanced settings section of project settings 2017-10-09 22:03:21 +00:00
workers Merge branch 'master' into '37970-ci-sections-tracking' 2017-10-07 08:07:33 +00:00