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
path: root/doc
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-26Merge branch 'docs-anchors4-ha' into 'master'Evan Read
Docs: Fix anchors in HA docs See merge request gitlab-org/gitlab-ce!25415
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-25Revert "Merge branch ↵Michael Kozono
'49449-add-an-api-endpoint-for-bulk-updating-issues-and-mrs' into 'master'" This reverts commit 7981c0292b07a0138b096fa082341fcb13e9ce2b, reversing changes made to 9202bbd129537a698b986e6295d0c783b5a84815.
2019-02-25Revert "Merge branch 'filter-confidential-issues' into 'master'"Michael Kozono
This reverts commit d133bf84c668df3dfc9938bb04150754cb873c8b, reversing changes made to 7981c0292b07a0138b096fa082341fcb13e9ce2b.
2019-02-25Remove unnecessary difference between CE and EEEvan Read
2019-02-25Allow maintainers to remove pagesVladimir Shushlin
Move remove_pages permission to maintainer Fix before_action in pages controller to check `remove_pages` permission Add specs
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 '40795-set-project-name-on-fork-api' into 'master'Douwe Maan
Add ability to set project path and name on fork using API Closes #40795 See merge request gitlab-org/gitlab-ce!25363
2019-02-25Merge branch '58098-auto-devops-postgres-version-variable' into 'master'Sean McGivern
Allow configuring POSTGRES_VERSION in Auto DevOps Closes #58098 See merge request gitlab-org/gitlab-ce!25500
2019-02-25Merge branch 'filter-confidential-issues' into 'master'Kamil Trzciński
Ability to filter confidential issues Closes #50747 See merge request gitlab-org/gitlab-ce!24960
2019-02-25Merge branch '49449-add-an-api-endpoint-for-bulk-updating-issues-and-mrs' ↵Rémy Coutable
into 'master' API endpoint for bulk updating issues and MRs Closes #49449 See merge request gitlab-org/gitlab-ce!25201
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-25Docs: fix url of pipeline status badgeAviad Levy
2019-02-25Update minimum ruby version to 2.5.Joshua Lambert
2019-02-23Allow configuring POSTGRES_VERSION in Auto DevOpsDylan Griffith
We set the default value to 9.6.2 since this was the previous default being used by `stable/postgresql --version=0.7.1` which is used in auto-deploy-app.
2019-02-22Update obtaining url for serverless appsdanielgruesso
2019-02-22Update adding existing clusterdanielgruesso
2019-02-22Update adding existing clusterdanielgruesso
2019-02-22Merge branch 'docs-serverless-updates' of gitlab.com:gitlab-org/gitlab-ce ↵danielgruesso
into docs-serverless-updates
2019-02-22Add improved imagesdanielgruesso
2019-02-22Edits to serverless docMike Lewis
2019-02-22Minor edits to tillerMike Lewis
2019-02-22Replace deprecated method to create clusteroledanielgruesso
2019-02-22Replace 2 images with better quality onesDaniel Gruesso
2019-02-22Update steps for clarityDaniel Gruesso
2019-02-22Docs: add details about restricted SSH keysTristan Williams
2019-02-22Add an index page to admin area sectionEvan Read
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 '55057-system-message-to-core' into 'master'Sean McGivern
Port EE System Header And Footer feature to CE Closes #55057 See merge request gitlab-org/gitlab-ce!25241
2019-02-22Linked no EFS article to backup sectionSara Ahbabou
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-22Docs: Fix all anchors related to YAMLMarcel Amirault
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-21Merge branch ↵Robert Speicher
'56492-implement-new-arguments-state-closed_before-and-closed_after-for-issuesresolver-in-graphql' into 'master' Implement new arguments `state`, `closed_before` and `closed_after` for `IssuesResolver` in GraphQL Closes #56492 See merge request gitlab-org/gitlab-ce!24910
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-21Port EE System Header And Footer feature to CEDouwe Maan
remove EE specific code remove EE licence checks move migration from EE to CE folder structure move specs from EE to CE folder structure remove EE specific flag specs
2019-02-21Add API support for filtering confidential issuesRobert Schilling
2019-02-21Update code review guidelinesMarcia Ramos
2019-02-21Docs review: wording, styles, missing linksMarcia Ramos
- Fix "introduced in" note - Add missing links - Remove unnecessary hrs - Wording - Feature badge (admin only)
2019-02-21Add GraphQL filters for issuables (state, labels, time fields)Rémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2019-02-21Add punctuation.Marcel Amirault
2019-02-21Document active param for JIRA service APIAthar Hameed
2019-02-21Merge branch 'Separate-spyOnDependency-docs-examples' into 'master'Evan Read
Separate spyOnDependency docs examples See merge request gitlab-org/gitlab-ce!25449
2019-02-21Reorganize incoming email docCody West
Configuration examples were moved into their own section for the purpose of organizing and being able to link directly.
2019-02-21Add note on configuring an external Redis Sentinel instanceStan Hu
Adding password in the Redis Sentinel config does not actually work because v3.2.x doesn't respond to the `AUTH` command. This came up in https://gitlab.com/gitlab-org/omnibus-gitlab/issues/4126.