An error occurred fetching the project authors.
  1. 03 Mar, 2020 1 commit
  2. 03 Feb, 2020 1 commit
    • Alessio Caiazza's avatar
      Document API desc block when released behind a FF · 87c88a14
      Alessio Caiazza authored
      We ask to document on which version a new endpoint is released, but when
      using a feature flag is easy to get it wrong.
      
      Here we specify what to write in such case, so that it will be easier to
      set the correct GitLab version once we remove the feature flag.
      87c88a14
  3. 16 Jan, 2020 1 commit
    • Markus Koller's avatar
      Return empty body for 204 responses in API · 29c26e46
      Markus Koller authored
      Previously these would just return the `.to_s` representation of the
      Grape route block expression, e.g. `"<Project:0x0000560fe150ce80>`.
      
      This is now changed to always use the `no_content!` helper. Since this
      aborts the execution we also have to tweak the order slightly,
      especially with the `destroy_conditionally!` helper.
      29c26e46
  4. 08 Oct, 2019 1 commit
    • Bob Van Landuyt's avatar
      Start documenting our internal API · 192974c9
      Bob Van Landuyt authored
      This is an attempt to get a grasp on what we're doing in our internal
      API calls. Next steps would be removing dead code and perhaps
      splitting up complicated calls.
      192974c9
  5. 18 Sep, 2019 1 commit
  6. 17 Sep, 2019 1 commit
  7. 16 Sep, 2019 1 commit
  8. 22 Aug, 2019 1 commit
  9. 09 Jul, 2019 1 commit
  10. 24 Jan, 2019 2 commits
  11. 17 Oct, 2016 1 commit
  12. 13 Oct, 2016 4 commits