summaryrefslogtreecommitdiff
path: root/doc/development
Commit message (Collapse)AuthorAgeFilesLines
* Prefer using direct links in docs styleguidedocs/styleguide-versionsAchilleas Pipinellis2018-07-251-8/+6
|
* Add points regarding background migrations on huge tablesosw-background-migrations-best-practice-docOswaldo Ferreira2018-07-241-0/+8
|
* First version of pry_debugging.mdToon Claes2018-07-203-1/+132
|
* Add a Gitlab::Profiler.print_by_total_time convenience methodSean McGivern2018-07-191-0/+30
| | | | | | | This method uses Gitlab::Profiler::TotalTimeFlatPrinter internally, which is the same as RubyProf::FlatPrinter, but the min_percent option (and new max_percent option) applies to the _total_ time, not the _self_ time. This helps us figure out if we're calling a library inefficiently, for instance.
* Document pattern for .find_or_create and similar methods.ab-docs-find-or-createAndreas Brandl2018-07-171-0/+42
|
* Fix invalid link to GitLab.com architecture.mddz-fix-com-architecture-linkDmitriy Zaporozhets2018-07-161-1/+1
|
* Remove old service architecture from Vue docsWinnie Hellmann2018-07-122-228/+11
|
* Fix doc for large table column renameMark Chao2018-07-111-2/+2
|
* Merge branch 'winh-mounthelper-path-docs' into 'master'Filipa Lacerda2018-07-101-1/+1
|\ | | | | | | | | Fix mountComponent helper path in docs See merge request gitlab-org/gitlab-ce!20511
| * Fix mountComponent helper path in docsWinnie Hellmann2018-07-091-1/+1
| |
* | Fix link to frontend in handbookWinnie Hellmann2018-07-091-3/+3
|/
* Merge branch 'winh-waiting-in-tests-docs' into 'master'Tim Zallmann2018-07-091-0/+4
|\ | | | | | | | | Document that we don't want to wait in tests See merge request gitlab-org/gitlab-ce!20502
| * Document that we don't want to wait in testswinh-waiting-in-testsWinnie Hellmann2018-07-091-0/+4
| |
* | Request to be a proofreader.Yi-Jyun Pan2018-07-091-0/+1
|/
* Update `gettext:updated_check` regenerate pot fileBob Van Landuyt2018-07-091-11/+1
| | | | | | | Making the `gettext:updated_check` by completely regenerating the gitlab.pot. This avoids an issue where `gettext:find` would not pick up on changes if the file isn't removed first.
* Add GPL Commitment languageJamie Hurewitz2018-07-061-1/+21
|
* Move spec/mailers/previews to app/mailers/previewsLin Jen-Shin2018-07-061-2/+2
|
* Add pipeline lists to GraphQLBob Van Landuyt2018-07-041-0/+88
| | | | | | | | | This adds Keyset pagination to GraphQL lists. PoC for that is pipelines on merge requests and projects. When paginating a list, the base-64 encoded id of the ordering field (in most cases the primary key) can be passed in the `before` or `after` GraphQL argument.
* Merge branch 'docs-products-links' into 'master'Achilleas Pipinellis2018-07-032-2/+2
|\ | | | | | | | | Updated /products links to /pricing See merge request gitlab-org/gitlab-ce!20321
| * Updated products links to pricingMarcel Amirault2018-07-032-2/+2
| |
* | Merge branch 'bvl-externalize-singular-docs' into 'master'Achilleas Pipinellis2018-07-021-0/+2
|\ \ | |/ |/| | | | | Add note for variable usage in singular See merge request gitlab-org/gitlab-ce!20286
| * [DOC] Add note for variable usage in singularBob Van Landuyt2018-06-301-0/+2
| | | | | | | | Avoiding a count variable allows more natural translation in some languages.
* | Update ee_features.md to fix linkMarcel Amirault2018-06-301-1/+1
|/
* Merge branch 'bvl-graphql-permissions' into 'master'Sean McGivern2018-06-281-0/+45
|\ | | | | | | | | | | | | expose permissions on types Closes #47695 See merge request gitlab-org/gitlab-ce!20152
| * Expose permissions on types in GraphQLBob Van Landuyt2018-06-281-0/+45
| | | | | | | | | | This adds a reusable way to expose permissions for a user to types in GraphQL.
* | Merge branch 'patch-28' into 'master'Rémy Coutable2018-06-261-0/+1
|\ \ | | | | | | | | | | | | Add André Gama as proofreader in Brazilian Portuguese. See merge request gitlab-org/gitlab-ce!20005
| * | Update proofreader.mdAndré Gama2018-06-191-0/+1
| | | | | | | | | - I translate Discord too: https://crowdin.com/project/discord
* | | Add a helper to rename a column using a background migrationSean McGivern2018-06-261-12/+21
| |/ |/| | | | | | | | | | | | | This works the same way as change_column_type_using_background_migration, but for renaming a column. It takes a table, not a relation, to match its concurrent counterpart. Also, generalise the cleanup migrations to reduce code duplication.
* | Merge branch 'add-proofreader' into 'master'Rémy Coutable2018-06-261-0/+1
|\ \ | | | | | | | | | | | | Add Hiroyuki Sato as a Japanese proofreader See merge request gitlab-org/gitlab-ce!20134
| * | Add Hiroyuki Sato as a Japanese proofreaderHiroyuki Sato2018-06-251-0/+1
| | |
* | | Document how the new automatic review apps for docs workAchilleas Pipinellis2018-06-251-20/+19
|/ / | | | | | | | | This was missed from https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/20130
* | Merge branch 'docs-request-cache' into 'master'Sean McGivern2018-06-221-0/+41
|\ \ | | | | | | | | | | | | | | | | | | Add docs for RequestCache Closes #48094 See merge request gitlab-org/gitlab-ce!20064
| * | Add docs for RequestCache, moved from commentsLin Jen-Shin2018-06-221-0/+41
| | |
* | | Add docs around expect_next_instance_ofce-6436-6149-unify-project_creator_specLin Jen-Shin2018-06-211-0/+48
|/ /
* | Merge branch 'MadLittleMods-master-patch-55656' into 'master'Filipa Lacerda2018-06-211-2/+2
|\ \ | | | | | | | | | | | | Fix a couple Vuex typos See merge request gitlab-org/gitlab-ce!20046
| * | Fix a couple Vuex typosMadLittleMods-master-patch-55656Eric Eastwood2018-06-201-2/+2
| | |
* | | Merge branch 'docs-styleguidelines-nav' into 'master'Achilleas Pipinellis2018-06-211-2/+16
|\ \ \ | | | | | | | | | | | | | | | | Docs: update style guidelines with rules for navigation items See merge request gitlab-org/gitlab-ce!20024
| * | | clarify what "methods" aredocs-styleguidelines-navMarcia Ramos2018-06-201-3/+4
| | | |
| * | | Update styleguide.md with rules for navigation itemsMarcia Ramos2018-06-201-2/+15
| | |/ | |/|
* | | Fix documentation code blocksmk/fix-n-plus-1-queries-in-uploads-check-rake-taskMichael Kozono2018-06-201-0/+1
| |/ |/|
* | Add docs for the cleanup step of a background column type changeclear-up-background-type-change-docsSean McGivern2018-06-191-0/+47
|/ | | | | A background column type change needs a cleanup step, like any background migration. We should call that out explicitly in the documentation.
* Added possibility to run prettier against one specific directory to make our ↵Tim Zallmann2018-06-151-0/+14
| | | | conversion easier
* Database migrations should have a changelog entry.Andreas Brandl2018-06-131-0/+2
|
* Add documentation: Overview of Frontend TestingAndré Luís2018-06-131-2/+134
|
* i18n: document how to use links without splitting sentencesDennis Tang2018-06-121-1/+22
|
* Fix typo in doc/development/README.mdDennis Tang2018-06-121-1/+1
|
* Resolve "Introduce new navigation themes in GitLab 11.0"Annabel Gray2018-06-071-5/+5
|
* Doc updateMark Chao2018-06-061-1/+1
|
* Docs: add the documentation guidelines into its own dirMarcia Ramos2018-06-066-1055/+1061
|
* Merge branch 'secret-variables-name' into 'master'Marcia Ramos2018-06-061-1/+1
|\ | | | | | | | | Rename Secret variables -> variables See merge request gitlab-org/gitlab-ce!19309