Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Docs broken links | Marcel Amirault | 2018-06-25 | 1 | -1/+1 |
| | |||||
* | Cleanup ruby sampler metricsbjk/48176_ruby_gc | Ben Kochie | 2018-06-22 | 1 | -0/+14 |
| | | | | | | | | | * Use a simple counter for sampler duration instead of a histogram. * Use a counter to collect GC time. * Remove unused objects metric. * Cleanup metric names to match Prometheus conventions. * Prefix generic GC stats with `gc_stat`. * Include worker label on memory and file descriptor metrics. | ||||
* | Make it explicit where is the gitlab.rb file | Mike Weilgart | 2018-06-18 | 1 | -1/+1 |
| | | | | Save people an extra Google search if this is the first doc they're reading. | ||||
* | Add support for verifying remote uploads, artifacts, and LFS objects in ↵ | Michael Kozono | 2018-06-13 | 1 | -3/+4 |
| | | | | check rake tasks | ||||
* | Use nip.io instead of xip.iodz-use-nip-io | Dmitriy Zaporozhets | 2018-06-12 | 1 | -9/+9 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Merge branch 'feature/customizable-favicon' into 'master' | Douwe Maan | 2018-06-07 | 1 | -0/+1 |
|\ | | | | | | | | | | | | | Customizable favicon Closes #15661 See merge request gitlab-org/gitlab-ce!14497 | ||||
| * | document custom favicon | Alexis Reigel | 2018-06-06 | 1 | -0/+1 |
| | | |||||
* | | Resolve "Hashed Storage: Make possible to migrate single project" | Gabriel Mazetto | 2018-06-07 | 1 | -19/+26 |
| | | |||||
* | | doc | Mark Chao | 2018-06-06 | 1 | -1/+1 |
|/ | |||||
* | Support presigned multipart uploads | Kamil Trzciński | 2018-06-04 | 1 | -1/+2 |
| | |||||
* | Update IPs to valid example IPs. | Natho | 2018-06-04 | 2 | -20/+20 |
| | | | As per: https://tools.ietf.org/html/rfc5737 | ||||
* | Refactor LDAP docs | Achilleas Pipinellis | 2018-06-01 | 1 | -120/+197 |
| | |||||
* | Fix a wrong link reference in docs | Rémy Coutable | 2018-05-30 | 1 | -1/+1 |
| | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | add details on root flag related to no_root_squash | Ben Bodenmiller | 2018-05-30 | 1 | -1/+3 |
| | |||||
* | Merge branch 'brodock-refactor-hashed-storage-task' into 'master' | Douwe Maan | 2018-05-30 | 1 | -7/+0 |
|\ | | | | | | | | | Extracted auxiliary methods from storage.rake into specific RakeHelper See merge request gitlab-org/gitlab-ce!18962 | ||||
| * | Remove useless extra lines from `storage.md` inside code block | Gabriel Mazetto | 2018-05-28 | 1 | -7/+0 |
| | | |||||
* | | add CI as option in place of custom hooks | Ben Bodenmiller | 2018-05-30 | 1 | -1/+2 |
| | | |||||
* | | ensure UIDs and GIDs match for HA setup | Ben Bodenmiller | 2018-05-29 | 1 | -1/+10 |
| | | |||||
* | | cleanup Prometheus setup details | Ben Bodenmiller | 2018-05-29 | 1 | -5/+8 |
|/ | |||||
* | Merge branch 'docs/redirect-k8s-service-page' into 'master' | Marcia Ramos | 2018-05-28 | 1 | -9/+7 |
|\ | | | | | | | | | Deprecate the Kubernetes service docs See merge request gitlab-org/gitlab-ce!18837 | ||||
| * | Deprecate the Kubernetes service docsdocs/redirect-k8s-service-page | Achilleas Pipinellis | 2018-05-09 | 1 | -9/+7 |
| | | |||||
* | | Merge branch 'patch-23' into 'master' | Achilleas Pipinellis | 2018-05-28 | 1 | -10/+1 |
|\ \ | | | | | | | | | | | | | use postgres_role See merge request gitlab-org/gitlab-ce!19000 | ||||
| * | | use postgres_role | Ben Bodenmiller | 2018-05-16 | 1 | -10/+1 |
| | | | |||||
* | | | cleanup application server setup | Ben Bodenmiller | 2018-05-28 | 1 | -12/+12 |
| | | | |||||
* | | | Remove experiemental notes from Prometheus docs | Joshua Lambert | 2018-05-21 | 2 | -3/+3 |
|/ / | |||||
* | | Merge branch 'patch-20' into 'master' | John Northrup | 2018-05-15 | 1 | -1/+1 |
|\ \ | | | | | | | | | | | | | improve basic details on inspecting NFS mounts See merge request gitlab-org/gitlab-ce!18734 | ||||
| * | | improve basic details on inspecting NFS mounts | Ben Bodenmiller | 2018-05-04 | 1 | -1/+1 |
| | | | |||||
* | | | Docs: fix duplicate titles | Marcia Ramos 🚫 (OOO - back on May 21) | 2018-05-09 | 2 | -1/+18 |
| | | | |||||
* | | | Docs: add custom descriptions to most relevant docs | Marcia Ramos | 2018-05-09 | 2 | -4/+8 |
| |/ |/| | |||||
* | | Merge branch 'tc-repo-verify-mails' into 'master' | Douwe Maan | 2018-05-07 | 1 | -12/+14 |
|\ \ | | | | | | | | | | | | | Various improvements to repository checks See merge request gitlab-org/gitlab-ce!18484 | ||||
| * | | Add small improvements to the docs | Toon Claes | 2018-05-07 | 1 | -5/+5 |
| | | | |||||
| * | | The option to recheck an individual project is gone | Toon Claes | 2018-05-07 | 1 | -4/+0 |
| | | | | | | | | | | | | No idea where it used to be, but I can no longer find it. | ||||
| * | | Small documentation reformatting and updates | Toon Claes | 2018-05-07 | 1 | -11/+17 |
| | | | |||||
* | | | Update `job_traces.md` documentation | Kamil Trzciński | 2018-05-07 | 1 | -28/+27 |
| | | | |||||
* | | | Add doc about this architecture, impact, roadmap, etc | Shinya Maeda | 2018-05-07 | 1 | -0/+96 |
|/ / | |||||
* | | Enforces terms in the web application | Bob Van Landuyt | 2018-05-04 | 1 | -0/+1 |
|/ | | | | | | | | | | | | | | | | | | | | This enforces the terms in the web application. These cases are specced: - Logging in: When terms are enforced, and a user logs in that has not accepted the terms, they are presented with the screen. They get directed to their customized root path afterwards. - Signing up: After signing up, the first screen the user is presented with the screen to accept the terms. After they accept they are directed to the dashboard. - While a session is active: - For a GET: The user will be directed to the terms page first, after they accept the terms, they will be directed to the page they were going to - For any other request: They are directed to the terms, after they accept the terms, they are directed back to the page they came from to retry the request. Any information entered would be persisted in localstorage and available on the page. | ||||
* | Merge branch 'add-jwt-strategy-to-gitlab-suite' into 'master' | Douwe Maan | 2018-04-30 | 1 | -1/+1 |
|\ | | | | | | | | | Ports omniauth-jwt gem onto GitLab OmniAuth Strategies suite See merge request gitlab-org/gitlab-ce!18580 | ||||
| * | Ports omniauth-jwt gem onto GitLab OmniAuth Strategies suite | Tiago Botelho | 2018-04-26 | 1 | -1/+1 |
| | | |||||
* | | Fixed typos | Pascal Borreli | 2018-04-27 | 5 | -6/+6 |
|/ | |||||
* | Suggest place for data-directories on mountpoints | Bob Van Landuyt | 2018-04-23 | 1 | -37/+57 |
| | | | | | Using a mountpoint as data directory causes issues when restoring, so we need to mention this in the documentation. | ||||
* | Merge branch 'docs-pages-update2' into 'master' | Robert Speicher | 2018-04-20 | 1 | -5/+31 |
|\ | | | | | | | | | add restart of gitlab-pages to apply gitlab pages settings See merge request gitlab-org/gitlab-ce!18455 | ||||
| * | Update index.md | Alexander Tanayno | 2018-04-20 | 1 | -10/+10 |
| | | |||||
| * | add restart of gitlab-pages to apply gitlab pages settings | Alexander Tanayno | 2018-04-18 | 1 | -0/+26 |
| | | |||||
* | | Add documentation on how to configure Redis Sentinel by persistent class | Stan Hu | 2018-04-20 | 1 | -0/+41 |
|/ | |||||
* | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into docs-add-badges | Marcia Ramos | 2018-04-17 | 5 | -30/+58 |
|\ | |||||
| * | Fix typos | James Ramsay | 2018-04-13 | 1 | -3/+3 |
| | | |||||
| * | Add note about HA configurations | James Ramsay | 2018-04-12 | 1 | -0/+5 |
| | | |||||
| * | Copyedit plugins docs | Achilleas Pipinellis | 2018-04-06 | 2 | -31/+42 |
| | | | | | | | | [ci skip] | ||||
| * | Add note about contributing back to GitLab to plugins.md | Dmitriy Zaporozhets | 2018-04-06 | 1 | -0/+4 |
| | | |||||
| * | Merge branch 'nathan.jones/gitlab-ce-patch-24' into 'master' | Rémy Coutable | 2018-04-06 | 1 | -1/+8 |
| |\ | | | | | | | | | | | | | Update index.md to describe leaving out the host in prometheus['listen_address']… See merge request gitlab-org/gitlab-ce!18207 |