An error occurred fetching the project authors.
  1. 04 Jul, 2018 1 commit
    • Bob Van Landuyt's avatar
      Add pipeline lists to GraphQL · 04b04658
      Bob Van Landuyt authored
      This adds Keyset pagination to GraphQL lists. PoC for that is
      pipelines on merge requests and projects.
      
      When paginating a list, the base-64 encoded id of the ordering
      field (in most cases the primary key) can be passed in the `before` or
      `after` GraphQL argument.
      04b04658
  2. 28 Jun, 2018 1 commit
  3. 06 Jun, 2018 1 commit
  4. 05 Jun, 2018 1 commit
    • Bob Van Landuyt's avatar
      Add `present_using` to types · aa4b1ae7
      Bob Van Landuyt authored
      By specifying a presenter for the object type, we can keep the logic
      out of `GitlabSchema`.
      
      The presenter gets initialized using the object being presented, and
      the context (including the `current_user`).
      aa4b1ae7