Commit Graph

4359 Commits

Author SHA1 Message Date
GitLab Bot 504ab1e32c Add latest changes from gitlab-org/gitlab@master 2019-09-25 00:06:12 +00:00
GitLab Bot 150effab27 Add latest changes from gitlab-org/gitlab@master 2019-09-24 21:06:18 +00:00
GitLab Bot 2ed368929a Add latest changes from gitlab-org/gitlab@master 2019-09-24 18:06:05 +00:00
GitLab Bot 9c8edcd616 Add latest changes from gitlab-org/gitlab@master 2019-09-24 12:06:20 +00:00
GitLab Bot bc89882970 Add latest changes from gitlab-org/gitlab@master 2019-09-24 09:06:04 +00:00
GitLab Bot b925465787 Add latest changes from gitlab-org/gitlab@master 2019-09-23 21:06:29 +00:00
GitLab Bot c792263edf Add latest changes from gitlab-org/gitlab@master 2019-09-23 18:06:14 +00:00
GitLab Bot 6f9edd1a4c Add latest changes from gitlab-org/gitlab@master 2019-09-23 15:06:32 +00:00
GitLab Bot 12577c6e39 Add latest changes from gitlab-org/gitlab@master 2019-09-20 21:06:18 +00:00
GitLab Bot 8ac91ecfd1 Add latest changes from gitlab-org/gitlab@master 2019-09-20 09:06:17 +00:00
GitLab Bot b35b9ac7e2 Add latest changes from gitlab-org/gitlab@master 2019-09-19 21:06:29 +00:00
GitLab Bot d948f526ea Add latest changes from gitlab-org/gitlab@master 2019-09-19 15:06:08 +00:00
GitLab Bot 6cd5b7dbfa Add latest changes from gitlab-org/gitlab@master 2019-09-19 11:50:12 +00:00
GitLab Bot b082790134 Add latest changes from gitlab-org/gitlab@master 2019-09-18 18:06:14 +00:00
GitLab Bot 80f61b4035 Add latest changes from gitlab-org/gitlab@master 2019-09-18 14:02:45 +00:00
GitLab Bot 4ab54c2233 Add latest changes from gitlab-org/gitlab@master 2019-09-17 14:16:34 +00:00
GitLab Bot 274ea604fc Add latest changes from gitlab-org/gitlab@master 2019-09-16 21:06:30 +00:00
GitLab Bot d2798d607e Add latest changes from gitlab-org/gitlab@master 2019-09-16 12:06:26 +00:00
GitLab Bot a93dfc1b7e Add latest changes from gitlab-org/gitlab@master 2019-09-14 00:06:25 +00:00
GitLab Bot b7dfe2ae40 Add latest changes from gitlab-org/gitlab@master 2019-09-13 13:26:31 +00:00
Filipa Lacerda da7d02601c Merge branch 'fix-merge-request-spec' into 'master'
Fix merge_request_spec test

See merge request gitlab-org/gitlab-ce!32867
2019-09-12 11:02:41 +00:00
Filipa Lacerda 1aba56b2ff Creates job log component
Creates vue and vuex support for new job log

Creates the new log.vue component to handle the
new format
Updates the store to use the new parser
Creates an utility function to handle the
incremental log
2019-09-12 09:34:12 +00:00
Kushal Pandya c8a11c3457 Merge branch 'fix-invalid-formdata-usage' into 'master'
Fix invalid usage of FormData in karma tests

See merge request gitlab-org/gitlab-ce!32865
2019-09-12 07:52:24 +00:00
Samantha Ming 589c8d5625 Hide resolve thread button from guest
- Show if user can_resolve all of the notes
2019-09-12 07:41:19 +00:00
Illya Klymov bbdad735a0 Refactor DiffFileHeader tests
* Switched from Karma to Jest
* Reorganized tests to have correct semantics
* Removed unused computed properties from component
2019-09-12 05:04:22 +00:00
Thong Kuah 6c89bc7eae Merge branch 'ce-indicator-for-pipeline-for-merge-train' into 'master'
CE backport for gitlab-org/gitlab-ee!14664: Show indicator to Pipelines for merge train

See merge request gitlab-org/gitlab-ce!32025
2019-09-11 21:44:16 +00:00
Winnie Hellmann d956f68a39 Replacing vue-resource with axios in Markdown field 2019-09-11 16:45:39 +00:00
Paul Slaughter f95857c8c5 Merge branch 'add-missing-vuex-use' into 'master'
Add missing Vue.use(Vuex) in test

