summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | | | | Fix notes37295-further-improvements-to-helm-chart-documentation-docsJoshua Lambert2017-09-022-3/+3
| | | | | | |
| | * | | | | Update to trigger refresh in UIJoshua Lambert2017-09-011-1/+1
| | | | | | |
| | * | | | | Clean up the docsJoshua Lambert2017-09-013-27/+22
| | | | | | |
| * | | | | | Merge branch 'docs-fix-15669-issue-move-api' into 'master'Achilleas Pipinellis2017-09-041-1/+1
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add to_project_id parameter to Move Issue via API example Closes #15669 See merge request !14008
| | * | | | | | Add to_project_id parameter to Move Issue via API exampleMark Fletcher2017-09-021-1/+1
| | | | | | | |
| * | | | | | | Merge branch 'fix_typo_in_deploy_keys_docs' into 'master'Achilleas Pipinellis2017-09-041-1/+1
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix typo in the API Deploy Keys documentation page See merge request !14014
| | * | | | | | | Fix typo in the API Deploy Keys documentation pageVitaliy @blackst0ne Klachkov2017-09-031-1/+1
| | | | | | | | |
| * | | | | | | | Merge branch '34261-move-move-to-sidebar' into 'master'Grzegorz Bizon2017-09-043-0/+14
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Move "Move issue" to sidebar Closes #34261 See merge request !13616
| | * | | | | | | | Move "Move to different project" to sidebar34261-move-move-to-sidebarEric Eastwood2017-09-033-0/+14
| | | |_|_|_|_|_|/ | | |/| | | | | | | | | | | | | | | | | | | | | | | | Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/34261
| * | | | | | | | Merge branch 'approve-unlicense' into 'master'Douwe Maan2017-09-041-0/+2
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Approve the Unlicense See merge request !14001
| | * | | | | | | | Approve the UnlicenseNick Thomas2017-09-011-0/+2
| | | |_|_|_|_|/ / | | |/| | | | | |
| * | | | | | | | Fix runner api docShinya Maeda2017-09-031-1/+1
| | | | | | | | |
| * | | | | | | | Improve API arguments as StringShinya Maeda2017-09-031-3/+3
| | | | | | | | |
| * | | | | | | | Refactor access_level to not_protected and ref_protectedShinya Maeda2017-09-031-1/+1
| | | | | | | | |
| * | | | | | | | Fix docShinya Maeda2017-09-032-9/+10
| | | | | | | | |
| * | | | | | | | Fix docShinya Maeda2017-09-031-0/+2
| | | | | | | | |
| * | | | | | | | Add API supportShinya Maeda2017-09-031-2/+7
| | | | | | | | |
| * | | | | | | | Add docShinya Maeda2017-09-033-0/+19
| | |/ / / / / / | |/| | | | | |
| * | | | | | | Merge branch '17849-allow-admin-to-restrict-min-key-length-and-techno' into ↵Robert Speicher2017-09-014-2/+34
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'master' Add settings for minimum key strength and allowed key type Closes #17849 See merge request !13712
| | * | | | | | More review commentsNick Thomas2017-08-301-0/+0
| | | | | | | |
| | * | | | | | Address review commentsNick Thomas2017-08-302-4/+5
| | | | | | | |
| | * | | | | | Rework the permissions model for SSH key restrictionsNick Thomas2017-08-302-15/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | `allowed_key_types` is removed and the `minimum_<type>_bits` fields are renamed to `<tech>_key_restriction`. A special sentinel value (`-1`) signifies that the key type is disabled. This also feeds through to the UI - checkboxes per key type are out, inline selection of "forbidden" and "allowed" (i.e., no restrictions) are in. As with the previous model, unknown key types are disallowed, even if the underlying ssh daemon happens to support them. The defaults have also been changed from the lowest known bit size to "no restriction". So if someone does happen to have a 768-bit RSA key, it will continue to work on upgrade, at least until the administrator restricts them.
| | * | | | | | Add settings for minimum key strength and allowed key typeNick Thomas2017-08-304-2/+36
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is an amalgamation of: * Cory Hinshaw: Initial implementation !5552 * Rémy Coutable: Updates !9350 * Nick Thomas: Resolve conflicts and add ED25519 support !13712
| * | | | | | | Merge branch 'bvl-validate-po-files' into 'master'Douwe Maan2017-09-011-0/+41
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Validate PO files in static analysis See merge request !13000
| | * | | | | | | Add documentation about PO-lintingBob Van Landuyt2017-08-311-0/+41
| | | | | | | | |
| * | | | | | | | Merge branch 'docs/migrating-from-perforce' into 'master'Marcia Ramos2017-09-012-0/+51
| |\ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | Add perforce migration doc See merge request !13890
| | * | | | | | | Add vs heading in perforce docdocs/migrating-from-perforceAchilleas Pipinellis2017-08-301-0/+2
| | | | | | | | |
| | * | | | | | | Add perforce migration docAchilleas Pipinellis2017-08-292-0/+49
| | | |_|/ / / / | | |/| | | | |
| * | | | | | | Merge branch 'move-action' into 'master'Sean McGivern2017-09-011-0/+1
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge request to address /move functionality. See merge request !13436
| | * | | | | | | /move project functionality. Squash commit.Manolis Mavrofidis2017-08-311-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update to add all issues to be updated. Added functionality, proper tests, documentation and changelog.
| * | | | | | | | Merge branch 'feature/sm/2783-rename-codeclimate-to-codequality-ce' into ↵Kamil Trzciński2017-09-012-4/+7
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'master' Backport to CE: Support `codequality` job name for Code Quality feature See merge request !13833
| | * | | | | | | | fix docfeature/sm/2783-rename-codeclimate-to-codequality-ceShinya Maeda2017-08-311-3/+1
| | | | | | | | | |
| | * | | | | | | | Squashed commit of the following:Shinya Maeda2017-08-312-4/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | commit 79858a631af97c2857700fa44c0e7ba09d621e12 Author: Shinya Maeda <shinya@gitlab.com> Date: Fri Aug 25 23:33:04 2017 +0900 Fix doc commit d0c864c7f1522bd254458a7d6e1002352f34a143 Author: Shinya Maeda <shinya@gitlab.com> Date: Tue Aug 22 22:27:32 2017 +0900 Add tests commit 1628eb8598f8ad0e6b573f3fb4fdcf5c3776885b Author: Shinya Maeda <shinya@gitlab.com> Date: Tue Aug 22 10:14:44 2017 +0000 Update .gitlab-ci.yml commit 440a3cdd0bb5d7b83f861f6d3762510b40df984a Author: Shinya Maeda <shinya@gitlab.com> Date: Fri Aug 18 14:46:56 2017 +0000 Update build.rb commit e925951e35c889bfc0520ce056e7df7befdeb93b Author: Shinya Maeda <shinya@gitlab.com> Date: Thu Aug 17 18:13:17 2017 +0900 Add changelog commit 7de5b4f50fc1ff6987c9a861c057c816d4fb285d Author: Shinya Maeda <shinya@gitlab.com> Date: Thu Aug 17 18:11:53 2017 +0900 ini
| * | | | | | | | | fix dateMarcia Ramos2017-08-312-2/+2
| | | | | | | | | |
| * | | | | | | | | Merge branch 'docs-article-laravel-with-ci-and-envoy' into 'master'Marcia Ramos2017-08-3118-1/+683
| |\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | Docs - new article: Test and Deploy Laravel (PHP) Apps with GitLab CI and Envoy See merge request !13911
| | * | | | | | | | rename imageMarcia Ramos2017-08-311-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | social sharing image
| | * | | | | | | | adjust dateMarcia Ramos2017-08-312-3/+3
| | | | | | | | | |
| | * | | | | | | | correct date formatMarcia Ramos2017-08-311-1/+1
| | | | | | | | | |
| | * | | | | | | | reduce the dir nameMarcia Ramos2017-08-3117-2/+2
| | | | | | | | | |
| | * | | | | | | | add imageMarcia Ramos2017-08-311-0/+0
| | | | | | | | | |
| | * | | | | | | | Move apt-get quiet flag in the beginningAchilleas Pipinellis2017-08-311-1/+1
| | | | | | | | | |
| | * | | | | | | | fixes docs lintdocs-article-laravel-with-ci-and-envoyMarcia Ramos2017-08-311-1/+1
| | | | | | | | | |
| | * | | | | | | | add img, fix linkMarcia Ramos2017-08-312-1/+1
| | | | | | | | | |
| | * | | | | | | | replace blurred imagesMarcia Ramos2017-08-318-0/+0
| | | | | | | | | |
| | * | | | | | | | index article from CI indexMarcia Ramos2017-08-311-0/+1
| | | | | | | | | |
| | * | | | | | | | fixes broken linksMarcia Ramos2017-08-311-17/+17
| | | | | | | | | |
| | * | | | | | | | copyeditMarcia Ramos2017-08-312-55/+60
| | | | | | | | | |
| | * | | | | | | | Update index.mdMehran Rasulian2017-08-311-8/+8
| | | | | | | | | |
| | * | | | | | | | copyeditMarcia Ramos2017-08-3010-5/+6
| | | | | | | | | |
| | * | | | | | | | Test and deploy Laravel applications with GitLab CI and EnvoyMehran Rasulian2017-08-2916-0/+675
| | | | | | | | | |