An error occurred fetching the project authors.
  1. 16 Jul, 2019 1 commit
  2. 20 May, 2019 1 commit
  3. 17 May, 2019 1 commit
  4. 14 Mar, 2019 2 commits
  5. 26 Feb, 2019 1 commit
  6. 18 Dec, 2018 1 commit
    • blackst0ne's avatar
      Update specs to rails5 format · b44a2c80
      blackst0ne authored
      Updates specs to use new rails5 format.
      
      The old format:
      `get :show, { some: params }, { some: headers }`
      
      The new format:
      `get :show, params: { some: params }, headers: { some: headers }`
      b44a2c80
  7. 19 Jun, 2018 1 commit
  8. 07 May, 2018 1 commit
  9. 19 Mar, 2018 1 commit
    • Jan Provaznik's avatar
      Optional '/-/' delimiter for search API · 2370ff85
      Jan Provaznik authored
      '/-/' delimiter is used only in UI, in API we don't use it for
      other endpoints. To align search endpoints with the rest of API
      endpoints, this patch makes '/-/' optional for existing endpoints (to
      keep backward compatibility).
      
      Documentation is updated to prefer paths without '/-/'.
      2370ff85
  10. 14 Feb, 2018 1 commit
  11. 09 Feb, 2018 1 commit
  12. 06 Feb, 2018 2 commits