An error occurred fetching the project authors.
- 10 Jun, 2021 1 commit
-
-
Eulyeon Ko authored
The rest API for epics supported 'include_ancestor_groups' and this commit makes the argument available for the GraphQL API. Changelog: changed MR: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/63374 EE: true
-
- 08 Jun, 2021 1 commit
-
-
Alexandru Croitor authored
Ensure resolvers using TimeFrameArguments all can handle timeframe arguments.
-
- 21 May, 2021 1 commit
-
-
Felipe Artur authored
Add negated params to epics resolver on GraphQL
-
- 08 Apr, 2021 1 commit
-
-
Abdul Wadood authored
Contributes to https://gitlab.com/gitlab-org/gitlab/-/issues/325836
-
- 01 Apr, 2021 1 commit
-
-
charlie ablett authored
- backend only
-
- 31 Mar, 2021 1 commit
-
-
Kushal Pandya authored
This reverts merge request !57452
-
- 30 Mar, 2021 1 commit
-
-
Florie Guibert authored
Make epics filterable by reaction emoji on epics list and roadmap
-
- 13 Dec, 2020 1 commit
-
-
Alex Kalderimis authored
This mostly adds connection methods in preparation for the graphql helper changes. None of the changes in this commit should cause any observable effects on application behaviour. This includes - removal of pagination tests from resolver specs (resolvers do not - currently - know enough of their arguments to make this work). At the moment we need to run all our pagination specs at the request integration level. This is the same for N+1 specs must always be run in request specs, since otherwise they are unreliable.
-
- 03 Nov, 2020 1 commit
-
-
Kassio Borges authored
With this argument one can filter Epics GraphQL API to return only the Epics direct on the given Group, the same way it's done in the HTTP API.
-
- 28 Jul, 2020 1 commit
-
-
Eugenia Grieff authored
- Use a new method by_milestone in EpicsFinder to fetch milestone from params and filter epics that contain issues with given milestone - Add milestone_title argument to EpicsResolver - Add Finder and Resolver specs for filtering by milestone cases Update GraphQL schema Allow filtering by project milestones Update milestone_title argument description - Update GraphQL schema Use hierarchy params to determine milestones - If include_ancestor_groups or include_descendant_groups params are present these groups and their projects will be included in MilestoneFinder Add specs for filter by milestones with hierarchy
-
- 03 Jun, 2020 1 commit
-
-
Arturo Herrero authored
The plan for RSpec 4.0 is to disable monkey patching: https://rspec.info/blog/2013/07/the-plan-for-rspec-3/#zero-monkey-patching-mode This commit stops using RSpec monkey patching: https://relishapp.com/rspec/rspec-core/docs/configuration/zero-monkey-patching-mode
-
- 31 Mar, 2020 1 commit
-
-
Patrick Derichs authored
Also updating specs
-
- 26 Mar, 2020 1 commit
-
-
Eugenia Grieff authored
- This concern is now used to resolve Epics too Rename EpicResolver - For consistency with other issuable resolvers use plural in resolver name Fix MergeRequestsResolver
-
- 03 Mar, 2020 1 commit
-
-
Patrick Derichs authored
Also add specs and update GraphQL schema Make EpicsFinder able to search for epics which start with a partial iid Constructs a combined where clause which includes all possible combinations for the given iid start string which would take advantage of the existing index on epics table. Use LIKE query for iid search with specialized index Add index for searching epics by iid and group_id Remove obsolete scopes and specs Change changelog entry
-
- 04 Feb, 2020 1 commit
-
-
Felipe Artur authored
Expose group milestones with GraphQL
-
- 10 Jan, 2020 1 commit
-
-
Vitali Tatarintev authored
Contributes to https://gitlab.com/gitlab-org/gitlab/issues/27922
-
- 10 Oct, 2019 2 commits
-
-
Felipe Artur authored
-
Felipe Artur authored
Adds support for label, author, title, state, sort, and description filters in epic fetch query.
-
- 04 Sep, 2019 1 commit
-
-
Brett Walker authored
- Due to https://github.com/exAspArk/batch-loader/pull/32, we changed BatchLoader.for into BatchLoader::GraphQL.for - since our results are wrapped in a BatchLoader::GraphQL, calling `sync` during authorization is required to get real object - `graphql` now has it's own authorization system. Our `authorized?` method conflicted and required renaming
-
- 23 Aug, 2019 1 commit
-
-
Felipe Artur authored
Add GraphQL parameters for epics to allow filtering by state, start_date and end_date.
-
- 25 Jul, 2019 1 commit
-
-
Heinrich Lee Yu authored
These are not required because MySQL is not supported anymore
-
- 03 Jun, 2019 2 commits
-
-
Nick Thomas authored
-
Brett Walker authored
wrapped into a Group query
-