| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| |
| |
| | |
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
|
|\ \ \ \ \
| |/ / / /
| | | | |
| | | | |
| | | | | |
Switch charts to Prometheus API endpoint CE-2
See merge request gitlab-org/gitlab-ce!29226
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
First part of FE for Prometheus API
Dashboard endpoint fetches all info except for chart results
Renders empty groups after loading
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
'master'
Resolve "Remove unnecessary decimal places on chart axes"
Closes #59651
See merge request gitlab-org/gitlab-ce!29468
|
| | | | | | |
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Moves table pagination component
Closes #62788
See merge request gitlab-org/gitlab-ce!29543
|
| | |_|/ / /
| |/| | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Move the table paginaiton component under the
new pagination folder in vue shared components
and updates all the paths
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
CE backport for gitlab-org/gitlab-ee!12309: Remove merge request pipeline check in mergeable method
See merge request gitlab-org/gitlab-ce!29074
|
| |/ / / / /
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Removes the "target branch advanced" warning from the frontend
as it is no longer needed due to the new merge trains feature.
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
CE backport for gitlab-org/gitlab-ee!12156: Update the merge request widget's "Merge" button to support merge trains
See merge request gitlab-org/gitlab-ce!27594
|
| | |/ / / /
| |/| | | |
| | | | | |
| | | | | |
| | | | | | |
This commit updates the merge request widget's "Merge" button to
support merge trains.
|
|\ \ \ \ \ \
| |_|/ / / /
|/| | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
'62300-target-area-for-dropdown-list-items-is-too-small-on-metrics-dashboard' into 'master'
Resolve "Target area for dropdown list items is too small on Metrics Dashboard"
Closes #62300
See merge request gitlab-org/gitlab-ce!29458
|
| |/ / / / |
|
|\ \ \ \ \
| |/ / / /
|/| | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Creates pagination component graphql
Closes #62788
See merge request gitlab-org/gitlab-ce!29277
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
creates a pagination component for
the graphql api
|
| | | | | |
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Some classes in vue_shared were used only by boards, so they were
moved to the boards directory.
|
|\ \ \ \ \
| |/ / / /
|/| | | |
| | | | |
| | | | |
| | | | |
| | | | | |
'thomas-nilsson-irfu/gitlab-ce-thomas-nilsson-irfu-master-patch-13137' into 'master'
Allow masking if 8 or more characters in base64
See merge request gitlab-org/gitlab-ce!29143
|
| | | | |
| | | | |
| | | | |
| | | | | |
Need to set masked to true before testing now that the default is false
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Test that a regex is provided
Test that it is the expected regex
Test length of variable
Test special character set
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
[CE of Part 2] 5276 Update existing stores for file terminal sync
See merge request gitlab-org/gitlab-ce!29333
|
| |/ / / /
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
- On CMD+S when editor is focused
- On editor blur
- When file is created in tree
- When file is removed in tree
- When file is renamed in tree
|
|/ / / / |
|
|/ / / |
|