summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/create_merge_request_dropdown.js
Commit message (Collapse)AuthorAgeFilesLines
* Fixed create merge request button not enablingPhil Hughes2019-07-161-1/+1
| | | | Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/64454
* Create private merge requests in forksPhil Hughes2019-07-051-3/+44
| | | | https://gitlab.com/gitlab-org/gitlab-ce/issues/58583
* I18N of js files starting with c or dBrandon Labuschagne2019-05-211-3/+3
| | | | | | | | | | This is one of many MRs opened in order to improve the overall internationalisation of the GitLab codebase. This commit only targets Vanilla JS files. i18n documentation https://docs.gitlab.com/ee/development/i18n/externalization.html
* Enable "prefer-destructuring" in JS filesgfyoung2018-06-251-1/+1
| | | | Partially addresses #47006.
* Resolve "Branch name status color is not correct anymore"Clement Ho2018-06-191-4/+4
|
* Fix branch name encoding for dropdown on issue pageWinnie Hellmann2018-06-131-16/+35
|
* Merge branch 'master' into bootstrap4Clement Ho2018-04-231-12/+21
|\
| * Shows new branch/mr button even when branch existsJacopo2018-04-191-12/+21
| |
* | Fix issue create new branchClement Ho2018-04-191-5/+5
|/
* Cleanup new branch/merge request form in issueswinh-new-branch-dropdown-styleWinnie Hellmann2018-02-121-0/+1
|
* Converted create_merge_request_dropdown to axiosPhil Hughes2018-01-291-80/+67
|
* Tidy up main JS filemain-js-tidy-upPhil Hughes2018-01-101-0/+1
|
* Fix custom name in branch creation for issue in Firefox41563-fix-branch-creation-from-issue-in-firefoxEric Eastwood2018-01-041-4/+4
| | | | | | | 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
* Add an ability to use a custom branch name on creation from issuesVitaliy @blackst0ne Klachkov2017-11-251-88/+366
|
* Flash is now a ES6 modulePhil Hughes2017-10-101-1/+1
| | | | | | | | | | | 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.
* Allow to create new branch and empty WIP merge request from issue pageAlfredo Sumaran2017-05-041-0/+193