Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add project code view permissionsdocs/add-source-code-permissions | Cindy Pallares 🦉 | 2019-01-04 | 1 | -0/+1 |
| | |||||
* | Documentation for Release page MVC | Filipa Lacerda - 🎄🎄 OOO - Back on January 7th - 🎄🎄 | 2019-01-04 | 2 | -5/+52 |
| | |||||
* | Drop Webhooks from project import/export config | Stan Hu | 2019-01-03 | 1 | -0/+1 |
| | | | | | | | | | | | | Webhook URLs were recently encrypted in the database via https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/21645, and as a result they are no longer exported. When an exported project with Webhooks is imported, the project import service will fail with `URI::InvalidURIError: bad URI(is not URI?)` due to a blank URL. We avoid this by disabling the export/import of Webhooks in the first place. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/53513 | ||||
* | Merge branch '55290-docs-update-link-to-updated-prometheus-url' into 'master' | Kushal Pandya | 2019-01-03 | 1 | -1/+1 |
|\ | | | | | | | | | | | | | docs: Fix links to Prometheus Metrics Library Closes #55290 See merge request gitlab-org/gitlab-ce!23790 | ||||
| * | Fix links to Prometheus Metrics Library | Takuya Noguchi | 2018-12-13 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com> | ||||
* | | Merge branch '55836-docs-fix-navigation-style-in-docs' into 'master' | Evan Read | 2019-01-03 | 1 | -1/+1 |
|\ \ | | | | | | | | | | | | | | | | | | | Fix navigation style in docs Closes #55836 See merge request gitlab-org/gitlab-ce!24090 | ||||
| * | | Fix navigation style in docs55836-docs-fix-navigation-style-in-docs | Takuya Noguchi | 2019-01-02 | 1 | -1/+1 |
| | | | | | | | | | | | | Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com> | ||||
* | | | Merge branch 'patch-37' into 'master' | Evan Read | 2019-01-02 | 1 | -1/+1 |
|\ \ \ | |/ / |/| | | | | | | | | Updating link to correctly point to environment scope docs See merge request gitlab-org/gitlab-ce!24023 | ||||
| * | | Updating link to correctly point to environment scope docs | Gareth Davies | 2018-12-25 | 1 | -1/+1 |
| | | | |||||
* | | | Fix docs anchor link | Achilleas Pipinellis | 2018-12-27 | 1 | -1/+1 |
|/ / | |||||
* | | Update tm cli version | Daniel Gruesso | 2018-12-22 | 1 | -1/+1 |
| | | |||||
* | | Merge branch '55621-gitlab-ci-yml' into 'master' | Achilleas Pipinellis | 2018-12-22 | 1 | -1/+1 |
|\ \ | | | | | | | | | | | | | | | | | | | Fix typos around .gitlab-ci.yml in docs Closes #55621 See merge request gitlab-org/gitlab-ce!23964 | ||||
| * | | Fix typos around .gitlab-ci.yml | Takuya Noguchi | 2018-12-21 | 1 | -1/+1 |
| | | | | | | | | | | | | Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com> | ||||
* | | | Merge branch 'docs-serverless-samples' into 'master' | Achilleas Pipinellis | 2018-12-21 | 4 | -38/+67 |
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Docs serverless samples Closes #55371 See merge request gitlab-org/gitlab-ce!23961 | ||||
| * | | | Update verbiage for clarity | danielgruesso | 2018-12-21 | 1 | -3/+3 |
| | | | | |||||
| * | | | Change group-cluster beta to regular note | Daniel Gruesso | 2018-12-21 | 1 | -3/+1 |
| | | | | |||||
| * | | | Change alpha states to use note instead of warning | Daniel Gruesso | 2018-12-21 | 1 | -3/+1 |
| | | | | |||||
| * | | | Update registry section. Update serverless.yaml formatting | danielgruesso | 2018-12-21 | 1 | -8/+7 |
| | | | | |||||
| * | | | Clarify obtaining application URL | danielgruesso | 2018-12-21 | 1 | -8/+3 |
| | | | | |||||
| * | | | Formatting updates for tables | danielgruesso | 2018-12-20 | 1 | -16/+17 |
| | | | | |||||
| * | | | Fix indentation for variable description | danielgruesso | 2018-12-20 | 1 | -1/+1 |
| | | | | |||||
| * | | | Update variable description | danielgruesso | 2018-12-20 | 1 | -2/+2 |
| | | | | |||||
| * | | | Update table formatting | danielgruesso | 2018-12-19 | 1 | -24/+24 |
| | | | | |||||
| * | | | Update serverless page to include sample function and template desc | danielgruesso | 2018-12-19 | 3 | -23/+61 |
| | | | | |||||
* | | | | Merge branch 'docs/k8s-apps-navigation' into 'master' | Achilleas Pipinellis | 2018-12-21 | 1 | -10/+19 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Clarify where the k8s applications can be found Closes #42262 See merge request gitlab-org/gitlab-ce!23914 | ||||
| * | | | | Clarify where the k8s applications can be found | Achilleas Pipinellis | 2018-12-19 | 1 | -10/+19 |
| |/ / / | | | | | | | | | | | | | Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/42262 | ||||
* | | | | Merge branch '55621-gitlab-ci-yml-on-serverless-docs' into 'master' | Evan Read | 2018-12-21 | 1 | -2/+2 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | Fix typos about .gitlab-ci.yml in Serverless docs See merge request gitlab-org/gitlab-ce!23963 | ||||
| * | | | | Fix typos about .gitlab-ci.yml in Serverless docs. | Takuya Noguchi | 2018-12-21 | 1 | -2/+2 |
| | |/ / | |/| | | | | | | | | | | Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com> | ||||
* | | | | Adds Vuex Store for the releases page | Filipa Lacerda | 2018-12-20 | 2 | -0/+12 |
|/ / / | |||||
* | | | Merge branch '45552-abuse-reports-functionality-is-undocumented' into 'master' | Achilleas Pipinellis | 2018-12-19 | 6 | -2/+86 |
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | CE: Document the "Abuse reports" feature Closes #45552 See merge request gitlab-org/gitlab-ce!22932 | ||||
| * | | | Document the "Abuse reports" feature | Luke Bennett | 2018-12-06 | 6 | -2/+86 |
| | | | | | | | | | | | | | | | | | | | | | | | | Add documentation for both admins (/user/admin_area/abuse_reports.md) and non-admins (/user/abuse_reports.md) to help them use the abuse reports feature | ||||
* | | | | Compress all images under doc/ | Achilleas Pipinellis | 2018-12-18 | 43 | -0/+0 |
| |/ / |/| | | |||||
* | | | Suggest diff line change documentation | Jacques Erasmus | 2018-12-18 | 6 | -0/+56 |
| | | | |||||
* | | | Add docs for frontmatter delimiters | Achilleas Pipinellis | 2018-12-18 | 1 | -9/+68 |
| | | | |||||
* | | | Merge branch 'docs-group-level-clusters-update' into 'master' | Evan Read | 2018-12-18 | 1 | -0/+8 |
|\ \ \ | | | | | | | | | | | | | | | | | Add unavailable features section to group-level cluster page. See merge request gitlab-org/gitlab-ce!23896 | ||||
| * | | | Add unavailable features section to the end of the page. | danielgruesso | 2018-12-17 | 1 | -8/+8 |
| | | | | |||||
| * | | | Formatting fixes | danielgruesso | 2018-12-17 | 1 | -4/+4 |
| | | | | |||||
| * | | | Add unavailable features section to group-level cluster page. | danielgruesso | 2018-12-17 | 1 | -0/+8 |
| | | | | |||||
* | | | | Correction, any authed user can see internal proj | Jeremy Watson | 2018-12-17 | 1 | -1/+2 |
|/ / / | |||||
* | | | Docs: Let's Encrypt certificate for GitLab Pages | Marcia Ramos | 2018-12-14 | 3 | -15/+172 |
| | | | |||||
* | | | Serverless Doc Updates | Daniel Gruesso | 2018-12-14 | 6 | -68/+163 |
| | | | |||||
* | | | Merge branch 'patch-35' into 'master' | Achilleas Pipinellis | 2018-12-14 | 1 | -0/+1 |
|\ \ \ | | | | | | | | | | | | | | | | | Docs add empty space to render list See merge request gitlab-org/gitlab-ce!23756 | ||||
| * | | | Fix missing empty space that makes rendered gitlab documentation page ↵ | Enrique Alvarez | 2018-12-12 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | missing list. Different output between gitlab internal .md reader and docs.gitlab.com rendered documentation. | ||||
* | | | | Docs: Align CE and EE k8s doc to match | Marcel Amirault | 2018-12-14 | 1 | -39/+47 |
| | | | | |||||
* | | | | Merge branch 'docs-fix-base64-examples' into 'master' | Achilleas Pipinellis | 2018-12-13 | 2 | -3/+3 |
|\ \ \ \ | |_|_|/ |/| | | | | | | | | | | | | | | | | | | | Fix base64 example to use universal option Closes #55218 See merge request gitlab-org/gitlab-ce!23787 | ||||
| * | | | Fix base64 example to use universal option | Thong Kuah | 2018-12-13 | 2 | -3/+3 |
| |/ / | | | | | | | | | | | | | | | | `-D` is OSX speific and is invalid on Linux, etc Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/55218 | ||||
* | | | Merge branch 'nurtch' into 'master'54259-uploads-docs-gives-incorrect-configuration-options | Mike Lewis | 2018-12-12 | 1 | -1/+1 |
|\ \ \ | | | | | | | | | | | | | | | | | Nurtch link See merge request gitlab-org/gitlab-ce!23668 | ||||
| * | | | changed 'at our [doc]' to 'in our [doc]' | Mike Lewis | 2018-12-12 | 1 | -1/+1 |
| | | | | |||||
| * | | | Meaningful anchor text | Marcia Ramos | 2018-12-12 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | Ref https://docs.gitlab.com/ee/development/documentation/styleguide.html#lin ks | ||||
| * | | | Replace full URL with relative path | Marcia Ramos | 2018-12-12 | 1 | -1/+1 |
| | | | |