| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge development | Fabio Berger | 2018-05-15 | 2 | -2/+7 |
|\ |
|
| * | Apply prettier to some files which were not formatted correctly | Alex Browne | 2018-05-15 | 2 | -2/+7 |
| * | Fix TSLint issues | Fabio Berger | 2018-05-15 | 3 | -11/+11 |
* | | Fix TSLint issues | Fabio Berger | 2018-05-15 | 3 | -11/+11 |
* | | Move from using lerna multi-package commands to wsrun, update README's accord... | Fabio Berger | 2018-05-15 | 3 | -19/+6 |
|/ |
|
* | Remove tslint-config as dep to monorepo-scripts to avoid circular dependency.... | Fabio Berger | 2018-05-14 | 2 | -2/+1 |
* | Remove unused deployer docs configs | Leonid Logvinov | 2018-05-10 | 2 | -2/+2 |
* | Fix linter issues | Leonid Logvinov | 2018-05-10 | 1 | -1/+1 |
* | Rename deployer to sol-compiler | Leonid Logvinov | 2018-05-10 | 2 | -2/+2 |
* | Publishcontracts@2.1.26@0xproject/website@0.0.29@0xproject/testnet-faucets@1.0.27@0xproject/sra-report@0.0.12@0xproject/sol-resolver@0.0.3@0xproject/react-docs-example@0.0.9@0xproject/monorepo-scripts@0.1.19@0xproject/migrations@0.0.4@0xproject/metacoin@0.0.5@0xproject/dev-utils@0.4.0@0xproject/base-contract@0.3.0 | Leonid Logvinov | 2018-05-04 | 1 | -1/+1 |
* | Updated CHANGELOGS | Leonid Logvinov | 2018-05-04 | 2 | -2/+15 |
* | Add order-utils to monorepo-scripts | Leonid Logvinov | 2018-05-03 | 1 | -0/+1 |
* | Check for Yarn instead of npm | Fabio Berger | 2018-04-24 | 1 | -4/+4 |
* | Add hack comment about the use of sudo | Fabio Berger | 2018-04-24 | 1 | -0/+2 |
* | Remove unnecessary additional params | Fabio Berger | 2018-04-20 | 1 | -1/+1 |
* | Remove outside declaration | Fabio Berger | 2018-04-20 | 1 | -2/+1 |
* | Capitalize yarn | Fabio Berger | 2018-04-20 | 1 | -1/+1 |
* | Use path for platform independence | Fabio Berger | 2018-04-20 | 1 | -1/+1 |
* | Consolidate github personal access token env to one place: constants.ts | Fabio Berger | 2018-04-20 | 3 | -3/+3 |
* | Use methods moved to utils since now shared by multiple scripts | Fabio Berger | 2018-04-19 | 1 | -33/+3 |
* | Add comment | Fabio Berger | 2018-04-19 | 1 | -0/+2 |
* | Improve comments | Fabio Berger | 2018-04-19 | 1 | -4/+5 |
* | Add checks for the required local setup before running the publish script | Fabio Berger | 2018-04-19 | 1 | -0/+50 |
* | Add descriptions for all commands in monorepo-scripts | Fabio Berger | 2018-04-19 | 1 | -0/+10 |
* | Add removeGitTags script that can be run after a failed Lerna publish | Fabio Berger | 2018-04-19 | 4 | -1/+105 |
* | Publishcontracts@2.1.23@0xproject/website@0.0.26@0xproject/testnet-faucets@1.0.24@0xproject/sra-report@0.0.9@0xproject/sol-resolver@0.0.2@0xproject/react-docs-example@0.0.8@0xproject/monorepo-scripts@0.1.18@0xproject/migrations@0.0.2@0xproject/metacoin@0.0.4@0xproject/dev-utils@0.3.6@0xproject/base-contract@0.2.1 | Fabio Berger | 2018-04-18 | 1 | -1/+1 |
* | Print out stderr | Fabio Berger | 2018-04-18 | 1 | -0/+4 |
* | Updated CHANGELOGS | Fabio Berger | 2018-04-18 | 2 | -2/+15 |
* | Fix some of the publishing/installation issues | Leonid Logvinov | 2018-04-12 | 2 | -3/+5 |
* | Publishcontracts@2.1.22@0xproject/website@0.0.25@0xproject/testnet-faucets@1.0.23@0xproject/sra-report@0.0.8@0xproject/react-docs-example@0.0.7@0xproject/monorepo-scripts@0.1.17@0xproject/metacoin@0.0.3@0xproject/dev-utils@0.3.5@0xproject/base-contract@0.2.0 | Leonid Logvinov | 2018-04-12 | 1 | -1/+1 |
* | Updated CHANGELOGS | Leonid Logvinov | 2018-04-12 | 2 | -0/+13 |
* | Fix lint error | Fabio Berger | 2018-04-11 | 1 | -0/+1 |
* | Add step to publishing that upload staging doc jsons, deploys staging website... | Fabio Berger | 2018-04-10 | 4 | -0/+68 |
* | Refactor publish script to have it's main execution body be lean and discrete... | Fabio Berger | 2018-04-09 | 2 | -21/+44 |
* | Merge pull request #505 from 0xProject/fix/readmeContributingSection | Fabio Berger | 2018-04-06 | 1 | -3/+23 |
|\ |
|
| * | Use depcheck async support | Fabio Berger | 2018-04-05 | 1 | -9/+1 |
| * | Fix contributing links | Fabio Berger | 2018-04-05 | 1 | -1/+1 |
| * | Improve contributing section of all packages so they include building entire ... | Fabio Berger | 2018-04-05 | 1 | -4/+24 |
* | | Move our contract templates to accept Provider instead of Web3Wrapper | Leonid Logvinov | 2018-04-04 | 1 | -12/+4 |
|/ |
|
* | Merge branch 'development' into removeUnusedDeps | Fabio Berger | 2018-04-04 | 6 | -136/+20 |
|\ |
|
| * | Fix package.json | Fabio Berger | 2018-04-03 | 1 | -1/+1 |
| * | Remove `isPublished` from all CHANGELOG.json filesx | Fabio Berger | 2018-04-03 | 1 | -2/+1 |
| * | Now that every version of a package published has a corresponding entry in it... | Fabio Berger | 2018-04-03 | 3 | -33/+19 |
| * | Remove temporary convert_changelog script | Fabio Berger | 2018-04-03 | 2 | -101/+0 |
* | | Use Results type | Fabio Berger | 2018-04-04 | 1 | -3/+3 |
* | | Add comment about ignored packages | Fabio Berger | 2018-04-03 | 1 | -0/+1 |
* | | Add find_unused_deps monorepo script | Fabio Berger | 2018-04-03 | 2 | -1/+49 |
* | | Stop using utils | Fabio Berger | 2018-04-03 | 3 | -2/+3 |
* | | Use @0xproject/utils promisify everywhere | Fabio Berger | 2018-04-03 | 3 | -3/+2 |
* | | Update tslint-config. To avoid circular deps, this must always be one version... | Fabio Berger | 2018-04-03 | 1 | -1/+1 |
|/ |
|
* | Publishcontracts@2.1.21@0xproject/website@0.0.24@0xproject/testnet-faucets@1.0.22@0xproject/sra-report@0.0.7@0xproject/react-docs-example@0.0.6@0xproject/monorepo-scripts@0.1.16@0xproject/metacoin@0.0.2@0xproject/dev-utils@0.3.4@0xproject/base-contract@0.1.0 | Leonid Logvinov | 2018-04-02 | 1 | -1/+1 |
* | Updated CHANGELOGS | Leonid Logvinov | 2018-04-02 | 2 | -3/+3 |
* | Fix a typo | Leonid Logvinov | 2018-04-02 | 1 | -1/+1 |
* | Add manual postpublish command to all public packages and update CHANGELOG.json | Fabio Berger | 2018-04-02 | 1 | -1/+1 |
* | Fix postpublish util to ignore namespace | Fabio Berger | 2018-04-02 | 1 | -2/+14 |
* | Fix release notes bug | Fabio Berger | 2018-04-02 | 1 | -1/+1 |
* | Should print out `lerna publish` stdout so we can see if anything went wrong | Fabio Berger | 2018-04-02 | 1 | -0/+6 |
* | Publishcontracts@2.1.20@0xproject/website@0.0.23@0xproject/web3-wrapper@0.4.0@0xproject/utils@0.4.4@0xproject/typescript-typings@0.0.2@0xproject/types@0.4.2@0xproject/tslint-config@0.4.13@0xproject/testnet-faucets@1.0.21@0xproject/subproviders@0.8.3@0xproject/sra-report@0.0.6@0xproject/sol-cov@0.0.5@0xproject/react-shared@0.1.0@0xproject/react-docs@0.0.5@0xproject/react-docs-example@0.0.5@0xproject/monorepo-scripts@0.1.15@0xproject/json-schemas@0.7.18@0xproject/dev-utils@0.3.3@0xproject/deployer@0.3.4@0xproject/connect@0.6.7@0xproject/base-contract@0.0.6@0xproject/assert@0.2.4@0xproject/abi-gen@0.2.8 | Fabio Berger | 2018-04-02 | 1 | -1/+1 |
* | Updated CHANGELOGS | Fabio Berger | 2018-04-02 | 2 | -0/+18 |
* | Generate CHANGELOG.json files | Fabio Berger | 2018-04-02 | 1 | -0/+12 |
* | Fix hasty find/replace | Fabio Berger | 2018-04-02 | 1 | -3/+3 |
* | Default to 4sp | Fabio Berger | 2018-04-02 | 2 | -3/+3 |
* | Update moment, no longer need separate moment types | Fabio Berger | 2018-04-02 | 1 | -2/+1 |
* | Move prettify command to utils and also call it on CHANGELOG.md | Fabio Berger | 2018-04-02 | 3 | -9/+12 |
* | Add prettier run on generated CHANGELOG.json and fix scripts | Fabio Berger | 2018-04-02 | 3 | -12/+20 |
* | Remove semi-colons from monorepo-scripts package.json | Fabio Berger | 2018-04-02 | 2 | -5/+8 |
* | Fix TSLint error | Fabio Berger | 2018-04-02 | 1 | -1/+1 |
* | Make dry-run configurable from top-level package.json | Fabio Berger | 2018-04-02 | 1 | -1/+1 |
* | Improve naming | Fabio Berger | 2018-04-02 | 1 | -3/+3 |
* | Add temp comment, clean up code | Fabio Berger | 2018-04-02 | 1 | -8/+21 |
* | Fixes for clarity | Fabio Berger | 2018-03-30 | 1 | -2/+3 |
* | Remove CHANGELOG.json files since will be generated on development | Fabio Berger | 2018-03-30 | 1 | -12/+0 |
* | Set IS_DRY_RUN to false | Fabio Berger | 2018-03-30 | 1 | -1/+1 |
* | Add more logging | Fabio Berger | 2018-03-30 | 1 | -0/+9 |
* | Expose publish command from top-level dir | Fabio Berger | 2018-03-30 | 1 | -1/+3 |
* | Fetch Github release notes from CHANGELOG.json and update CHANGELOG once they... | Fabio Berger | 2018-03-30 | 1 | -2/+34 |
* | rename variable called `path` to `includePath` to avoid conflict with `path` ... | Fabio Berger | 2018-03-30 | 1 | -4/+6 |
* | Move monorepo root constant to constants file | Fabio Berger | 2018-03-30 | 2 | -7/+12 |
* | Rename prepublish to publish now that it goes straight to actually publishing... | Fabio Berger | 2018-03-30 | 2 | -1/+1 |
* | Call `lerna publish` and supply it with new package versions | Fabio Berger | 2018-03-30 | 2 | -5/+45 |
* | Add check that timestamp has been set before generating MD version | Fabio Berger | 2018-03-30 | 1 | -1/+6 |
* | Add committing and pushing CHANGELOG changes to Github | Fabio Berger | 2018-03-30 | 3 | -6/+15 |
* | Show semver diff | Fabio Berger | 2018-03-30 | 1 | -0/+10 |
* | Generate CHANGELOG.mds | Fabio Berger | 2018-03-29 | 1 | -1/+28 |
* | remove console.logs | Fabio Berger | 2018-03-29 | 1 | -2/+0 |
* | Begin global pre-publishing script. Updates changelog.json files in packages ... | Fabio Berger | 2018-03-29 | 3 | -0/+119 |
* | Add 0.x.x edgecase | Fabio Berger | 2018-03-29 | 2 | -1/+13 |
* | Fix semver-sort version | Fabio Berger | 2018-03-29 | 1 | -1/+1 |
* | Generate CHANGELOG.json files and add convert_changelog script | Fabio Berger | 2018-03-29 | 4 | -0/+112 |
* | Move common types out of web3 types | Leonid Logvinov | 2018-03-27 | 1 | -0/+1 |
* | Add typeRoots | Leonid Logvinov | 2018-03-27 | 1 | -0/+1 |
* | Add clean-state tests | Leonid Logvinov | 2018-03-27 | 4 | -1/+81 |
* | Publishcontracts@2.1.17@0xproject/website@0.0.20@0xproject/testnet-faucets@1.0.18@0xproject/sra-report@0.0.3@0xproject/sol-cov@0.0.3@0xproject/react-docs-example@0.0.3@0xproject/monorepo-scripts@0.1.14@0xproject/dev-utils@0.3.1@0xproject/deployer@0.3.10x.js@0.33.3 | Fabio Berger | 2018-03-19 | 1 | -1/+1 |
* | Make new packages default to public on publish | Fabio Berger | 2018-03-19 | 1 | -0/+3 |
* | Publishcontracts@2.1.16@0xproject/website@0.0.19@0xproject/testnet-faucets@1.0.17@0xproject/sra-report@0.0.2@0xproject/sol-cov@0.0.2@0xproject/react-docs-example@0.0.2@0xproject/monorepo-scripts@0.1.13@0xproject/dev-utils@0.3.0@0xproject/deployer@0.3.00x.js@0.33.2 | Fabio Berger | 2018-03-19 | 1 | -3/+3 |
* | Updated CHANGELOGS | Fabio Berger | 2018-03-19 | 1 | -1/+1 |
* | Keep console.log in monorepo-scripts | Brandon Millman | 2018-03-15 | 2 | -4/+4 |
* | Merge branch 'development' into feature/utils/console-log | Brandon Millman | 2018-03-15 | 6 | -3/+189 |
|\ |
|
| * | Fix linter issuesx | Fabio Berger | 2018-03-14 | 1 | -1/+1 |
| * | Remove outdated comment | Fabio Berger | 2018-03-14 | 1 | -3/+0 |
| * | Move configuration into package.json configs section | Fabio Berger | 2018-03-14 | 1 | -44/+97 |
| * | Consolidate docs generation and uploading logic | Fabio Berger | 2018-03-14 | 1 | -0/+26 |
| * | Use async/await instead of promise syntax | Fabio Berger | 2018-03-14 | 1 | -15/+14 |
| * | Move changelog entry | Fabio Berger | 2018-03-14 | 1 | -0/+5 |
| * | Fix lint issues | Fabio Berger | 2018-03-13 | 1 | -3/+3 |
| * | Re-add linter to monorepo-scripts but with tslint-config dep at earlier versi... | Fabio Berger | 2018-03-13 | 2 | -0/+5 |
| * | small fixes | Fabio Berger | 2018-03-13 | 2 | -4/+2 |
| * | move scripts to monorepro-scripts | Fabio Berger | 2018-03-13 | 5 | -2/+105 |
* | | Consolidate all console.log into the @0xproject/utils package | Brandon Millman | 2018-03-14 | 3 | -7/+5 |
|/ |
|
* | Publishweb3-typescript-typings@0.10.0ethers-typescript-typings@0.0.2contracts@2.1.14chai-typescript-typings@0.0.4chai-as-promised-typescript-typings@0.0.10@0xproject/website@0.0.17@0xproject/web3-wrapper@0.2.0@0xproject/utils@0.4.0@0xproject/types@0.3.0@0xproject/tslint-config@0.4.10@0xproject/testnet-faucets@1.0.15@0xproject/subproviders@0.6.0@0xproject/monorepo-scripts@0.1.12@0xproject/json-schemas@0.7.13@0xproject/dev-utils@0.2.0@0xproject/deployer@0.2.0@0xproject/connect@0.6.2@0xproject/base-contract@0.0.2@0xproject/assert@0.1.0@0xproject/abi-gen@0.2.40x.js@0.33.0 | Fabio Berger | 2018-03-05 | 1 | -2/+2 |
* | Update all mentions of the repo name being `0x.js` to `0x-monorepo` | Fabio Berger | 2018-03-04 | 1 | -3/+3 |
* | Publishcontracts@2.1.12@0xproject/website@0.0.15@0xproject/testnet-faucets@1.0.13@0xproject/monorepo-scripts@0.1.11@0xproject/deployer@0.0.9@0xproject/connect@0.5.8 | Fabio Berger | 2018-02-10 | 1 | -2/+2 |
* | Publishcontracts@2.1.11@0xproject/website@0.0.14@0xproject/testnet-faucets@1.0.12@0xproject/monorepo-scripts@0.1.10@0xproject/deployer@0.0.8@0xproject/connect@0.5.7 | Fabio Berger | 2018-02-10 | 1 | -2/+2 |
* | Simplify standard postpublish script and remove them from some private packages | Brandon Millman | 2018-02-09 | 1 | -15/+0 |
* | Publishcontracts@2.1.9@0xproject/website@0.0.12@0xproject/testnet-faucets@1.0.10@0xproject/monorepo-scripts@0.1.9@0xproject/deployer@0.0.6 | Leonid Logvinov | 2018-02-06 | 1 | -2/+2 |
* | Merge branch 'development' into feature/build_watch | Leonid | 2018-02-05 | 1 | -2/+2 |
|\ |
|
| * | Publishcontracts@2.1.8@0xproject/website@0.0.11@0xproject/testnet-faucets@1.0.9@0xproject/monorepo-scripts@0.1.8@0xproject/deployer@0.0.5 | Leonid Logvinov | 2018-02-01 | 1 | -2/+2 |
* | | Merge pull request #359 from 0xProject/feature/ts-2.7 | Leonid | 2018-02-05 | 1 | -1/+1 |
|\ \ |
|
| * | | Upgrade TS to the newest version | Leonid Logvinov | 2018-02-01 | 1 | -1/+1 |
* | | | Add build:watch to README's | Leonid Logvinov | 2018-02-02 | 1 | -0/+6 |
|/ / |
|
* / | Add build:watch command to all TS packages | Leonid Logvinov | 2018-02-01 | 1 | -0/+1 |
|/ |
|
* | Publishcontracts@2.1.7@0xproject/website@0.0.10@0xproject/testnet-faucets@1.0.8@0xproject/monorepo-scripts@0.1.7@0xproject/deployer@0.0.4 | Fabio Berger | 2018-01-30 | 1 | -2/+2 |
* | Publishcontracts@2.1.6@0xproject/website@0.0.9@0xproject/testnet-faucets@1.0.7@0xproject/monorepo-scripts@0.1.6@0xproject/deployer@0.0.3 | Leonid Logvinov | 2018-01-30 | 1 | -2/+2 |
* | Publish | Leonid Logvinov | 2018-01-25 | 1 | -2/+2 |
* | Publishcontracts@2.1.4@0xproject/website@0.0.7@0xproject/monorepo-scripts@0.1.4@0xproject/kovan_faucets@1.0.50x.js@0.30.0 | Brandon Millman | 2018-01-18 | 1 | -2/+2 |
* | Add postpublish scripts | Leonid Logvinov | 2018-01-13 | 1 | -0/+15 |
* | Publishweb3-typescript-typings@0.9.1contracts@2.1.2@0xproject/website@0.0.5@0xproject/monorepo-scripts@0.1.3@0xproject/kovan_faucets@1.0.3@0xproject/dev-utils@0.0.40x.js@0.29.1 | Leonid Logvinov | 2018-01-11 | 1 | -2/+2 |
* | Include web3 types via typeRoots and factor out common parts of tsconfig.json | Leonid Logvinov | 2018-01-10 | 1 | -6/+2 |
* | Apply prettify on json and md files | Leonid Logvinov | 2018-01-04 | 4 | -48/+46 |
* | Apply prettier config | Leonid Logvinov | 2018-01-03 | 1 | -1/+1 |
* | Publishcontracts@2.1.1@0xproject/website@0.0.4@0xproject/monorepo-scripts@0.1.2@0xproject/kovan_faucets@1.0.2@0xproject/dev-utils@0.0.30x.js@0.29.0 | Fabio Berger | 2017-12-28 | 1 | -2/+2 |
* | Publishcontracts@2.1.0@0xproject/website@0.0.3@0xproject/monorepo-scripts@0.1.1@0xproject/kovan_faucets@1.0.1@0xproject/dev-utils@0.0.20x.js@0.28.0 | Leonid Logvinov | 2017-12-21 | 1 | -2/+2 |
* | Standardize on improved contributing section | Fabio Berger | 2017-12-20 | 1 | -1/+1 |
* | Add mono repo scripts README | Fabio Berger | 2017-12-20 | 1 | -0/+51 |
* | Publishwebsite@0.0.2contracts@2.0.0abi-gen-templates@0.0.2@0xproject/web3-wrapper@0.1.0@0xproject/utils@0.1.0@0xproject/types@0.1.0@0xproject/tslint-config@0.2.1@0xproject/subproviders@0.1.0@0xproject/monorepo-scripts@0.1.0@0xproject/json-schemas@0.6.10@0xproject/connect@0.3.0@0xproject/assert@0.0.7@0xproject/abi-gen@0.0.20x.js@0.27.2 | Brandon Millman | 2017-12-09 | 1 | -2/+2 |
* | Refactor web3Wrapper to a separate package | Leonid Logvinov | 2017-12-07 | 1 | -1/+1 |
* | Inline function | Leonid Logvinov | 2017-12-06 | 1 | -6/+1 |
* | Introduce a const | Leonid Logvinov | 2017-12-06 | 1 | -1/+3 |
* | Make private | Leonid Logvinov | 2017-12-06 | 1 | -0/+1 |
* | Add version matcher script | Leonid Logvinov | 2017-12-06 | 4 | -0/+110 |