summaryrefslogtreecommitdiff
path: root/spec/javascripts/vue_mr_widget
Commit message (Collapse)AuthorAgeFilesLines
* Replace ci_status_path with pipeline_pathrc/use-existing-url-helperRémy Coutable2017-11-141-1/+0
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Merge branch 'remove-ineffective-service-specs' into 'master'Filipa Lacerda2017-11-081-47/+0
|\ | | | | | | | | Remove ineffective Vue service specs See merge request gitlab-org/gitlab-ce!15277
| * Remove ineffective Vue service specsremove-ineffective-service-specsEric Eastwood2017-11-081-47/+0
| |
* | Resolve "Merge request widget - CI information has different margins"Filipa Lacerda2017-11-081-82/+89
| |
* | Update mr_widget_options_spec.jsfl-cleanup-testFilipa Lacerda2017-11-071-1/+0
| |
* | Cleanup testsFilipa Lacerda2017-11-071-22/+0
|/
* Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into ↵Simon Knox2017-11-062-9/+47
|\ | | | | | | 38394-smarter-interval
| * Fixing IconsTim Zallmann2017-10-301-9/+1
| |
| * Change default disabled merge request widget message to "Merge is not ↵39188-change-default-disabled-merge-messageEric Eastwood2017-10-271-0/+46
| | | | | | | | | | | | allowed yet" Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/39188
* | remove global export from SmartIntervalSimon Knox2017-10-311-7/+11
|/
* Merge branch 'ide-fix-back-btn' into 'master'Fatih Acet2017-10-061-0/+1
|\ | | | | | | | | Repo Editor : Fixes Back Button for files + line number jumping for preview and editor See merge request gitlab-org/gitlab-ce!14508
| * Fixes the unhandled promise rejectionTim Zallmann2017-10-041-0/+1
| |
* | Allow merge when no pipeline success38389-allow-merge-without-successEric Eastwood2017-10-051-31/+9
| | | | | | | | Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/38389
* | Merge branch '37229-mr-widget-status-icon' into 'master'Jacob Schatz2017-10-051-11/+60
|\ \ | |/ |/| | | | | | | | | improve merge request widget status icon UX Closes #37229 See merge request gitlab-org/gitlab-ce!14200
| * Merge remote-tracking branch 'origin' into 37229-mr-widget-status-iconSimon Knox2017-10-031-8/+20
| |\
| * | improve merge request widget status icon UXSimon Knox2017-09-201-11/+60
| | | | | | | | | | | | x to indicate failure or cannot merge
* | | Merge branch 'mr-widget-merged-date-tooltip' into 'master'Filipa Lacerda2017-10-032-11/+40
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Fixes merge request widget date tooltip inconsistencies Closes #38545 See merge request gitlab-org/gitlab-ce!14578
| * | | Fixes merge request widget date tooltip inconsistenciesPhil Hughes2017-09-292-11/+40
| | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Previously the merge request widget would use the `updated_at` date as the tooltip text for both closed & merged states. This is incorrect as the `updated_at` date is actually changed when a user updates merge request through commenting, description changes or anything else. The widget states for merged & closed events now use their own event object which holds their own `updated_at` date string. Also this text has been correctly formatted through our date utilities to correctly display the right timezone data in a user friendly way. Closes #38545
* | | Port semi-linear merge strategy to CE (mostly FE)Eric Eastwood2017-09-291-2/+2
| | |
* | | Merge branch 'master' into ff_port_from_eeEric Eastwood2017-09-261-8/+20
|\ \ \ | |/ /
| * | Merge branch '37220-es-modules' into 'master'Phil Hughes2017-09-211-8/+20
| |\ \ | | |/ | |/| | | | | | | Use modules in common utils See merge request gitlab-org/gitlab-ce!14074
| | * fixed mr widget options specPhil Hughes2017-09-131-3/+2
| | |
| | * Import modules instead of using the ones in global namespaceFilipa Lacerda2017-09-091-7/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Removes set favicon related methods from global scope Improves test related with favicon Removes convertPermissionToBoolean from global scope. Adds tests for convertPermissionToBoolean - were non existant Removes setParamInURL from gl.utils Removes parseIntPagination from gl.utils namespace Remove normalizeCRLFHeaders from gl.utils namespace Removes normalizeHeaders from gl.utils namespace Use gl.utils for filtered search Fix bad import Fix broken test by cleaning window.history namespace Adds changelog
* | | Use js- classes instead of Vue refs in tests for some perfEric Eastwood2017-09-262-11/+23
| | | | | | | | | | | | | | | See https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/14272#note_41419104
* | | Use new shared Vue mountComponent methodEric Eastwood2017-09-201-15/+5
| | |
* | | Port fast-forward MR widget states from EEEric Eastwood2017-09-192-63/+116
|/ / | | | | | | See https://gitlab.com/gitlab-org/gitlab-ce/issues/20076
* | Change all instances of btn-sm to btn-small to keep things consistentJedidiah2017-09-191-1/+1
| |
* | Fix MR widget with external CI services/integrations33287-fix-mr-widget-errors-with-external-servicesEric Eastwood2017-09-184-16/+110
|/ | | | | | | | Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/33287 The MR widget was trying to render the pipelines section when there are no GitLab CI pipelines which was throwing some NPE errors.
* Store MergeWorker JID on merge request, and clean up stuck mergesOswaldo Ferreira2017-08-073-7/+6
|
* clean up merge request widget UISimon Knox2017-08-0719-94/+63
|
* Resolve "Memory usage notice doesn't link anywhere"Tim Zallmann2017-07-262-0/+3
|
* Make commits behind text a link to the target branch commits pageClement Ho2017-07-111-2/+5
|
* Revert "Merge branch 'winh-mr-widget-no-pipeline' into 'master'"revert-018f7e46Kamil Trzciński2017-07-061-48/+18
| | | This reverts merge request !12127
* Handle Promise rejections in mr_widget_pipeline_spec.jswinh2017-06-261-24/+35
|
* Add failing test for #32987winh2017-06-221-0/+19
|
* Revert "Merge branch 'winh-merge-request-related-issues' into 'master'"winh-revert-6ac777a7592533d9c7b3682b2b9ca8caccca3f4dwinh2017-06-213-188/+77
| | | | | This reverts commit 6ac777a7592533d9c7b3682b2b9ca8caccca3f4d, reversing changes made to 025cbc2ad4dc175634676ff8a6955e043512d8bf.
* Adjust position and wording for related issues in merge requestsWinnie Hellmann2017-06-193-77/+188
|
* Merge branch ↵Fatih Acet2017-05-301-0/+37
|\ | | | | | | | | | | | | | | | | '32916-browser-notifications-for-pipeline-running-in-a-mr-is-gone' into 'master' Resolve "Browser notifications for pipeline running in a MR is gone" Closes #32916 See merge request !11734
| * Added specs for handleNotifications in mr_widget_options_spec.jsLuke "Jared" Bennett2017-05-261-0/+37
| |
* | Add performance deltas between app deployments on Merge Request widgetKushal Pandya2017-05-291-2/+49
| |
* | Merge branch ↵Fatih Acet2017-05-261-2/+35
|\ \ | |/ |/| | | | | | | | | | | | | '32447-remove-source-branch-is-displayed-to-mergers-who-cannot-actually-delete-the-source-branch-from-a-forked-project' into 'master' Disable "Remove source branch" in MR Widget for users who can't remove, and re-add checkbox to MR form Closes #32447 and #32907 See merge request !11558
| * Don't use getElementById in specs.Bryce Johnson2017-05-221-2/+2
| |
| * Upgrade Remove Source Branch checkbox UX.Bryce Johnson2017-05-221-2/+35
| |
* | MRWidget: Change order of if blocks to determine widget state properly.acet-fix-mr-widget-stateFatih Acet2017-05-241-6/+6
|/
* Merge branch '32536-mr-widget-performance-improvements' into 'master'Fatih Acet2017-05-191-2/+0
|\ | | | | | | | | Load improvements related to MR widget See merge request !11518
| * Fix Karma expectOswaldo Ferreira2017-05-181-1/+0
| |
| * Remove unnecessary initial requestOswaldo Ferreira2017-05-181-1/+0
| |
* | Refine MR widget styling for buttons and info textKushal Pandya2017-05-191-1/+1
|/
* Address MR comments.acet-mr-widget-nothing-to-commit-stateFatih Acet2017-05-161-1/+1
|
* MRWidget: Fix specs and address WIP comments.Fatih Acet2017-05-161-2/+14
|