summaryrefslogtreecommitdiff
path: root/doc/development
Commit message (Collapse)AuthorAgeFilesLines
* Postgres alignment padding – logic fixed:nik-doc-postgres-alignmentNikolay OOO Sep 14 / Moscow timezone Sep 15-222018-09-201-28/+45
| | | | | | | | | | | | | | | | | | | alignment padding is applied based on the next column's data type, so, for example, we cannot state that for "boolean" (1 byte of data), the alignment is not needed. This commit fixes the logic in the doc. Update ordering_table_columns.md Typos fixed more polishing of text Minor improvements of text style Get rid of two "following" words in one line, having different meanings More text style polishing according @eread's comments
* docs/ Grammatical Fix workflow.mdCasey Burnett2018-09-141-1/+1
|
* Resolve typos in Reusing Abstractions docRobert Speicher2018-09-131-2/+2
|
* Document abstraction levels and code reuseYorick Peterse2018-09-132-0/+183
| | | | | | | | | | | This is based on the discussion in https://gitlab.com/gitlab-org/gitlab-ce/issues/49653 and the example merge request found at https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/20908. The idea is fairly straightforward: we define a variety of abstractions, then state which can reuse which. This should ultimately foster _better_ code reuse, make it easier to debug problems, and make it harder to accidentally introduce a performance regression.
* Merge branch 'clean-gitlab-git' into 'master'Douwe Maan2018-09-121-8/+8
|\ | | | | | | | | | | | | Remove Rugged and shell code from Gitlab::Git Closes gitaly#1124 See merge request gitlab-org/gitlab-ce!21488
| * Remove Rugged and shell code from Gitlab::GitAlejandro Rodríguez2018-09-121-8/+8
| |
* | Merge branch 'code_review-assign-maintainers-different-team' into 'master'Douwe Maan2018-09-121-2/+3
|\ \ | |/ |/| | | | | Update code_review.md to include a recommendation for assigning maintainers from different teams See merge request gitlab-org/gitlab-ce!21644
| * Update code_review.md to include a recommendation for assigning maintainers ↵Luke Bennett2018-09-121-2/+3
| | | | | | | | | | | | from different teams Improve recommended maintainer docs
* | Merge branch 'jlenny-UpdateProductDiscoverySteps' into 'master'Achilleas Pipinellis2018-09-111-4/+6
|\ \ | |/ |/| | | | | Add steps for closing product discovery issue See merge request gitlab-org/gitlab-ce!21273
| * Update design.mdMark Pundsack2018-09-101-6/+3
| |
| * Add steps for closing product discovery issuejlenny-UpdateProductDiscoveryStepsJason Lenny2018-08-171-4/+9
| |
* | Merge branch 'doc-update-dashboard-url' into 'master'Nick Thomas2018-09-101-1/+1
|\ \ | | | | | | | | | | | | Update doc: url reference to grafana See merge request gitlab-org/gitlab-ce!21637
| * | Update url reference for grafanaMark Chao2018-09-101-1/+1
| | |
* | | Document permissions for different entitiesJarka Košanová2018-09-102-0/+64
|/ /
* | Merge branch 'docs/dangerfile' into 'master'Mike Lewis2018-09-071-0/+9
|\ \ | | | | | | | | | | | | Add Documentation Dangerfile See merge request gitlab-org/gitlab-ce!21395
| * | Add Documentation DangerfileAchilleas Pipinellis2018-09-061-0/+9
| | | | | | | | | | | | | | | Every time a doc change is made, a comment to ping the @gl-docsteam is added.
* | | Merge branch 'use-colon-in-lists' into 'master'Mike Lewis2018-09-071-37/+43
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Add guidance on using colons in bullet lists, and make styleguide adhere closer to styleguide. Closes #51086 See merge request gitlab-org/gitlab-ce!21549
| * | | Add guidance on using colons in bullet lists, and make styleguide adhere ↵Evan Read2018-09-061-37/+43
| | | | | | | | | | | | | | | | closer to styleguide.
* | | | Merge branch 'master' into 'alerts-for-built-in-metrics'Kamil Trzciński2018-09-0621-639/+700
|\ \ \ \ | | | | | | | | | | | | | | | # Conflicts: # db/schema.rb
| * | | | Resolve "CE documentation is not CommonMark compliant"Brett Walker2018-09-0620-637/+682
| | | | |
| * | | | add 'default_enabled' to feature flagsBrett Walker2018-09-051-2/+9
| |/ / / | | | | | | | | | | | | | | | | This allows you to default a feature flag to 'on' when checking whether it's enabled/disabled.
| * | | Add notes to diff docs regarding limitsOswaldo Ferreira2018-09-041-0/+9
| | | |
* | | | Update docsKamil Trzciński2018-09-051-5/+5
| | | |
* | | | Fix db/fixturesKamil Trzciński2018-09-041-1/+3
| | | |
* | | | Add development documentationKamil Trzciński2018-09-042-0/+47
|/ / /
* | | Merge branch 'winh-ignore-npm-devdependencies' into 'master'Phil Hughes2018-09-031-1/+1
|\ \ \ | | | | | | | | | | | | | | | | Exclude frontend development dependencies from license restrictions See merge request gitlab-org/gitlab-ce!21430
| * | | Exclude frontend development dependencies from license restrictionsWinnie Hellmann2018-08-301-1/+1
| |/ /
* | | Compress all PNG images under doc/Achilleas Pipinellis2018-08-2775-0/+0
|/ / | | | | | | | | | | | | | | | | | | The pngquant tool was used https://pngquant.org, and particularly, the following command: /usr/bin/pngquant -f --skip-if-larger --ext .png --speed 1 image.png Before: 47584K After : 34924K
* | Merge branch '50345-hashed-storage-feature-flag' into 'master'Nick Thomas2018-08-251-0/+12
|\ \ | | | | | | | | | | | | | | | | | | Feature flag to disable Hashed Storage migration when renaming a repository Closes #50345 See merge request gitlab-org/gitlab-ce!21291
| * | Fixed `stub_feature_flag behavior` for `disabled?` flags.Gabriel Mazetto2018-08-221-0/+12
| | | | | | | | | | | | | | | | | | | | | Previous code would not work with `disabled?` because that method would send two parameters (second always `nil`) which we are not mocking. Instead of mock yet another state, I decide to fix it where it belongs.
* | | Add link to Profiling doc to READMETom Atkins2018-08-241-0/+1
| | |
* | | Merge branch 'docs-update-prod-architecture-links' into 'master'Nick Thomas2018-08-231-1/+1
|\ \ \ | |/ / |/| | | | | | | | Fixes doc/development/architecture.md prod links. See merge request gitlab-org/gitlab-ce!20455
| * | Fixes doc/development/architecture.md prod links.Jamie Gordon2018-07-061-2/+2
| | |
* | | add initial smoke tests and documentationDan Davison2018-08-202-0/+24
| | |
* | | Merge branch 'docs/document-query-plans' into 'master'29398-support-kubernetes-rbac-for-gitlab-managed-apps-2Robert Speicher2018-08-172-1/+683
|\ \ \ | | | | | | | | | | | | | | | | Add documentation about reading query plans See merge request gitlab-org/gitlab-ce!21199
| * | | Add documentation about reading query plansdocs/document-query-plansYorick Peterse2018-08-172-1/+683
| | | | | | | | | | | | | | | | | | | | | | | | This adds a database guide on how to read the output of "EXPLAIN" and "EXPLAIN ANALYZE", and how to use this output to understand a query's performance and optimise it.
* | | | Mention how to override CE class methodsdocs-mention-how-to-override-class-methodsLin Jen-Shin2018-08-171-0/+28
| |_|/ |/| |
* | | Documentation process at GitLabMarcia Ramos2018-08-164-48/+379
| | |
* | | Add Acceptance testing issue templateZeger-Jan van de Weg2018-08-151-1/+34
|/ /
* | Merge branch 'osw-update-diff-docs-regarding-note-diff-file' into 'master'Sean McGivern2018-08-131-2/+15
|\ \ | | | | | | | | | | | | Update diff docs regarding note diff file usage See merge request gitlab-org/gitlab-ce!21137
| * | Update diff docs regarding note diff file usageOswaldo Ferreira2018-08-101-2/+15
| | |
* | | Merge branch 'docs-jivl-update-fe-guide-older-firefox-versions' into 'master'Filipa Lacerda2018-08-131-0/+24
|\ \ \ | | | | | | | | | | | | | | | | Add documentation on how to test on older firefox versions See merge request gitlab-org/gitlab-ce!20842
| * | | Add documentation on how to test on older firefox versionsJose2018-08-101-0/+24
| |/ /
* | | fix design artifact label to be product discovery. Was done here ↵Sarrah Vesselov2018-08-101-13/+6
|/ / | | | | | | https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/20862 but not merged before this was moved.
* | Merge branch 'ab-49789-fks-want-indexes' into 'master'Rémy Coutable2018-08-091-0/+28
|\ \ | | | | | | | | | | | | | | | | | | Documentation + rubocop for checking that foreign key constraints require an index Closes #49789 See merge request gitlab-org/gitlab-ce!20964
| * | Docs: FK constraints require an index.Andreas Brandl2018-08-081-0/+28
| | | | | | | | | | | | Closes #49789.
* | | Fix docs lintingRémy Coutable2018-08-091-22/+22
| | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* | | Phase 2: #47282 Improving Contributor On-Boarding DocumentationEddie Stubbington2018-08-094-0/+864
|/ /
* | Update git rerere link in docsgfyoung2018-08-071-1/+1
| | | | | | | | The original link was moved.
* | Merge branch 'background-migrations-system-load' into 'master'Stan Hu2018-08-061-0/+3
|\ \ | | | | | | | | | | | | Respond to DB health in background migrations See merge request gitlab-org/gitlab-ce!20720