Commit Graph

7 Commits

Author SHA1 Message Date
Winnie Hellmann 9aed32b1a2 Cleanup new branch/merge request form in issues 2018-02-12 12:05:19 +01:00
Phil Hughes 6a89ce2953
Converted create_merge_request_dropdown to axios 2018-01-29 09:06:57 +00:00
Phil Hughes ff0f74ac6e
Tidy up main JS file 2018-01-10 11:07:42 +00:00
Eric Eastwood f4c2eeb2a6 Fix custom name in branch creation for issue in Firefox
Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/41563

`event.srcElement` is non-standard,
https://developer.mozilla.org/en-US/docs/Web/API/Event/srcElement
2018-01-04 17:51:52 -06:00
Vitaliy @blackst0ne Klachkov 5bc32b65f1 Add an ability to use a custom branch name on creation from issues 2017-11-25 22:33:05 +11:00
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
Alfredo Sumaran b64a37c4ed Allow to create new branch and empty WIP merge request from issue page 2017-05-04 08:09:21 +00:00