An error occurred fetching the project authors.
  1. 10 Jun, 2021 1 commit
  2. 08 Jun, 2021 1 commit
  3. 21 May, 2021 1 commit
  4. 08 Apr, 2021 1 commit
  5. 01 Apr, 2021 1 commit
  6. 31 Mar, 2021 1 commit
  7. 30 Mar, 2021 1 commit
  8. 13 Dec, 2020 1 commit
    • Alex Kalderimis's avatar
      Prepare tests for framework authorization changes · 7d1278ad
      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.
      7d1278ad
  9. 03 Nov, 2020 1 commit
  10. 28 Jul, 2020 1 commit
    • Eugenia Grieff's avatar
      Add milestone_title filter to EpicsFinder · 2944f413
      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
      2944f413
  11. 03 Jun, 2020 1 commit
  12. 31 Mar, 2020 1 commit
  13. 26 Mar, 2020 1 commit
    • Eugenia Grieff's avatar
      Add ResolvesIssuable to EE scope · e23705a7
      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
      e23705a7
  14. 03 Mar, 2020 1 commit
    • Patrick Derichs's avatar
      Add possibility to search for partial iids on EpicResolver · e31c1bfa
      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
      e31c1bfa
  15. 04 Feb, 2020 1 commit
  16. 10 Jan, 2020 1 commit
  17. 10 Oct, 2019 2 commits
  18. 04 Sep, 2019 1 commit
  19. 23 Aug, 2019 1 commit
  20. 25 Jul, 2019 1 commit
  21. 03 Jun, 2019 2 commits