13afac6533
First version of pry_debugging.md
2018-07-20 11:56:17 +02:00
ef973f6f28
Add a Gitlab::Profiler.print_by_total_time convenience method
...
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.
2018-07-19 16:00:27 +01:00
4dac4bfc70
Document pattern for .find_or_create and similar methods.
2018-07-17 10:52:19 +02:00
426a2d3aa0
Fix invalid link to GitLab.com architecture.md
2018-07-16 12:43:45 +00:00
5cb48d3686
Remove old service architecture from Vue docs
2018-07-12 12:10:53 +00:00
2be54f1bbf
Fix doc for large table column rename
2018-07-11 14:38:29 +08:00
c7dd9a6e04
Merge branch 'winh-mounthelper-path-docs' into 'master'
...
Fix mountComponent helper path in docs
See merge request gitlab-org/gitlab-ce!20511
2018-07-10 08:42:31 +00:00
6b733bc457
Fix link to frontend in handbook
2018-07-09 21:35:37 +00:00
ded205b402
Fix mountComponent helper path in docs
2018-07-09 22:42:21 +02:00
a0935bf267
Merge branch 'winh-waiting-in-tests-docs' into 'master'
...
Document that we don't want to wait in tests
See merge request gitlab-org/gitlab-ce!20502
2018-07-09 16:56:04 +00:00
963cd5a5b3
Request to be a proofreader.
2018-07-09 16:15:43 +00:00
d8013704b6
Document that we don't want to wait in tests
2018-07-09 14:53:33 +00:00
f3fbf50ad8
Update gettext:updated_check
regenerate pot file
...
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.
2018-07-09 08:21:15 +02:00
9dd62620b0
Add GPL Commitment language
2018-07-06 17:43:40 +00:00
c83381938a
Move spec/mailers/previews to app/mailers/previews
2018-07-06 20:17:54 +08:00
04b046587f
Add pipeline lists to GraphQL
...
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.
2018-07-04 10:53:39 +02:00
122e764f9b
Merge branch 'docs-products-links' into 'master'
...
Updated /products links to /pricing
See merge request gitlab-org/gitlab-ce!20321
2018-07-03 08:57:56 +00:00
1285135926
Updated products links to pricing
2018-07-03 00:37:24 +00:00
601eb8df30
Merge branch 'bvl-externalize-singular-docs' into 'master'
...
Add note for variable usage in singular
See merge request gitlab-org/gitlab-ce!20286
2018-07-02 12:16:57 +00:00
26c8f13708
[DOC] Add note for variable usage in singular
...
Avoiding a count variable allows more natural translation in some languages.
2018-06-30 14:20:29 +02:00
a0f3c58583
Update ee_features.md to fix link
2018-06-30 08:19:10 +00:00
63c64ab323
Merge branch 'bvl-graphql-permissions' into 'master'
...
expose permissions on types
Closes #47695
See merge request gitlab-org/gitlab-ce!20152
2018-06-28 12:24:21 +00:00
54b56f20b7
Expose permissions on types in GraphQL
...
This adds a reusable way to expose permissions for a user to types in
GraphQL.
2018-06-28 13:50:17 +02:00
d374d39cc7
Merge branch 'patch-28' into 'master'
...
Add André Gama as proofreader in Brazilian Portuguese.
See merge request gitlab-org/gitlab-ce!20005
2018-06-26 14:45:16 +00:00
d3d9077830
Add a helper to rename a column using a background migration
...
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.
2018-06-26 13:54:52 +01:00
08b7000439
Merge branch 'add-proofreader' into 'master'
...
Add Hiroyuki Sato as a Japanese proofreader
See merge request gitlab-org/gitlab-ce!20134
2018-06-26 08:09:17 +00:00
e0af4c1982
Document how the new automatic review apps for docs work
...
This was missed from
https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/20130
2018-06-25 16:35:25 +02:00
4d03ffc6ed
Add Hiroyuki Sato as a Japanese proofreader
2018-06-25 18:24:09 +09:00
4f15fbbb50
Merge branch 'docs-request-cache' into 'master'
...
Add docs for RequestCache
Closes #48094
See merge request gitlab-org/gitlab-ce!20064
2018-06-22 11:25:50 +00:00
d5c7fe29c8
Add docs for RequestCache, moved from comments
2018-06-22 18:18:42 +08:00
fda4d5540e
Add docs around expect_next_instance_of
2018-06-21 16:32:07 +08:00
e93cffa8db
Merge branch 'MadLittleMods-master-patch-55656' into 'master'
...
Fix a couple Vuex typos
See merge request gitlab-org/gitlab-ce!20046
2018-06-21 07:24:03 +00:00
2e71a0e9ca
Merge branch 'docs-styleguidelines-nav' into 'master'
...
Docs: update style guidelines with rules for navigation items
See merge request gitlab-org/gitlab-ce!20024
2018-06-21 05:11:56 +00:00
dc90eaf17c
Fix a couple Vuex typos
2018-06-20 19:55:59 +00:00
ba56b34470
Fix documentation code blocks
2018-06-20 10:38:17 -07:00
c4b185fb5a
clarify what "methods" are
2018-06-20 14:13:03 +01:00
25f90286f2
Update styleguide.md with rules for navigation items
2018-06-20 09:48:34 +00:00
b020e21294
Update proofreader.md
...
- I translate Discord too: https://crowdin.com/project/discord
2018-06-19 19:18:46 +00:00
9a65af63e0
Add docs for the cleanup step of a background column type change
...
A background column type change needs a cleanup step, like any background
migration. We should call that out explicitly in the documentation.
2018-06-19 16:41:35 +01:00
930baeb92a
Added possibility to run prettier against one specific directory to make our conversion easier
2018-06-15 12:43:03 +02:00
f07c2ffa12
Database migrations should have a changelog entry.
2018-06-13 16:34:27 +00:00
1482b9e735
Add documentation: Overview of Frontend Testing
2018-06-13 12:57:58 +00:00
eb9210df77
i18n: document how to use links without splitting sentences
2018-06-12 12:29:52 +00:00
c08718c321
Fix typo in doc/development/README.md
2018-06-12 03:28:29 +00:00
164dbc6b77
Resolve "Introduce new navigation themes in GitLab 11.0"
2018-06-07 07:37:02 +00:00
d5a303cf4d
Doc update
2018-06-06 21:01:43 +09:00
cc9928c256
Docs: add the documentation guidelines into its own dir
2018-06-06 11:32:38 +00:00
71242199a2
Merge branch 'secret-variables-name' into 'master'
...
Rename Secret variables -> variables
See merge request gitlab-org/gitlab-ce!19309
2018-06-06 10:41:15 +00:00
af9cc234f2
Merge branch 'bvl-graphql-start-34754' into 'master'
...
GraphQL setup: Basic Project and Merge request endpoint
Closes #34754
See merge request gitlab-org/gitlab-ce!19008
2018-06-06 10:03:34 +00:00
3c9686c96d
Rename Secret variables -> variables
2018-06-06 11:28:54 +02:00