- 12 Jun, 2019 11 commits
-
-
Stan Hu authored
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
-
Evan Read authored
Add link to Groups video See merge request gitlab-org/gitlab-ce!29530
-
Russell Dickenson authored
-
Evan Read authored
Update docs regarding cycle analytics Closes #62889 See merge request gitlab-org/gitlab-ce!29431
-
Evan Read authored
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
-
Mike Lewis authored
This after reviewing each and every glossary entry to ensure it was covered in GitLab docs, or about.gitlab, or not needed.
-
Evan Read authored
Update docs to reflect MR#1386 changes to gitlab-runner See merge request gitlab-org/gitlab-ce!29136
-
Andrei Burd authored
Docs for https://gitlab.com/gitlab-org/gitlab-runner/merge_requests/1386
-
Evan Read authored
Metrics reports documentation is incomplete Closes gitlab-ee#11942 See merge request gitlab-org/gitlab-ce!29345
-
Matija Čupić authored
-
Evan Read authored
Fixed documentationmarkdown link in Docker compose note Closes #63114 See merge request gitlab-org/gitlab-ce!29502
-
- 11 Jun, 2019 29 commits
-
-
Evan Read authored
Update issues/index.md with note on label priority sorting See merge request gitlab-org/gitlab-ce!29365
-
Lucas Charles authored
-
Thong Kuah authored
API issues - minor cleanup of permission check See merge request gitlab-org/gitlab-ce!29423
-
Jan Provaznik authored
Adds `set_issue_updated_at` similar to `set_issue_created_at` permission and cleans up the related permission check in issues API.
-
Fatih Acet authored
Fix gl_dropdown scrolling to top on assignee click See merge request gitlab-org/gitlab-ce!29500
-
Paul Slaughter authored
**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.
-
Marcia Ramos authored
Adds a space to fix code display See merge request gitlab-org/gitlab-ce!29463
-
Marcia Ramos authored
Add high level component overview back to architecture page See merge request gitlab-org/gitlab-ce!28729
-
Rachel Nienaber authored
- Wrap text - Move image to /img/
-
Danial Khoshkhou authored
-
Marcia Ramos authored
Documented the Admin Area's *Groups* page See merge request gitlab-org/gitlab-ce!28038
-
Russell Dickenson authored
-
Marcia Ramos authored
Docs: Updating issue data and actions doc See merge request gitlab-org/gitlab-ce!28810
-
Marcel Amirault authored
-
Douwe Maan authored
Revert "Automatically update MR merge-ref along merge status" See merge request gitlab-org/gitlab-ce!29492
-
Achilleas Pipinellis authored
Remove unnecessary notes from AutoDevOps documentation See merge request gitlab-org/gitlab-ce!27433
-
Mike Lewis authored
-
Achilleas Pipinellis authored
Alertmanager on omnibus requires configuration See merge request gitlab-org/gitlab-ce!28398
-
Achilleas Pipinellis authored
Docs: enable numeric UIDs and GIDs for NFS See merge request gitlab-org/gitlab-ce!21712
-
Ben Bodenmiller authored
-
Phil Hughes authored
Creates pagination component graphql Closes #62788 See merge request gitlab-org/gitlab-ce!29277
-
Achilleas Pipinellis authored
Take out JN title in text See merge request gitlab-org/gitlab-ce!29376
-
Cassiana Gudgenov authored
-
Achilleas Pipinellis authored
Improve wording for automatic license import See merge request gitlab-org/gitlab-ce!29330
-
Joshua Lambert authored
-
Achilleas Pipinellis authored
Docs: CI - link videos Closes #62293 See merge request gitlab-org/gitlab-ce!29491
-
Marcia Ramos authored
-
Achilleas Pipinellis authored
Update CI Examples section to confirm to SSOT Documentation standards Closes #61507 See merge request gitlab-org/gitlab-ce!29397
-
Mike Lewis authored
Variety of edits to conform with SSOT doc style standards
-