summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/vue_merge_request_widget/stores
Commit message (Expand)AuthorAgeFilesLines
* Uses long sha version of the merged commit in MR widget copy to clipboard bu...48050-add-full-commit-shaFilipa Lacerda2018-06-181-0/+1
* Rephrase "maintainer" to more precise "members who can merge to the target br...42751-rename-mr-maintainer-pushMark Chao2018-06-011-1/+1
* Add 'squash and rebase' feature to CEblackst0ne-squash-and-merge-in-gitlab-core-ceblackst0ne2018-05-291-0/+5
* Display merge commit SHA in merge widget after mergeOswaldo Ferreira2018-05-071-0/+2
* Move ShaMismatch vue componentGeorge Tsiolis2018-03-191-1/+1
* Fix removes source branch text being rendered in merged stateremoves-source-branch-widget-statePhil Hughes2018-03-122-0/+5
* Allow a user to select `allow maintainer to push`Bob Van Landuyt2018-03-071-0/+1
* Harmonize CE and EE JS codereduce-ce-ee-disrepancies-in-jsRémy Coutable2018-02-221-2/+0
* Backport 'Rebase' feature from EE to CEjprovazn-rebaseJan Provaznik2018-01-053-0/+13
* Fixes spec failures due to not returning metrics for MRs other than closed/me...Oswaldo Ferreira2018-01-021-0/+4
* Cache merged and closed events data in merge_request_metrics tableOswaldo Ferreira2018-01-021-24/+18
* Remove related links in MR widget when empty stateClement Ho2017-12-193-13/+37
* Export date utility functions as ES6 modulesFilipa Lacerda2017-12-071-1/+2
* Allow merge when no pipeline success38389-allow-merge-without-successEric Eastwood2017-10-051-0/+1
* Merge branch 'mr-widget-merged-date-tooltip' into 'master'Filipa Lacerda2017-10-031-5/+19
|\
| * fixed specs when merged event was emptymr-widget-merged-date-tooltipPhil Hughes2017-09-291-4/+10
| * Fixes merge request widget date tooltip inconsistenciesPhil Hughes2017-09-291-4/+12
* | Port semi-linear merge strategy to CE (mostly FE)Eric Eastwood2017-09-291-0/+1
* | Port fast-forward MR widget states from EEEric Eastwood2017-09-191-0/+1
|/
* Fix MR widget with external CI services/integrations33287-fix-mr-widget-errors-with-external-servicesEric Eastwood2017-09-181-1/+3
* Store MergeWorker JID on merge request, and clean up stuck mergesOswaldo Ferreira2017-08-072-5/+8
* Merge issuable "reopened" state into "opened"merge-issuable-reopened-into-opened-stateYorick Peterse2017-07-281-1/+1
* Make commits behind text a link to the target branch commits pageClement Ho2017-07-111-1/+2
* Convert target branch link to use treeClement Ho2017-07-111-1/+1
* Revert "Merge branch 'winh-merge-request-related-issues' into 'master'"winh-revert-6ac777a7592533d9c7b3682b2b9ca8caccca3f4dwinh2017-06-212-13/+13
* Adjust position and wording for related issues in merge requestsWinnie Hellmann2017-06-192-13/+13
* Merge branch '32916-browser-notifications-for-pipeline-running-in-a-mr-is-gon...Fatih Acet2017-05-301-0/+2
|\
| * Move gon ref to the index to avoid depending on gon in any mr widget objectsLuke "Jared" Bennett2017-05-261-1/+1
| * Restore notifications to MR widgetLuke "Jared" Bennett2017-05-261-0/+2
* | Merge branch '32447-remove-source-branch-is-displayed-to-mergers-who-cannot-a...Fatih Acet2017-05-261-1/+1
|\ \ | |/ |/|
| * Fallback to false when remove_source_branch is null.Bryce Johnson2017-05-251-1/+1
| * Update shouldRemoveSourceBranch against API entity changes.Bryce Johnson2017-05-251-3/+1
| * Shush eslint.Bryce Johnson2017-05-221-1/+1
| * Upgrade Remove Source Branch checkbox UX.Bryce Johnson2017-05-221-1/+3
* | MRWidget: Change order of if blocks to determine widget state properly.acet-fix-mr-widget-stateFatih Acet2017-05-241-4/+4
* | ensure MergeRequestStore sha value never changes after instantiation32480-follow-up-from-add-sha-mismatch-state-to-the-mr-widgetMike Greiling2017-05-171-3/+2
|/
* MRWidget: Implement new design for nothing to commit state.Fatih Acet2017-05-161-0/+1
* add sha-mismatch state to mr-widget to prevent accidental merges when branch ...Mike Greiling2017-05-113-0/+5
* Merge request widget redesignFatih Acet2017-05-093-0/+198