1. 20 2月, 2013 1 次提交
  2. 16 2月, 2013 1 次提交
    • S
      API: fixes visibility of project hook · e9d3b965
      Sebastian Ziebell 提交于
      When a user is not authorized to see the list of hooks for a project, he is
      still able to access the hooks separately. For example if access to
      `GET /projects/:id/hooks` fails and returns a `403 Unauthorized` error it is
      still possible to access a hook directly via `GET /projects/:id/hooks/:hook_id`.
      
      Fixes access, also added tests to check access and status codes of hooks.
      e9d3b965
  3. 14 2月, 2013 1 次提交
    • S
      API: tests to show incorrect behavior when reaching project limit · 1a01fc0c
      Sebastian Ziebell 提交于
      When reaching the project limit the API returns an error code 404 on the last possible
      project. The project itself is created and is available in the database (seems valid).
      A similar behavior can be observed when reaching the project limit via web client, but
      in this case the user is notified that the maximum number of projects is reached. The project
      itself is still created and can be accessed.
      
      Tests are added to check the behavior when reaching the project limit or one tries
      to exceed it via the API.
      1a01fc0c
  4. 09 2月, 2013 1 次提交
  5. 31 1月, 2013 1 次提交
  6. 05 1月, 2013 1 次提交
  7. 03 1月, 2013 1 次提交
  8. 23 12月, 2012 1 次提交
  9. 21 12月, 2012 1 次提交
  10. 24 11月, 2012 2 次提交
  11. 13 11月, 2012 1 次提交
  12. 19 10月, 2012 3 次提交
  13. 12 10月, 2012 2 次提交
  14. 08 10月, 2012 1 次提交
  15. 21 9月, 2012 2 次提交
  16. 12 9月, 2012 1 次提交
  17. 10 9月, 2012 1 次提交
  18. 09 9月, 2012 2 次提交
  19. 08 9月, 2012 2 次提交
  20. 07 9月, 2012 1 次提交
  21. 06 9月, 2012 4 次提交
  22. 04 9月, 2012 2 次提交
  23. 03 9月, 2012 2 次提交
  24. 26 8月, 2012 1 次提交
    • R
      Cleanup spec/support folder and spec/spec_helper · fba174e9
      Robert Speicher 提交于
      Changes:
      * Move spec/monkeypatch to spec/support
      * Remove unused support/shared_examples
      * Move support/api to support/api_helpers to match module name
      * Move support/login to support/login_helpers to match module name
      * Move API specs to requests/api (convention over configuration)
      * Remove unused support/js_patch
      * Simplify login_as helper
      * Move DatabaseCleaner stuff to its own support file
      * Remove unnecessary configuration and requires from spec_helper
      fba174e9
  25. 11 8月, 2012 1 次提交
  26. 31 7月, 2012 1 次提交
  27. 25 7月, 2012 2 次提交