Skip to content
Snippets Groups Projects
  1. Nov 11, 2020
  2. Nov 10, 2020
  3. Nov 09, 2020
    • Alex Kalderimis's avatar
      Snippets: use GlobalID scalar · 7245e11c
      Alex Kalderimis authored and Robert Speicher's avatar Robert Speicher committed
      This uses the new GlobalID scalar types in the Snippets code. The
      benefits of this are:
      
      - More informative types. A reader of our schema, or our queries can see
        what a valid value will be.
      - Safer resolution and mutation. When using this type we guarantee that
        our code will only encounter valid values, from our own namespace, and
        when using the parameterized IDs, that they cannot refer to other
        kinds of object.
      7245e11c
    • Alex Kalderimis's avatar
      Update GraphQL documentation · fc06fe52
      Alex Kalderimis authored
      fc06fe52
    • Alexandru Croitor's avatar
      Add GraphQL mutation to promote an issue to an epic · 7a36f6d3
      Alexandru Croitor authored
      Expose prmoting issue to an epic through a GraphQL mutation
      7a36f6d3
    • Luke Duncalfe's avatar
      Add repositionImageDiffNote mutation · 5ef5cf98
      Luke Duncalfe authored and Heinrich Lee Yu's avatar Heinrich Lee Yu committed
      This mutation allows repositioning a DiffNote.
      
      It uses the special `reposition_note` permission, which is an alias of
      `admin_note` unless the noteable is a Design, in which case it will be
      true if the user can `create_note`.
      
      This allows people who can comment on a Design to reposition the notes
      of other people.
      
      #207334
      5ef5cf98
  4. Nov 07, 2020
  5. Nov 06, 2020
  6. Nov 05, 2020
  7. Nov 04, 2020
  8. Nov 03, 2020
  9. Nov 02, 2020
  10. Oct 30, 2020
  11. Oct 29, 2020
Loading