summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'dz-nested-groups-api' into 'master' Dmitriy Zaporozhets2017-02-091-3/+7
|\ | | | | | | | | Nested groups API See merge request !9034
| * Add nested groups to the APIdz-nested-groups-apiDmitriy Zaporozhets2017-02-081-3/+7
| | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | Fix markdown link in Omniauth docsAchilleas Pipinellis2017-02-0911-11/+11
| | | | | | | | [ci skip]
* | Mention reconfigure/restart in omniauth docsAchilleas Pipinellis2017-02-0911-32/+73
| | | | | | | | [ci skip]
* | Merge branch 'bypass-whitelist-for-external-user' into 'master' Robert Speicher2017-02-081-3/+21
|\ \ | | | | | | | | | | | | | | | | | | Bypass signup domain validation for external users Closes #25279 See merge request !8575
| * | Bypass signup domain validation for external usersReza Mohammadi2017-02-081-3/+21
| | | | | | | | | | | | Fixes #25279
* | | Merge branch '23104-remove-public-param-for-projects' into 'master' Douwe Maan2017-02-081-3/+0
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | API: remove `public` param for projects Closes #23104 See merge request !8736
| * | | API: remove `public` param for projectsToon Claes2017-02-071-3/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The create and edit actions for projects had these parameters: - `public` (optional) - if true same as setting `visibility_level = 20` - `visibility_level` (optional) Remove the `public` parameter to avoid contradiction.
* | | | Merge branch 'patch-10' into 'master'Rémy Coutable2017-02-081-17/+18
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Show how to reference a line within a repository file. See merge request !8249
| * | | | Shows how to reference a line within a repository file.Marcel Huber2016-12-221-17/+18
| | | | |
* | | | | Merge branch 'fix-api-delete-file-example' into 'master'Rémy Coutable2017-02-081-1/+1
|\ \ \ \ \ | |_|_|/ / |/| | | | | | | | | | | | | | Fix the curl command for deleting files (DELETE instead of PUT) See merge request !8245
| * | | | Fix the curl command for deleting files (DELETE instead of PUT)Bruno Melli2016-12-211-1/+1
| | | | |
* | | | | Merge branch 'docs/services-refactor' into 'master' Achilleas Pipinellis2017-02-0719-77/+116
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add info about the new location of Integrations Closes #27723 See merge request !9050
| * | | | | Add info about the new location of Integrationsdocs/services-refactorAchilleas Pipinellis2017-02-0719-77/+116
| | | | | | | | | | | | | | | | | | | | | | | | [ci skip]
* | | | | | Support a string source in the route mapDouwe Maan2017-02-071-4/+16
| | | | | |
* | | | | | Merge branch 'route-map' into 'master' Robert Speicher2017-02-073-0/+39
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | | | | | | | | | | | | Add 'View on [env]' link to blobs and individual files in diffs See merge request !8867
| * | | | | Address feedbackDouwe Maan2017-02-061-2/+4
| | | | | |
| * | | | | Add documentationDouwe Maan2017-02-063-0/+37
| | | | | |
* | | | | | Merge branch ↵Clement Ho2017-02-072-0/+0
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | '25487-small-improvements-to-the-ui-of-mattermost-and-slack-command-services' into 'master' Resolve "Small improvements to the UI of Mattermost and Slack Command services" Closes #25487 See merge request !8491
| * | | | | | Added small improvments to the chat slash command servicesLuke "Jared" Bennett2017-02-072-0/+0
| |/ / / / / | | | | | | | | | | | | | | | | | | Updated specs
* | | | | | Merge branch 'remove-deploy-key-endpoint' into 'master' Rémy Coutable2017-02-071-0/+1
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove deploy key endpoint Closes #20569 See merge request !8716
| * | | | | Remove /projects/:id/keys/.. endpointsRobert Schilling2017-02-071-0/+1
| | | | | |
* | | | | | Merge branch 'update-guides' into 'master' James Lopez2017-02-072-2/+241
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | | | | | | | | | | | | Update guides for 8.17 version See merge request !9014
| * | | | | Update guides for 8.17 versionupdate-guidesRuben Davila2017-02-062-2/+241
| |/ / / /
* | | | | Merge branch 'api-remove-snippets-expires-at' into 'master'Sean McGivern2017-02-072-2/+1
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove deprecated 'expires_at' from project snippets API Closes #14156 See merge request !8723
| * | | | | Remove deprecated 'expires_at' from project snippets APIRobert Schilling2017-02-072-2/+1
| | | | | |
* | | | | | Merge branch 'fix/import-group-members' into 'master' Rémy Coutable2017-02-071-1/+6
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix missing group members from Import/Export Closes #25124 See merge request !8923
| * | | | | | Add missing group members to export for I/Efix/import-group-membersJames Lopez2017-02-071-1/+6
| | | | | | |
* | | | | | | Merge branch 'docs/fix-broken-links' into 'master' Achilleas Pipinellis2017-02-0746-65/+60
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | | | | | | | | | | | | | | | Fix broken links to docs See merge request !9022
| * | | | | | Fix broken links to docsAchilleas Pipinellis2017-02-0646-65/+60
| | | | | | | | | | | | | | | | | | | | | | | | | | | | [ci skip]
* | | | | | | Merge branch 'fix/gb/backwards-compatibility-coverage-ci-yml' into 'master' Douwe Maan2017-02-061-31/+11
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove coverage entry from global CI/CD options See merge request !8981
| * | | | | | | Improve docs on CI/CD code coverage regexp settingfix/gb/backwards-compatibility-coverage-ci-ymlGrzegorz Bizon2017-02-061-3/+2
| | | | | | | |
| * | | | | | | Refine docs on code coverage regexp on job levelGrzegorz Bizon2017-02-061-1/+2
| | | | | | | |
| * | | | | | | Update docs on setting up a CI/CD coverage regexpGrzegorz Bizon2017-02-061-32/+12
| | | | | | | |
* | | | | | | | Merge branch 'jej-pages-to-ce' into 'master' Douwe Maan2017-02-0620-3/+1076
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adding GitLab Pages to CE Closes #14605, gitlab-com/infrastructure#1058, gitlab-ee#1333, and #323 See merge request !8463
| * \ \ \ \ \ \ \ Merge branch 'master' into 'jej-pages-to-ce'jej-pages-to-ceJames Edwards-Jones2017-02-0685-1939/+2011
| |\ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ | | |/| | | | | | | | | | | | | | | # Conflicts: # db/schema.rb
| * | | | | | | | Fix documentation link in doc/user/project/pages/index.mdJames Edwards-Jones2017-02-031-0/+1
| | | | | | | | |
| * | | | | | | | Merge branch 'master' into jej-pages-picked-from-eeJames Edwards-Jones2017-02-038-11/+199
| |\ \ \ \ \ \ \ \
| * | | | | | | | | Mentioned pages to CE port in project/pages/index.mdJames Edwards-Jones2017-02-021-0/+1
| | | | | | | | | |
| * | | | | | | | | Split Omnibus and source installation Pages admin docsAchilleas Pipinellis2017-02-012-265/+333
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ci skip]
| * | | | | | | | | Bump pages daemon and place Omnibus settings on topAchilleas Pipinellis2017-02-011-104/+112
| | | | | | | | | |
| * | | | | | | | | Better highlight prerequisites for PagesAchilleas Pipinellis2017-02-011-5/+6
| | | | | | | | | |
| * | | | | | | | | Merge multiple notes into one in Pages user docsAchilleas Pipinellis2017-02-011-7/+5
| | | | | | | | | |
| * | | | | | | | | Fix link to new pages locationAchilleas Pipinellis2017-02-011-1/+1
| | | | | | | | | |
| * | | | | | | | | Bump GitLab version that Pages where ported to CEAchilleas Pipinellis2017-02-011-5/+3
| | | | | | | | | |
| * | | | | | | | | Move Pages docs to new locationAchilleas Pipinellis2017-02-0116-937/+940
| | | | | | | | | |
| * | | | | | | | | First iteration on Pages refactoringAchilleas Pipinellis2017-02-011-176/+176
| | | | | | | | | |
| * | | | | | | | | Fixed typo ("server" -> "serve")Rebecca Skinner2017-02-011-1/+1
| | | | | | | | | |
| * | | | | | | | | small but mighty confusing typoMichael2017-02-011-1/+1
| | | | | | | | | |
| * | | | | | | | | Fix restart link on doc/pages/administration.mdJames Edwards-Jones2017-01-311-2/+2
| | | | | | | | | |