summaryrefslogtreecommitdiff
path: root/doc/development
Commit message (Collapse)AuthorAgeFilesLines
...
| * Add docs to mention new util classescss-color-utilsSimon Knox2019-04-051-1/+9
| |
| * Add color util classes for backgrounds and textSimon Knox2019-04-041-1/+1
| | | | | | | | | | | | | | We have a range of shades for most of the theme colors Grouped them into color maps the same way Bootstrap does for $grays already Also add type scale utils
* | Improve the Review Apps documentation by using gitlab-rails consoleimprove-review-apps-docsRémy Coutable2019-04-041-2/+2
| | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* | Merge branch '54417-graphql-type-authorization' into 'master'Nick Thomas2019-04-041-32/+108
|\ \ | | | | | | | | | | | | | | | | | | GraphQL Type authorization Closes #54417 See merge request gitlab-org/gitlab-ce!25724
| * | Added documentation for GraphQL Type authorization54417-graphql-type-authorizationLuke Duncalfe2019-04-031-32/+108
| |/
* | Use correct `ifEE` variable nameMark Florian2019-04-031-3/+3
| | | | | | | | Presumably the `renderIfEE` is from an older edit.
* | Add docs for debugging Jest testsSimon Knox2019-04-031-0/+4
|/
* Adds documentation about the utility classesFilipa Lacerda2019-04-021-0/+9
|
* CE backport of design-management-upload-clientPhil Hughes2019-04-021-9/+19
|
* Merge branch 'first-proof-reader' into 'master'Marcia Ramos2019-04-011-0/+3
|\ | | | | | | | | Add details for the first proof reader request See merge request gitlab-org/gitlab-ce!26812
| * Add details for the first proof reader requestfirst-proof-readerRay Paik2019-04-011-0/+3
| |
* | Merge branch 'enable-rubocop-application-record' into 'master'Lin Jen-Shin2019-04-011-0/+15
|\ \ | |/ |/| | | | | | | | | Document ApplicationRecord / pluck_primary_key Closes #59690 See merge request gitlab-org/gitlab-ce!26764
| * Document ApplicationRecord / pluck_primary_keyNick Thomas2019-03-291-0/+15
| | | | | | | | We also enable the rubocop that makes it mandatory
* | Fix example block for mixin from ee-else-ce pathdocs-fix-import-mixin-from-ee-else-ce-path-exampleEzekiel Kigbo2019-03-311-6/+7
| |
* | Docs: Update contribution closing policy to include community attributionLucas Charles2019-03-291-2/+5
|/
* Document the branch naming conventions for QA-only changesRémy Coutable2019-03-281-0/+18
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Merge branch 'zm-test-plan-refs' into 'master'Achilleas Pipinellis2019-03-282-1/+16
|\ | | | | | | | | Update testing guide to reference test design See merge request gitlab-org/gitlab-ce!26619
| * Update testing guide to reference test designZeff Morgan2019-03-262-1/+16
| |
* | Upgrade `gitlab-markup` to 1.7.0Gabriel Mazetto2019-03-272-0/+80
| | | | | | | | | | | | | | | | | | | | | | | | | | The new version requires `python3` to be available. In omnibus installation this is already a reality as we are currently pathing previous `gitlab-markup` version to use `python3` instead of `python2`. We are now requiring `python3` with the gem without having to patch it. As a consequence to also make it easy to use it in development, we've introduced a `Pipfile` and `Pipfile.lock`, working similarly to `Gemfile` and `Gemfile.lock`, and added documentation on how to use them.
* | Update go guidelines, fix some minor typosLucas Charles2019-03-271-2/+2
|/
* Merge branch 'jc-add-docs-for-gitaly-feature-flags' into 'master'Achilleas Pipinellis2019-03-261-0/+79
|\ | | | | | | | | Add development documentation for gitaly feature flags See merge request gitlab-org/gitlab-ce!25624
| * Add development documentation for gitaly feature flagsJohn Cai2019-03-261-0/+79
| |
* | Docs: Add automatic redirects to last batch of moved filesMarcel Amirault2019-03-263-3/+15
| |
* | Add ssot link to security reviews documentationJames Ritchey2019-03-251-11/+6
| |
* | Mention review-qa-all in the end-to-end tests documentationRémy Coutable2019-03-254-10/+43
| | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* | Docs: Fix missed or newly added broken anchorsMarcel Amirault2019-03-251-1/+1
| |
* | Merge branch 'docs/fix-link-to-personas' into 'master'Evan Read2019-03-241-2/+2
|\ \ | | | | | | | | | | | | Fix link to personas UX guide See merge request gitlab-org/gitlab-ce!26478
| * | Fix link to personas UX guideAchilleas Pipinellis2019-03-221-2/+2
| | |
* | | Merge branch 'docs-cleanup-fe' into 'master'Filipa Lacerda2019-03-2211-104/+34
|\ \ \ | | | | | | | | | | | | | | | | Docs cleanup fe See merge request gitlab-org/gitlab-ce!26158
| * | | Cleanup of fe_docsSimon Knox2019-03-2211-104/+34
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Start moving back to regular fe_docs Remove Initiatives, add section to index in fe_guide Delete some no-longer-relevant parts from principles Update title - Progressive Enchancement is a browser-support term and could be confused "When to use" parts are discussed elswhere Vue & jQuery issue is no longer relevant Delete duplicate Security docs Remove empty files, move event_tracking Shuffle index sections around Remove sections on Vue & Webpack (we say same thing in prev paragraph) Remove link to Droplab docs
* | | | Merge branch 'doc-feature-flag-command' into 'master'Achilleas Pipinellis2019-03-211-0/+14
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Add documentation reference for chatops feature flag commands See merge request gitlab-org/gitlab-ce!26425
| * | | | Add documentation reference for chatops feature flag commandsJacob Vosmaer2019-03-211-0/+14
| | |/ / | |/| |
* | | | Adds info and links on creating feature flagsEzekiel Kigbo2019-03-211-0/+16
|/ / / | | | | | | | | | | | | | | | | | | Adds A short summary of the steps to create and use feature flags in development for frontend developers who might be unfamiliar with `rails` and or `flipper`. Adds links to further reading in the development guide.
* | | Merge branch 'winh-yarn-test-command' into 'master'Clement Ho2019-03-201-6/+4
|\ \ \ | | | | | | | | | | | | | | | | Introduce yarn test to run Jest and Karma See merge request gitlab-org/gitlab-ce!26320
| * | | Update docs on running frontend testsWinnie Hellmann2019-03-191-6/+4
| | | |
* | | | Remove static HAML fixtures from frontend testing guideWinnie Hellmann2019-03-191-6/+3
| | | |
* | | | Document how Git object deduplication works in GitLabJacob Vosmaer2019-03-192-0/+262
| | | |
* | | | Docs: Bring HTML Style Guide in line with docs standardsMarcel Amirault2019-03-191-16/+12
|/ / /
* | | Merge branch 'patch-46' into 'master'Achilleas Pipinellis2019-03-191-0/+6
|\ \ \ | | | | | | | | | | | | | | | | Link to the gitaly repository's Beginniner's Guide documentation See merge request gitlab-org/gitlab-ce!25627
| * | | Add a link to the gitaly repo's guideLuke Duncalfe2019-02-281-0/+6
| | | | | | | | | | | | | | | | | | | | The gitaly repository's Beginner's Guide documentation is an excellent source of information that should be read first.
* | | | Add registry to dev arch docsCindy Pallares 🦉2019-03-191-0/+12
| | | |
* | | | Merge branch 'docs/add-logging-go-guide' into 'master'Marcia Ramos2019-03-161-3/+30
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add logging info to Go guide Closes #57298 See merge request gitlab-org/gitlab-ce!25714
| * | | | Add logging info to Go guideSteve Azzopardi2019-03-161-3/+30
| | | | | | | | | | | | | | | | | | | | closes https://gitlab.com/gitlab-org/gitlab-ce/issues/57298
* | | | | Merge branch 'docs-improve-package-and-qa-documentation' into 'master'Mek Stittri2019-03-152-0/+25
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Document better the package-and-qa job See merge request gitlab-org/gitlab-ce!25978
| * | | | | Document better the package-and-qa jobRémy Coutable2019-03-132-0/+25
| |/ / / / | | | | | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* | | | | Docs: Fix a link that fails the link testMarcel Amirault2019-03-151-5/+4
| | | | |
* | | | | Change line length recommendationEvan Read2019-03-141-4/+3
| |_|/ / |/| | |
* | | | Fix jest link in frontend_testing.mdLuke Bennett2019-03-131-1/+1
| | | |
* | | | Docs: Cleaning up the merge request workflowMarcel Amirault2019-03-132-157/+170
| | | |
* | | | Docs: Bring Javascript Style Guide in line with docs standardsMarcel Amirault2019-03-131-162/+150
|/ / /