summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-04-18Merge pull request #147 from azul/test/nagios-test-signup0.5.1-rcazul
2014-04-17add a try/except for older versions of requestsAzul
2014-04-17nagios test: also test registering new usersAzul
2014-04-17nagios test: use support classes in soledad syncAzul
2014-04-17gitignore *.pycAzul
2014-04-17remove unneeded importsAzul
2014-04-17move support classes into their own packageAzul
2014-04-17nagios test: refactor webapp_login with classesAzul
2014-04-17refactor: move nagios specifs to nagios_testAzul
2014-04-17refactor reporting in webapp login nagios testAzul
2014-04-17refactor nagios tests, remove parseAzul
2014-04-17Merge pull request #146 from azul/refactor/enginesazul
2014-04-17doc: update list of enginesAzul
2014-04-11move include AssertResponses into test itselfAzul
2014-04-11minor: our engines do not have a db directoryAzul
2014-04-11move engines into engines directoryAzul
2014-04-11moving broken billing integration tests out of the wayAzul
2014-04-11make sure billing tests do not interfere with othersAzul
2014-04-10bringing back srp jsAzul
2014-04-10move certs into toplevelAzul
2014-04-08only load */test/factories from test/factoriesAzul
2014-04-08move users: config and libAzul
2014-04-08moving users: app and test filesAzul
2014-04-08moving users: dependenciesAzul
2014-04-08update documentation: included core in toplevelAzul
2014-04-08move all dependencies into GemfileAzul
2014-04-08fix requiring core extensions - most tests passAzul
2014-04-08moving all of core into toplevel, tests fail.Azul
2014-04-04Merge branch 'bugfix/5382-rescue-token-destruction' into developelijah
2014-04-04redirect home when logged in visits /signup (#5446)Azul
2014-04-045382 - prevent crash when destroying tokensAzul
2014-04-02Merge pull request #143 from andrejb/bug/5430_fix-soledad_sync-returned-check...varac
2014-04-02Fix soledad sync nagios plugin returned check_name (#5430).db
2014-03-12Merge pull request #141 from andrejb/feature/5129_check-if-soledad-is-workingazul
2014-03-07Add script to check if soledad is working (#5239).db
2014-03-02including chiiphs commentsAzul
2014-03-02autopep8 nagios webapp login testAzul
2014-02-27nagios test for logging into webappAzul
2014-02-10Merge pull request #139 from azul/refactor/tweaks-to-messagesjessib
2014-02-10fix unread_by? to check user_ids_to_show, remove TODOAzul
2014-02-10Merge pull request #138 from azul/feature/token-only-api-authjessib
2014-02-10ensure we are working on a string as the content typeAzul
2014-02-10require_token now checks for token and loginAzul
2014-02-10require token in messages controllerAzul
2014-02-10require token when logging out via APIAzul
2014-02-10require token when updating user via APIAzul
2014-02-10split up and expand account integration testAzul
2014-02-10refactor tests to ease the testing of token only authAzul
2014-02-10minor: more robust destruction of records in testsAzul
2014-02-10rename authorize to require_loginAzul