summaryrefslogtreecommitdiff
path: root/doc/development
Commit message (Collapse)AuthorAgeFilesLines
* Document how to format localized dates in RubyMayra Cabrera2019-01-281-0/+10
| | | | | | | | This documents the two ways we currently localized dates: 1) Using l helper 2) Through strftime Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/41237
* Fixes a typoMarcia Ramos2019-01-241-1/+1
|
* Document docs style exceptionsMarcia Ramos2019-01-241-0/+33
|
* Use $CI_COMMIT_REF_NAME for tags in trigger-buildRémy Coutable2019-01-241-4/+0
| | | | | | | Also, pass GITLAB_VERSION and GITLAB_ASSETS_TAG to CNG triggered pipelines. Signed-off-by: Rémy Coutable <remy@rymai.me>
* Fix most instances of bare URLs in markdownEvan Read2019-01-2410-49/+48
|
* Merge branch 'custom-gitaly-url' into 'master'Stan Hu2019-01-231-0/+19
|\ | | | | | | | | Allow Gitaly to be built from a custom URL See merge request gitlab-org/gitlab-ce!24616
| * Allow Gitaly to be built from a custom URLNick Thomas2019-01-231-0/+19
| |
* | Improve Review Apps documentationRémy Coutable2019-01-232-35/+76
|/ | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Merge branch '56547-limit-sidekiq-logging-based-on-argument-size' into 'master'Stan Hu2019-01-221-2/+7
|\ | | | | | | | | | | | | Resolve "Limit sidekiq logging based on argument size" Closes #56547 See merge request gitlab-org/gitlab-ce!24493
| * Limit Sidekiq args logging to 10 KB of JSONSean McGivern2019-01-221-2/+7
| | | | | | | | | | | | When logging arguments from Sidekiq to JSON, restrict the size of `args` to 10 KB (when converted to JSON). This is to avoid blowing up with excessively large job payloads.
* | Merge branch 'proof-read' into 'master'Achilleas Pipinellis2019-01-221-2/+2
|\ \ | | | | | | | | | | | | Fix typos in dev & test docu See merge request gitlab-org/gitlab-ce!24539
| * | Fix typosKatrin Leinweber2019-01-211-2/+2
| | |
* | | Merge branch 'docs-best-practice-with-quarantined-tests' into 'master'Mek Stittri2019-01-221-6/+27
|\ \ \ | | | | | | | | | | | | | | | | Document better the process around quarantined tests See merge request gitlab-org/gitlab-ce!24452
| * | | Apply suggestion to doc/development/testing_guide/flaky_tests.mdRémy Coutable2019-01-171-1/+1
| | | |
| * | | Document better the process around quarantined testsRémy Coutable2019-01-171-6/+27
| | | | | | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* | | | Revert "Merge branch 'qa-use-mr-iid-in-review-app-slug' into 'master'"Rémy Coutable2019-01-211-8/+8
| | | | | | | | | | | | | | | | | | | | This reverts merge request https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/24388
* | | | Merge branch 'docs-patch-38' into 'master'Kushal Pandya2019-01-181-2/+2
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Update vuex.md - swap PUT/POST methods See merge request gitlab-org/gitlab-ce!24494
| * | | | Update vuex.md - swap PUT/POST methodsFilipa Lacerda2019-01-181-2/+2
| | |_|/ | |/| |
* | | | Update reference to ~Monitoring to be ~MonitorSeth Engelhard2019-01-181-1/+1
|/ / /
* | | Merge branch 'qa-use-mr-iid-in-review-app-slug' into 'master'Grzegorz Bizon2019-01-181-8/+8
|\ \ \ | |/ / |/| | | | | | | | Use MR IID in Review Apps slug and domain See merge request gitlab-org/gitlab-ce!24388
| * | Use MR IID in Review Apps slug and domainRémy Coutable2019-01-151-8/+8
| | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* | | Merge branch 'docs/minor-section-restructure' into 'master'Marcia Ramos2019-01-171-6/+10
|\ \ \ | | | | | | | | | | | | | | | | Promote sections and minor improvements See merge request gitlab-org/gitlab-ce!24410
| * | | Promote sections and minor improvementsEvan Read2019-01-161-6/+10
| | | |
* | | | Merge branch 'docs-rename-feature-proposal' into 'master'Rémy Coutable2019-01-161-8/+8
|\ \ \ \ | |/ / / |/| | | | | | | | | | | Adopt label renaming from ~"feature proposal" to ~feature See merge request gitlab-org/gitlab-ce!24371
| * | | Adopt label renaming from ~"feature proposal" toLin Jen-Shin2019-01-151-8/+8
| | | | | | | | | | | | | | | | just ~feature.
* | | | Allow to quarantine testsRémy Coutable2019-01-151-0/+12
| | | | | | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* | | | Document four backticks feature in markdownEvan Read2019-01-151-0/+6
| |/ / |/| |
* | | Add Import/Export dev docsJames Lopez2019-01-142-0/+353
|/ /
* | Update FE developer and installation documentationLukas Eipert2019-01-141-2/+2
| |
* | Fix indentation and markup for Markdown codeblockAchilleas Pipinellis2019-01-111-13/+13
|/
* Merge branch 'docs/fix-styleguide' into 'master'Achilleas Pipinellis2019-01-091-32/+30
|\ | | | | | | | | Fix broken markdown and other lint problems See merge request gitlab-org/gitlab-ce!24208
| * Fix broken markdown and other lint problemsEvan Read2019-01-091-32/+30
| |
* | docs: Fix 'Gilab' typocarla2019-01-091-1/+1
| |
* | Merge branch 'elastic-test-repos-ce' into 'master'Nick Thomas2019-01-091-0/+8
|\ \ | |/ |/| | | | | Backport of elastic-test-repos from EE See merge request gitlab-org/gitlab-ce!24200
| * Backport of elastic-test-repos from EEMario de la Ossa2019-01-081-0/+8
| |
* | Merge branch 'docs/fix-unordered-list-style' into 'master'Achilleas Pipinellis2019-01-0830-179/+180
|\ \ | | | | | | | | | | | | Resolve Markdown unordered lists not conforming to styleguide See merge request gitlab-org/gitlab-ce!23037
| * | Make unordered lists conform to styleguidedocs/fix-unordered-list-styleEvan Read2019-01-0830-179/+180
| | | | | | | | | | | | - Also makes other minor Markdown fixes that were near the main fixes.
* | | Document how to run frontend testsWinnie Hellmann2019-01-081-6/+6
|/ /
* | Document new incoming email address formatBrett Walker2019-01-081-6/+24
| |
* | Add API topic templatedocs/new-verbs-section-styleguideEvan Read2019-01-071-0/+35
| |
* | Implement some review commentsEvan Read2019-01-071-43/+43
| | | | | | | | | | | | | | Also: - Slight restructure. - Some Markdown improvements.
* | Add new styleguide sections for verbsEvan Read2019-01-071-3/+31
| | | | | | | | Also fixes spelling, and makes the Markdown style more consistent.
* | Merge branch 'docs/fake-token-no-more' into 'master'Evan Read2019-01-071-10/+10
|\ \ | | | | | | | | | | | | | | | | | | Do not use tokens that look like tokens in docs Closes #38064 See merge request gitlab-org/gitlab-ce!24044
| * | Replace look-alike token with '<your_access_token>'docs/fake-token-no-moreAchilleas Pipinellis2019-01-041-10/+10
| |/ | | | | | | | | Replace all '9koXpg98eAheJpvBs5tK' occurrences with '<your_access_token>' in API docs.
* | Merge branch 'kamil-refactor-ci-builds-v5' into 'master'Grzegorz Bizon2019-01-061-0/+25
|\ \ | | | | | | | | | | | | Use BuildMetadata to store build configuration in JSONB form See merge request gitlab-org/gitlab-ce!21499
| * | Add config_options|variables to BuildMetadatakamil-refactor-ci-builds-v5Kamil Trzciński2019-01-041-0/+25
| |/ | | | | | | | | | | | | | | | | | | | | These are data columns that store runtime configuration of build needed to execute it on runner and within pipeline. The definition of this data is that once used, and when no longer needed (due to retry capability) they can be freely removed. They use `jsonb` on PostgreSQL, and `text` on MySQL (due to lacking support for json datatype on old enough version).
* | Fixes broken linkMarcia Ramos2019-01-041-1/+1
|/
* Make correction to URL, from https://about.gitab.com/handbook/documentation/ ↵carla2019-01-041-1/+1
| | | | to https://about.gitlab.com/handbook/documentation/ (I searched to see if this is a duplicate of an existing fix, didn't find one)
* Merge branch 'documentation-development-docs' into 'master'Sid Sijbrandij2018-12-317-425/+367
|\ | | | | | | | | Documentation process/policy updates to foster contributions to docs as SSOT See merge request gitlab-org/gitlab-ce!23951
| * Add to the 'how to update' sectionMike Lewis2018-12-311-1/+6
| |