aboutsummaryrefslogtreecommitdiffstats
path: root/packages/sra-report
Commit message (Expand)AuthorAgeFilesLines
* Update changelogsFabio Berger2018-07-182-0/+13
* Upgrade tslint to the newest versionLeonid Logvinov2018-07-171-1/+1
* Update package versionsFabio Berger2018-07-101-9/+9
* Update changelogsFabio Berger2018-07-092-0/+13
* Dump assert version and make the order-watcher depend on the old assert versionLeonid Logvinov2018-06-291-1/+1
* Add coverage and test:circleci command to sra-reportFabio Berger2018-06-222-0/+4
* Use make-promises-safe as a preloader instead of manually importingAlex Browne2018-06-223-3/+1
* Fix additional versions and update yarn.lockFabio Berger2018-06-191-1/+1
* Update all package versions to match latest published to NPMFabio Berger2018-06-191-10/+10
* Update CHANGELOG's with publishes performed on development branchFabio Berger2018-06-192-1/+53
* Merge pull request #676 from 0xProject/feature/mocha-source-mapsAlex Browne2018-06-081-1/+1
|\
| * Use source-map-support package to include correct line numbers in mochaAlex Browne2018-06-071-1/+1
* | Merge branch 'v2-prototype' of https://github.com/0xProject/0x-monorepo into ...fragosti2018-06-071-1/+1
|\|
| * Merge v2-prototypeFabio Berger2018-06-061-1/+1
| |\
| * | - Rename watch to watch_without_deps in sub-packages, so dev's don't confuse ...Fabio Berger2018-06-051-1/+1
* | | merge v2-prototypeFabio Berger2018-06-061-1/+2
|\ \ \ | | |/ | |/|
| * | Replace `-` with `_` in yarn script name so that we are consistent across yar...Fabio Berger2018-06-051-1/+1
| |/
| * Don't automatically rebuild when running yarn testAlex Browne2018-06-051-1/+2
* | Try enabling no-unused-variable...fragosti2018-06-053-5/+1
|/
* Freeze order-utils at 0.0.5 for all packages except contractsFabio Berger2018-05-301-1/+1
* Pin connect in sra-reportLeonid Logvinov2018-05-251-1/+1
* Pin types in sra-reportLeonid Logvinov2018-05-251-1/+1
* Revert to an earlier version that worksFabio Berger2018-05-241-1/+1
* Remove the caret so it actually installs this versionFabio Berger2018-05-241-1/+1
* Bump all dependencies on json-schemas down a patch version so that they don't...Fabio Berger2018-05-241-1/+1
* Remove 0x.js dependency from sra-reportLeonid Logvinov2018-05-232-3/+5
* PublishLeonid Logvinov2018-05-231-9/+9
* Updated CHANGELOGSLeonid Logvinov2018-05-232-2/+7
* Merge pull request #594 from 0xProject/improvement/addCustomTslintRulesFabio Berger2018-05-233-10/+28
|\
| * Merge branch 'development' into improvement/addCustomTslintRulesFabio Berger2018-05-161-0/+3
| |\
| * | Fix TSLint rulesFabio Berger2018-05-163-10/+28
* | | Use make-promises-safe to catch unhandled rejections in testsAlex Browne2018-05-173-1/+4
| |/ |/|
* | Merge pull request #578 from 0xProject/document-node-versionAlex Browne2018-05-161-0/+3
|\ \ | |/ |/|
| * Change minimum Node version to 6.12Alex Browne2018-05-151-1/+1
| * Document Node.js version requirement and add it to package.jsonAlex Browne2018-05-151-0/+3
* | Add changelog entries for packages where executable binary exporting fixedFabio Berger2018-05-151-0/+9
* | Fix sra-report binaryFabio Berger2018-05-152-1/+3
* | Move from using lerna multi-package commands to wsrun, update README's accord...Fabio Berger2018-05-152-16/+4
|/
* Add missing type definitionsLeonid Logvinov2018-05-142-12/+32
* PublishLeonid Logvinov2018-05-051-7/+7
* Updated CHANGELOGSLeonid Logvinov2018-05-052-0/+13
* PublishLeonid Logvinov2018-05-051-2/+2
* Updated CHANGELOGSLeonid Logvinov2018-05-052-0/+13
* PublishLeonid Logvinov2018-05-041-9/+9
* Updated CHANGELOGSLeonid Logvinov2018-05-042-0/+13
* PublishLeonid Logvinov2018-04-191-2/+2
* Updated CHANGELOGSLeonid Logvinov2018-04-192-0/+13
* PublishLeonid Logvinov2018-04-191-2/+2
* Updated CHANGELOGSLeonid Logvinov2018-04-192-3/+16
* PublishFabio Berger2018-04-181-9/+9
* Updated CHANGELOGSFabio Berger2018-04-182-3/+16
* Merge pull request #520 from 0xProject/fix/installation-testsFabio Berger2018-04-121-4/+4
|\
| * Fix some of the publishing/installation issuesLeonid Logvinov2018-04-121-4/+4
* | Merge branch 'development' into removeMigrateStepFabio Berger2018-04-123-9/+22
|\|
| * PublishLeonid Logvinov2018-04-121-9/+9
| * Updated CHANGELOGSLeonid Logvinov2018-04-122-0/+13
* | merge developmentFabio Berger2018-04-091-2/+28
|\|
| * Merge pull request #505 from 0xProject/fix/readmeContributingSectionFabio Berger2018-04-061-2/+28
| |\
| | * Fix contributing linksFabio Berger2018-04-051-1/+1
| | * Improve contributing section of all packages so they include building entire ...Fabio Berger2018-04-051-3/+29
* | | Merge branch 'development' into removeMigrateStepFabio Berger2018-04-051-25/+0
|\| |
| * | Move our contract templates to accept Provider instead of Web3WrapperLeonid Logvinov2018-04-041-25/+0
| |/
* / Add --exit to all mocha calls so they exit when called from top-level yarn co...Fabio Berger2018-04-041-1/+1
|/
* Remove `isPublished` from all CHANGELOG.json filesxFabio Berger2018-04-031-8/+4
* After publishLeonid Logvinov2018-04-021-1/+2
* PublishLeonid Logvinov2018-04-021-9/+9
* Updated CHANGELOGSLeonid Logvinov2018-04-022-2/+15
* Merge branch 'development' into feature/metacoinLeonid Logvinov2018-04-022-3/+5
|\
| * Add manual postpublish command to all public packages and update CHANGELOG.jsonFabio Berger2018-04-022-3/+5
* | Add metacoin example projectLeonid Logvinov2018-04-021-2/+0
|/
* PublishFabio Berger2018-04-021-11/+10
* Updated CHANGELOGSFabio Berger2018-04-022-4/+10
* Generate CHANGELOG.json filesFabio Berger2018-04-021-0/+28
* merge developmentxFabio Berger2018-03-282-10/+2
|\
| * Add clean-state testsLeonid Logvinov2018-03-272-10/+2
* | Add monorepo_scripts to npmignoreFabio Berger2018-03-271-0/+1
|/
* Set Lodash dep to an exact version since newer versions introduced breaking c...Fabio Berger2018-03-201-1/+1
* Add new entry into CHANGELOGBrandon Millman2018-03-201-1/+4
* Merge branch 'development' into feature/sra-report/collection-testsBrandon Millman2018-03-202-9/+9
|\
| * Manually publish 0x.js back to a working stateFabio Berger2018-03-191-1/+1
| * PublishFabio Berger2018-03-191-2/+2
| * PublishFabio Berger2018-03-191-5/+5
| * PublishFabio Berger2018-03-191-8/+8
| * PublishFabio Berger2018-03-191-8/+8
| * Updated CHANGELOGSFabio Berger2018-03-191-1/+1
* | WIPBrandon Millman2018-03-161-0/+1
* | Fix bad mergeBrandon Millman2018-03-162-0/+7
* | Merge branch 'development' into feature/sra-report/collection-testsBrandon Millman2018-03-167-24/+20
|\|
| * Merge branch 'development' into feature/utils/console-logBrandon Millman2018-03-153-7/+12
| |\
| | * Move configuration into package.json configs sectionFabio Berger2018-03-141-2/+3
| | * Fix lint issuesFabio Berger2018-03-131-0/+1
| | * move scripts to monorepro-scriptsFabio Berger2018-03-133-7/+10
| * | Update CHANGELOGsBrandon Millman2018-03-141-0/+4
| * | Consolidate all console.log into the @0xproject/utils packageBrandon Millman2018-03-143-13/+7
| |/
* | Fix quotation marksBrandon Millman2018-03-161-1/+1
* | Update README and CHANGELOGBrandon Millman2018-03-142-0/+10
* | Add scaffolding for sra-report collection unit testsBrandon Millman2018-03-1414-7/+7958
|/
* Prettier sra-report READMEBrandon Millman2018-03-091-7/+7
* PublishBrandon Millman2018-03-091-6/+6
* Updated CHANGELOGsBrandon Millman2018-03-091-0/+2
* Detail tests in the READMEBrandon Millman2018-03-091-0/+13
* Add support for ropsten and rinkebyBrandon Millman2018-03-094-1/+17
* Add publish config to package.jsonFabio Berger2018-03-081-0/+3
* Disable completed docs linting for globalsBrandon Millman2018-03-071-0/+1
* Add name to environmentBrandon Millman2018-03-071-0/+3
* Add relevant newman typingsBrandon Millman2018-03-071-1/+3
* Random fixesBrandon Millman2018-03-072-2/+1
* Print error message when no orders are found from /ordersBrandon Millman2018-03-071-1/+3
* Refactor environment factory and generalize token environment keysBrandon Millman2018-03-074-79/+99
* Flesh out READMEBrandon Millman2018-03-072-10/+62
* Add support for custom environment fileBrandon Millman2018-03-062-15/+25
* PrettierBrandon Millman2018-03-065-985/+922
* Add options for exporting environment and collection filesBrandon Millman2018-03-061-3/+18
* Add comment to environment factoryBrandon Millman2018-03-061-3/+8
* Change all globals in environment variablesBrandon Millman2018-03-067-995/+1006
* Change url command line option to endpoint-urlBrandon Millman2018-03-062-9/+9
* Rename isHttpUrl to isWebUri in assert packageBrandon Millman2018-03-061-1/+1
* Update 0x package versions and fix yarn.lockBrandon Millman2018-03-061-9/+9
* Fix up some postman testsBrandon Millman2018-03-021-49/+21
* Add ethers typesBrandon Millman2018-03-021-1/+5
* Flesh out postman test casesBrandon Millman2018-03-021-90/+363
* Add more globalsBrandon Millman2018-03-011-15/+10
* Add stringified order object into globalsBrandon Millman2018-02-282-6/+10
* Write to provided output directoryBrandon Millman2018-02-281-3/+17
* Get orderHash via 0x connectBrandon Millman2018-02-282-25/+33
* Refactor environment factory and promisify newmanBrandon Millman2018-02-283-74/+87
* Add exchange contract address to environment filesBrandon Millman2018-02-272-0/+12
* Add schema validation to each collection folder and flesh out paramsBrandon Millman2018-02-271-116/+355
* Update postman collection to load json schemas into tv4 before every test runBrandon Millman2018-02-241-12/+53
* Add an array of schemaKeys to the globalsBrandon Millman2018-02-241-13/+31
* Remove url from kovan environment jsonBrandon Millman2018-02-241-6/+0
* Use Schema interface from @0xproject/json-schemasBrandon Millman2018-02-242-13/+13
* Fix README typoBrandon Millman2018-02-241-1/+1
* Fix @types/lodash versionBrandon Millman2018-02-231-1/+1
* Implement initial sra-report command line toolBrandon Millman2018-02-2314-0/+684