Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-02-26Merge branch '54417-improve-authorize-dsl' into 'master'Kamil Trzciński
Improve GraphQL Authorization DSL Closes #57828 See merge request gitlab-org/gitlab-ce!25328
2019-02-26Improve GraphQL Authorization DSLLuke Duncalfe
Previously GraphQL field authorization happened like this: class ProjectType field :my_field, MyFieldType do authorize :permission end end This change allowed us to authorize like this instead: class ProjectType field :my_field, MyFieldType, authorize: :permission end A new initializer registers the `authorize` metadata keyword on GraphQL Schema Objects and Fields, and we can collect this data within the context of Instrumentation like this: field.metadata[:authorize] The previous functionality of authorize is still being used for mutations, as the #authorize method here is called at during the code that executes during the mutation, rather than when a field resolves. https://gitlab.com/gitlab-org/gitlab-ce/issues/57828
2019-02-25Merge branch 'docs-update-reviewers-guidelines' into 'master'Douwe Maan
Docs: update code review guidelines Closes #57305 See merge request gitlab-org/gitlab-ce!25460
2019-02-25Merge branch 'design-management-vue-app-ce' into 'master'Filipa Lacerda
Port design-management-vue-app to CE See merge request gitlab-org/gitlab-ce!25494
2019-02-25Fix misspellings in docsTakuya Noguchi
Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
2019-02-22Ensure all lists are surrounded by new linesEvan Read
Markdown renderers find it easier to determine where lists start and end when lists are surrounded by new lines. For consistency, also ensure entries in the list are aligned when they span multipls lines.
2019-02-22Port design-management-vue-app to CEPhil Hughes
2019-02-22Merge branch 'mk/seeding-an-empty-database-docs' into 'master'Nick Thomas
Add "How to seed a database with millions of rows" section See merge request gitlab-org/gitlab-ce!25439
2019-02-21Merge branch ↵Douglas Barbosa Alexandre
'ce-9858-follow-up-on-a-bug-that-happens-when-using-a-factory-built-object-in-the-where-block-of-rspec-parameterized-tablesyntax' into 'master' Fix and document an RSpec::Parameterized::TableSyntax edge-case See merge request gitlab-org/gitlab-ce!25438
2019-02-21Add "Seeding an empty database" sectionMichael Kozono
2019-02-21Minor fixes to development/documentation docs, mostly aligning all link text ↵Mike Lewis
to relevant page names
2019-02-21Apply suggestion to doc/development/code_review.mdMarcia Ramos
2019-02-21Update code review guidelinesMarcia Ramos
2019-02-21Separate spyOnDependency docs examplesLuke Bennett
2019-02-21Merge branch 'template-improvements-for-documentation' into 'master'Mike Lewis
Template and process improvements for documentation See merge request gitlab-org/gitlab-ce!24315
2019-02-20Fix and document an RSpec::Parameterized::TableSyntax edge-caseRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2019-02-20Document how to enable feature flags on Review AppsRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2019-02-20Update QA docsMark Lapierre
Use consistent language (end-to-end instead of integration). Clarify purpose of `qa/specs/features/` vs. `spec`
2019-02-19Update some headers to remove apostrophesMike Lewis
2019-02-19Merge branch 'master' into 'template-improvements-for-documentation'Mike Lewis
# Conflicts: # .gitlab/merge_request_templates/Documentation.md
2019-02-19Update feature-change-workflow to clarify who can create follow-up TW review ↵Mike Lewis
issue
2019-02-19Update improvement-workflow re who creates and confirms tech writer review ↵Mike Lewis
issues
2019-02-18Merge branch 'docs/zj-reviewer-guidelines' into 'master'Nick Thomas
Add a soft SLA for reviewers and maintainers See merge request gitlab-org/gitlab-ce!25192
2019-02-18Merge branch 'patch-1' into 'master'Rémy Coutable
Update proofreader.md See merge request gitlab-org/gitlab-ce!24943
2019-02-18Remove consecutive blank lines from markdown filesEvan Read
For the sake of consistency, removes any extraneous consecutive blank lines from the doc suite.
2019-02-18Improve languageZeger-Jan van de Weg
2019-02-15Document how to debug declarative policiesStan Hu
This helped me troubleshoot https://gitlab.com/gitlab-org/gitlab-ee/issues/9727#note_141202527.
2019-02-14Remove numbers from headersMike Lewis
2019-02-14Fix typo and updatee tech writer planning sectionMike Lewis
2019-02-14Edits to feature-change-workflow.mdMike Lewis
2019-02-13Merge branch 'improve-review-apps-docs' into 'master'Mek Stittri
[Docs] Improve the Review Apps documentation See merge request gitlab-org/gitlab-ce!25161
2019-02-13Reviewer roulette via DangerNick Thomas
Make danger pick reviewers and maintainers at random, for feontend, backend, database, etc, changes, whenever files belonging to those teams get changed.
2019-02-13Add event tracking documentationMartin Wortschack
- Add link to Event tracking in FE guides
2019-02-13Merge branch 'patch-43' into 'master'Rémy Coutable
Fix a typo in doc/development/documentation/styleguide.md See merge request gitlab-org/gitlab-ce!25149
2019-02-13Add a soft SLA for reviewers and maintainersZeger-Jan van de Weg
By setting expectations both the contributor and reviewer have more certainty on what gets reviewed when, and at what speed changes could be merged.
2019-02-13Merge branch 'docs-kubernetes-development-guide' into 'master'Marcia Ramos
Documentation: Development guide for Kubernetes See merge request gitlab-org/gitlab-ce!24618
2019-02-12Improve the Review Apps documentationRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2019-02-12Docs: Realign more CE docs that diverged from EE unnecessarily (second MR)Marcel Amirault
2019-02-12Fix a typok-nakayama-pg
2019-02-12Development guide for KubernetesThong Kuah
Start writing some development guidelines in relation to our Kubernetes integration
2019-02-12Merge branch 'master' into 'template-improvements-for-documentation'Mike Lewis
# Conflicts: # .gitlab/issue_templates/Feature proposal.md
2019-02-11Add HTML output example to profilingDrew Blessing
2019-02-11Refactor the upgrading from source docsYorick Peterse
Instead of requiring one separate document for every version (which is created by release managers), we now use a single document for both Community Edition and Enterprise Edition. This allows developers to add guidelines right away, instead of release managers having to determine what to add. Version specific upgrading instructions are placed in a separate section. This prevents instructions from lingering around for many versions should a developer forget to remove them. This also ensures that all instructions are kept in a single place, instead of being spread across different documents. A minor downside is that CE and EE guidelines now live in the same document, which could cause merge conflicts. Since we are working towards a single codebase, this should only be an issue until we merge the codebases together; something we expect to do in the coming months. This commit also removes all old upgrading instructions, but these can still be accessed using Git branch specific URLs (included in the updating README).
2019-02-11Merge branch 'docs-correct-word' into 'master'Evan Read
Docs: correct word See merge request gitlab-org/gitlab-ce!25065
2019-02-09Docs: correct wordMerve
2019-02-08Add Documentation requirements sectionMike Lewis
2019-02-08Merge branch 'docs/fix-anchors-for-manual-actions' into 'master'Achilleas Pipinellis
Fix many 'when manual' anchors See merge request gitlab-org/gitlab-ce!24947
2019-02-08Merge branch 'docs/fix-spelling-in-internationalisation-section' into 'master'Achilleas Pipinellis
Fix spelling and other minor improvements See merge request gitlab-org/gitlab-ce!24813
2019-02-07Merge branch 'gitlab-use-group-milestones' into 'master'Mike Lewis
docs: GitLab uses group milestones to handle issues See merge request gitlab-org/gitlab-ce!24953
2019-02-07Merge branch 'docs/source-installation-requirements' into 'master'Marin Jankovski
Update source installation to make it easier for release managers to work on releases Closes gitlab-org/release/framework#113 See merge request gitlab-org/gitlab-ce!24967