Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Docs permissions for group labelsgroup-label-permissions-docs | Victor Wu | 2017-06-19 | 1 | -0/+1 |
| | |||||
* | Update Prometheus Merge Request Metrics page | Joshua Lambert | 2017-06-19 | 2 | -4/+4 |
| | |||||
* | Add table for files in merge request diffs | Sean McGivern | 2017-06-16 | 1 | -8/+9 |
| | | | | | | | | | | | | | | | | This adds an ID-less table containing one row per file, per merge request diff. It has a column for each attribute on Gitlab::Git::Diff that is serialised currently, with the advantage that we can easily query the attributes of this new table. It does not migrate existing data, so we have fallback code when the legacy st_diffs column is present instead. For a merge request diff to be valid, it should have at most one of: * Rows in this new table, with the correct merge_request_diff_id. * A non-NULL st_diffs column. It may have neither, if the diff is empty. | ||||
* | Merge branch '27070-rename-slash-commands-to-quick-actions' into 'master' | Sean McGivern | 2017-06-16 | 5 | -45/+46 |
|\ | | | | | | | | | | | | | Rename "Slash commands" to "Quick actions" Closes #27070 See merge request !11811 | ||||
| * | Rename "Slash commands" to "Quick actions" | Eric Eastwood | 2017-06-15 | 5 | -45/+46 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/27070 Deprecate "chat commands" in favor of "slash commands" We looked for things like: - `slash commmand` - `slash_command` - `slash-command` - `SlashCommand` | ||||
* | | Merge branch 'docs/branches' into 'master' | Marcia Ramos | 2017-06-16 | 2 | -0/+17 |
|\ \ | | | | | | | | | | | | | Document the Delete Merged Branches functionality See merge request !12217 | ||||
| * | | Move branches docs to new location and copyeditdocs/branches | Achilleas Pipinellis | 2017-06-16 | 3 | -6/+8 |
| | | | |||||
| * | | Document the Delete Merged Branches functionality | Mark Fletcher | 2017-06-08 | 2 | -0/+15 |
| | | | | | | | | | | | | * Note that protected branches will not be part of the deletion | ||||
* | | | Merge branch 'convdev-docs' into 'master' | Achilleas Pipinellis | 2017-06-16 | 3 | -1/+31 |
|\ \ \ | | | | | | | | | | | | | | | | | Convdev docs See merge request !12189 | ||||
| * | | | Copyedit ConvDev docsconvdev-docs | Achilleas Pipinellis | 2017-06-16 | 3 | -12/+20 |
| | | | | |||||
| * | | | convdev docs | Victor Wu | 2017-06-15 | 1 | -0/+22 |
| | |/ | |/| | |||||
* | | | Merge branch 'issue-board-docs' into 'master' | Achilleas Pipinellis | 2017-06-16 | 1 | -2/+3 |
|\ \ \ | | | | | | | | | | | | | | | | | Issue board docs See merge request !12197 | ||||
| * | | | Update issue_board.mdissue-board-docs | Victor Wu | 2017-06-15 | 1 | -2/+3 |
| |/ / | |||||
* | | | Jira integ docs | Victor Wu | 2017-06-16 | 2 | -3/+3 |
| | | | |||||
* | | | Update confidential_issues.mdconfidential-issues-redesign-docs | Victor Wu | 2017-06-15 | 1 | -3/+2 |
| | | | |||||
* | | | Replace confidential_issues_issue_page.png | Victor Wu | 2017-06-15 | 1 | -0/+0 |
|/ / | |||||
* | | Fix Markdown in JIRA integration docs | Adam Niedzielski | 2017-06-14 | 1 | -1/+1 |
| | | |||||
* | | Add docs for personal access tokensdocs/personal-access-tokens | Achilleas Pipinellis | 2017-06-14 | 5 | -40/+95 |
| | | |||||
* | | doc: add example of scheduler when | Elan Ruusamäe | 2017-06-12 | 1 | -0/+20 |
| | | |||||
* | | Merge branch 'add-note-renaming-moving-registry-container-user-docs' into ↵ | Marcia Ramos | 2017-06-09 | 1 | -0/+8 |
|\ \ | | | | | | | | | | | | | | | | | | | 'master' Add note on moving or renaming registry repository See merge request !11882 | ||||
| * | | Add note on moving or renaming registry repositoryadd-note-renaming-moving-registry-container-user-docs | Cindy Pallares 🦉 | 2017-06-06 | 1 | -0/+8 |
| | | | | | | | | | | | | As per d5d8e76bd79cd9d61c66539a5069104cf46be2bd, any attempts to rename a container registry repository are blocked due to image signatures. | ||||
* | | | Merge branch 'docs/rm-protected-branches' into 'master' | Sean Packham | 2017-06-08 | 2 | -0/+27 |
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Add docs for protected branches deletion feature Closes #32218 See merge request !11536 | ||||
| * | | | Add docs for protected branches deletion featuredocs/rm-protected-branches | Achilleas Pipinellis | 2017-05-19 | 2 | -0/+27 |
| | | | | | | | | | | | | | | | | Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/32218 | ||||
* | | | | Fix URLs in artifacts documentation | Douwe Maan | 2017-06-07 | 1 | -2/+2 |
| | | | | |||||
* | | | | Merge branch 'docs/expiring-artifacts' into 'master' | Sean Packham | 2017-06-07 | 1 | -9/+17 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add more info on artifacts expiry date Closes #18694 See merge request !11942 | ||||
| * | | | | Add more info on artifacts expiry datedocs/expiring-artifacts | Achilleas Pipinellis | 2017-06-06 | 1 | -9/+17 |
| | |_|/ | |/| | | |||||
* | | | | Merge branch 'zj-read-registry-pat' into 'master' | Kamil Trzciński | 2017-06-07 | 1 | -6/+7 |
|\ \ \ \ | |/ / / |/| | | | | | | | | | | | | | | | | | | | Allow pulling container images using personal access tokens Closes #19219 See merge request !11845 | ||||
| * | | | Create read_registry scope with JWT auth | Z.J. van de Weg | 2017-06-05 | 1 | -6/+7 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is the first commit doing mainly 3 things: 1. create a new scope and allow users to use it 2. Have the JWTController respond correctly on this 3. Updates documentation to suggest usage of PATs There is one gotcha, there will be no support for impersonation tokens, as this seems not needed. Fixes gitlab-org/gitlab-ce#19219 | ||||
* | | | | Remove references to old settings location | Achilleas Pipinellis | 2017-06-06 | 7 | -32/+14 |
| | | | | |||||
* | | | | Merge branch 'patch-23' into 'master' | Achilleas Pipinellis | 2017-06-06 | 1 | -1/+1 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | Corrected spelling mistake in permissions.md "it total" -> "in total". See merge request !11908 | ||||
| * | | | | Corrected spelling mistake in permissions.md "it total" -> "in total". | Andrew Featherstone | 2017-06-05 | 1 | -1/+1 |
| | | | | | |||||
* | | | | | change headings to improve SEOdocs/fix-headings-for-seo | Marcia Ramos | 2017-06-06 | 1 | -4/+4 |
| | | | | | |||||
* | | | | | Support hard deletion in Admin::UsersController#destroy | Nick Thomas | 2017-06-05 | 1 | -1/+2 |
|/ / / / | |||||
* | | | | Merge branch '28694-hard-delete-user-from-api' into 'master' | Douwe Maan | 2017-06-02 | 1 | -5/+14 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | Allow users to be hard-deleted from the API See merge request !11853 | ||||
| * | | | | Allow users to be hard-deleted from the API | Nick Thomas | 2017-06-02 | 1 | -5/+14 |
| | |_|/ | |/| | | |||||
* | | | | Fixed typo: craeted -> created | denisroy | 2017-06-02 | 1 | -1/+1 |
|/ / / | |||||
* | | | Resolve "Improve Container Registry description" | Achilleas Pipinellis | 2017-06-01 | 2 | -2/+0 |
| | | | |||||
* | | | Fix pipeline schedule value name in documentation | Andre Ippisch | 2017-06-01 | 1 | -1/+1 |
|/ / | |||||
* | | Merge branch 'rework-authorizations-performance' into 'master' | Douwe Maan | 2017-05-29 | 1 | -0/+9 |
|\ \ | | | | | | | | | | | | | Rework project authorizations and nested groups for better performance See merge request !10885 | ||||
| * | | Document nested groups not working on MySQL | Yorick Peterse | 2017-05-17 | 1 | -0/+9 |
| | | | |||||
* | | | Add API URL to JIRA settings31448-jira-urls | Jarka Kadlecova | 2017-05-26 | 1 | -1/+2 |
| | | | |||||
* | | | Merge branch 'revert-b0498c17' into 'master' | Robert Speicher | 2017-05-25 | 1 | -2/+2 |
|\ \ \ | | | | | | | | | | | | | | | | | Refactor `DynamicPathValidator` and `GitLab::Regex` some more See merge request !11693 | ||||
| * | | | Revert "Remove changes that are not absolutely necessary" | Douwe Maan | 2017-05-24 | 1 | -2/+2 |
| | | | | | | | | | | | | This reverts commit b0498c176fa134761d899c9b369be12f1ca789c5 | ||||
* | | | | Merge branch '17848-web-hook-logging' into 'master' | Dmitriy Zaporozhets | 2017-05-25 | 2 | -0/+16 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Implement Web Hooks calls logging Closes #17848 See merge request !11027 | ||||
| * | | | | Implement web hooks logging | Alexander Randa | 2017-05-25 | 2 | -0/+16 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * implemented logging of project and system web hooks * implemented UI for user area (project hooks) * implemented UI for admin area (system hooks) * implemented retry of logged webhook * NOT imeplemented log remover | ||||
* | | | | | Merge branch 'mrchrisw-add-mr-stats' into 'master' | Achilleas Pipinellis | 2017-05-25 | 2 | -0/+8 |
|\ \ \ \ \ | |_|/ / / |/| | | | | | | | | | | | | | | Add docs on milestone percentage stats See merge request !11428 | ||||
| * | | | | Add docs on milestone percentage statsmrchrisw-add-mr-stats | Chris Wilson | 2017-05-25 | 2 | -0/+8 |
| | |/ / | |/| | | | | | | | | | | | | | | Clarify how the milestone percentage is calculated in the docs. Include example image of milestone. | ||||
* | | | | Merge branch 'dm-fix-routes' into 'master' | Robert Speicher | 2017-05-24 | 1 | -3/+3 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | Fix ambiguous routing issues by teaching router about reserved words See merge request !11570 | ||||
| * | | | | Remove changes that are not absolutely necessarydm-fix-routes | Douwe Maan | 2017-05-23 | 1 | -2/+2 |
| | | | | | |||||
| * | | | | Fix specs | Douwe Maan | 2017-05-23 | 1 | -2/+2 |
| | | | | |