| Commit message (Expand) | Author | Age | Files | Lines |
* | Make PR numbers links on Github releases | Leonid Logvinov | 2018-07-20 | 1 | -1/+1 |
* | Improve log | Fabio Berger | 2018-07-19 | 1 | -1/+1 |
* | Add additional pattern removal and added HACK comment | Fabio Berger | 2018-07-19 | 1 | -1/+3 |
* | Renames to remove mention of Lerna | Fabio Berger | 2018-07-19 | 6 | -68/+64 |
* | Remove unused declaration | Fabio Berger | 2018-07-19 | 1 | -1/+0 |
* | Upgrade Lerna to 3.0-Beta14 | Fabio Berger | 2018-07-19 | 1 | -1/+1 |
* | Replace lerna-get-packages with our own implementation | Fabio Berger | 2018-07-19 | 7 | -27/+52 |
* | Fix tslint issues | Leonid Logvinov | 2018-07-17 | 3 | -15/+20 |
* | fix prettier | Fabio Berger | 2018-07-02 | 1 | -4/+4 |
* | Git command outputs logs to stdErr so only way to check for errors if with tr... | Fabio Berger | 2018-07-02 | 1 | -6/+8 |
* | Remove remote tag before local one | Fabio Berger | 2018-07-02 | 1 | -6/+6 |
* | Add logs for when tags get removed | Fabio Berger | 2018-07-02 | 1 | -0/+2 |
* | Throw if changelog version is below package.json version | Fabio Berger | 2018-07-02 | 1 | -0/+3 |
* | Remove remove_tags script | Fabio Berger | 2018-06-19 | 1 | -57/+0 |
* | Small fixes | Fabio Berger | 2018-06-19 | 3 | -10/+4 |
* | Use semver package instead of getNextPatchVersion | Fabio Berger | 2018-06-19 | 2 | -7/+16 |
* | Use semver library instead of semverUtils | Fabio Berger | 2018-06-19 | 5 | -73/+15 |
* | small fixes | Fabio Berger | 2018-06-19 | 1 | -2/+2 |
* | Show all errors of a given kind at once rather then throwing after the first ... | Fabio Berger | 2018-06-19 | 1 | -10/+36 |
* | Add more prepublish checks | Fabio Berger | 2018-06-19 | 7 | -39/+331 |
* | Some cleanup | fragosti | 2018-06-06 | 1 | -11/+3 |
* | Try enabling no-unused-variable... | fragosti | 2018-06-05 | 6 | -6/+6 |
* | Rename changelogs to changelog | Leonid Logvinov | 2018-06-02 | 1 | -8/+8 |
* | Check that git branch is up to date before publishing | Leonid Logvinov | 2018-06-02 | 1 | -1/+17 |
* | Move prepublish checks before building packages for publishing | Leonid Logvinov | 2018-06-02 | 2 | -53/+55 |
* | Refactor changelog utils to a separate module | Leonid Logvinov | 2018-06-02 | 9 | -63/+78 |
* | Fix TSLint rules | Fabio Berger | 2018-05-16 | 2 | -2/+3 |
* | 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 | 1 | -1/+1 |
|/ |
|
* | Remove unused deployer docs configs | Leonid Logvinov | 2018-05-10 | 2 | -2/+2 |
* | Rename deployer to sol-compiler | Leonid Logvinov | 2018-05-10 | 2 | -2/+2 |
* | 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 |
* | 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 removeGitTags script that can be run after a failed Lerna publish | Fabio Berger | 2018-04-19 | 3 | -0/+102 |
* | Print out stderr | Fabio Berger | 2018-04-18 | 1 | -0/+4 |
* | Fix some of the publishing/installation issues | Leonid Logvinov | 2018-04-12 | 1 | -2/+4 |
* | 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 | 3 | -0/+65 |
* | Refactor publish script to have it's main execution body be lean and discrete... | Fabio Berger | 2018-04-09 | 2 | -21/+44 |
* | 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 | 4 | -132/+19 |
|\ |
|
| * | 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 | 1 | -99/+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 | 1 | -0/+44 |
* | | Stop using utils | Fabio Berger | 2018-04-03 | 2 | -1/+2 |
* | | Use @0xproject/utils promisify everywhere | Fabio Berger | 2018-04-03 | 2 | -2/+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 |
* | Fix hasty find/replace | Fabio Berger | 2018-04-02 | 1 | -3/+3 |
* | Default to 4sp | Fabio Berger | 2018-04-02 | 2 | -3/+3 |
* | 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 | 2 | -10/+18 |
* | 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 |
* | 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 | 1 | -0/+0 |
* | 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 | 2 | -6/+14 |
* | 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 | 2 | -0/+118 |
* | Add 0.x.x edgecase | Fabio Berger | 2018-03-29 | 2 | -1/+13 |
* | Generate CHANGELOG.json files and add convert_changelog script | Fabio Berger | 2018-03-29 | 2 | -0/+97 |
* | Add typeRoots | Leonid Logvinov | 2018-03-27 | 1 | -0/+1 |
* | Add clean-state tests | Leonid Logvinov | 2018-03-27 | 2 | -0/+76 |
* | Keep console.log in monorepo-scripts | Brandon Millman | 2018-03-15 | 1 | -3/+4 |
* | Merge branch 'development' into feature/utils/console-log | Brandon Millman | 2018-03-15 | 4 | -0/+175 |
|\ |
|
| * | 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 |
| * | Fix lint issues | Fabio Berger | 2018-03-13 | 1 | -3/+3 |
| * | move scripts to monorepro-scripts | Fabio Berger | 2018-03-13 | 4 | -0/+100 |
* | | Consolidate all console.log into the @0xproject/utils package | Brandon Millman | 2018-03-14 | 1 | -6/+3 |
|/ |
|
* | Apply prettier config | Leonid Logvinov | 2018-01-03 | 1 | -1/+1 |
* | Inline function | Leonid Logvinov | 2017-12-06 | 1 | -6/+1 |
* | Introduce a const | Leonid Logvinov | 2017-12-06 | 1 | -1/+3 |
* | Add version matcher script | Leonid Logvinov | 2017-12-06 | 1 | -0/+59 |