summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* Refactor LDAP docsdocs/ldapAchilleas Pipinellis2017-12-081-125/+179
|
* Merge branch 'docs/add-why-do-i-get-signed-out-authentication-section' into ↵Sean McGivern2017-12-082-1/+26
|\ | | | | | | | | | | | | 'master' Add docs explaining why you get signed out with "Remember me" checked See merge request gitlab-org/gitlab-ce!15756
| * Add docs explaining why you get signed out with "Remember me"docs/add-why-do-i-get-signed-out-authentication-sectionEric Eastwood2017-12-082-1/+26
| | | | | | | | See https://gitlab.slack.com/archives/C101F3796/p1512486640000434
* | Move the circuitbreaker check out in a separate processbvl-circuitbreaker-processBob Van Landuyt2017-12-081-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Moving the check out of the general requests, makes sure we don't have any slowdown in the regular requests. To keep the process performing this checks small, the check is still performed inside a unicorn. But that is called from a process running on the same server. Because the checks are now done outside normal request, we can have a simpler failure strategy: The check is now performed in the background every `circuitbreaker_check_interval`. Failures are logged in redis. The failures are reset when the check succeeds. Per check we will try `circuitbreaker_access_retries` times within `circuitbreaker_storage_timeout` seconds. When the number of failures exceeds `circuitbreaker_failure_count_threshold`, we will block access to the storage. After `failure_reset_time` of no checks, we will clear the stored failures. This could happen when the process that performs the checks is not running.
* | Merge branch 'feature/sm/34834-missing-dependency-should-fail-job-2' into ↵Kamil Trzciński2017-12-073-3/+68
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | 'master' Dependency validator Closes #34834 See merge request gitlab-org/gitlab-ce!14009
| * | Clean up docs for dependencies validationfeature/sm/34834-missing-dependency-should-fail-job-2Achilleas Pipinellis2017-12-073-16/+63
| | |
| * | Update document to use ci_validates_dependenciesShinya Maeda2017-12-072-10/+12
| | |
| * | Add feature flagShinya Maeda2017-12-061-2/+17
| | |
| * | Add case when artifacts have not existed on dependenciesShinya Maeda2017-12-061-1/+1
| | |
| * | Add changelog. Fix docShinya Maeda2017-12-061-1/+2
| | |
* | | fix typoMarcia Ramos2017-12-071-1/+1
| | |
* | | Merge branch ↵Kamil Trzciński2017-12-072-2/+0
|\ \ \ | |_|/ |/| | | | | | | | | | | | | | | | | | | | '40761-remove-the-checkbox-for-starting-a-new-pipeline-in-auto-devops-settings' into 'master' Resolve "Remove the checkbox for starting a new pipeline in Auto DevOps settings" Closes #40761 See merge request gitlab-org/gitlab-ce!15714
| * | Remove Auto DevOps checkboxes - frontend40761-remove-the-checkbox-for-starting-a-new-pipeline-in-auto-devops-settingsbikebilly2017-12-042-2/+0
| | |
* | | Docs: refactor Pages indexMarcia Ramos2017-12-071-46/+75
| | |
* | | Docs: admin indexMarcia Ramos2017-12-072-73/+135
| | |
* | | Docs: add EEU tier to the landing pageMarcia Ramos2017-12-071-4/+5
| | |
* | | Merge branch 'jej/per-user-protected-branches-api-ce' into 'master'Sean McGivern2017-12-071-1/+1
|\ \ \ | | | | | | | | | | | | | | | | CE backport of "ProtectedBranches API handles per user/group granularity" See merge request gitlab-org/gitlab-ce!15747
| * | | CE backport of ProtectedBranches API changesJames Edwards-Jones2017-12-071-1/+1
| | | | | | | | | | | | | | | | | | | | In EE we now allow individual users/groups to be set on POST, which required some refactoring. See https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/3516
* | | | Merge branch '40573-rename-gke-as-kubernetes-engine' into 'master'Kamil Trzciński2017-12-077-11/+11
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Rename GKE as Kubernetes Engine Closes #40537 See merge request gitlab-org/gitlab-ce!15608
| * | | | Rename GKE as Kubernetes EngineTakuya Noguchi2017-12-067-11/+11
| | |_|/ | |/| |
* | | | add note on deploying Pages to a private networkdocs-pages-admin-updateMarcia Ramos2017-12-061-0/+3
|/ / /
* | | Merge branch 'docs-update-permissions' into 'master'Achilleas Pipinellis2017-12-051-7/+10
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Docs: Update permissions Closes #40143 See merge request gitlab-org/gitlab-ce!15730
| * | | Add missing permissions, update list (checked to un-checked order)docs-update-permissionsMarcia Ramos2017-12-041-7/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Assign issues and MRs - Label issues and MRs - Reorder a couple of items in the table to go from unchecked to checked - Add/remove spaces so that the dividers stay in the same column in the file
* | | | Merge branch 'patch-29' into 'master'Sean McGivern2017-12-051-1/+3
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Updating trouble shooting links See merge request gitlab-org/gitlab-ce!15685
| * | | | Updating trouble shooting linksLyle Kozloff2017-12-011-1/+3
| | | | |
* | | | | Merge branch 'add-slack-app-case-to-docs' into 'master'Achilleas Pipinellis2017-12-051-0/+3
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Add slack app case to docs See merge request gitlab-org/gitlab-ce!15729
| * | | | | Update slash_commands.mdadd-slack-app-case-to-docsVictor Wu2017-12-041-0/+3
| | |/ / / | |/| | |
* | | | | Merge branch 'feature/custom-text-for-new-projects' into 'master'Rémy Coutable2017-12-055-0/+21
|\ \ \ \ \ | |_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | Add custom brand text on new project pages Closes #15265 See merge request gitlab-org/gitlab-ce!15541
| * | | | Add custom brand text on new project pagesMarkus Koller2017-12-045-0/+21
| |/ / /
* | | | Merge branch 'dm-application-worker' into 'master'Sean McGivern2017-12-052-22/+19
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Add ApplicationWorker and make every worker include it See merge request gitlab-org/gitlab-ce!15632
| * | | | Consistently schedule Sidekiq jobsdm-application-workerDouwe Maan2017-12-051-5/+5
| | | | |
| * | | | Update docsDouwe Maan2017-12-051-16/+14
| | | | |
| * | | | Add ApplicationWorker and make every worker include itDouwe Maan2017-12-051-2/+1
| |/ / /
* | | | Merge branch '32878-merge-request-from-email' into 'master'Sean McGivern2017-12-051-1/+9
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Create merge request from email Closes #32878 See merge request gitlab-org/gitlab-ce!13817
| * | | | Create merge request from emailJan Provaznik2017-12-051-1/+9
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * new merge request can be created by sending an email to the specific email address (similar to creating issues by email) * for the first iteration, source branch must be specified in the mail subject, other merge request parameters can not be set yet * user should enable "Receive notifications about your own activity" in user settings to receive a notification about created merge request Part of #32878
* | | | Merge branch 'docs/clarify-review-docs-process' into 'master'Rémy Coutable2017-12-051-1/+12
|\ \ \ \ | |/ / / |/| | | | | | | | | | | Clarify the docs review process and mention the supported repos See merge request gitlab-org/gitlab-ce!15573
| * | | Clarify the docs review process and mention the supported reposdocs/clarify-review-docs-processAchilleas Pipinellis2017-11-231-1/+12
| | | |
* | | | Merge branch '40770-doc-elasticsearch' into 'master'Rémy Coutable2017-12-042-2/+2
|\ \ \ \ | |_|_|/ |/| | | | | | | | | | | | | | | | | | | Fix typo in Elasticsearch Closes #40770 See merge request gitlab-org/gitlab-ce!15699
| * | | Fix typo in docs about ElasticsearchTakuya Noguchi2017-12-032-2/+2
| | | |
* | | | Merge branch 'docs/mermaid-gl-version' into 'master'Achilleas Pipinellis2017-12-041-8/+11
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Add version that the mermaid support was introduced See merge request gitlab-org/gitlab-ce!15688
| * | | | Add version mermaid support was introduceddocs/mermaid-gl-versionAchilleas Pipinellis2017-12-011-8/+11
| | |_|/ | |/| |
* | | | Add underline hover state to all linksAnnabel Dunstone Gray2017-12-041-6/+0
| |/ / |/| |
* | | Documentation bug fixes: Added procedure to disable built-in Issues.Koichiro Mikami2017-12-012-13/+16
|/ /
* | Merge branch 'patch-29' into 'master'Sean McGivern2017-11-301-1/+1
|\ \ | | | | | | | | | | | | Update google.md to reflect changes in the new Google APIs Library See merge request gitlab-org/gitlab-ce!15633
| * | Update google.md to reflect changes in the new Google APIs LibraryAbubakar Ango2017-11-281-1/+1
| | |
* | | Merge branch 'patch-1' into 'master'Rémy Coutable2017-11-301-0/+3
|\ \ \ | | | | | | | | | | | | | | | | Update installation.md with receive.advertisePushOptions See merge request gitlab-org/gitlab-ce!14430
| * | | Update installation.md with receive.advertisePushOptionsJonathon Reinhart2017-09-221-0/+3
| | | | | | | | | | | | See https://gitlab.com/gitlab-org/gitlab-ce/issues/33061#note_37473342
* | | | support ordering of project notes in notes apihaseeb2017-11-291-12/+21
| | | |
* | | | Merge branch 'docs-what-requires-downtime-link' into 'master'Robert Speicher2017-11-291-1/+1
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | fix link that was linking to `html` instead of `md` See merge request gitlab-org/gitlab-ce!15646
| * | | | fix link that was linking to `html` instead of `md`docs-what-requires-downtime-linkdigitalMoksha2017-11-291-1/+1
| | | | | | | | | | | | | | | | | | | | (to be consistent)