summaryrefslogtreecommitdiff
path: root/service
AgeCommit message (Collapse)Author
2016-11-30Add username to behave contextTulio Casagrande
See: https://github.com/pixelated/project-issues/issues/381
2016-11-30Add timeout to find by css selectorTulio Casagrande
See: https://github.com/pixelated/project-issues/issues/381
2016-11-30Add sign up smoke testTulio Casagrande
See: https://github.com/pixelated/project-issues/issues/381
2016-11-30Extract user agent initializationTulio Casagrande
Now the initialization and mocking of the user agent run only when using localhost. See: https://github.com/pixelated/project-issues/issues/381
2016-11-30add csrf token to login formRoald de Vries
2016-11-30log a warnin when root child is not explicitly public/protectedRoald de Vries
2016-11-30remove PublicRootResource and use a flag on RootResource insteadRoald de Vries
2016-11-30Extract slugify methodTulio Casagrande
2016-11-30Setup browser before_all methodTulio Casagrande
See: https://github.com/pixelated/project-issues/issues/381
2016-11-30use PublicRootResource for root url instead of LoginResourceRoald de Vries
2016-11-30redirect to login from root url when not logged inRoald de Vries
2016-11-30mock out usage of ZMQ in the right placeRoald de Vries
2016-11-29Improve atomicity of checkbox operationsTulio Casagrande
We were getting too much errors like "Element is no longer attached to the DOM". See: https://github.com/pixelated/project-issues/issues/381
2016-11-29Add support for parameterization on errorTulio Casagrande
We added debug on error, default to false and save screenshots, default to true
2016-11-29Remove twisted loggers from behave testsTulio Casagrande
The twisted loggers were capturing outputs and preventing debug with pdb
2016-11-29Convert URL constants to behave's userdataTulio Casagrande
Behave 1.2.5 introduces user-specific configuration data, which can be used to override default values. See: https://github.com/pixelated/project-issues/issues/380
2016-11-29Removes commented codeDenis Costa
See: https://github.com/pixelated/project-issues/issues/380
2016-11-29Removes unused variableDenis Costa
See: https://github.com/pixelated/project-issues/issues/380
2016-11-29Improves importsDenis Costa
See: https://github.com/pixelated/project-issues/issues/380
2016-11-29Changes print from command to functionDenis Costa
See: https://github.com/pixelated/project-issues/issues/380
2016-11-29Update behave and seleniumDenis Costa
See: https://github.com/pixelated/project-issues/issues/380
2016-11-29mock out usage or ZMQRoald de Vries
2016-11-29test root resource delegation on a bit higher levelRoald de Vries
2016-11-29make login resource part of the public root resourceRoald de Vries
2016-11-29assert login url is delegated correctlyRoald de Vries
2016-11-29add inbox resourceRoald de Vries
2016-11-29pass resources to pixelated realmRoald de Vries
2016-11-29Merge branch 'master' into signupRoald de Vries
2016-11-29construct full path from fragmentsRoald de Vries
2016-11-29fix request mock for app test clientRoald de Vries
See https://github.com/twisted/twisted/blob/160ecab6505e6634a8ea5c33fa209f90ffd5e52d/src/twisted/web/server.py#L182
2016-11-29root resource inherits from public rootRoald de Vries
2016-11-29move adding csrf to base resourceRoald de Vries
2016-11-29return resource instead of username/avatarId as avatarRoald de Vries
2016-11-28split inbox resource out of root resourceRoald de Vries
2016-11-25don't mock the root resource in auth wrapper testRoald de Vries
2016-11-25pass url *fragment* as path argument to getChildWithDefaultRoald de Vries
2016-11-25make credentialsFactories parameter to auth session wrapper optionalRoald de Vries
2016-11-24Fix importsTulio Casagrande
See: https://github.com/pixelated/project-issues/issues/380
2016-11-24add login resource as child of public root resourceRoald de Vries
2016-11-24add public root resource to serve static filesRoald de Vries
2016-11-24Change leap forks to use 0xacabTulio Casagrande
2016-11-24remove use of stdlib unittest from integration testsRoald de Vries
2016-11-24add test for unauthorized resourceRoald de Vries
2016-11-24mock out event registration for failing test in SnapCIRoald de Vries
2016-11-24remove another unnecessary patchRoald de Vries
2016-11-24remove an unnecessary patchRoald de Vries
2016-11-23Fixes pep8Denis Costa
2016-11-23Adds traceback to logs.Denis Costa
2016-11-23mock out event registration for failing test in SnapCIRoald de Vries
2016-11-23remove another unnecessary patchRoald de Vries