Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Consider existing installations where the setting is not in gitlab.rb | Achilleas Pipinellis | 2017-02-09 | 4 | -5/+5 |
| | | | | [ci skip] | ||||
* | Change to direct link for Omnibus Nginx docs | Achilleas Pipinellis | 2017-02-09 | 1 | -1/+1 |
| | | | | [ci skip] | ||||
* | Add info on changing the default address/port Prometheus listens on | Achilleas Pipinellis | 2017-02-09 | 1 | -0/+24 |
| | | | | | | Reported in https://gitlab.com/gitlab-org/omnibus-gitlab/issues/1905 [ci skip] | ||||
* | Fix GitLab monitor Omnibus setting | Achilleas Pipinellis | 2017-02-09 | 1 | -1/+1 |
| | | | | [ci skip] | ||||
* | Add link to issue where HSTS is discusseddocs/prometheus | Achilleas Pipinellis | 2017-02-09 | 1 | -1/+3 |
| | | | | [ci skip] | ||||
* | Add changes from https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/8764 | Achilleas Pipinellis | 2017-02-09 | 1 | -3/+22 |
| | |||||
* | Use underscores instead of dashes in gitlab.rb | Achilleas Pipinellis | 2017-02-08 | 2 | -2/+2 |
| | | | | [ci skip] | ||||
* | Add GitLab monitor exporter docs | Achilleas Pipinellis | 2017-02-08 | 2 | -0/+36 |
| | |||||
* | Add postgres exporter to Prometheus docs | Achilleas Pipinellis | 2017-02-08 | 2 | -0/+36 |
| | |||||
* | Use localhost for node_exporter | Achilleas Pipinellis | 2017-02-08 | 1 | -4/+2 |
| | |||||
* | Add Redis exporter to Prometheus docs | Achilleas Pipinellis | 2017-02-08 | 2 | -0/+39 |
| | |||||
* | Split node_exporter to its own page | Achilleas Pipinellis | 2017-02-08 | 2 | -29/+43 |
| | |||||
* | Move prometheus docs into their own dir | Achilleas Pipinellis | 2017-02-08 | 3 | -103/+104 |
| | | | | [ci skip] | ||||
* | Merge branch 'docs/fix-broken-links' into 'master' | Achilleas Pipinellis | 2017-02-07 | 2 | -2/+2 |
|\ | | | | | | | | | Fix broken links to docs See merge request !9022 | ||||
| * | Fix broken links to docs | Achilleas Pipinellis | 2017-02-06 | 2 | -2/+2 |
| | | | | | | | | [ci skip] | ||||
* | | Merge branch 'jej-pages-to-ce' into 'master' | Douwe Maan | 2017-02-06 | 3 | -1/+573 |
|\ \ | | | | | | | | | | | | | | | | | | | Adding GitLab Pages to CE Closes #14605, gitlab-com/infrastructure#1058, gitlab-ee#1333, and #323 See merge request !8463 | ||||
| * \ | Merge branch 'master' into 'jej-pages-to-ce'jej-pages-to-ce | James Edwards-Jones | 2017-02-06 | 2 | -8/+21 |
| |\ \ | | | | | | | | | | | | | # Conflicts: # db/schema.rb | ||||
| * \ \ | Merge branch 'master' into jej-pages-picked-from-ee | James Edwards-Jones | 2017-02-03 | 1 | -5/+13 |
| |\ \ \ | |||||
| * | | | | Split Omnibus and source installation Pages admin docs | Achilleas Pipinellis | 2017-02-01 | 2 | -265/+333 |
| | | | | | | | | | | | | | | | | | | | | [ci skip] | ||||
| * | | | | Bump pages daemon and place Omnibus settings on top | Achilleas Pipinellis | 2017-02-01 | 1 | -104/+112 |
| | | | | | |||||
| * | | | | Better highlight prerequisites for Pages | Achilleas Pipinellis | 2017-02-01 | 1 | -5/+6 |
| | | | | | |||||
| * | | | | Bump GitLab version that Pages where ported to CE | Achilleas Pipinellis | 2017-02-01 | 1 | -5/+3 |
| | | | | | |||||
| * | | | | Move Pages docs to new location | Achilleas Pipinellis | 2017-02-01 | 2 | -1/+498 |
| | | | | | |||||
* | | | | | Merge branch '27685-update_ha_docs' into 'master' | Marin Jankovski | 2017-02-06 | 1 | -9/+9 |
|\ \ \ \ \ | |_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | Update NFS HA doc with location -> config mapping Closes #27685 See merge request !8993 | ||||
| * | | | | Map configuration to directory locations and add defaults to NFS HA doc.27685-update_ha_docs | Marin Jankovski | 2017-02-06 | 1 | -9/+9 |
| | |_|/ | |/| | | |||||
* | | | | Introduce maximum session time for terminal websocket connectionterminal-max-session-time | Adam Niedzielski | 2017-02-06 | 1 | -0/+10 |
|/ / / | | | | | | | | | | | | | Store the value in application settings. Expose the value to Workhorse. | ||||
* | | | Merge branch 'docs/integrations' into 'master' | Achilleas Pipinellis | 2017-02-03 | 2 | -8/+11 |
|\ \ \ | |_|/ |/| | | | | | | | | Refactor integrations page documentation See merge request !8966 | ||||
| * | | Move project services to new location under Integrations | Achilleas Pipinellis | 2017-02-03 | 1 | -7/+9 |
| | | | |||||
| * | | Move webhooks to new a location under Integrations | Achilleas Pipinellis | 2017-02-03 | 1 | -1/+2 |
| |/ | |||||
* | | PlantUML support for Markdown | Horacio Sanson | 2017-02-03 | 1 | -5/+13 |
|/ | | | | | | | | | | | Allow rendering of PlantUML diagrams in Markdown documents using fenced blocks: ```plantuml Bob -> Sara : Hello Sara -> Bob : Go away ``` Closes: #4048 | ||||
* | Merge branch 'patch-8' into 'master' | Rémy Coutable | 2017-01-30 | 1 | -0/+4 |
|\ | | | | | | | | | add information that docker registry storage needs to be accessible for docker clients See merge request !8179 | ||||
| * | add information that docker registry storage needs to be accessible for ↵ | Elan Ruusamäe | 2017-01-27 | 1 | -0/+4 |
| | | | | | | | | docker clients | ||||
* | | update scripts and docs to reference the newly namespaced rake taskrelative-url-assets | Mike Greiling | 2017-01-27 | 1 | -2/+2 |
|/ | |||||
* | Merge branch 'storages-doc-update' into 'master' | Douwe Maan | 2017-01-26 | 2 | -100/+103 |
|\ | | | | | | | | | Change repository storage paths location for clarity See merge request !8757 | ||||
| * | Change repository storage paths location for claritystorages-doc-update | Alejandro Rodríguez | 2017-01-25 | 2 | -100/+103 |
| | | | | | | | | Also remove duplicate link in the index to that documentation | ||||
* | | Update repository check documentation | Drew Blessing | 2017-01-26 | 1 | -5/+5 |
| | | | | | | | | The documentation seemed to be out of date with actual defaults in configuration and code. | ||||
* | | Merge branch 'patch-6' into 'master' | Rémy Coutable | 2017-01-26 | 1 | -2/+9 |
|\ \ | | | | | | | | | | | | | add an other ldap configuration example See merge request !6773 | ||||
| * | | Add more precision about LDAP configuration | David | 2016-10-24 | 1 | -23/+10 |
| | | | |||||
| * | | add an other ldap configuration example | David | 2016-10-10 | 1 | -1/+21 |
| | | | |||||
* | | | Merge branch 'mrchrisw/rake-redis' into 'master' | Stan Hu | 2017-01-25 | 1 | -0/+1 |
|\ \ \ | |_|/ |/| | | | | | | | | Add redis version to info rake task See merge request !8283 | ||||
| * | | Add redis version to info rake taskmrchrisw/rake-redis | Chris Wilson | 2017-01-24 | 1 | -0/+1 |
| | | | |||||
* | | | correct the prometheus feature configuration according to ↵ | Marcello | 2017-01-22 | 1 | -1/+1 |
| | | | | | | | | | | | | https://gitlab.com/gitlab-org/omnibus-gitlab/blob/master/files/gitlab-config-template/gitlab.rb.template#L1147 | ||||
* | | | Add information on the dashboard and exporter ports | Achilleas Pipinellis | 2017-01-22 | 1 | -1/+6 |
| | | | | | | | | | | | | [ci skip] | ||||
* | | | Expose Prometheus docs to the main README | Achilleas Pipinellis | 2017-01-22 | 1 | -0/+5 |
| | | | | | | | | | | | | [ci skip] | ||||
* | | | Add Prometheus docs | Achilleas Pipinellis | 2017-01-22 | 1 | -0/+97 |
| | | | | | | | | | | | | | | | | | | Replaces https://gitlab.com/gitlab-org/omnibus-gitlab/merge_requests/1237 Omnibus MR: https://gitlab.com/gitlab-org/omnibus-gitlab/merge_requests/1227 Omnibus issue: https://gitlab.com/gitlab-org/omnibus-gitlab/issues/1481 | ||||
* | | | Add support for PlantUML diagrams in Asciidoc. | Horacio Sanson | 2017-01-12 | 2 | -0/+87 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 'feature/log-ldap-to-application-log' into 'master' | Rémy Coutable | 2017-01-09 | 1 | -3/+6 |
|\ \ \ | | | | | | | | | | | | | | | | | Log LDAP blocking/unblocking events to application log See merge request !8042 | ||||
| * | | | fixup! Log messages when blocking/unblocking LDAP accounts | Markus Koller | 2016-12-20 | 1 | -4/+7 |
| | | | | |||||
| * | | | Log messages when blocking/unblocking LDAP accounts | Markus Koller | 2016-12-20 | 1 | -1/+1 |
| | | | | |||||
* | | | | Merge branch 'fix-link-reply-by-email' into 'master' | Achilleas Pipinellis | 2017-01-06 | 1 | -2/+2 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix dead link in Reply by email documentation Closes #26247 See merge request !8474 |