| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add documentation for groups issue filtered search | Clement Ho | 2017-08-16 | 2 | -0/+8 |
| | | |||||
| * | Docs: New index for permissions | Marcia Ramos | 2017-08-15 | 1 | -19/+90 |
| | | |||||
| * | Merge branch 'docs-jira' into 'master' | Douwe Maan | 2017-08-15 | 2 | -2/+6 |
| |\ | | | | | | | | | JIRA docs update See merge request !13514 | ||||
| | * | Replace jira_service_page.pngdocs-jira | Victor Wu | 2017-08-11 | 1 | -0/+0 |
| | | | |||||
| | * | JIRA docs | Victor Wu | 2017-08-11 | 1 | -2/+6 |
| | | | |||||
| * | | Merge branch 'docs-correct-filetree' into 'master' | Achilleas Pipinellis | 2017-08-15 | 23 | -5/+180 |
| |\ \ | | | | | | | | | | | | | | | | | | | Docs correct filetree Closes #36428 See merge request !13545 | ||||
| | * | | update remaining links for add-user.mddocs-correct-filetree | Marcia Ramos | 2017-08-14 | 1 | -2/+2 |
| | | | | |||||
| | * | | add file finder to repo index | Marcia Ramos | 2017-08-14 | 1 | -0/+6 |
| | | | | |||||
| | * | | delete duplicate content | Marcia Ramos | 2017-08-14 | 1 | -1/+1 |
| | | | | | | | | | | | | | delete old doc, update links to the current doc | ||||
| | * | | move "share projects with groups" docs | Marcia Ramos | 2017-08-14 | 6 | -2/+51 |
| | | | | | | | | | | | | | | | | | | | | | | | | | - correct the file tree - remove duplicate doc - move to project/members/ - move images - update links | ||||
| | * | | link file moved to members/index from project's index | Marcia Ramos | 2017-08-14 | 1 | -1/+5 |
| | | | | |||||
| | * | | move doc from /workflow/ to /project/ | Marcia Ramos | 2017-08-14 | 14 | -0/+116 |
| | |/ | | | | | | | fix the file tree | ||||
| * | | Improve Prometheus docs, include nginx ingress | Joshua Lambert | 2017-08-14 | 4 | -8/+33 |
| |/ | |||||
| * | Add option to disable project export on instance | Robin Bobbitt | 2017-08-11 | 1 | -0/+3 |
| | | |||||
| * | Docs: update user docs index | Marcia Ramos | 2017-08-11 | 1 | -58/+30 |
| | | |||||
| * | Merge branch '31207-clean-locked-merge-requests' into 'master' | Stan Hu | 2017-08-08 | 1 | -1/+0 |
| |\ | | | | | | | | | | | | | Resolve "Store MergeWorker JID on merge request, and clean up stuck merges" Closes #31207 See merge request !13207 | ||||
| | * | Store MergeWorker JID on merge request, and clean up stuck merges | Oswaldo Ferreira | 2017-08-07 | 1 | -1/+0 |
| | | | |||||
| * | | Show group milestones in autocomplete | Sean McGivern | 2017-08-07 | 1 | -1/+2 |
| | | | |||||
| * | | Support references to group milestones | Sean McGivern | 2017-08-07 | 1 | -3/+3 |
| |/ | | | | | Group milestones can only be referred to by name, not IID. They also do not support cross-project references. | ||||
| * | Update milestone docs CE | Victor Wu | 2017-08-02 | 1 | -0/+8 |
| | | |||||
| * | Fix username typo (jonh to John) | John Landa | 2017-08-01 | 1 | -1/+1 |
| | | |||||
| * | New doc topic user/project/index | Marcia Ramos | 2017-07-31 | 5 | -4/+111 |
| | | |||||
| * | Merge branch 'docs/jira-article' into 'master' | Marcia Ramos | 2017-07-28 | 1 | -8/+13 |
| |\ | | | | | | | | | | | | | Add link to JIRA article in docs Closes #35046 See merge request !13154 | ||||
| | * | Add link to JIRA article in docsdocs/jira-article | Achilleas Pipinellis | 2017-07-28 | 1 | -8/+13 |
| | | | |||||
| * | | Merge branch 'docs-metrics-haproxy' into 'master' | Rémy Coutable | 2017-07-28 | 2 | -5/+5 |
| |\ \ | | | | | | | | | | | | | Docs: fix HAProxy name and exporter's link See merge request !13091 | ||||
| | * | | Docs: fix HAProxy name and exporter's link | Dênis Volpato Martins | 2017-07-25 | 2 | -5/+5 |
| | | | | |||||
| * | | | Docs new topic: "user/profile/index" | Marcia Ramos | 2017-07-27 | 3 | -6/+50 |
| | | | | |||||
| * | | | Docs new topic "user/project/repository/index.md" | Marcia Ramos | 2017-07-27 | 7 | -5/+239 |
| | |/ |/| | |||||
| * | | Merge branch '31129-jira-project-key-elim' into 'master' | Sean McGivern | 2017-07-26 | 1 | -2/+2 |
| |\ \ | | | | | | | | | | | | | | | | | | | Remove project_key from the JIRA configuration Closes #31129 See merge request !12050 | ||||
| | * | | Remove project_key from the Jira configuration | Jarka Kadlecova | 2017-07-25 | 1 | -2/+2 |
| | | | | |||||
| * | | | Docs new topic "user/index" | Marcia Ramos | 2017-07-26 | 1 | -0/+175 |
| | |/ |/| | |||||
| * | | Merge branch '30634-protected-pipeline' into 'master' | Kamil Trzciński | 2017-07-25 | 1 | -3/+4 |
| |\ \ | | | | | | | | | | | | | | | | | | | Implement "Block pipelines on protected branches" Closes #30634, #34616, and #33130 See merge request !11910 | ||||
| | * | | Add a note that schedules could be deactivated | Lin Jen-Shin | 2017-07-21 | 1 | -3/+4 |
| | | | | | | | | | | | | | when lacking permissions too. | ||||
| * | | | Merge branch 'archytaus/gitlab-ce-26372-duplicate-issue-slash-command' into ↵ | Rémy Coutable | 2017-07-25 | 1 | -0/+1 |
| |\ \ \ | |_|/ |/| | | | | | | | | | | | | | | | | | | | | 'master' New `/duplicate` quick action Closes #26372 See merge request !12845 | ||||
| | * | | Added slash command to close an issue as a duplicate. Closes #26372 | Ryan Scott | 2017-07-20 | 1 | -0/+1 |
| | |/ | |||||
| * | | Merge branch '33097-issue-tracker' into 'master' | Sean McGivern | 2017-07-24 | 2 | -1/+5 |
| |\ \ | | | | | | | | | | | | | | | | | | | Associate Issues tab only with internal issues tracker Closes #33097 See merge request !12130 | ||||
| | * | | Change docs to support paralel external and internal issue trackers | Jarka Kadlecova | 2017-07-24 | 2 | -1/+5 |
| | | | | |||||
| * | | | Update nginx docs35330-fix-nginx-add-haproxy | Joshua Lambert | 2017-07-21 | 1 | -1/+1 |
| | | | | |||||
| * | | | Add HA Proxy metrics, fix NGINX | Joshua Lambert | 2017-07-20 | 2 | -0/+21 |
| |/ / | |||||
| * | | Wrong data type when testing webhooks | Alexander Randa | 2017-07-20 | 2 | -1/+8 |
| |/ | |||||
| * | Resolve "Clarify k8s service keys" | Dimitrie Hoekstra | 2017-07-19 | 1 | -2/+2 |
| | | |||||
| * | Fix merge conflicts | Joshua Lambert | 2017-07-18 | 23 | -89/+380 |
| |\ | |||||
| | * | Update admin docs | Joshua Lambert | 2017-07-17 | 1 | -1/+1 |
| | | | |||||
| | * | Merge branch 'docs/update-health-check' into 'master' | Marcia Ramos | 2017-07-16 | 1 | -72/+64 |
| | |\ | | | | | | | | | | | | | Update health check docs See merge request !12794 | ||||
| | | * | Split docs on IP whitelist for monitoring accessdocs/update-health-check | Achilleas Pipinellis | 2017-07-16 | 1 | -27/+2 |
| | | | | |||||
| | | * | Update health check docs | Achilleas Pipinellis | 2017-07-16 | 1 | -70/+87 |
| | | | | |||||
| | * | | Update issue-related docs | Marcia Ramos | 2017-07-16 | 3 | -10/+29 |
| | | | | |||||
| | * | | Refactor groups docs | Marcia Ramos | 2017-07-16 | 16 | -0/+208 |
| | | | | |||||
| | * | | Add subgroups limitations to Pages docs | Marcia Ramos | 2017-07-16 | 2 | -7/+15 |
| | | | | |||||
| | * | | add changes from EE-updatesdocs/overview-features-5 | Marcia Ramos | 2017-07-13 | 1 | -0/+64 |
| | |/ | | | | | | | | | from https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/2350 + copyedit (goes with 80edf00) | ||||
