Merge branch 'docs/rs-root-parity' into 'master'
CE-EE parity for root files See merge request gitlab-org/gitlab-ce!32287
This commit is contained in:
commit
a58bf655e4
4 changed files with 18 additions and 8 deletions
|
@ -18,8 +18,11 @@ variables:
|
||||||
GIT_SUBMODULE_STRATEGY: "none"
|
GIT_SUBMODULE_STRATEGY: "none"
|
||||||
GET_SOURCES_ATTEMPTS: "3"
|
GET_SOURCES_ATTEMPTS: "3"
|
||||||
KNAPSACK_RSPEC_SUITE_REPORT_PATH: knapsack/${CI_PROJECT_NAME}/rspec_report-master.json
|
KNAPSACK_RSPEC_SUITE_REPORT_PATH: knapsack/${CI_PROJECT_NAME}/rspec_report-master.json
|
||||||
|
EE_KNAPSACK_RSPEC_SUITE_REPORT_PATH: knapsack/${CI_PROJECT_NAME}/rspec_report-master-ee.json
|
||||||
FLAKY_RSPEC_SUITE_REPORT_PATH: rspec_flaky/report-suite.json
|
FLAKY_RSPEC_SUITE_REPORT_PATH: rspec_flaky/report-suite.json
|
||||||
BUILD_ASSETS_IMAGE: "false"
|
BUILD_ASSETS_IMAGE: "false"
|
||||||
|
ES_JAVA_OPTS: "-Xms256m -Xmx256m"
|
||||||
|
ELASTIC_URL: "http://elastic:changeme@docker.elastic.co-elasticsearch-elasticsearch:9200"
|
||||||
|
|
||||||
after_script:
|
after_script:
|
||||||
- date
|
- date
|
||||||
|
|
|
@ -50,7 +50,9 @@ Style/FrozenStringLiteralComment:
|
||||||
- 'config/**/*'
|
- 'config/**/*'
|
||||||
- 'danger/**/*'
|
- 'danger/**/*'
|
||||||
- 'db/**/*'
|
- 'db/**/*'
|
||||||
- 'ee/**/*'
|
- 'ee/db/**/*'
|
||||||
|
- 'ee/spec/**/*'
|
||||||
|
- 'ee/lib/tasks/**/*'
|
||||||
- 'lib/tasks/**/*'
|
- 'lib/tasks/**/*'
|
||||||
- 'qa/**/*'
|
- 'qa/**/*'
|
||||||
- 'rubocop/**/*'
|
- 'rubocop/**/*'
|
||||||
|
@ -91,6 +93,7 @@ Naming/FileName:
|
||||||
- JSON
|
- JSON
|
||||||
- LDAP
|
- LDAP
|
||||||
- SAML
|
- SAML
|
||||||
|
- SSO
|
||||||
- IO
|
- IO
|
||||||
- HMAC
|
- HMAC
|
||||||
- QA
|
- QA
|
||||||
|
|
|
@ -1 +1,4 @@
|
||||||
This document is intended to communicate the product philosophy GitLab uses in creating GitLab Community Edition. The principles can be found in the [Product Section of the GitLab Handbook](https://about.gitlab.com/handbook/product/#product-at-gitlab).
|
To learn about the product philosophy GitLab the company uses in creating GitLab
|
||||||
|
the product, visit our [Product Handbook page].
|
||||||
|
|
||||||
|
[Product Handbook page]: https://about.gitlab.com/handbook/product/#product-at-gitlab
|
||||||
|
|
13
README.md
13
README.md
|
@ -1,14 +1,15 @@
|
||||||
# GitLab
|
# GitLab
|
||||||
|
|
||||||
## Test coverage
|
|
||||||
|
|
||||||
- [![Ruby coverage](https://gitlab.com/gitlab-org/gitlab-ce/badges/master/coverage.svg?job=coverage)](https://gitlab-org.gitlab.io/gitlab-ce/coverage-ruby) Ruby
|
|
||||||
- [![JavaScript coverage](https://gitlab.com/gitlab-org/gitlab-ce/badges/master/coverage.svg?job=karma)](https://gitlab-org.gitlab.io/gitlab-ce/coverage-javascript) JavaScript
|
|
||||||
|
|
||||||
## Canonical source
|
## Canonical source
|
||||||
|
|
||||||
The canonical source of GitLab Community Edition is [hosted on GitLab.com](https://gitlab.com/gitlab-org/gitlab-ce/).
|
The canonical source of GitLab Community Edition is [hosted on GitLab.com](https://gitlab.com/gitlab-org/gitlab-ce/).
|
||||||
|
|
||||||
|
The source of GitLab Enterprise Edition is [hosted on GitLab.com](https://gitlab.com/gitlab-org/gitlab-ee).
|
||||||
|
|
||||||
|
## Free trial
|
||||||
|
|
||||||
|
You can request a free trial of GitLab Ultimate [on our website](https://about.gitlab.com/free-trial/).
|
||||||
|
|
||||||
## Open source software to collaborate on code
|
## Open source software to collaborate on code
|
||||||
|
|
||||||
To see how GitLab looks please see the [features page on our website](https://about.gitlab.com/features/).
|
To see how GitLab looks please see the [features page on our website](https://about.gitlab.com/features/).
|
||||||
|
@ -103,7 +104,7 @@ For upgrading information please see our [update page](https://about.gitlab.com/
|
||||||
|
|
||||||
## Documentation
|
## Documentation
|
||||||
|
|
||||||
All documentation can be found on [docs.gitlab.com/ce/](https://docs.gitlab.com/ce/).
|
All documentation can be found on <https://docs.gitlab.com>.
|
||||||
|
|
||||||
## Getting help
|
## Getting help
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue