summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/merge_request_widget.js.coffee
Commit message (Expand)AuthorAgeFilesLines
* ES6ify all the things!Fatih Acet2016-07-241-143/+0
* Use switch statements instead of if/else chains.Connor Shea2016-07-191-6/+7
* Starting work on the warn_on_failure feature for the MR build status.Connor Shea2016-07-191-2/+4
* Fixed potential issue with 2 ci status polling events happeningfix-multiple-ci-status-pollPhil Hughes2016-05-261-1/+9
* Fixed issue with button color when no CI enabledmerge-button-color-fixPhil Hughes2016-05-251-1/+2
* Fixed issue with merge button colormerge-immediately-button-color-fixPhil Hughes2016-05-201-2/+2
* Fix build notification on merge request page change even if the build status ...Benedikt Huss2016-05-081-4/+5
* Feedback from stanhuBenedikt Huss2016-05-051-11/+8
* Merge request widget displays TeamCity build state and code coverage correctl...Benedikt Huss2016-05-051-6/+6
* Fixed missed conflictPhil Hughes2016-04-111-4/+0
* Preparing build textPhil Hughes2016-04-111-3/+13
* Corrects the button color on build status changePhil Hughes2016-04-111-1/+5
* Build notification null checkPhil Hughes2016-04-111-1/+14
* Reset MR optsanti-memoizer-mr-fixJacob Schatz2016-04-061-1/+7
* Put back hiding of modalbuild-updatesPhil Hughes2016-03-211-0/+1
* Updated based on feedbackPhil Hughes2016-03-211-26/+26
* Removed modal hidePhil Hughes2016-03-181-1/+0
* Updated to fix issues risen during feedbackPhil Hughes2016-03-181-17/+19
* Merge request title is in the notificationPhil Hughes2016-03-181-1/+4
* Commit SHA comes from JSONPhil Hughes2016-03-181-26/+30
* Using status from ajax call.Jacob Schatz2016-03-181-22/+11
* removing ci_enableJacob Schatz2016-03-181-1/+0
* Remove repeated build listingJacob Schatz2016-03-181-4/+1
* Add page reload as a temporary boring solutionJacob Schatz2016-03-181-2/+9
* Adds notifications API to MR page.Jacob Schatz2016-03-181-3/+36
* Adds JSON callback, which is currently not working.Jacob Schatz2016-03-181-7/+5
* initial ajax buildJacob Schatz2016-03-181-6/+18
* Fix redirect to wrong URL when merging and MR detail URL has an anchor. #4189issue_4189Rubén Dávila2015-12-211-1/+1
* Ensure "Remove Source Branch" button is not shown when branch is being delete...Rubén Dávila2015-12-041-3/+6
* Improve error message when merging failsmr_improve_errors_handlingValery Sizov2015-10-011-5/+6
* Revert "Merge branch 'revert-satellites' into 'master' "Dmitriy Zaporozhets2015-08-111-5/+3
* Revert "Merge branch 'drop-satellites'"Dmitriy Zaporozhets2015-08-111-1/+1
* Revert "Merge branch 'improve-merge-requests' into 'master' "Dmitriy Zaporozhets2015-08-111-2/+4
* Refactor merge request widgetDmitriy Zaporozhets2015-08-071-4/+2
* Merge branch 'drop-satellites'Dmitriy Zaporozhets2015-08-051-1/+1
|\
| * Huge refactoring for accepting merge requestsDmitriy Zaporozhets2015-07-161-1/+1
* | Added support for CI skipped statusci-skipped-statusKamil Trzcinski2015-08-041-1/+1
|/
* Explicit error when commit not found in the GitLab CIValery Sizov2015-06-231-2/+2
* Fix automergeDmitriy Zaporozhets2015-06-111-1/+1
* Extract merge request widget JS to separate classDmitriy Zaporozhets2015-06-111-0/+58