Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Postgres alignment padding – logic fixed:nik-doc-postgres-alignment | Nikolay OOO Sep 14 / Moscow timezone Sep 15-22 | 2018-09-20 | 1 | -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.md | Casey Burnett | 2018-09-14 | 1 | -1/+1 |
| | |||||
* | Resolve typos in Reusing Abstractions doc | Robert Speicher | 2018-09-13 | 1 | -2/+2 |
| | |||||
* | Document abstraction levels and code reuse | Yorick Peterse | 2018-09-13 | 2 | -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 Maan | 2018-09-12 | 1 | -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::Git | Alejandro Rodríguez | 2018-09-12 | 1 | -8/+8 |
| | | |||||
* | | Merge branch 'code_review-assign-maintainers-different-team' into 'master' | Douwe Maan | 2018-09-12 | 1 | -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 Bennett | 2018-09-12 | 1 | -2/+3 |
| | | | | | | | | | | | | from different teams Improve recommended maintainer docs | ||||
* | | Merge branch 'jlenny-UpdateProductDiscoverySteps' into 'master' | Achilleas Pipinellis | 2018-09-11 | 1 | -4/+6 |
|\ \ | |/ |/| | | | | | Add steps for closing product discovery issue See merge request gitlab-org/gitlab-ce!21273 | ||||
| * | Update design.md | Mark Pundsack | 2018-09-10 | 1 | -6/+3 |
| | | |||||
| * | Add steps for closing product discovery issuejlenny-UpdateProductDiscoverySteps | Jason Lenny | 2018-08-17 | 1 | -4/+9 |
| | | |||||
* | | Merge branch 'doc-update-dashboard-url' into 'master' | Nick Thomas | 2018-09-10 | 1 | -1/+1 |
|\ \ | | | | | | | | | | | | | Update doc: url reference to grafana See merge request gitlab-org/gitlab-ce!21637 | ||||
| * | | Update url reference for grafana | Mark Chao | 2018-09-10 | 1 | -1/+1 |
| | | | |||||
* | | | Document permissions for different entities | Jarka Košanová | 2018-09-10 | 2 | -0/+64 |
|/ / | |||||
* | | Merge branch 'docs/dangerfile' into 'master' | Mike Lewis | 2018-09-07 | 1 | -0/+9 |
|\ \ | | | | | | | | | | | | | Add Documentation Dangerfile See merge request gitlab-org/gitlab-ce!21395 | ||||
| * | | Add Documentation Dangerfile | Achilleas Pipinellis | 2018-09-06 | 1 | -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 Lewis | 2018-09-07 | 1 | -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 Read | 2018-09-06 | 1 | -37/+43 |
| | | | | | | | | | | | | | | | | closer to styleguide. | ||||
* | | | | Merge branch 'master' into 'alerts-for-built-in-metrics' | Kamil Trzciński | 2018-09-06 | 21 | -639/+700 |
|\ \ \ \ | | | | | | | | | | | | | | | | # Conflicts: # db/schema.rb | ||||
| * | | | | Resolve "CE documentation is not CommonMark compliant" | Brett Walker | 2018-09-06 | 20 | -637/+682 |
| | | | | | |||||
| * | | | | add 'default_enabled' to feature flags | Brett Walker | 2018-09-05 | 1 | -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 limits | Oswaldo Ferreira | 2018-09-04 | 1 | -0/+9 |
| | | | | |||||
* | | | | Update docs | Kamil Trzciński | 2018-09-05 | 1 | -5/+5 |
| | | | | |||||
* | | | | Fix db/fixtures | Kamil Trzciński | 2018-09-04 | 1 | -1/+3 |
| | | | | |||||
* | | | | Add development documentation | Kamil Trzciński | 2018-09-04 | 2 | -0/+47 |
|/ / / | |||||
* | | | Merge branch 'winh-ignore-npm-devdependencies' into 'master' | Phil Hughes | 2018-09-03 | 1 | -1/+1 |
|\ \ \ | | | | | | | | | | | | | | | | | Exclude frontend development dependencies from license restrictions See merge request gitlab-org/gitlab-ce!21430 | ||||
| * | | | Exclude frontend development dependencies from license restrictions | Winnie Hellmann | 2018-08-30 | 1 | -1/+1 |
| |/ / | |||||
* | | | Compress all PNG images under doc/ | Achilleas Pipinellis | 2018-08-27 | 75 | -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 Thomas | 2018-08-25 | 1 | -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 Mazetto | 2018-08-22 | 1 | -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 README | Tom Atkins | 2018-08-24 | 1 | -0/+1 |
| | | | |||||
* | | | Merge branch 'docs-update-prod-architecture-links' into 'master' | Nick Thomas | 2018-08-23 | 1 | -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 Gordon | 2018-07-06 | 1 | -2/+2 |
| | | | |||||
* | | | add initial smoke tests and documentation | Dan Davison | 2018-08-20 | 2 | -0/+24 |
| | | | |||||
* | | | Merge branch 'docs/document-query-plans' into 'master'29398-support-kubernetes-rbac-for-gitlab-managed-apps-2 | Robert Speicher | 2018-08-17 | 2 | -1/+683 |
|\ \ \ | | | | | | | | | | | | | | | | | Add documentation about reading query plans See merge request gitlab-org/gitlab-ce!21199 | ||||
| * | | | Add documentation about reading query plansdocs/document-query-plans | Yorick Peterse | 2018-08-17 | 2 | -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-methods | Lin Jen-Shin | 2018-08-17 | 1 | -0/+28 |
| |_|/ |/| | | |||||
* | | | Documentation process at GitLab | Marcia Ramos | 2018-08-16 | 4 | -48/+379 |
| | | | |||||
* | | | Add Acceptance testing issue template | Zeger-Jan van de Weg | 2018-08-15 | 1 | -1/+34 |
|/ / | |||||
* | | Merge branch 'osw-update-diff-docs-regarding-note-diff-file' into 'master' | Sean McGivern | 2018-08-13 | 1 | -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 usage | Oswaldo Ferreira | 2018-08-10 | 1 | -2/+15 |
| | | | |||||
* | | | Merge branch 'docs-jivl-update-fe-guide-older-firefox-versions' into 'master' | Filipa Lacerda | 2018-08-13 | 1 | -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 versions | Jose | 2018-08-10 | 1 | -0/+24 |
| |/ / | |||||
* | | | fix design artifact label to be product discovery. Was done here ↵ | Sarrah Vesselov | 2018-08-10 | 1 | -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 Coutable | 2018-08-09 | 1 | -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 Brandl | 2018-08-08 | 1 | -0/+28 |
| | | | | | | | | | | | | Closes #49789. | ||||
* | | | Fix docs linting | Rémy Coutable | 2018-08-09 | 1 | -22/+22 |
| | | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | | | Phase 2: #47282 Improving Contributor On-Boarding Documentation | Eddie Stubbington | 2018-08-09 | 4 | -0/+864 |
|/ / | |||||
* | | Update git rerere link in docs | gfyoung | 2018-08-07 | 1 | -1/+1 |
| | | | | | | | | The original link was moved. | ||||
* | | Merge branch 'background-migrations-system-load' into 'master' | Stan Hu | 2018-08-06 | 1 | -0/+3 |
|\ \ | | | | | | | | | | | | | Respond to DB health in background migrations See merge request gitlab-org/gitlab-ce!20720 |