summaryrefslogtreecommitdiff
path: root/doc/user
Commit message (Collapse)AuthorAgeFilesLines
* Mention Microsoft teams service in project services docdocs/mention-microsoft-teamsAchilleas Pipinellis2017-04-202-3/+4
|
* Merge branch 'usage-ping-port' into 'master' Sean McGivern2017-04-193-0/+132
|\ | | | | | | | | | | | | Usage ping port Closes #27750 See merge request !10481
| * Add uploads and fix privacy policy wordingusage-ping-portSean McGivern2017-04-181-1/+2
| |
| * Add missing links in the documentationRegis Freyd2017-04-142-5/+5
| |
| * Tidy up usage ping and cohorts docsSean McGivern2017-04-142-13/+12
| |
| * Move documentation as per Axil commentRegis Freyd2017-04-143-10/+51
| |
| * Add prometheus services to usage pingSean McGivern2017-04-141-1/+2
| |
| * Track Mattermost usageZ.J. van de Weg2017-04-141-0/+3
| |
| * Add documentation on Usage statistics and link from the admin areaAchilleas Pipinellis2017-04-141-0/+87
| |
* | Merge branch 'add-recent-searches-docs' into 'master' Jacob Schatz2017-04-182-0/+6
|\ \ | |/ |/| | | | | Add docs for recent searches/search history See merge request !10668
| * Remove issue boards from recent searchesadd-recent-searches-docsVictor Wu2017-04-131-1/+1
| |
| * Update phrasing via @jschatz1 commentsEric Eastwood2017-04-121-1/+1
| |
| * Change headingVictor Wu2017-04-121-1/+1
| |
| * Update index.mdVictor Wu2017-04-121-1/+1
| |
| * Add docs for recent searches/search historyEric Eastwood2017-04-122-0/+6
| | | | | | | | | | | | See - https://gitlab.com/gitlab-org/gitlab-ce/issues/27262 - https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/10324
* | Add link to environments on kubernetes.mdMark Pundsack2017-04-121-1/+1
|/
* Fix grammarIsmail S2017-04-111-2/+2
|
* Merge branch 'rs-fix-doc-anchor-link' into 'master' Achilleas Pipinellis2017-04-101-1/+1
|\ | | | | | | | | Fix "Generate new recovery codes using SSH" documentation link See merge request !10512
| * Fix "Generate new recovery codes using SSH" documentation linkrs-fix-doc-anchor-linkRobert Speicher2017-04-061-1/+1
| | | | | | | | [ci skip]
* | Merge branch '18471-restrict-tag-pushes-protected-tags' into 'master' Douwe Maan2017-04-077-0/+61
|\ \ | | | | | | | | | | | | | | | | | | Protected Tags Closes #18471 See merge request !10356
| * | Documentation for protected tagsJames Edwards-Jones2017-04-077-0/+61
| |/
* | Doc: Search through GitLabMarcia Ramos2017-04-0710-0/+94
| |
* | Merge branch '28574-jira-trigers' into 'master' Sean McGivern2017-04-071-1/+1
|\ \ | | | | | | | | | | | | | | | | | | Remove confusing placeholder for JIRA transition_id Closes #28574 See merge request !10421
| * | Remove confusing placeholder for JIRA transition_idJarka Kadlecova2017-04-051-1/+1
| | |
* | | Merge branch '8998_skip_pending_commits_if_not_head' into 'master' Kamil Trzciński2017-04-071-0/+9
|\ \ \ | | | | | | | | | | | | | | | | Add auto-cancel for pending pipelines on branch, if they are not HEAD See merge request !9362
| * \ \ Merge remote-tracking branch 'upstream/master' into ↵Lin Jen-Shin2017-04-072-0/+33
| |\ \ \ | | | |/ | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 8998_skip_pending_commits_if_not_head * upstream/master: (58 commits) Fix icon name error Rewrite system note helper Change edit icon Leave icon area blank if legacy note; remove diamond icon Fix positioning of note icons Fix newline errors Add remaining system note icons Add system notes icon helper; add icons Fixed specs Updated JS that was causing the hints to appear & then disappear Update tests Fix broken spinach test Reuse code Improve shortcuts code Adds ShortcutsDashboardNavigation to globals comment since its a global variable Fix shortcut specs Reorganize shortcut help menu Change todos shortcut to shift Change shortcuts Switch global shortcuts to shift; reuse key styles from help menu Map bindings to lowercase letters; only show key bindings when using keyboard shortcut ...
| * | | Merge remote-tracking branch 'upstream/master' into ↵Lin Jen-Shin2017-04-072-8/+41
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 8998_skip_pending_commits_if_not_head * upstream/master: (197 commits) Add text to break up diagrams Implement review comments from @DouweM for !10467. Fix rubocop offence Linking to edit file directly Optimise trace handling code to use streaming instead of full read Use config.toml to configure Gitaly Fix indexes in container repositories table Recent search history for issues Fix rubocop Use change direction in spec Use be_pending Improve trigger_schedule.rb Implement a offset calculation on cron_parser_spec Clean up trigger_schedule_worker_spec.rb Improve instantiate recursion in cron_parser.rb Fix unnecessary changes in schema.rb Add empty line in cron_parser.rb Use parenthesis for respond_to :ref Define next_time as let in trigger_schedule_spec Remove next_run_at: nil from trigger_schedule_spec ...
| * | | | add auto-cancel for pending pipelines on branch, if they are not HEADRydkin Maxim2017-04-041-0/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fix changelog MR reference add non-HEAD builds finder and add `created` pipelines to scope add spec for auto-cancel non-HEAD pipelines and refactor create_pipeline_service_spec more refactoring for spec adds option for auto-cancel into CI/CD settings fix spec to new configuration fix rubocop fix schema.rb fix schema.rb replace Gitlab 9.0 with 9.1 in doc change wording on pipeline settings added auto_canceled_by field as identifier of autocancel subject remove unnecessary index replace service with retry_lock replace auto_cancel_pending_pipelines boolean setting with integer (and enum in model) fix schema.rb fix schema.rb remove projekt attribute and clean up spec clean up spec withcouple of shared examples added spec for "It does not cancel current pipeline" scenario add some specs to auto-cancel add spec for another branch pipelines
* | | | | Merge branch '30575-update-prometheus-integration-documentation-for-9-1' ↵Achilleas Pipinellis2017-04-072-7/+3
|\ \ \ \ \ | |_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | into 'master' Update Prometheus documentation for 9.1 See merge request !10516
| * | | | Update screenshot30575-update-prometheus-integration-documentation-for-9-1Joshua Lambert2017-04-061-0/+0
| | | | |
| * | | | Clean up troubleshooting sectionJoshua Lambert2017-04-061-7/+3
| | | | |
* | | | | Merge branch 'microsoft-teams-integration' into 'master' Douwe Maan2017-04-062-0/+33
|\ \ \ \ \ | |_|_|/ / |/| | | | | | | | | | | | | | adds initial microsoft teams integration See merge request !10412
| * | | | adds relevant testsTiago Botelho2017-04-062-0/+33
| | |/ / | |/| |
* | | | Merge branch '28695-move-all-associated-records-to-ghost-user' into 'master' Douwe Maan2017-04-061-0/+25
|\ \ \ \ | |_|/ / |/| | | | | | | | | | | | | | | | | | | Resolve "Deleting a user shouldn't delete associated records" Closes #28695 and #30514 See merge request !10467
| * | | Add documentation around migrating records to the ghost user after user ↵Timothy Andrew2017-04-061-0/+25
| | |/ | |/| | | | | | | deletion.
* | | Merge branch 'master' into feature/multi-level-container-registry-imagesGrzegorz Bizon2017-04-062-0/+5
|\ \ \ | | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (94 commits) Merge branch 'open-redirect-fix-continue-to' into 'security' Merge branch 'open-redirect-host-fix' into 'security' Merge branch 'path-disclosure-proj-import-export' into 'security' Merge branch '29364-private-projects-mr-fix' Merge branch '30125-markdown-security' Issue title realtime Update CHANGELOG.md for 8.16.9 Update CHANGELOG.md for 8.17.5 Update CHANGELOG.md for 9.0.4 Add "search" optional param and docs for V4 Use PDFLab to render PDFs in GitLab Separate Scala from Java in CI examples Fix broken link Reorganize CI examples, add more links Refactor CI index page Remove deprecated field from workhorse response Use gitlab-workhorse 1.4.3 Document how ETag caching middleware handles query parameters Make group skip validation in the frontend Use NamespaceValidator::WILDCARD_ROUTES in ETag caching middleware ...
| * | Merge branch '29670-jira-integration-documentation-improvment' into 'master' Achilleas Pipinellis2017-04-042-0/+5
| |\ \ | | |/ | |/| | | | | | | | | | | | | Improves Jira integration documentation Closes #29670 See merge request !10067
| | * Improves Jira integration documentationMatthew Bender2017-03-172-0/+5
| | |
* | | Improve docs for multi-level container registry imagesGrzegorz Bizon2017-04-051-4/+4
| | |
* | | Extend registry docs regarding multi-level repositoriesGrzegorz Bizon2017-04-041-1/+11
| | |
* | | Fix documentation related to container registryGrzegorz Bizon2017-04-031-2/+1
| | |
* | | Merge branch 'master' into feature/multi-level-container-registry-imagesGrzegorz Bizon2017-04-036-7/+41
|\ \ \ | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (230 commits) Fix N+1 query in loading pipelines in merge requests Fix Spinach and Capybara dependencies Prevent users from disconnecting gitlab account from CAS 30276 Move issue, mr, todos next to profile dropdown in top nav Refactor SearchController#show Properly eagerly-load the Capybara server for JS feature specs only Updating documentation to include a missing step in the update procedure Eager-load the Capybara server to prevent timeouts Increase Capybara's timeout Add metrics button to Environment Overview page Fix link to Jira service documentation Handle parsing OpenBSD ps output properly to display sidekiq infos on ... Eliminate unnecessary queries that add ~500 ms of load time for a large issue 20914 Limits line length for project home page Allow users to import GitHub projects to subgroups Update dpl CI example Fix the docs:check:links job Don't clean up the gitlab-test-fork_bare repo Make GitLab use Gitaly for commit_is_ancestor Remove unnecessary ORDER BY clause from `forked_to_project_id` subquery ...
| * | Fix the docs:check:links jobRémy Coutable2017-03-301-1/+1
| | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
| * | Merge branch 'patch-15' into 'master' Achilleas Pipinellis2017-03-301-0/+18
| |\ \ | | | | | | | | | | | | | | | | Add tip about `CI_JOB_TOKEN` clone abilities with "new job permissions model" See merge request !10221
| | * | Add tip about general git clone authentication.Johan Brandhorst2017-03-291-0/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The CI_JOB_TOKEN post 8.12 allows the cloning of any repositories that are accessible by the triggering user. This was not documented anywhere, and the documentation was in particular very specific on git submodule dependency management. This commit adds a tip about cloning arbitrary repository paths.
| * | | Merge branch 'new-guides-guidelines' into 'master' Achilleas Pipinellis2017-03-294-0/+16
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | New Technical Articles guidelines Closes gitlab-com/gitlab-docs#89, gitlab-com/gitlab-docs#87, and #29525 See merge request !9984
| | * \ \ Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into ↵Marcia Ramos2017-03-2721-29/+410
| | |\ \ \ | | | | | | | | | | | | | | | | | | new-guides-guidelines
| | * | | | add the "special format" to the only guide we already have in the docsnew-guides-guidelinesMarcia Ramos2017-03-164-0/+16
| | | | | |
| * | | | | Support wider range of monitored environments with PrometheusJoshua Lambert2017-03-281-2/+2
| | |/ / / | |/| | |
| * | | | Merge branch 'triggers-docs' into 'master' Achilleas Pipinellis2017-03-271-5/+5
| |\ \ \ \ | | |_|/ / | |/| | | | | | | | | | | | | Triggers docs See merge request !10050