Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
2017-02-08Merge branch 'bypass-whitelist-for-external-user' into 'master' Robert Speicher
Bypass signup domain validation for external users Closes #25279 See merge request !8575
2017-02-08Merge branch '23104-remove-public-param-for-projects' into 'master' Douwe Maan
API: remove `public` param for projects Closes #23104 See merge request !8736
2017-02-08Merge branch 'patch-10' into 'master'Rémy Coutable
Show how to reference a line within a repository file. See merge request !8249
2017-02-08Merge branch 'fix-api-delete-file-example' into 'master'Rémy Coutable
Fix the curl command for deleting files (DELETE instead of PUT) See merge request !8245
2017-02-08Bypass signup domain validation for external usersReza Mohammadi
Fixes #25279
2017-02-08Merge branch 'docs/services-refactor' into 'master' Achilleas Pipinellis
Add info about the new location of Integrations Closes #27723 See merge request !9050
2017-02-08Add info about the new location of IntegrationsAchilleas Pipinellis
[ci skip]
2017-02-07Support a string source in the route mapDouwe Maan
2017-02-07Merge branch 'route-map' into 'master' Robert Speicher
Add 'View on [env]' link to blobs and individual files in diffs See merge request !8867
2017-02-07Merge branch ↵Clement Ho
'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
2017-02-07Added small improvments to the chat slash command servicesLuke "Jared" Bennett
Updated specs
2017-02-07Merge branch 'remove-deploy-key-endpoint' into 'master' Rémy Coutable
Remove deploy key endpoint Closes #20569 See merge request !8716
2017-02-07Merge branch 'update-guides' into 'master' James Lopez
Update guides for 8.17 version See merge request !9014
2017-02-07API: remove `public` param for projectsToon Claes
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.
2017-02-07Remove /projects/:id/keys/.. endpointsRobert Schilling
2017-02-07Merge branch 'api-remove-snippets-expires-at' into 'master'Sean McGivern
Remove deprecated 'expires_at' from project snippets API Closes #14156 See merge request !8723
2017-02-07Merge branch 'fix/import-group-members' into 'master' Rémy Coutable
Fix missing group members from Import/Export Closes #25124 See merge request !8923
2017-02-07Merge branch 'docs/fix-broken-links' into 'master' Achilleas Pipinellis
Fix broken links to docs See merge request !9022
2017-02-07Remove deprecated 'expires_at' from project snippets APIRobert Schilling
2017-02-07Add missing group members to export for I/EJames Lopez
2017-02-07Update guides for 8.17 versionRuben Davila
2017-02-07Address feedbackDouwe Maan
2017-02-07Add documentationDouwe Maan
2017-02-06Merge branch 'fix/gb/backwards-compatibility-coverage-ci-yml' into 'master' Douwe Maan
Remove coverage entry from global CI/CD options See merge request !8981
2017-02-06Merge branch 'jej-pages-to-ce' into 'master' Douwe Maan
Adding GitLab Pages to CE Closes #14605, gitlab-com/infrastructure#1058, gitlab-ee#1333, and #323 See merge request !8463
2017-02-06Merge branch '27643-api-sample-fix-for-file-ops' into 'master' Rémy Coutable
Rename example from file_name to file_path Closes #27643 See merge request !8959
2017-02-06Merge branch '27685-update_ha_docs' into 'master' Marin Jankovski
Update NFS HA doc with location -> config mapping Closes #27685 See merge request !8993
2017-02-06Merge branch 'master' into 'jej-pages-to-ce'James Edwards-Jones
# Conflicts: # db/schema.rb
2017-02-06Fix broken links to docsAchilleas Pipinellis
[ci skip]
2017-02-06Remove deprecated MR and Issue endpoints and preserve V3 namespaceOswaldo Ferreira
2017-02-06Merge branch 'terminal-max-session-time' into 'master' Kamil Trzciński
Introduce maximum session time for terminal websocket connection Closes #26263 See merge request !8413
2017-02-06Merge branch '22007-unify-projects-search' into 'master' Rémy Coutable
Unify projects search by removing /projects/:search endpoint Closes #22007 See merge request !8877
2017-02-06Improve docs on CI/CD code coverage regexp settingGrzegorz Bizon
2017-02-06Refine docs on code coverage regexp on job levelGrzegorz Bizon
2017-02-06Introduce maximum session time for terminal websocket connectionAdam Niedzielski
Store the value in application settings. Expose the value to Workhorse.
2017-02-06Map configuration to directory locations and add defaults to NFS HA doc.Marin Jankovski
2017-02-06Update docs on setting up a CI/CD coverage regexpGrzegorz Bizon
2017-02-04Fixed typoJason Aquino
Fixes gitlab-org/gitlab-ce#27674
2017-02-04[ci skip] UX Guide: Button placement in groupsAllison Whilden
2017-02-03Merge branch 'docs/integrations' into 'master' Achilleas Pipinellis
Refactor integrations page documentation See merge request !8966
2017-02-03Move project services to new location under IntegrationsAchilleas Pipinellis
2017-02-03Move webhooks to new a location under IntegrationsAchilleas Pipinellis
2017-02-03Fix documentation link in doc/user/project/pages/index.mdJames Edwards-Jones
2017-02-03Merge branch 'Add-a-shash-command-for-target-merge-request-branch' into 'master'Sean McGivern
Adds /target_branch slash command functionality for merge requests Closes #23619 See merge request !7216
2017-02-03Merge branch 'master' into jej-pages-picked-from-eeJames Edwards-Jones
2017-02-03Rename example from file_name to file_path Rick Gudmundson
Applied in example response for create, update, and delete operations Fixes #27643
2017-02-03Merge branch 'markdown-plantuml' into 'master' Sean McGivern
PlantUML support for Markdown Closes #4048 See merge request !8588
2017-02-03Adds /target_branch slash command functionality for merge requestsYarNayar
Allows to use slash command /target_branch <target_branch_name> in merge requests notes and description. Command allows to specify target branch for current merge request. Proposed in #23619
2017-02-03Merge branch '24606-force-password-reset-on-next-login' into 'master'Sean McGivern
Force new password after password reset via API Closes #24606 See merge request !8933
2017-02-03Merge branch 'update-installation-docs' into 'master' Stan Hu
Update installation docs to include Docker, others See merge request !8943