| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| |
| |
| | |
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
|
|/ / / |
|
|/ / |
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
'master'
Resolve "Default Web IDE's merge request checkbox to true"
Closes #60034
See merge request gitlab-org/gitlab-ce!28665
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
- Pull the new MR option out into it's own component
- Default MR checkbox to true when creating a new MR and committing to a
branch that does not have an MR
- Still change the MR checkbox to false when a user is on a branch that
already has an MR
- Hide MR option when on a branch that already has an MR and committing
to current branch
- Don't default to true when committing directly to master
|
|/ / |
|
| | |
|
| | |
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
'61910-common_utils_spec-js-fails-locally-on-master-for-roundofffloat' into 'master'
Resolve "common_utils_spec.js fails locally for roundOffFloat"
Closes #61910
See merge request gitlab-org/gitlab-ce!28963
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Update tests to use toBeCloseTo instead of toBe for
floating point checks.
More info here:
https://jestjs.io/docs/en/expect#tobeclosetonumber-numdigits
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
Add single_stat chart component to the monitoring bundle
See merge request gitlab-org/gitlab-ce!28948
|