An error occurred fetching the project authors.
  1. 29 Jul, 2021 1 commit
  2. 25 May, 2021 1 commit
  3. 13 Apr, 2021 1 commit
    • Mario Celi's avatar
      Move assignee_usernames issue filter support to resolver · cd885169
      Mario Celi authored
      - Issuable finder does not handle assignee_usernames, only assignee_username
      - IssueResolver arguments checks mutually exclusive arguments assignee_username(s)
      - IssueResolver handles plural version of assignee_username filter
      cd885169
  4. 12 Apr, 2021 1 commit
    • Mario Celi's avatar
      Support negated filters on IssueResolver · e5845760
      Mario Celi authored
      Support assignee_usernames in IssuableFinder
      
      Add CE negated params to issue resolver
      
      - Add all negated arguments supported by IssueFinder
      - Add resolver specs
      
      Add EE IssueResolver GQL filter arguments
      
      - Adds missing filter EE arguments to resolver
      - Adds negated EE filter arguments supported by issue finder
      
      Add EE changelog entry
      
      Refactor EE issue_resolver_spec. Create less DB records
      
      Add FOSS changelog entry
      e5845760
  5. 18 Feb, 2021 1 commit
  6. 06 Jan, 2021 1 commit
    • Amy Troschinetz's avatar
      Don't filter by releases on a group · 79fb0077
      Amy Troschinetz authored
      - **app/finders/issuable_finder.rb:**
      
      Adds note about how IssuableFinder is virtual.
      
      - **app/finders/issuable_finder/params.rb:**
      
      Ignore `release_tag` when searching on a group.
      
      - **changelogs/unreleased/
        hide-inoperable-group-search-releases-filter-backend.yml**
      
      Changelog.
      
      - **ee/spec/finders/issues_finder_spec.rb:**
      - **spec/finders/issues_finder_spec.rb:**
      
      Adds test for filtering by group and release.
      
      - **spec/support/shared_contexts/finders/
        issues_finder_shared_contexts.rb:**
      
      Adds a release to the test suite.
      79fb0077
  7. 04 Dec, 2020 1 commit
    • Alexandru Croitor's avatar
      Scope board to current iteration · 7b1d1016
      Alexandru Croitor authored
      Allow for issue boards scoping to an iteration. For that we need to
      store the iteration to which the board is scoped into iteration_id
      on boards table. This change also allows issue filtering on CURRENT
      iteration, that is being calculated based on Date.today
      7b1d1016
  8. 29 Jun, 2020 1 commit
    • Alex Kalderimis's avatar
      Move resolver logic to finder · dd860654
      Alex Kalderimis authored
      This moves the core logic of the merge request resolver and the issues
      resolver into a finder (technically a composition of finders), so that
      we can re-use it in other resolvers/mutations without needing to
      instantiate an entire resolver and run the full resolver life-cycle each
      time.
      dd860654
  9. 01 Jun, 2020 1 commit
  10. 07 May, 2020 1 commit
    • Mario de la Ossa's avatar
      Speed up NOT Issue filters · f6479f99
      Mario de la Ossa authored
      Speed up NOT Issue filters by avoiding subqueries as much as possible.
      Since things were getting unwieldy I also refactored methods into an
      IssuableFinder::Params class that clearly separates the finder methods
      from param helper methods.
      f6479f99
  11. 30 Mar, 2020 1 commit