See merge request gitlab-org/gitlab-ce!32837
2019-09-11 15:27:54 +00:00
Nathan Friend 11f1305ec7
Make MR pipeline widget text more descriptive (CE)
This change updates the text of the pipeline widget that appears on the
merge request page. The text has been made more consistent between
different types of pipelines; this makes the front-end implementation
simpler and more maintainable.  In addition, the type of pipeline is
(i.e. regular pipeline, merge request pipeline, detached pipeline)
included in the text, making this type more obvious to the end user.

Some information has been removed from the widget as part of this
change; however, any information that was removed already appears
elsewhere on the merge request page.
2019-09-11 07:27:58 -03:00
Filipa Lacerda 48b98b5898 Enables Run Pipeline button to be rendered
In the Merge Request view, under pipelines tab
the user can see a run pipeline button

Adds axios post request to button click

Adds the logic to handle the user click,
refresh the table and disable the button while thee
request is being made

Updates UI for desktop and mobile

Adds specs
Regenerates potfile

Follow-up after review

Uses .finally to avoid code repetition
2019-09-11 09:06:33 +00:00
Winnie Hellmann 77bf8c8355 Remove vue resource from sidebar service
Fixes https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/32400
2019-09-10 19:07:06 +00:00
Illya Klymov 3fe0ffffaa Fix missing setTimeout in spec 2019-09-10 12:35:11 +03:00
Illya Klymov 7f5d86d82e Fix FormData usage in karma tests 2019-09-10 12:10:51 +03:00
Illya Klymov c3352aa312 Add missing Vue.use in test 2019-09-09 22:05:55 +03:00
Jose Vargas b5b2879e4a Add caret icons to the monitoring dashboard
The carets will function as a button that will allow the panels
from the monitoring dashboard to collapse and show panels
2019-09-09 13:52:14 -05:00
Winnie Hellmann 3d7b3300e7 Revert "Merge branch 'winh-fix-flaky-dashboard_spec' into 'master'"
This reverts merge request !32571
2019-09-06 14:03:32 +00:00
Winnie Hellmann b896a8536f Show weight on new board issue (CE-backport) 2019-09-06 10:46:12 +00:00
Winnie Hellmann d8f24afa6a Move monitoring dashboard_spec to Jest 2019-09-06 08:18:40 +00:00
Illya Klymov b435bbc596 Refactored spec to Jest for clientside_spec 2019-09-05 12:44:17 +00:00
Ammar Alakkad c2fb7f85b3 Update Pipelines Minutes expire banner (CE)
- remove hiding the alert functionality
- use `danger` class instead of `warning`

https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/14786
2019-09-04 20:48:58 +00:00
Filipa Lacerda be449e23e3 Creates base components for new job log
Creates a link component, a line component and
a clickable line component to handle the
new job log format
2019-09-04 14:10:29 +00:00
Lee Tickett e8c58d62fb Remove vue resource from group service
Addresses https://gitlab.com/gitlab-org/gitlab-ce/issues/66750
2019-09-04 03:45:28 +00:00
Mike Greiling 3399335602 Revert "Merge branch 'remove-vue-resource-from-sidebar-service' into 'master'"
This reverts merge request !32400
2019-09-03 22:44:56 +00:00
Lee Tickett 19371b9062 Revert "DB change, migratoin and changelog"
This reverts commit af5242ecb682189c5d8276e1ab1ffe5ce844f2e5.
2019-09-03 19:10:08 +00:00
Lee Tickett c487c7cf6a Revert "DB change, migratoin and changelog"
This reverts commit af5242ecb682189c5d8276e1ab1ffe5ce844f2e5.
2019-09-03 16:38:17 +00:00
Tim Zallmann 8c5d3fa63e Merge branch 'winh-quarantine-dashboard_spec' into 'master'
Quarantine flaky dashboard_spec.js

See merge request gitlab-org/gitlab-ce!32574
2019-09-03 10:03:09 +00:00
Fatih Acet 3741402a24 Make flash notifications sticky
This commit also unifies layout structure
and remove no_container flag
2019-09-03 09:03:35 +00:00
Winnie Hellmann cea72e9042 Quarantine flaky dashboard_spec.js 2019-09-03 08:23:04 +00:00
Tim Zallmann 407132bfd4 Merge branch '66393-proposal-remove-area-chart-in-favor-of-time-series' into 'master'
Remove area chart in favor of time series

Closes #66393

See merge request gitlab-org/gitlab-ce!32129
2019-09-02 20:04:02 +00:00
Kushal Pandya 4a67f74d4f Merge branch 'nfriend-add-anchor-tag-to-release-block' into 'master'
Add `id` attribute to release blocks

See merge request gitlab-org/gitlab-ce!32360
2019-08-30 07:11:37 +00:00