- 27 Feb, 2019 1 commit
-
-
Nermin Vehabovic authored
Added: Specs for the API action
-
- 26 Feb, 2019 1 commit
-
-
Kamil Trzciński authored
Ability to filter confidential issues Closes #50747 See merge request gitlab-org/gitlab-ce!24960
-
- 25 Feb, 2019 10 commits
-
-
Luke Duncalfe authored
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
-
Michael Kozono authored
This reverts commit 7981c029, reversing changes made to 9202bbd1.
-
Michael Kozono authored
This reverts commit d133bf84, reversing changes made to 7981c029.
-
Evan Read authored
-
Yauhen Kotau authored
-
Vladimir Shushlin authored
Move remove_pages permission to maintainer Fix before_action in pages controller to check `remove_pages` permission Add specs
-
Yauhen Kotau authored
-
Takuya Noguchi authored
Signed-off-by:
Takuya Noguchi <takninnovationresearch@gmail.com>
-
Aviad Levy authored
-
Joshua Lambert authored
-
- 23 Feb, 2019 1 commit
-
-
Dylan Griffith authored
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.
-
- 22 Feb, 2019 15 commits
-
-
danielgruesso authored
-
danielgruesso authored
-
danielgruesso authored
-
danielgruesso authored
-
Mike Lewis authored
-
Mike Lewis authored
-
danielgruesso authored
-
Daniel Gruesso authored
-
Daniel Gruesso authored
-
Tristan Williams authored
-
Evan Read authored
-
Evan Read authored
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.
-
Phil Hughes authored
-
Sara Ahbabou authored
-
Marcel Amirault authored
-
- 21 Feb, 2019 12 commits
-
-
Michael Kozono authored
-
Mike Lewis authored
-
Marcia Ramos authored
-
Douwe Maan authored
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
-
Robert Schilling authored
-
Marcia Ramos authored
-
Marcia Ramos authored
- Fix "introduced in" note - Add missing links - Remove unnecessary hrs - Wording - Feature badge (admin only)
-
Kotau Yauhen authored
-
Rémy Coutable authored
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
Marcel Amirault authored
-
Athar Hameed authored
-
Cody West authored
Configuration examples were moved into their own section for the purpose of organizing and being able to link directly.
-