Denys Mishunov
7e67000003
Hid re-named entries in subfolders
2019-07-02 00:57:37 +02:00
Phil Hughes
01a9785939
Merge branch '63590-pipeline-actions-cause-full-refresh' into 'master'
...
Resolve "Pipeline actions cause full refresh"
Closes #63590
See merge request gitlab-org/gitlab-ce!30190
2019-07-01 16:15:24 +00:00
Phil Hughes
d5cf738c20
Merge branch '45120-fix-ide-editor-to-update-size-on-show-change' into 'master'
...
Fix IDE editor to update dimensions on show change
Closes #45120
See merge request gitlab-org/gitlab-ce!30135
2019-07-01 07:37:06 +00:00
shampton
cfa0c6592a
Fix pipelines table update after action
...
The pipelines table was showing the loading icon
after the user cancelled or retried a pipeline.
This fixes that so the pipeline updates without
removing the table from the DOM.
2019-06-28 15:36:56 -07:00
Martin Hanzel
5c07812835
Allow collapsing all issue boards
...
All issue boards can now be collapsed via a button, re-ordered by
dragging the header, and the vertical collapsed header style was
reworked.
2019-06-28 21:20:05 +00:00
Paul Gascou-Vaillancourt
2643d3b385
Fix modal related tests
2019-06-28 18:47:08 +02:00
Lukas Eipert
7abbbce38c
Fix selector in karma spec
2019-06-28 18:47:00 +02:00
Paul Slaughter
85f65f5f71
Set logModifiedComponents in jest and karma
...
Also:
- stub MutationObserver in Jest
2019-06-28 18:47:00 +02:00
Paul Slaughter
9e185534b7
Fix IDE editor to update dimensions on show change
2019-06-28 10:38:24 -05:00
Ash McKenzie
1012cfb0b7
Merge branch 'id-extract-widget-into-different-request' into 'master'
...
Extract MR's widget into a separate request
Closes #62723
See merge request gitlab-org/gitlab-ce!29979
2019-06-28 10:01:30 +00:00
Igor Drozdov
07559fda51
Extract MR's widget into a separate endpoint
...
This commits extracts /merge_requests/1.json?serializer=widget
Into a separate /merge_requests/1/widget.json endpoint
This will allow to use caching for this request
2019-06-28 10:52:48 +03:00
Samantha Ming
4bf0434359
Rearrange discussion resolve buttons & update button display
...
- next-discuss button is always show unless there is only 1 discussion
- regroup buttons arrangements
2019-06-28 07:32:03 +00:00
Clement Ho
50b69083d1
Merge branch '11888-regression-deploy-correlation-markers-on-monitoring-graphs-not-clickable' into 'master'
...
Turn commit sha in monitor charts popover to link
Closes gitlab-ee#11888
See merge request gitlab-org/gitlab-ce!29914
2019-06-27 18:17:07 +00:00
Phil Hughes
e7193f2356
Merge branch '12436-mr-widget' into 'master'
...
Removes EE differences for spec/javascripts/vue_mr_widget/mr_widget_options_spec.js
Closes gitlab-ee#12436
See merge request gitlab-org/gitlab-ce!30091
2019-06-27 10:00:21 +00:00
Dhiraj Bodicherla
862e3ebad7
Turn commit sha in monitor charts popover to link
...
Commit sha in deployment popovers within monitoring dashboard are
not clickable or selectable. This commit makes those commit sha
links selectable and point to projects commit page
2019-06-26 16:09:11 -07:00
Simon Knox
27afe5496d
Add feature flag and dashboard endpoint
...
First part of FE for Prometheus API
Dashboard endpoint fetches all info except for chart results
Renders empty groups after loading
2019-06-26 22:14:41 +00:00
Filipa Lacerda
5e6448f5fa
Removes EE differences
2019-06-26 16:47:30 +01:00
Reuben Pereira
b13cd6737a
Always display environment selector
...
On the metrics dashboard, always display the environment selector,
even if there is no data to display for that environment. This allows
the user to switch to the metrics dashboard of another environment.
2019-06-26 14:53:55 +00:00
Denys Mishunov
f0fc535897
Re-name entries in one commit
...
Update window's URL after entry's re-name
Set proper hook for correct fileLanguage
Filtered out `moved` entries from the tree
2019-06-26 14:50:31 +00:00
Filipa Lacerda
8d10afb5ca
Merge branch '63177-follow-up-from-use-scoped-routes-for-labels-and-milestones' into 'master'
...
Resolve "Follow-up from "Use scoped routes for labels and milestones""
Closes #63177
See merge request gitlab-org/gitlab-ce!29983
2019-06-25 15:51:48 +00:00
Denys Mishunov
875cba9d99
Keep empty folders in the tree list
...
When removing the last file from a folder in WebIDE, do not remove the
folder from the view. We keep those to give users possibility to
re-upload files to the same folders.
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/60860
2019-06-25 12:32:35 +02:00
Heinrich Lee Yu
275a17589c
Rename to time_tracking_limit_to_hours
...
Changes migration and all other places the attribute is used
2019-06-25 09:31:23 +08:00
Mike Greiling
c64e5848ae
Merge branch 'jivanvl-add-column-chart-monitoring-dashboard' into 'master'
...
Add column chart component to the monitoring bundle
See merge request gitlab-org/gitlab-ce!29293
2019-06-24 16:45:16 +00:00
Dmitriy Zaporozhets
9e93ea8e64
Remove baseEndpoint from search dropdwon
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2019-06-24 15:10:15 +03:00
Dennis Tang
7a4b15214a
Improve group list UI
...
This updates the groups list UI to match the style of the project list:
- New layout
- Improve loading state when loading group children
- Larger, responsive text
- Icon and text colors changed to secondary
- Smaller button sizes
- Content list description colors were standardized to body text
2019-06-24 13:05:21 +02:00
Kushal Pandya
97e8f49442
Merge branch 'update-pagination-texts' into 'master'
...
Update pagination prev and next texts
See merge request gitlab-org/gitlab-ce!29911
2019-06-24 05:52:28 +00:00
Jose Vargas
5665e91ade
Add column chart component to the monitoring bundle
...
This merge request just adds the column chart
component without integrating it to the dashboard
2019-06-21 16:39:44 -05:00
Clement Ho
eeb81259a2
Merge branch 'mg-upgrade-prettier' into 'master'
...
Upgrade prettier to latest (v1.18.2)
See merge request gitlab-org/gitlab-ce!29943
2019-06-21 20:12:39 +00:00
Paul Gascou-Vaillancourt
8a3f088398
Add confirmation for registry image deletion
...
Adds a modal to let the user confirm their action before
proceeding to registry/image deletion
2019-06-21 18:29:11 +00:00
Mike Greiling
55a5ced463
Upgrade prettier to latest (v1.18.2)
...
Upgrades prettier to the latest version, and auto-corrects files with
yarn prettier-all-save
The diffs all seem to stem from formatting changes in brackets within
template literals. Nothing major.
Relevant changelogs here:
https://prettier.io/blog/2019/04/12/1.17.0.html
https://prettier.io/blog/2019/06/06/1.18.0.html
2019-06-21 12:36:03 -05:00
Kushal Pandya
78dd42ac23
Merge branch '38105-pre-release-tag' into 'master'
...
Renders pre-release tag for pre-releases
See merge request gitlab-org/gitlab-ce!29797
2019-06-21 13:48:45 +00:00
Samantha Ming
08359a8ebc
Add back trimChar method to remove trailing +/-
...
Add test for checking output
2019-06-21 10:10:05 +00:00
Filipa Lacerda
8ed1457553
Renders pre-release tag for pre-releases
...
When a release is a pre release, we render
an orange badge with `pre-release` label
2019-06-21 10:48:51 +01:00
Paul Gascou-Vaillancourt
4e6d6877f7
Update pagination prev and next texts
2019-06-20 16:35:50 -04:00
Mike Greiling
9fa2b65787
Merge branch 'fe-vue-test-utils-for-tooltip-on-truncate-spec' into 'master'
...
Use @vue/test-utils for tooltip_on_truncate_spec
See merge request gitlab-org/gitlab-ce!29249
2019-06-19 15:52:32 +00:00
Phil Hughes
c4efc7b53a
Merge branch '59023-fix-web-ide-creating-branches-off-new-commits' into 'master'
...
Fix IDE commit to use start_ref
See merge request gitlab-org/gitlab-ce!29769
2019-06-18 08:22:06 +00:00
Paul Slaughter
9f52a00eb2
Use @vue/test-utils for tooltip_on_truncate_spec
2019-06-17 16:54:33 -05:00
Paul Slaughter
894ad6f6e9
Fix IDE commit to use start_ref
...
**Why?**
The branch HEAD could be changed since the
IDE was opened. This leads to user's unintentionally
creating commits that overwrite other changes.
https://gitlab.com/gitlab-org/gitlab-ce/issues/59023
2019-06-17 14:04:35 -05:00
Sean McGivern
2634cad695
Merge branch 'generate-spans-for-sections' into 'master'
...
Add collapsible sections to job log
See merge request gitlab-org/gitlab-ce!28642
2019-06-17 17:03:41 +00:00
Grzegorz Bizon
e08d13420d
Merge branch 'error-pipelines-for-blocked-users' into 'master'
...
Preventing blocked users and their PipelineSchdules from creating new Pipelines
Closes #47756
See merge request gitlab-org/gitlab-ce!27318
2019-06-17 13:00:34 +00:00
Filipa Lacerda
c6cf52915b
Merge branch 'revert-3a50fc5d' into 'master'
...
Revert "Merge branch '57414-show-pipeline-iid-in-pipelines-page' into 'master'"
See merge request gitlab-org/gitlab-ce!29684
2019-06-17 10:04:42 +00:00
Fatih Acet
d7e3fcf1c6
Merge branch '57813-merge-request-tabs-do-not-handle-ctrl-click-correctly' into 'master'
...
Resolve "Merge request tabs do not handle ctrl+click correctly"
Closes #57813
See merge request gitlab-org/gitlab-ce!29506
2019-06-14 21:54:28 +00:00
Kamil Trzciński
2d9e0f3ffb
Revert "Merge branch '57414-show-pipeline-iid-in-pipelines-page' into 'master'"
...
This reverts merge request !26853
2019-06-14 13:17:18 +00:00
Phil Hughes
d2fd6bd510
Added diff suggestion popover
...
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/56523
2019-06-14 14:01:24 +01:00
Filipa Lacerda
af55b42950
Update class names
2019-06-14 10:03:53 +01:00
Dhiraj Bodicherla
3179564f74
Fix missing deployment rockets in monitor dashboard
...
Fixed inconsistencies in variable names for deployment
endpoints for monitoring dashboard which causes
deployment rocket icons to disappear
2019-06-14 07:59:42 +00:00
Dmitriy Zaporozhets
14b0a46272
Use scoped routes for labels and milestones
...
Update frontend code to use /-/ scope for milestones and labels routes
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2019-06-13 23:39:39 +00:00
Filipa Lacerda
12a777b221
Adds specs and changelog - squash
2019-06-13 13:23:39 +01:00
Sam Bigelow
eb719b9fed
Allow command and control click to work on MR tabs
2019-06-12 15:36:02 -04:00
Reuben Pereira
a4e320a42c
Remove the grafana_dashboard_link feature flag
2019-06-12 19:20:22 +00:00