aboutsummaryrefslogtreecommitdiffstats
path: root/packages/sra-report/src/index.ts
Commit message (Collapse)AuthorAgeFilesLines
* Remove sra-reportLeonid Logvinov2018-10-181-111/+0
|
* Fix many linter errors that showed up upon upgrading tsutilFabio Berger2018-08-231-1/+2
|
* Try enabling no-unused-variable...fragosti2018-06-051-3/+1
|
* Fix TSLint rulesFabio Berger2018-05-161-1/+12
|
* Fix bad mergeBrandon Millman2018-03-161-0/+1
|
* Merge branch 'development' into feature/sra-report/collection-testsBrandon Millman2018-03-161-6/+5
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: (97 commits) Keep console.log in monorepo-scripts Enable coverage for all other packages with tests Fix parallel coverage results reporting Fix linter issuesx Remove outdated comment Add script copying to build command Add postpublish script to sol-cov Move configuration into package.json configs section Transform input data before encoding for callAsync and getABIEncodedTransactionData Update CHANGELOGs Consolidate all console.log into the @0xproject/utils package Update coverage badge to show development coverage Configure post build hook Notify coveralls after all tasks have finished Address feedback Revert "Report all coverage reports together" Separate published packages and typescript typings on README Consolidate docs generation and uploading logic Use async/await instead of promise syntax Move changelog entry ...
| * Consolidate all console.log into the @0xproject/utils packageBrandon Millman2018-03-141-6/+5
| |
* | Add scaffolding for sra-report collection unit testsBrandon Millman2018-03-141-3/+2
|/
* Add support for ropsten and rinkebyBrandon Millman2018-03-091-1/+1
|
* Flesh out READMEBrandon Millman2018-03-071-1/+1
|
* Add support for custom environment fileBrandon Millman2018-03-061-9/+12
|
* PrettierBrandon Millman2018-03-061-2/+4
|
* Add options for exporting environment and collection filesBrandon Millman2018-03-061-3/+18
|
* Change all globals in environment variablesBrandon Millman2018-03-061-6/+2
|
* Change url command line option to endpoint-urlBrandon Millman2018-03-061-8/+8
|
* Rename isHttpUrl to isWebUri in assert packageBrandon Millman2018-03-061-1/+1
|
* Add stringified order object into globalsBrandon Millman2018-02-281-4/+1
|
* Write to provided output directoryBrandon Millman2018-02-281-3/+17
|
* Get orderHash via 0x connectBrandon Millman2018-02-281-4/+11
|
* Refactor environment factory and promisify newmanBrandon Millman2018-02-281-74/+13
|
* Add an array of schemaKeys to the globalsBrandon Millman2018-02-241-13/+31
|
* Use Schema interface from @0xproject/json-schemasBrandon Millman2018-02-241-10/+13
|
* Implement initial sra-report command line toolBrandon Millman2018-02-231-0/+108