| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|\
| |
| |
| |
| | |
Add link to Groups video
See merge request gitlab-org/gitlab-ce!29530
|
|/ |
|
|\
| |
| |
| |
| |
| |
| | |
Update docs regarding cycle analytics
Closes #62889
See merge request gitlab-org/gitlab-ce!29431
|
| | |
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | | |
Sunset Glossary in docs and make necessary doc edits to clarify terms that need it
Closes #58413
See merge request gitlab-org/gitlab-ce!29527
|
|/ /
| |
| |
| |
| | |
This after reviewing each and every glossary entry to ensure it was
covered in GitLab docs, or about.gitlab, or not needed.
|
|\ \
| | |
| | |
| | |
| | | |
Update docs to reflect MR#1386 changes to gitlab-runner
See merge request gitlab-org/gitlab-ce!29136
|
|/ /
| |
| |
| | |
Docs for https://gitlab.com/gitlab-org/gitlab-runner/merge_requests/1386
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | | |
Metrics reports documentation is incomplete
Closes gitlab-ee#11942
See merge request gitlab-org/gitlab-ce!29345
|
|/ / |
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | | |
Fixed documentationmarkdown link in Docker compose note
Closes #63114
See merge request gitlab-org/gitlab-ce!29502
|
| | | |
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
Update issues/index.md with note on label priority sorting
See merge request gitlab-org/gitlab-ce!29365
|
|/ / / |
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
API issues - minor cleanup of permission check
See merge request gitlab-org/gitlab-ce!29423
|
|/ / /
| | |
| | |
| | |
| | |
| | | |
Adds `set_issue_updated_at` similar to `set_issue_created_at`
permission and cleans up the related permission check in issues
API.
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
Fix gl_dropdown scrolling to top on assignee click
See merge request gitlab-org/gitlab-ce!29500
|
| |/ /
| | |
| | |
| | |
| | |
| | |
| | | |
**How?**
It looks like when assignees are clicked, the child of the `<a>`.
We fix our propogation check by looking at `.closest` which traverses
through the element itself and parent.
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
Adds a space to fix code display
See merge request gitlab-org/gitlab-ce!29463
|
| | | | |
|
|\ \ \ \
| |_|/ /
|/| | |
| | | |
| | | | |
Add high level component overview back to architecture page
See merge request gitlab-org/gitlab-ce!28729
|
|/ / /
| | |
| | |
| | |
| | | |
- Wrap text
- Move image to /img/
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
Documented the Admin Area's *Groups* page
See merge request gitlab-org/gitlab-ce!28038
|
|/ / / |
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
Docs: Updating issue data and actions doc
See merge request gitlab-org/gitlab-ce!28810
|
|/ / / |
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
Revert "Automatically update MR merge-ref along merge status"
See merge request gitlab-org/gitlab-ce!29492
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
Remove unnecessary notes from AutoDevOps documentation
See merge request gitlab-org/gitlab-ce!27433
|
|/ / / / |
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
Alertmanager on omnibus requires configuration
See merge request gitlab-org/gitlab-ce!28398
|
| | | | | |
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Docs: enable numeric UIDs and GIDs for NFS
See merge request gitlab-org/gitlab-ce!21712
|
|/ / / / / |
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Creates pagination component graphql
Closes #62788
See merge request gitlab-org/gitlab-ce!29277
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
creates a pagination component for
the graphql api
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Take out JN title in text
See merge request gitlab-org/gitlab-ce!29376
|
|/ / / / / / |
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Improve wording for automatic license import
See merge request gitlab-org/gitlab-ce!29330
|
|/ / / / / / |
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Docs: CI - link videos
Closes #62293
See merge request gitlab-org/gitlab-ce!29491
|
|/ / / / / / |
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Update CI Examples section to confirm to SSOT Documentation standards
Closes #61507
See merge request gitlab-org/gitlab-ce!29397
|
|/ / / / / /
| | | | | |
| | | | | |
| | | | | | |
Variety of edits to conform with SSOT doc style standards
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Show inline diff example rendered
Closes #62813
See merge request gitlab-org/gitlab-ce!29239
|
|/ / / / / /
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Because the markdown wouldn't have been rendered
on docs.gitlab.com
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Use Time.zone.now for Ci::PipelineSchedule#ideal_next_run_at
Closes #62760
See merge request gitlab-org/gitlab-ce!29275
|
|/ / / / / / |
|
|\ \ \ \ \ \
| |_|_|/ / /
|/| | | | |
| | | | | |
| | | | | | |
Use correct alert box
See merge request gitlab-org/gitlab-ce!28268
|