Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Prefer using direct links in docs styleguidedocs/styleguide-versions | Achilleas Pipinellis | 2018-07-25 | 1 | -8/+6 |
| | |||||
* | Add points regarding background migrations on huge tablesosw-background-migrations-best-practice-doc | Oswaldo Ferreira | 2018-07-24 | 1 | -0/+8 |
| | |||||
* | First version of pry_debugging.md | Toon Claes | 2018-07-20 | 3 | -1/+132 |
| | |||||
* | Add a Gitlab::Profiler.print_by_total_time convenience method | Sean McGivern | 2018-07-19 | 1 | -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-create | Andreas Brandl | 2018-07-17 | 1 | -0/+42 |
| | |||||
* | Fix invalid link to GitLab.com architecture.mddz-fix-com-architecture-link | Dmitriy Zaporozhets | 2018-07-16 | 1 | -1/+1 |
| | |||||
* | Remove old service architecture from Vue docs | Winnie Hellmann | 2018-07-12 | 2 | -228/+11 |
| | |||||
* | Fix doc for large table column rename | Mark Chao | 2018-07-11 | 1 | -2/+2 |
| | |||||
* | Merge branch 'winh-mounthelper-path-docs' into 'master' | Filipa Lacerda | 2018-07-10 | 1 | -1/+1 |
|\ | | | | | | | | | Fix mountComponent helper path in docs See merge request gitlab-org/gitlab-ce!20511 | ||||
| * | Fix mountComponent helper path in docs | Winnie Hellmann | 2018-07-09 | 1 | -1/+1 |
| | | |||||
* | | Fix link to frontend in handbook | Winnie Hellmann | 2018-07-09 | 1 | -3/+3 |
|/ | |||||
* | Merge branch 'winh-waiting-in-tests-docs' into 'master' | Tim Zallmann | 2018-07-09 | 1 | -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-tests | Winnie Hellmann | 2018-07-09 | 1 | -0/+4 |
| | | |||||
* | | Request to be a proofreader. | Yi-Jyun Pan | 2018-07-09 | 1 | -0/+1 |
|/ | |||||
* | Update `gettext:updated_check` regenerate pot file | Bob Van Landuyt | 2018-07-09 | 1 | -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 language | Jamie Hurewitz | 2018-07-06 | 1 | -1/+21 |
| | |||||
* | Move spec/mailers/previews to app/mailers/previews | Lin Jen-Shin | 2018-07-06 | 1 | -2/+2 |
| | |||||
* | Add pipeline lists to GraphQL | Bob Van Landuyt | 2018-07-04 | 1 | -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 Pipinellis | 2018-07-03 | 2 | -2/+2 |
|\ | | | | | | | | | Updated /products links to /pricing See merge request gitlab-org/gitlab-ce!20321 | ||||
| * | Updated products links to pricing | Marcel Amirault | 2018-07-03 | 2 | -2/+2 |
| | | |||||
* | | Merge branch 'bvl-externalize-singular-docs' into 'master' | Achilleas Pipinellis | 2018-07-02 | 1 | -0/+2 |
|\ \ | |/ |/| | | | | | Add note for variable usage in singular See merge request gitlab-org/gitlab-ce!20286 | ||||
| * | [DOC] Add note for variable usage in singular | Bob Van Landuyt | 2018-06-30 | 1 | -0/+2 |
| | | | | | | | | Avoiding a count variable allows more natural translation in some languages. | ||||
* | | Update ee_features.md to fix link | Marcel Amirault | 2018-06-30 | 1 | -1/+1 |
|/ | |||||
* | Merge branch 'bvl-graphql-permissions' into 'master' | Sean McGivern | 2018-06-28 | 1 | -0/+45 |
|\ | | | | | | | | | | | | | expose permissions on types Closes #47695 See merge request gitlab-org/gitlab-ce!20152 | ||||
| * | Expose permissions on types in GraphQL | Bob Van Landuyt | 2018-06-28 | 1 | -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 Coutable | 2018-06-26 | 1 | -0/+1 |
|\ \ | | | | | | | | | | | | | Add André Gama as proofreader in Brazilian Portuguese. See merge request gitlab-org/gitlab-ce!20005 | ||||
| * | | Update proofreader.md | André Gama | 2018-06-19 | 1 | -0/+1 |
| | | | | | | | | | - I translate Discord too: https://crowdin.com/project/discord | ||||
* | | | Add a helper to rename a column using a background migration | Sean McGivern | 2018-06-26 | 1 | -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 Coutable | 2018-06-26 | 1 | -0/+1 |
|\ \ | | | | | | | | | | | | | Add Hiroyuki Sato as a Japanese proofreader See merge request gitlab-org/gitlab-ce!20134 | ||||
| * | | Add Hiroyuki Sato as a Japanese proofreader | Hiroyuki Sato | 2018-06-25 | 1 | -0/+1 |
| | | | |||||
* | | | Document how the new automatic review apps for docs work | Achilleas Pipinellis | 2018-06-25 | 1 | -20/+19 |
|/ / | | | | | | | | | This was missed from https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/20130 | ||||
* | | Merge branch 'docs-request-cache' into 'master' | Sean McGivern | 2018-06-22 | 1 | -0/+41 |
|\ \ | | | | | | | | | | | | | | | | | | | Add docs for RequestCache Closes #48094 See merge request gitlab-org/gitlab-ce!20064 | ||||
| * | | Add docs for RequestCache, moved from comments | Lin Jen-Shin | 2018-06-22 | 1 | -0/+41 |
| | | | |||||
* | | | Add docs around expect_next_instance_ofce-6436-6149-unify-project_creator_spec | Lin Jen-Shin | 2018-06-21 | 1 | -0/+48 |
|/ / | |||||
* | | Merge branch 'MadLittleMods-master-patch-55656' into 'master' | Filipa Lacerda | 2018-06-21 | 1 | -2/+2 |
|\ \ | | | | | | | | | | | | | Fix a couple Vuex typos See merge request gitlab-org/gitlab-ce!20046 | ||||
| * | | Fix a couple Vuex typosMadLittleMods-master-patch-55656 | Eric Eastwood | 2018-06-20 | 1 | -2/+2 |
| | | | |||||
* | | | Merge branch 'docs-styleguidelines-nav' into 'master' | Achilleas Pipinellis | 2018-06-21 | 1 | -2/+16 |
|\ \ \ | | | | | | | | | | | | | | | | | Docs: update style guidelines with rules for navigation items See merge request gitlab-org/gitlab-ce!20024 | ||||
| * | | | clarify what "methods" aredocs-styleguidelines-nav | Marcia Ramos | 2018-06-20 | 1 | -3/+4 |
| | | | | |||||
| * | | | Update styleguide.md with rules for navigation items | Marcia Ramos | 2018-06-20 | 1 | -2/+15 |
| | |/ | |/| | |||||
* | | | Fix documentation code blocksmk/fix-n-plus-1-queries-in-uploads-check-rake-task | Michael Kozono | 2018-06-20 | 1 | -0/+1 |
| |/ |/| | |||||
* | | Add docs for the cleanup step of a background column type changeclear-up-background-type-change-docs | Sean McGivern | 2018-06-19 | 1 | -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 Zallmann | 2018-06-15 | 1 | -0/+14 |
| | | | | conversion easier | ||||
* | Database migrations should have a changelog entry. | Andreas Brandl | 2018-06-13 | 1 | -0/+2 |
| | |||||
* | Add documentation: Overview of Frontend Testing | André Luís | 2018-06-13 | 1 | -2/+134 |
| | |||||
* | i18n: document how to use links without splitting sentences | Dennis Tang | 2018-06-12 | 1 | -1/+22 |
| | |||||
* | Fix typo in doc/development/README.md | Dennis Tang | 2018-06-12 | 1 | -1/+1 |
| | |||||
* | Resolve "Introduce new navigation themes in GitLab 11.0" | Annabel Gray | 2018-06-07 | 1 | -5/+5 |
| | |||||
* | Doc update | Mark Chao | 2018-06-06 | 1 | -1/+1 |
| | |||||
* | Docs: add the documentation guidelines into its own dir | Marcia Ramos | 2018-06-06 | 6 | -1055/+1061 |
| | |||||
* | Merge branch 'secret-variables-name' into 'master' | Marcia Ramos | 2018-06-06 | 1 | -1/+1 |
|\ | | | | | | | | | Rename Secret variables -> variables See merge request gitlab-org/gitlab-ce!19309 |