summaryrefslogtreecommitdiff
path: root/doc/administration
Commit message (Collapse)AuthorAgeFilesLines
* Add zip/unzip as dependencies for Pages source installationsdocs/pages-unzip-depAchilleas Pipinellis2017-03-091-8/+12
| | | | [ci skip]
* Merge branch 'patch-13' into 'master' Rémy Coutable2017-03-081-1/+3
|\ | | | | | | | | specify where to finish database HA setup See merge request !9731
| * specify where to finish database HA setupBen Bodenmiller2017-03-061-1/+3
| |
* | Merge branch 'patch-14' into 'master' Rémy Coutable2017-03-081-3/+3
|\ \ | | | | | | | | | | | | spell out what VIP is See merge request !9733
| * | spell out what VIP isBen Bodenmiller2017-03-061-3/+3
| |/
* | Merge branch 'update_crowd_docs' into 'master' Achilleas Pipinellis2017-03-082-0/+68
|\ \ | | | | | | | | | | | | Move and update Crowd authentication documentation See merge request !9775
| * | Move and update Crowd authentication documentationDrew Blessing2017-03-072-0/+68
| | | | | | | | | | | | | | | | | | Current docs did not include information on configuring the app in Crowd. Also, moved the doc to the new administration/auth directory.
* | | Add configuration instructions for Container Registry Notifications.[ci skip]Alexandre Gomes2017-03-071-0/+58
| | |
* | | Merge branch '28447-hybrid-repository-storages' into 'master' Sean McGivern2017-03-071-6/+9
|\ \ \ | |_|/ |/| | | | | | | | Update storage settings to allow extra values per shard See merge request !9597
| * | Update storage settings to allow extra values per shard28447-hybrid-repository-storagesAlejandro Rodríguez2017-03-031-6/+9
| | | | | | | | | | | | | | | | | | | | | This will be necessary when adding gitaly settings. This version doesn't make any functional changes, but allows us to include this breaking change in 9.0 and add the needed extra settings in the future with backwards compatibility
* | | Merge branch 'patch-16' into 'master' Achilleas Pipinellis2017-03-031-3/+53
|\ \ \ | |/ / |/| | | | | | | | | | | | | | add Microsoft Exchange reply by email details Closes #28131 See merge request !9482
| * | add Microsoft Exchange reply by email details Ben Bodenmiller2017-02-231-3/+53
| |/ | | | | | | | | fix #28131 [skip ci]
* | Merge branch 'balu-update-container-registry-docs' into 'master' Marin Jankovski2017-02-271-0/+40
|\ \ | | | | | | | | | | | | | | | | | | Update Registry administration doc - external registry Closes omnibus-gitlab#1361 See merge request !8497
| * | Update Registry administration doc - external registrybalu-update-container-registry-docsBalasankar C2017-01-091-0/+40
| | |
* | | Merge branch 'issue-28619' into 'master' Rémy Coutable2017-02-241-1/+1
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Use correct GitLab Prometheus exporter name in docs Closes #28619 See merge request !9503
| * | | Use correct GitLab Prometheus exporter name in docsLukas Raska2017-02-241-1/+1
| | |/ | |/|
* | | Merge branch 'patch-1' into 'master' Rémy Coutable2017-02-241-1/+3
|\ \ \ | | | | | | | | | | | | | | | | Added application password instructions for Gmail/G suite accounts See merge request !9486
| * | | Added application password instructions for Gmail/G suite accounts Raphaël Doursenaud2017-02-231-1/+3
| |/ / | | | | | | with 2-step verification.
* | | clarify custom domain detailsBen Bodenmiller2017-02-221-10/+13
|/ /
* | add video to admin docsMarcia Ramos2017-02-211-0/+3
| |
* | Added support for Authentiq Back-Channel LogoutAlexandros Keramidas2017-02-201-1/+1
| |
* | Simplify Pages admin source docsdocs/pages-adminAchilleas Pipinellis2017-02-161-91/+160
| | | | | | | | [ci skip]
* | Simplify Pages admin Omnibus docsAchilleas Pipinellis2017-02-161-65/+88
| | | | | | | | [ci skip]
* | Fix most of broken docs linksAchilleas Pipinellis2017-02-153-8/+8
| | | | | | | | [ci skip]
* | Rename builds to jobs in docsAchilleas Pipinellis2017-02-152-96/+115
| | | | | | | | [ci skip]
* | Consider existing installations where the setting is not in gitlab.rbAchilleas Pipinellis2017-02-094-5/+5
| | | | | | | | [ci skip]
* | Change to direct link for Omnibus Nginx docsAchilleas Pipinellis2017-02-091-1/+1
| | | | | | | | [ci skip]
* | Add info on changing the default address/port Prometheus listens onAchilleas Pipinellis2017-02-091-0/+24
| | | | | | | | | | | | Reported in https://gitlab.com/gitlab-org/omnibus-gitlab/issues/1905 [ci skip]
* | Fix GitLab monitor Omnibus settingAchilleas Pipinellis2017-02-091-1/+1
| | | | | | | | [ci skip]
* | Add link to issue where HSTS is discusseddocs/prometheusAchilleas Pipinellis2017-02-091-1/+3
| | | | | | | | [ci skip]
* | Add changes from https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/8764Achilleas Pipinellis2017-02-091-3/+22
| |
* | Use underscores instead of dashes in gitlab.rbAchilleas Pipinellis2017-02-082-2/+2
| | | | | | | | [ci skip]
* | Add GitLab monitor exporter docsAchilleas Pipinellis2017-02-082-0/+36
| |
* | Add postgres exporter to Prometheus docsAchilleas Pipinellis2017-02-082-0/+36
| |
* | Use localhost for node_exporterAchilleas Pipinellis2017-02-081-4/+2
| |
* | Add Redis exporter to Prometheus docsAchilleas Pipinellis2017-02-082-0/+39
| |
* | Split node_exporter to its own pageAchilleas Pipinellis2017-02-082-29/+43
| |
* | Move prometheus docs into their own dirAchilleas Pipinellis2017-02-083-103/+104
| | | | | | | | [ci skip]
* | Merge branch 'docs/fix-broken-links' into 'master' Achilleas Pipinellis2017-02-072-2/+2
|\ \ | | | | | | | | | | | | Fix broken links to docs See merge request !9022
| * | Fix broken links to docsAchilleas Pipinellis2017-02-062-2/+2
| | | | | | | | | | | | [ci skip]
* | | Merge branch 'jej-pages-to-ce' into 'master' Douwe Maan2017-02-063-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-ceJames Edwards-Jones2017-02-062-8/+21
| |\ \ \ | | | | | | | | | | | | | | | # Conflicts: # db/schema.rb
| * \ \ \ Merge branch 'master' into jej-pages-picked-from-eeJames Edwards-Jones2017-02-031-5/+13
| |\ \ \ \
| * | | | | Split Omnibus and source installation Pages admin docsAchilleas Pipinellis2017-02-012-265/+333
| | | | | | | | | | | | | | | | | | | | | | | | [ci skip]
| * | | | | Bump pages daemon and place Omnibus settings on topAchilleas Pipinellis2017-02-011-104/+112
| | | | | |
| * | | | | Better highlight prerequisites for PagesAchilleas Pipinellis2017-02-011-5/+6
| | | | | |
| * | | | | Bump GitLab version that Pages where ported to CEAchilleas Pipinellis2017-02-011-5/+3
| | | | | |
| * | | | | Move Pages docs to new locationAchilleas Pipinellis2017-02-012-1/+498
| | | | | |
* | | | | | Merge branch '27685-update_ha_docs' into 'master' Marin Jankovski2017-02-061-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_docsMarin Jankovski2017-02-061-9/+9
| | |_|/ / | |/| | |