summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* API: Implement project issues iid param with IssuesFinder and add tests23194-fix-no-milestone-option-for-projects-endpointDavid Eisner2017-01-121-0/+3
| | | | | | | | | | | | | - Use IssuesFinder for the /issues API resouce - Tests for iid filter in project issues API resource - Tests for No Milestone filter in issues API resources The "No Milestone" case was not previously tested, and the `/issues` resource did not support the the `milestone` parameter. - Return issues where all labels match from the issues and project issues API resources, like the group issues resource already does. See https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/6825#note_17474533 Signed-off-by: Rémy Coutable <remy@rymai.me>
* Add support for PlantUML diagrams in Asciidoc.Horacio Sanson2017-01-124-2/+96
| | | | | | | | | | | | | | | | | | | | | This MR enables rendering of PlantUML diagrams in Asciidoc documents. To add a PlantUML diagram all we need is to include a plantuml block like: ``` [plantuml, id="myDiagram", width="100px", height="100px"] -- bob -> alice : ping alice -> bob : pong -- ``` The plantuml block is substituted by an HTML img element with *src* pointing to an external PlantUML server. This MR also add a PlantUML integration section to the Administrator -> Settings page to configure the PlantUML rendering service and to enable/disable it. Closes: #17603
* Merge branch 'backup-restore-documentation-tips' into 'master' Marin Jankovski2017-01-111-1/+3
|\ | | | | | | | | Add detail to backup_restore omnibus remote storage docs See merge request !8306
| * Add detail to backup_restore remote storage docsDaniel Guilak2016-12-241-1/+3
| | | | | | | | | | - Location in which to add `gitlab_rails` configurations - Reminder to run `gitlab-ctl reconfigure` after changing gitlab_rails
* | Merge branch 'patch-8' into 'master' Achilleas Pipinellis2017-01-101-0/+3
|\ \ | | | | | | | | | | | | Clarify instructions for importing Wiki/Merge Request data See merge request !8075
| * | Update html link to markdown linkpatch-8Lee Matos2016-12-151-1/+1
| | |
| * | applying style guide fixesLee Matos2016-12-151-1/+2
| | |
| * | Clarify instructions for importing Wiki/Merge Request dataLee Matos2016-12-131-0/+2
| | |
* | | Merge branch 'restore-backup-when-env-variable-is-passed' into 'master' Sean McGivern2017-01-101-2/+6
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Restore backup correctly when "BACKUP" environment variable is passed Closes #26090 See merge request !8477
| * | | Restore backup correctly when "BACKUP" environment variable is passedrestore-backup-when-env-variable-is-passedAdam Niedzielski2017-01-091-2/+6
| | | |
* | | | Merge branch '24139-production-wildcard-for-cycle-analytics' into 'master' Sean McGivern2017-01-101-6/+9
|\ \ \ \ | |/ / / |/| | | | | | | | | | | | | | | | | | | Treat environments matching `production/*` as Production for Cycle Analytics Closes #24139 See merge request !8500
| * | | Treat environments matching `production/*` as Production24139-production-wildcard-for-cycle-analyticsToon Claes2017-01-091-6/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | For Cycle Analytics, the environment `production` is treated as a special case, and used to update the `first_deployed_to_production_at` metric. With the Review Apps changes, slash syntax is used to group related environments in the list. This is mostly used for `review/<branch>` environments, but it's possible for people to have multiple production environments, and someone might then want to group them like `production/eu`, `production/us`, or even just make it look prettier with `production/www.example.com`. In any of these cases, the first deploy to one of these `production/*` environments now is treated as a Production deploy.
* | | | Merge branch 'remove-successful-pipeline-emails-for-now' into 'master' Sean McGivern2017-01-091-1/+1
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make successful pipeline emails off for watchers Closes #24845 See merge request !8176
| * | | | Make successful pipeline emails off for watchersLin Jen-Shin2017-01-051-1/+1
| | | | | | | | | | | | | | | | | | | | Closes #24845
* | | | | Merge branch 'feature/log-ldap-to-application-log' into 'master' Rémy Coutable2017-01-091-3/+6
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Log LDAP blocking/unblocking events to application log See merge request !8042
| * | | | | fixup! Log messages when blocking/unblocking LDAP accountsMarkus Koller2016-12-201-4/+7
| | | | | |
| * | | | | Log messages when blocking/unblocking LDAP accountsMarkus Koller2016-12-201-1/+1
| | | | | |
* | | | | | updated due to reorder changes [ci skip]James Lopez2017-01-091-26/+61
| | | | | |
* | | | | | use ruby 2.3.3 also in the update guide [ci skip]James Lopez2017-01-091-3/+3
| | | | | |
* | | | | | added update guides for 8.16 [ci skip]James Lopez2017-01-092-2/+204
| | | | | |
* | | | | | Re-order update steps in the 8.14 -> 8.15 upgrade guide26014-fix-update-docRémy Coutable2017-01-093-49/+83
| |_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1. Gems need to be installed before we can run the gitlab:workhorse:install task 1. Update gitlab-shell after gitlab-workhorse since it's a manual step that needs to be done in `/home/git/gitlab-shell` Signed-off-by: Rémy Coutable <remy@rymai.me>
* | | | | Merge branch 'fix-link-reply-by-email' into 'master' Achilleas Pipinellis2017-01-061-2/+2
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix dead link in Reply by email documentation Closes #26247 See merge request !8474
| * | | | | Fix dead link in Reply by email documentationfix-link-reply-by-emailAchilleas Pipinellis2017-01-061-2/+2
| | | | | |
* | | | | | Merge branch 'support-google-cloud-storage-backups' into 'master' Stan Hu2017-01-061-1/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Re-add Google Cloud Storage as a backup strategy Closes #26362 See merge request !8481
| * | | | | | Re-add Google Cloud Storage as a backup strategysupport-google-cloud-storage-backupsRémy Coutable2017-01-061-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* | | | | | | Merge branch 'ux-copy-capitalization-punctuation' into 'master' Allison Whilden2017-01-061-14/+90
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | | | | | | | | | | | | | | Improve UX copy docs on capitalization and punctuation See merge request !8439
| * | | | | | Improve UX copy docs on capitalization and punctuationux-copy-capitalization-punctuationPedro Moreira da Silva2017-01-041-14/+90
| | | | | | |
* | | | | | | Merge branch 'update-gitea-importer-doc' into 'master' Rémy Coutable2017-01-061-4/+1
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | With Gitea v1.0.0, notes are imported See merge request !8298
| * | | | | | | With Gitea v1.0.0, notes are importedupdate-gitea-importer-docRémy Coutable2016-12-231-4/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* | | | | | | | Merge branch ↵Rémy Coutable2017-01-051-1/+1
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | '19966-api-call-to-move-project-to-different-group-fails-when-using-group-and-project-names-instead-of-id' into 'master' Fix groups API to accept path when transferring a project Closes #19966 See merge request !8408
| * | | | | | | | Fix groups API to accept path when transferring a projectMark Fletcher2017-01-031-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Use standard helpers for finding group and project
* | | | | | | | | Merge branch 'ux-guide-search-box' into 'master' Achilleas Pipinellis2017-01-053-0/+13
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | UX Guide: add section on search box See merge request !8429
| * | | | | | | | | [ci skip] UX Guide: add section on search boxux-guide-search-boxAllison Whilden2017-01-033-0/+13
| | |_|_|/ / / / / | |/| | | | | | |
* | | | | | | | | [ci skip] UX Guide: Add new primary and secondary text colorsux-guide-text-colorAllison Whilden2017-01-043-0/+7
| |_|_|_|_|/ / / |/| | | | | | |
* | | | | | | | Merge branch 'mrchrisw-repack-not-gc' into 'master' Jacob Vosmaer (GitLab)2017-01-041-7/+19
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | Clarify git housekeeping See merge request !8373
| * | | | | | | Clarify git housekeepingmrchrisw-repack-not-gcChris Wilson2016-12-301-7/+19
| | |/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This changed in https://gitlab.com/gitlab-org/gitlab-ce/commit/6bcc52a53678ca68001189c801497862d3f6e758 The current docs are not clear in stating that we also run a `git repack` and that we respect the admin application setting values.
* | | | | | | Minor improvements to changelog docsRobert Speicher2017-01-031-5/+10
| |/ / / / / |/| | | | | | | | | | | | | | | | | [ci skip]
* | | | | | Merge branch 'grapify-settings-api' into 'master' Sean McGivern2016-12-291-0/+1
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | | | | | | | | | | | | Grapify the settings API See merge request !8336
| * | | | | Grapify the settings APIgrapify-settings-apiRobert Schilling2016-12-291-0/+1
| | | | | |
* | | | | | Merge branch 'ux-guide-color-update' into 'master' Annabel Dunstone Gray2016-12-281-7/+7
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | UX Guide: split state and action guidance for color See merge request !8204
| * | | | | | [ci skip] UX Guide: split state and action guidance for colorux-guide-color-updateAllison Whilden2016-12-221-7/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | [ci skip] UX Guide: Add retry to blue
* | | | | | | Merge branch 'ux-guide-scroll-animation' into 'master' Annabel Dunstone Gray2016-12-283-1/+16
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | UX Guide: add moving transition animation guidance See merge request !8147
| * | | | | | | [ci skip] UX Guide: add moving transition animation guidanceux-guide-scroll-animationAllison Whilden2016-12-163-1/+16
| | | | | | | |
* | | | | | | | Set SIDEKIQ_LOG_ARGUMENTS in gitlab.rbChris Wilson2016-12-281-5/+8
| |_|/ / / / / |/| | | | | |
* | | | | | | Merge branch 'feature/1376-allow-write-access-deploy-keys' into 'master' Douwe Maan2016-12-271-6/+13
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Allow to add deploy keys with write-access Closes #1376 See merge request !7383
| * \ \ \ \ \ \ Merge remote-tracking branch 'upstream/master' into ↵Lin Jen-Shin2016-12-2063-259/+1129
| |\ \ \ \ \ \ \ | | | |_|_|/ / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | feature/1376-allow-write-access-deploy-keys * upstream/master: (538 commits) Reject blank environment vcariables in Gitlab::Git::RevList Add online terminal documentation Add changelog entry Add terminal UI and controller actions Fix specs Even out padding on plus button in breadcrumb menu Update font size of detail page header to 14px Update CHANGELOG.md for 8.13.10 Update CHANGELOG.md for 8.14.5 Fix Route#rename_children behavior Remove inline-block styling from status Add terminals to the Kubernetes deployment service Add a ReactiveCaching concern for use in the KubernetesService Add xterm.js 2.1.0 and a wrapper class to the asset pipeline Remove unnecessary hidden svg elements for icons. Fix consistent typo in environment.js Use a block to insert extra check for authenticate_build! Align milestone column header with count number Add Wiki import to BB importer Make CI badge hitboxes better match container ...
| * | | | | | | Merge CSSFilipa Lacerda2016-12-1228-163/+566
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge remote-tracking branch 'upstream/master' into ↵Lin Jen-Shin2016-12-06503-768/+1576
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | feature/1376-allow-write-access-deploy-keys * upstream/master: (488 commits) Merge branch 'issue_25064' into 'security' It's secret variables, not secure Fix dead links, add example of debug trace output, simplify titles Authorize users into imported GitLab project Document button secondary states. Update icons and color section Remove unused votes.scss Remove unused errors css Fixed MR widget content wrapping for XS viewports NIGNX -> Nginx Use pry-byebug instead byebug Fixed influence from other specs. Accept `issue new` as command to create an issue Update paranoia from 2.1.4 to 2.2.0. Use the pagination helper in the API Added changelog for #25221 Fixed top margin for Builds page status header information Satisfied eslint Fix compatibility with Internet Explorer 11 for merge requests change the date label to match the date used fix gfm doc typo about two spaces for next line transfer ...
| * \ \ \ \ \ \ \ \ Merge remote-tracking branch 'upstream/master' into ↵Lin Jen-Shin2016-11-2216-75/+515
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | feature/1376-allow-write-access-deploy-keys * upstream/master: (497 commits) Use single quote for strings Ue svg from SVGs object Dont trigger CI builds [ci skip] Revert "Test only migrations" Add custom copy for each empty stage Fetch only one revision Highlight nav item on hover Test only migrations Fix migration paths tests Scroll CA stage panel on mobile Fix CSS declaration administer to administrator Move SVGs to JS objects for easy reuse Improve deploy command message No enough data to Not enough data Keep the cookie name as before Fix variable usage Evalute time_ago method instead of printing it Removed button styling from restricted visibility levels and added checkboxes with icons Do not show overview message if there’s already CA data ...
| * \ \ \ \ \ \ \ \ \ Merge remote-tracking branch 'upstream/master' into ↵Lin Jen-Shin2016-11-17103-392/+2731
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | feature/1376-allow-write-access-deploy-keys * upstream/master: (236 commits) Mention Git strategy none Remove ToC since it's now supported in the docs portal itself Add 8.14 to versions with further additions to review apps Add Limitations sections to environments and review apps docs Add link to environments docs Fix URL to review apps docs Add a prerequisites section, add some links Link to NGINX example project for the time being Get rid most of the irrelevant sections Add note about current limitation in $CI_BUILD_REF_NAME Add an intro and an Overview section for Review Apps WIP review apps Add Review apps link to CI README Add stop environment permissions and remove delete Add note about auto-stopping of environments Update CHANGELOG.md for 8.13.6 Finish "Stopping envs" and "Grouping similar envs" sections Highlight first user autocomplete option Remove ToC and fix headings in Markdown docs Revert "Merge branch '22680-unlabel-limit-autocomplete-to-selected-items' into 'master'" ...