summaryrefslogtreecommitdiff
path: root/spec/javascripts
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into 42643-persist-external-ip-of-ingress-controller-gkeFilipa Lacerda2018-02-203-4/+4
|\
| * fix broken specsremove-chart-show-bundleMike Greiling2018-02-193-4/+4
* | Adds missing links, uses value instead of placeholder in input field and prop...Filipa Lacerda2018-02-203-3/+4
* | Adds support to render the IP address in the application ingress rowFilipa Lacerda2018-02-191-0/+70
|/
* Merge branch '42929-hide-new-variable-values' into 'master'Clement Ho2018-02-152-15/+72
|\
| * Hide CI secret variable values on save42929-hide-new-variable-valuesEric Eastwood2018-02-142-15/+72
* | Replace $.get with axios in importerStatusClement Ho2018-02-151-7/+67
* | Merge branch 'winh-new-modal-component' into 'master'Filipa Lacerda2018-02-151-0/+192
|\ \
| * | Add new modal Vue componentwinh-new-modal-componentWinnie Hellmann2018-02-141-0/+192
* | | Re-enable eslint in `commits.js` fileAndré Luís2018-02-151-9/+11
* | | Converted pipeline_schedules bundles into automatic webpack entriespipeline-schedule-webpackPhil Hughes2018-02-152-2/+2
* | | Merge branch '35530-teleporting-emoji-fix' into 'master'Fatih Acet2018-02-151-1/+12
|\ \ \
| * | | The emoji menu should not close when the search box is clickedJared Deckard2018-02-071-1/+12
* | | | Merge branch '34130-null-pipes' into 'master'Fatih Acet2018-02-151-0/+9
|\ \ \ \
| * | | | Prevent MR Widget error when no CI configured34130-null-pipesSimon Knox2018-02-121-0/+9
* | | | | Moves mr widget components into vue filesfl-mr-widget-4Filipa Lacerda2018-02-132-21/+35
| |_|/ / |/| | |
* | | | Merge branch '43198-fix-settings-panel-expanding-when-fragment-hash-linked' i...Phil Hughes2018-02-131-0/+29
|\ \ \ \
| * | | | Fix settings panel not expanding when fragment hash linkedEric Eastwood2018-02-131-0/+29
* | | | | Merge branch '42923-close-issue' into 'master'Phil Hughes2018-02-134-0/+91
|\ \ \ \ \
| * \ \ \ \ [ci skip] Merge branch 'master' into 42923-close-issueFilipa Lacerda2018-02-134-24/+32
| |\ \ \ \ \
| * | | | | | Reuse getter42923-close-issueFilipa Lacerda2018-02-122-1/+7
| * | | | | | [ci skip] Merge branch 'master' into 42923-close-issueFilipa Lacerda2018-02-122-88/+9
| |\ \ \ \ \ \ | | | |_|/ / / | | |/| | | |
| * | | | | | Makes close/reopen issue request to inside the vue appFilipa Lacerda2018-02-093-0/+85
* | | | | | | Merge branch 'winh-new-branch-dropdown-style' into 'master'Phil Hughes2018-02-131-36/+77
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | Cleanup new branch/merge request form in issueswinh-new-branch-dropdown-styleWinnie Hellmann2018-02-121-36/+77
* | | | | | | Merge branch 'master' into jivl-update-katexJose Ivan Vargas2018-02-1233-305/+1048
|\ \ \ \ \ \ \ | | |_|_|/ / / | |/| | | | |
| * | | | | | Merge branch 'diff-and-gpg-badges-ajax-refactor' into 'master'Phil Hughes2018-02-121-21/+29
| |\ \ \ \ \ \
| | * | | | | | Fixed typo, updated test, and removed commented codeConstance Okoghenun2018-02-081-2/+2
| | * | | | | | Replaced use of $.get with axios.get and updated testsConstance Okoghenun2018-02-081-21/+29
| * | | | | | | Merge branch 'refactor/move-issuable-time-tracker-vue-component' into 'master'Filipa Lacerda2018-02-121-1/+1
| |\ \ \ \ \ \ \
| | * | | | | | | Move IssuableTimeTracker vue componentGeorge Tsiolis2018-02-121-1/+1
| * | | | | | | | Merge branch '42928-default-protected-variables-to-off' into 'master'Filipa Lacerda2018-02-121-1/+1
| |\ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / | |/| | | | | | |
| | * | | | | | | Default CI variables to unprotected42928-default-protected-variables-to-offEric Eastwood2018-02-091-1/+1
| | | |_|_|_|_|/ | | |/| | | | |
| * | | | | | | Remove confirmation_inputWinnie Hellmann2018-02-091-63/+0
| * | | | | | | Merge branch 'fl-mr-widget-missing-branch' into 'master'Phil Hughes2018-02-091-25/+9
| |\ \ \ \ \ \ \ | | |_|_|_|_|/ / | |/| | | | | |
| | * | | | | | Moves missing branch into a vue filefl-mr-widget-missing-branchFilipa Lacerda2018-02-081-25/+9
| | | |/ / / / | | |/| | | |
| * | | | | | Replace $.post in importer status with axiosClement Ho2018-02-091-0/+47
| |/ / / / /
| * | | | | Refactored merge_requests/show path in dispatcher.jsConstance Okoghenun2018-02-081-14/+6
| | |_|/ / | |/| | |
| * | | | Merge branch '41297-new-design-for-cancel-stop-pipeline-confirmation' into 'm...Clement Ho2018-02-082-10/+10
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | Add modal for stopping and retrying pipelines41297-new-design-for-cancel-stop-pipeline-confirmationShah El-Rahman2018-02-072-10/+10
| * | | | Resolve "Cancelling a second comment edit doesn't return its state to before ...Simon Knox2018-02-072-47/+66
| | |/ / | |/| |
| * | | Merge branch '4656-ce-port-filtered-search-bar' into 'master'Clement Ho2018-02-076-32/+36
| |\ \ \
| | * | | Import FilteredSearchTokenKeys, update class initialization syntax4656-ce-port-filtered-search-barKushal Pandya2018-02-071-5/+6
| | * | | Import and use `FilteredSearchTokenKeys` independentlyKushal Pandya2018-02-075-27/+30
| | | |/ | | |/|
| * | | Merge branch 'clear-job-request-timeout' into 'master'Filipa Lacerda2018-02-071-18/+27
| |\ \ \
| | * | | Clear the timeout in Jobs class after each testPhil Hughes2018-02-071-18/+27
| * | | | Merge branch 'pawel/connect_to_prometheus_through_proxy-30480' into 'master'Robert Speicher2018-02-072-28/+2
| |\ \ \ \
| | * \ \ \ Merge branch 'master' into pawel/connect_to_prometheus_through_proxy-30480Mike Greiling2018-02-0630-828/+1850
| | |\ \ \ \ | | | | |/ / | | | |/| |
| | * | | | fix broken karma specs due to removed functionMike Greiling2018-01-312-28/+2
| * | | | | Merge branch '3559-ce-port-group-roadmap' into 'master'Filipa Lacerda2018-02-073-0/+99
| |\ \ \ \ \ | | |_|_|/ / | |/| | | |