aboutsummaryrefslogtreecommitdiff
path: root/rhodecode/tests/api
AgeCommit message (Collapse)Author
2013-01-16fixes issue #702 API methods without arguments fail when "args":nullMarcin Kuzminski
--HG-- branch : beta
2013-01-14API methods create_repo, fork_repo, delete_repo, get_repo, get_reposMarcin Kuzminski
can be executed by non-admin users ref #539 --HG-- branch : beta
2013-01-13Implemented API calls for non-admin users for locking/unlocking repositoriesMarcin Kuzminski
--HG-- branch : beta extra : amend_source : 6a03208e97dd2a7a8146f7b45b36ad568a9f82ec
2012-12-03Implemented #379 defaults settings page for creation of repositoriesMarcin Kuzminski
- locking - statistics, downloads - repository type --HG-- branch : beta
2012-08-25DRY !Marcin Kuzminski
--HG-- branch : beta
2012-08-25added API call for locking/unlocking repositoriesMarcin Kuzminski
--HG-- branch : beta
2012-08-07API: Added option to rescann repositories via api callMarcin Kuzminski
--HG-- branch : beta
2012-07-27white space cleanupMarcin Kuzminski
--HG-- branch : beta
2012-07-25fixed api issue with changing username during update_userMarcin Kuzminski
--HG-- branch : beta
2012-07-22Implemented #354 added forking option to APIMarcin Kuzminski
--HG-- branch : beta
2012-07-01Added functional test create repo with a groupMarcin Kuzminski
- unified calling Session in tests --HG-- branch : beta
2012-07-01Refactored APIMarcin Kuzminski
- added ~100% line coverage tests for api - test against hg and git --HG-- branch : beta