| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
All issue boards can now be collapsed via a button, re-ordered by
dragging the header, and the vertical collapsed header style was
reworked.
|
| | |
|
| | |
|
| |
|
|
|
| |
Also:
- stub MutationObserver in Jest
|
| |\
| |
| |
| |
| |
| |
| | |
Extract MR's widget into a separate request
Closes #62723
See merge request gitlab-org/gitlab-ce!29979
|
| | |
| |
| |
| |
| |
| | |
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
|
| | |
| |
| |
| |
| | |
- next-discuss button is always show unless there is only 1 discussion
- regroup buttons arrangements
|
| |\ \
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
'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
|
| | | |
| | |
| | |
| | |
| | |
| | | |
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
|
| |\ \ \
| |/ /
|/| |
| | |
| | |
| | |
| | | |
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
|
| | | | |
|
| |/ /
| |
| |
| |
| |
| | |
First part of FE for Prometheus API
Dashboard endpoint fetches all info except for chart results
Renders empty groups after loading
|
| | |
| |
| |
| |
| |
| | |
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.
|
| | |
| |
| |
| |
| |
| |
| |
| | |
Update window's URL after entry's re-name
Set proper hook for correct fileLanguage
Filtered out `moved` entries from the tree
|
| |\ \
| |/
|/|
| |
| |
| |
| |
| |
| | |
'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
|
| | |
| |
| |
| | |
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
|
| | |
| |
| |
| |
| |
| |
| |
| | |
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
|
| | |
| |
| |
| | |
Changes migration and all other places the attribute is used
|
| |\ \
| | |
| | |
| | |
| | | |
Add column chart component to the monitoring bundle
See merge request gitlab-org/gitlab-ce!29293
|
| | | |
| | |
| | |
| | |
| | | |
This merge request just adds the column chart
component without integrating it to the dashboard
|
| | |/
|/|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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
|
| |\ \
| | |
| | |
| | |
| | | |
Update pagination prev and next texts
See merge request gitlab-org/gitlab-ce!29911
|
| | |/ |
|
| |\ \
| | |
| | |
| | |
| | | |
Upgrade prettier to latest (v1.18.2)
See merge request gitlab-org/gitlab-ce!29943
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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
|
| |/ /
| |
| |
| |
| | |
Adds a modal to let the user confirm their action before
proceeding to registry/image deletion
|
| |\ \
| | |
| | |
| | |
| | | |
Renders pre-release tag for pre-releases
See merge request gitlab-org/gitlab-ce!29797
|
| | | |
| | |
| | |
| | |
| | | |
When a release is a pre release, we render
an orange badge with `pre-release` label
|
| | |/
|/|
| |
| | |
Add test for checking output
|
| |\ \
| |/
|/|
| |
| | |
Use @vue/test-utils for tooltip_on_truncate_spec
See merge request gitlab-org/gitlab-ce!29249
|
| | | |
|
| |\ \
| | |
| | |
| | |
| | | |
Fix IDE commit to use start_ref
See merge request gitlab-org/gitlab-ce!29769
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
**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
|
| |\ \ \
| |/ /
|/| |
| | |
| | | |
Add collapsible sections to job log
See merge request gitlab-org/gitlab-ce!28642
|
| | | | |
|
| | | | |
|
| |\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Preventing blocked users and their PipelineSchdules from creating new Pipelines
Closes #47756
See merge request gitlab-org/gitlab-ce!27318
|
| | | | |
| | | |
| | | |
| | | | |
updated several specs and factories to accomodate new permissions
|
| |\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
Revert "Merge branch '57414-show-pipeline-iid-in-pipelines-page' into 'master'"
See merge request gitlab-org/gitlab-ce!29684
|
| | | | | |
| | | | |
| | | | | |
This reverts merge request !26853
|
| |\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
into 'master'
Resolve "Merge request tabs do not handle ctrl+click correctly"
Closes #57813
See merge request gitlab-org/gitlab-ce!29506
|
| | | |_|/ /
| |/| | | |
|
| | |/ / /
|/| | |
| | | |
| | | | |
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/56523
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Fixed inconsistencies in variable names for deployment
endpoints for monitoring dashboard which causes
deployment rocket icons to disappear
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Update frontend code to use /-/ scope for milestones and labels routes
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
|
| | | | | |
|
| |\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Fix "Resolve conflicts" button not appearing for some users
Closes #47954
See merge request gitlab-org/gitlab-ce!29535
|
| | |/ / /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Previously the frontend assumed that the user had to be able to merge to
that project in order to resolve conflicts. However, this is overly
restrictive, as the user only has to be able to push to the source
branch. In fact, appending the text /conflicts to the merge request
would bring up the conflict resolution page.
This confusion happens when a project contains a protected branch that
only allows maintainers to push. Users with Developer access no longer
have permission to merge, but they still can create branches in that
project.
To fix this issue, we now loosen the permission check for the "Resolve
conflicts" button and only check for access to push to the source
branch. This is consistent with what the backend does in
MergeRequests::Conflicts::ListService#can_be_resolved_by?.
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/47954
|
| |\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Switch charts to Prometheus API endpoint CE-3
Closes #58516
See merge request gitlab-org/gitlab-ce!29280
|
| | | | | |
| | | | |
| | | | |
| | | | | |
Make API request for each chart
|