Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2021-02-09 | Adding first patch for behave feature | Deepak Chandella | 7 | -15/+332 |
2020-09-05 | Wrap long env values | Cédric Ollivier | 1 | -1/+3 |
2020-09-05 | Fix duration calculation | Cédric Ollivier | 1 | -2/+3 |
2020-09-05 | Remove order in testcases.yaml | Cédric Ollivier | 6 | -24/+8 |
2020-09-05 | Make testcases descriptions optional | Cédric Ollivier | 1 | -4/+4 |
2020-09-05 | Suppress admin password in default logs | ajay33 | 3 | -3/+3 |
2020-03-17 | Post-processed data from DB | Cédric Ollivier | 1 | -2/+10 |
2020-01-04 | Add a missing blank line | Cédric Ollivier | 1 | -0/+1 |
2019-12-22 | Compress Campaign data (zip) | Cédric Ollivier | 1 | -1/+2 |
2019-12-22 | Enable debug messages via env var | Cédric Ollivier | 4 | -10/+75 |
2019-12-22 | Dump DB and artifacts for third-party certification | Cédric Ollivier | 2 | -2/+217 |
2019-11-30 | Postprocess the TestAPI href returned | Cédric Ollivier | 3 | -7/+12 |
2019-11-18 | Forbid multipart upload if google storage | Cédric Ollivier | 2 | -2/+12 |
2019-11-16 | Add ContentType when publishing artifacts | Cédric Ollivier | 2 | -7/+54 |
2019-11-09 | Improve file scanning when publishing artifacts | Cédric Ollivier | 2 | -5/+25 |
2019-11-09 | Add links in testcase details | Cédric Ollivier | 2 | -6/+8 |
2019-11-09 | Print Test API links in console | Cédric Ollivier | 3 | -2/+10 |
2019-11-09 | Add S3 env vars in env.py | Cédric Ollivier | 1 | -1/+4 |
2019-11-07 | Create Bucket if it doesn't exist | Cédric Ollivier | 2 | -5/+52 |
2019-11-02 | Publish artifacts to S3 repository | Cédric Ollivier | 6 | -4/+127 |
2019-09-20 | Switch to py3.6 in containers | Cédric Ollivier | 10 | -717/+8 |
2019-08-21 | Add **kwargs in Energy wrapper() | Cédric Ollivier | 1 | -1/+1 |
2019-07-27 | Enable py36 unit tests | Cédric Ollivier | 3 | -7/+9 |
2019-05-25 | Set utf-8 in decode and encode calls | Cédric Ollivier | 2 | -4/+4 |
2019-05-23 | Fix unit tests (py36) | Cédric Ollivier | 2 | -12/+12 |
2019-05-23 | Stop setting utf-8 in decode/encode calls | Cédric Ollivier | 2 | -4/+4 |
2019-05-23 | Update to Python3 | Cédric Ollivier | 3 | -10/+10 |
2019-05-11 | Rename HelloWorld.txt to HelloWorld.robot | Cédric Ollivier | 2 | -1/+1 |
2019-01-04 | Remove url from logs | Cédric Ollivier | 1 | -1/+1 |
2018-12-27 | Apply operations via sixer | Cédric Ollivier | 1 | -1/+1 |
2018-12-27 | Allow printing bash cmd output in console | Cédric Ollivier | 2 | -22/+117 |
2018-12-27 | Generate reports for unit tests | Cédric Ollivier | 2 | -57/+262 |
2018-12-01 | Set shell=True in subprocess.check_call | Cédric Ollivier | 2 | -24/+20 |
2018-11-28 | Stop returning values in run() | Cédric Ollivier | 1 | -1/+0 |
2018-10-19 | Fix a wierd pylint error | Cédric Ollivier | 1 | -1/+2 |
2018-08-30 | Remove former samples/testcases.yaml | Cédric Ollivier | 1 | -66/+0 |
2018-08-29 | Stop verifying ResultWriter.write_results exit codes | Cédric Ollivier | 2 | -2/+2 |
2018-08-29 | Change output dir | Cédric Ollivier | 1 | -2/+2 |
2018-08-28 | Update RobotFramework config | Cédric Ollivier | 1 | -2/+1 |
2018-08-20 | Initialize testcase results to EX_TESTCASE_FAILED | Cédric Ollivier | 1 | -1/+1 |
2018-08-14 | Merge "Protect vs None when calling regex" | Cedric Ollivier | 1 | -1/+2 |
2018-08-14 | Protect vs None when calling regex | Cédric Ollivier | 1 | -1/+2 |
2018-08-12 | Leverage on abc and stevedore | Cédric Ollivier | 8 | -47/+81 |
2018-08-12 | Skip the selected testcase too0.56 | Cédric Ollivier | 5 | -5/+51 |
2018-08-07 | Generate robot reports | Cédric Ollivier | 2 | -6/+113 |
2018-08-07 | Allow calling a skip test | Cédric Ollivier | 3 | -11/+12 |
2018-07-30 | Stop skipping testcases if one raises exceptions | Cédric Ollivier | 1 | -0/+6 |
2018-07-15 | Stop printing exceptions twice0.53 | Cédric Ollivier | 1 | -3/+14 |
2018-07-15 | Fix results when only one skipped test | Cédric Ollivier | 1 | -1/+3 |
2018-07-15 | Allow dynamically skipping testcases0.52 | Cédric Ollivier | 3 | -15/+67 |