summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'update-namespaces-api-docs' into 'master'Achilleas Pipinellis2018-02-141-5/+5
|\ | | | | | | | | Make parent_id field integer/null value instead of string See merge request gitlab-org/gitlab-ce!17085
| * Make parent_id field integer/null value instead of stringupdate-namespaces-api-docsTomasz Maczukin2018-02-131-5/+5
| |
* | Merge branch 'feature-flags-for-user-apps' into 'master'Achilleas Pipinellis2018-02-141-1/+6
|\ \ | | | | | | | | | | | | clarify what kind of feature flags we support See merge request gitlab-org/gitlab-ce!17113
| * | clarify what kind of feature flags we supportJob van der Voort2018-02-141-1/+6
| | |
* | | Merge branch 'jramsay-i18n-proofreader-process-docs' into 'master'Douwe Maan2018-02-142-31/+54
|\ \ \ | |/ / |/| | | | | | | | Add clearer proofreader process to docs See merge request gitlab-org/gitlab-ce!17103
| * | Fix punctuation and address feedbackjramsay-i18n-proofreader-process-docsJames Ramsay2018-02-132-6/+8
| | |
| * | Add clearer proofreader process to docsJames Ramsay2018-02-132-27/+48
| | |
* | | Merge branch 'feature/include-custom-attributes-in-api' into 'master'Douwe Maan2018-02-143-0/+20
|\ \ \ | | | | | | | | | | | | | | | | Allow including custom attributes in API responses See merge request gitlab-org/gitlab-ce!16526
| * | | Allow including custom attributes in API responsesMarkus Koller2018-02-083-0/+20
| | | |
* | | | Merge branch '42934-search-api-fix' into 'master'Sean McGivern2018-02-142-3/+7
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add information about projects when searching in wiki_blobs, blobs, commits scopes Closes #42934 See merge request gitlab-org/gitlab-ce!17095
| * | | | API - Include project in commits&blobs search resultsJarka Kadlecová2018-02-142-3/+7
| | | | |
* | | | | Merge branch '37050-ext-issue-tracker' into 'master'Sean McGivern2018-02-143-6/+4
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Display a link to external issue tracker when enabled Closes #37050 See merge request gitlab-org/gitlab-ce!17030
| * | | | | Display a link to external issue tracker when enabledJarka Kadlecová2018-02-143-6/+4
| | | | | |
* | | | | | Merge branch 'api-refs-for-commit' into 'master'Douwe Maan2018-02-141-0/+36
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | API: Get refs for a particular commit Closes #18014 See merge request gitlab-org/gitlab-ce!15026
| * | | | | | Refactor commits/refs API to use hash and add pagination headersRobert Schilling2018-02-141-6/+9
| | | | | | |
| * | | | | | Separate branch and tag namesRobert Schilling2018-02-091-5/+4
| | | | | | |
| * | | | | | Add docsRobert Schilling2018-02-091-0/+34
| |/ / / / /
* | | | | | Update database_mysql.md to remove conflicting recommendationlm-update-mysql-recLee Matos2018-02-131-1/+0
| |_|_|/ / |/| | | |
* | | | | Merge branch 'whitelisting' into 'master'Yorick Peterse2018-02-131-3/+2
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Remove Sentry reporting for query limiting See merge request gitlab-org/gitlab-ce!17092
| * | | | | Remove Sentry reporting for query limitingYorick Peterse2018-02-131-3/+2
| | |_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Using Sentry, while useful, poses two problems you have to choose from: 1. All errors are reported separately, making it easy to create issues but also making it next to impossible to see other errors (due to the sheer volume of threshold errors). 2. Errors can be grouped or merged together, reducing the noise. This however also means it's (as far as I can tell) much harder to automatically create GitLab issues from Sentry for the offending controllers. Since both solutions are terrible I decided to go with a third option: not using Sentry for this at all. Instead we'll investigate using Prometheus alerts and Grafana dashboards for this, which has the added benefit of being able to more accurately measure the behaviour over time. Note that throwing errors in test environments is still enabled, and whitelisting is still necessary to prevent that from happening (and that in turn still requires that developers create issues).
* | | | | Merge branch 'ce-rc/move-all-ee-specs-to-ee-specs' into 'master'Robert Speicher2018-02-132-4/+7
|\ \ \ \ \ | |_|_|/ / |/| | | | | | | | | | | | | | Port spec/fixtures/api/schemas/deployment.json from EE See merge request gitlab-org/gitlab-ce!17090
| * | | | Port some RuboCop and doc changes from EERémy Coutable2018-02-132-4/+7
| |/ / / | | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* | | | Update sidekiq_style_guide.mddocument-all-queues-ymlDylan Griffith2018-02-131-2/+2
| | | |
* | | | Document all_queues.yml in sidekiq_style_guide.mdDylan Griffith2018-02-131-0/+3
|/ / /
* | | Merge branch 'doc-improve-side-effects-block' into 'master'Phil Hughes2018-02-091-2/+31
|\ \ \ | | | | | | | | | | | | | | | | Improve docs about allowing some side effects on the constructor See merge request gitlab-org/gitlab-ce!17027
| * | | Fix english in style_guide_js.mddoc-improve-side-effects-blockFilipa Lacerda2018-02-091-2/+2
| | | |
| * | | Improve docs about allowing some side effects on the constructorFilipa Lacerda2018-02-091-2/+31
| |/ /
* | | Merge branch 'docs/update-vue-naming-guidelines' into 'master'Phil Hughes2018-02-091-5/+5
|\ \ \ | |/ / |/| | | | | | | | Update vue component naming guidelines See merge request gitlab-org/gitlab-ce!17018
| * | Update vue component naming guidelinesGeorge Tsiolis2018-02-081-5/+5
| | |
* | | Backport EE changes to some hashed storage documentation to CENick Thomas2018-02-081-39/+52
|/ /
* | Merge branch 'docs-for-commits-linking-to-mrs' into 'master'Sean McGivern2018-02-081-1/+14
|\ \ | | | | | | | | | | | | Add docs for MR link in commit page See merge request gitlab-org/gitlab-ce!16994
| * | Add docs for MR link in commit pagedocs-for-commits-linking-to-mrsSean McGivern2018-02-081-1/+14
| | |
* | | Issues and merge requests in subgroups docsVictor Wu 🌴Vacation Feb 10-18🌴2018-02-082-6/+4
| | |
* | | Merge branch 'update-docs-labels-ce' into 'master'Marcia Ramos2018-02-0825-119/+70
|\ \ \ | | | | | | | | | | | | | | | | Update docs labels CE See merge request gitlab-org/gitlab-ce!16974
| * | | Update docs labels CEVictor Wu 🌴Vacation Feb 10-18🌴2018-02-0825-119/+70
| | | |
* | | | Merge branch 'docs-pages-https' into 'master'Achilleas Pipinellis2018-02-082-5/+29
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Docs: bring important info from blog post to doc See merge request gitlab-org/gitlab-ce!16837
| * | | | wording Marcia Ramos2018-02-081-1/+1
| | | | |
| * | | | un-index old blog post from doc, add the important content from the post to ↵docs-pages-httpsMarcia Ramos2018-01-312-5/+29
| | | | | | | | | | | | | | | | | | | | the docs
* | | | | Merge branch 'feature/oidc-groups-claim' into 'master'Douwe Maan2018-02-081-0/+1
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Add groups to OpenID Connect claims See merge request gitlab-org/gitlab-ce!16929
| * | | | | Add groups to OpenID Connect claimsHassan Zamani2018-02-081-0/+1
| | | | | |
* | | | | | Merge branch '10-5-ce-update-guides' into 'master'Marin Jankovski2018-02-081-0/+361
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | 10.5 Create the "Update" guides See merge request gitlab-org/gitlab-ce!16996
| * | | | | | Create update guide for 10.510-5-ce-update-guidesMark Fletcher2018-02-081-0/+361
| | |_|_|/ / | |/| | | |
* | | | | | Merge branch '10-5-update-source-install-guide' into 'master'Marin Jankovski2018-02-081-2/+2
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | | | | | | | | | | | | | 10.5 Update the "Installation from Source" guide See merge request gitlab-org/gitlab-ce!16995
| * | | | | Update 10.5 source install guideMark Fletcher2018-02-081-2/+2
| |/ / / /
* | | | | Merge branch 'osw-wip-commit-docs' into 'master'Achilleas Pipinellis2018-02-081-1/+2
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Add blurb about changing MRs to WIP through commits See merge request gitlab-org/gitlab-ce!16920
| * | | | | Add blurb about changing MRs to WIP through commitsosw-wip-commit-docsOswaldo Ferreira2018-02-041-1/+2
| | | | | |
* | | | | | Merge branch 'bvl-pot-merge-conflicts-docs' into 'master'Achilleas Pipinellis2018-02-081-0/+3
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add a note about merge conflicts in `gitlab.pot` See merge request gitlab-org/gitlab-ce!16971
| * | | | | | Add a note about merge conflicts in `gitlab.pot`bvl-pot-merge-conflicts-docsBob Van Landuyt2018-02-071-0/+3
| | | | | | |
* | | | | | | Merge branch 'bvl-fix-concurrent-fork-network-migrations' into 'master'42861-include-external-files-in-gitlab-ci-yml-move-from-eep-to-ceYorick Peterse2018-02-081-0/+12
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix concurrent fork network migrations Closes #41487 See merge request gitlab-org/gitlab-ce!16988
| * | | | | | [docs] Info rescheduling background migrationsbvl-fix-concurrent-fork-network-migrationsBob Van Landuyt2018-02-081-0/+12
| | | | | | |