aboutsummaryrefslogtreecommitdiffstats
path: root/packages/monorepo-scripts
Commit message (Expand)AuthorAgeFilesLines
...
* Remove remove_tags scriptFabio Berger2018-06-191-57/+0
* Small fixesFabio Berger2018-06-193-10/+4
* Use semver package instead of getNextPatchVersionFabio Berger2018-06-192-7/+16
* Use semver library instead of semverUtilsFabio Berger2018-06-196-73/+17
* small fixesFabio Berger2018-06-191-2/+2
* Show all errors of a given kind at once rather then throwing after the first ...Fabio Berger2018-06-191-10/+36
* fix package.jsonFabio Berger2018-06-191-1/+1
* Add more prepublish checksFabio Berger2018-06-198-39/+332
* remove remove_tags scriptFabio Berger2018-06-192-4/+0
* Merge branch 'v2-prototype' of https://github.com/0xProject/0x-monorepo into ...fragosti2018-06-071-2/+2
|\
| * - Rename watch to watch_without_deps in sub-packages, so dev's don't confuse ...Fabio Berger2018-06-051-2/+2
* | Some cleanupfragosti2018-06-061-11/+3
* | Try enabling no-unused-variable...fragosti2018-06-056-6/+6
|/
* Rename changelogs to changelogLeonid Logvinov2018-06-021-8/+8
* Add CHANGELOG entryLeonid Logvinov2018-06-021-0/+9
* Check that git branch is up to date before publishingLeonid Logvinov2018-06-021-1/+17
* Move prepublish checks before building packages for publishingLeonid Logvinov2018-06-023-53/+56
* Refactor changelog utils to a separate moduleLeonid Logvinov2018-06-029-63/+78
* PublishLeonid Logvinov2018-05-231-1/+1
* Updated CHANGELOGSLeonid Logvinov2018-05-232-0/+13
* Merge pull request #594 from 0xProject/improvement/addCustomTslintRulesFabio Berger2018-05-232-2/+3
|\
| * Merge branch 'development' into improvement/addCustomTslintRulesFabio Berger2018-05-161-0/+3
| |\
| * | Fix TSLint rulesFabio Berger2018-05-162-2/+3
* | | Use make-promises-safe to catch unhandled rejections in testsAlex Browne2018-05-171-1/+2
| |/ |/|
* | 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
* | Merge developmentFabio Berger2018-05-152-2/+7
|\|
| * Apply prettier to some files which were not formatted correctlyAlex Browne2018-05-152-2/+7
| * Fix TSLint issuesFabio Berger2018-05-153-11/+11
* | Fix TSLint issuesFabio Berger2018-05-153-11/+11
* | Move from using lerna multi-package commands to wsrun, update README's accord...Fabio Berger2018-05-153-19/+6
|/
* Remove tslint-config as dep to monorepo-scripts to avoid circular dependency....Fabio Berger2018-05-142-2/+1
* Remove unused deployer docs configsLeonid Logvinov2018-05-102-2/+2
* Fix linter issuesLeonid Logvinov2018-05-101-1/+1
* Rename deployer to sol-compilerLeonid Logvinov2018-05-102-2/+2
* PublishLeonid Logvinov2018-05-041-1/+1
* Updated CHANGELOGSLeonid Logvinov2018-05-042-2/+15
* Add order-utils to monorepo-scriptsLeonid Logvinov2018-05-031-0/+1
* Check for Yarn instead of npmFabio Berger2018-04-241-4/+4
* Add hack comment about the use of sudoFabio Berger2018-04-241-0/+2
* Remove unnecessary additional paramsFabio Berger2018-04-201-1/+1
* Remove outside declarationFabio Berger2018-04-201-2/+1
* Capitalize yarnFabio Berger2018-04-201-1/+1
* Use path for platform independenceFabio Berger2018-04-201-1/+1
* Consolidate github personal access token env to one place: constants.tsFabio Berger2018-04-203-3/+3
* Use methods moved to utils since now shared by multiple scriptsFabio Berger2018-04-191-33/+3
* Add commentFabio Berger2018-04-191-0/+2
* Improve commentsFabio Berger2018-04-191-4/+5
* Add checks for the required local setup before running the publish scriptFabio Berger2018-04-191-0/+50
* Add descriptions for all commands in monorepo-scriptsFabio Berger2018-04-191-0/+10
* Add removeGitTags script that can be run after a failed Lerna publishFabio Berger2018-04-194-1/+105
* PublishFabio Berger2018-04-181-1/+1
* Print out stderrFabio Berger2018-04-181-0/+4
* Updated CHANGELOGSFabio Berger2018-04-182-2/+15
* Fix some of the publishing/installation issuesLeonid Logvinov2018-04-122-3/+5
* PublishLeonid Logvinov2018-04-121-1/+1
* Updated CHANGELOGSLeonid Logvinov2018-04-122-0/+13
* Fix lint errorFabio Berger2018-04-111-0/+1
* Add step to publishing that upload staging doc jsons, deploys staging website...Fabio Berger2018-04-104-0/+68
* Refactor publish script to have it's main execution body be lean and discrete...Fabio Berger2018-04-092-21/+44
* Merge pull request #505 from 0xProject/fix/readmeContributingSectionFabio Berger2018-04-061-3/+23
|\
| * Use depcheck async supportFabio Berger2018-04-051-9/+1
| * Fix contributing linksFabio Berger2018-04-051-1/+1
| * Improve contributing section of all packages so they include building entire ...Fabio Berger2018-04-051-4/+24
* | Move our contract templates to accept Provider instead of Web3WrapperLeonid Logvinov2018-04-041-12/+4
|/
* Merge branch 'development' into removeUnusedDepsFabio Berger2018-04-046-136/+20
|\
| * Fix package.jsonFabio Berger2018-04-031-1/+1
| * Remove `isPublished` from all CHANGELOG.json filesxFabio Berger2018-04-031-2/+1
| * Now that every version of a package published has a corresponding entry in it...Fabio Berger2018-04-033-33/+19
| * Remove temporary convert_changelog scriptFabio Berger2018-04-032-101/+0
* | Use Results typeFabio Berger2018-04-041-3/+3
* | Add comment about ignored packagesFabio Berger2018-04-031-0/+1
* | Add find_unused_deps monorepo scriptFabio Berger2018-04-032-1/+49
* | Stop using utilsFabio Berger2018-04-033-2/+3
* | Use @0xproject/utils promisify everywhereFabio Berger2018-04-033-3/+2
* | Update tslint-config. To avoid circular deps, this must always be one version...Fabio Berger2018-04-031-1/+1
|/
* PublishLeonid Logvinov2018-04-021-1/+1
* Updated CHANGELOGSLeonid Logvinov2018-04-022-3/+3
* Fix a typoLeonid Logvinov2018-04-021-1/+1
* Add manual postpublish command to all public packages and update CHANGELOG.jsonFabio Berger2018-04-021-1/+1
* Fix postpublish util to ignore namespaceFabio Berger2018-04-021-2/+14
* Fix release notes bugFabio Berger2018-04-021-1/+1
* Should print out `lerna publish` stdout so we can see if anything went wrongFabio Berger2018-04-021-0/+6
* PublishFabio Berger2018-04-021-1/+1
* Updated CHANGELOGSFabio Berger2018-04-022-0/+18
* Generate CHANGELOG.json filesFabio Berger2018-04-021-0/+12
* Fix hasty find/replaceFabio Berger2018-04-021-3/+3
* Default to 4spFabio Berger2018-04-022-3/+3
* Update moment, no longer need separate moment typesFabio Berger2018-04-021-2/+1
* Move prettify command to utils and also call it on CHANGELOG.mdFabio Berger2018-04-023-9/+12
* Add prettier run on generated CHANGELOG.json and fix scriptsFabio Berger2018-04-023-12/+20
* Remove semi-colons from monorepo-scripts package.jsonFabio Berger2018-04-022-5/+8
* Fix TSLint errorFabio Berger2018-04-021-1/+1
* Make dry-run configurable from top-level package.jsonFabio Berger2018-04-021-1/+1
* Improve namingFabio Berger2018-04-021-3/+3
* Add temp comment, clean up codeFabio Berger2018-04-021-8/+21
* Fixes for clarityFabio Berger2018-03-301-2/+3
* Remove CHANGELOG.json files since will be generated on developmentFabio Berger2018-03-301-12/+0
* Set IS_DRY_RUN to falseFabio Berger2018-03-301-1/+1
* Add more loggingFabio Berger2018-03-301-0/+9
* Expose publish command from top-level dirFabio Berger2018-03-301-1/+3
* Fetch Github release notes from CHANGELOG.json and update CHANGELOG once they...Fabio Berger2018-03-301-2/+34
* rename variable called `path` to `includePath` to avoid conflict with `path` ...Fabio Berger2018-03-301-4/+6
* Move monorepo root constant to constants fileFabio Berger2018-03-302-7/+12
* Rename prepublish to publish now that it goes straight to actually publishing...Fabio Berger2018-03-302-1/+1
* Call `lerna publish` and supply it with new package versionsFabio Berger2018-03-302-5/+45
* Add check that timestamp has been set before generating MD versionFabio Berger2018-03-301-1/+6
* Add committing and pushing CHANGELOG changes to GithubFabio Berger2018-03-303-6/+15
* Show semver diffFabio Berger2018-03-301-0/+10
* Generate CHANGELOG.mdsFabio Berger2018-03-291-1/+28
* remove console.logsFabio Berger2018-03-291-2/+0
* Begin global pre-publishing script. Updates changelog.json files in packages ...Fabio Berger2018-03-293-0/+119
* Add 0.x.x edgecaseFabio Berger2018-03-292-1/+13
* Fix semver-sort versionFabio Berger2018-03-291-1/+1
* Generate CHANGELOG.json files and add convert_changelog scriptFabio Berger2018-03-294-0/+112
* Move common types out of web3 typesLeonid Logvinov2018-03-271-0/+1
* Add typeRootsLeonid Logvinov2018-03-271-0/+1
* Add clean-state testsLeonid Logvinov2018-03-274-1/+81
* PublishFabio Berger2018-03-191-1/+1
* Make new packages default to public on publishFabio Berger2018-03-191-0/+3
* PublishFabio Berger2018-03-191-3/+3
* Updated CHANGELOGSFabio Berger2018-03-191-1/+1
* Keep console.log in monorepo-scriptsBrandon Millman2018-03-152-4/+4
* Merge branch 'development' into feature/utils/console-logBrandon Millman2018-03-156-3/+189
|\
| * Fix linter issuesxFabio Berger2018-03-141-1/+1
| * Remove outdated commentFabio Berger2018-03-141-3/+0
| * Move configuration into package.json configs sectionFabio Berger2018-03-141-44/+97
| * Consolidate docs generation and uploading logicFabio Berger2018-03-141-0/+26
| * Use async/await instead of promise syntaxFabio Berger2018-03-141-15/+14
| * Move changelog entryFabio Berger2018-03-141-0/+5
| * Fix lint issuesFabio Berger2018-03-131-3/+3
| * Re-add linter to monorepo-scripts but with tslint-config dep at earlier versi...Fabio Berger2018-03-132-0/+5
| * small fixesFabio Berger2018-03-132-4/+2
| * move scripts to monorepro-scriptsFabio Berger2018-03-135-2/+105
* | Consolidate all console.log into the @0xproject/utils packageBrandon Millman2018-03-143-7/+5
|/
* PublishFabio Berger2018-03-051-2/+2
* Update all mentions of the repo name being `0x.js` to `0x-monorepo`Fabio Berger2018-03-041-3/+3
* PublishFabio Berger2018-02-101-2/+2
* PublishFabio Berger2018-02-101-2/+2
* Simplify standard postpublish script and remove them from some private packagesBrandon Millman2018-02-091-15/+0
* PublishLeonid Logvinov2018-02-061-2/+2
* Merge branch 'development' into feature/build_watchLeonid2018-02-051-2/+2
|\
| * PublishLeonid Logvinov2018-02-011-2/+2
* | Merge pull request #359 from 0xProject/feature/ts-2.7Leonid2018-02-051-1/+1
|\ \
| * | Upgrade TS to the newest versionLeonid Logvinov2018-02-011-1/+1
* | | Add build:watch to README'sLeonid Logvinov2018-02-021-0/+6
|/ /
* / Add build:watch command to all TS packagesLeonid Logvinov2018-02-011-0/+1
|/
* PublishFabio Berger2018-01-301-2/+2
* PublishLeonid Logvinov2018-01-301-2/+2
* PublishLeonid Logvinov2018-01-251-2/+2
* PublishBrandon Millman2018-01-181-2/+2
* Add postpublish scriptsLeonid Logvinov2018-01-131-0/+15
* PublishLeonid Logvinov2018-01-111-2/+2
* Include web3 types via typeRoots and factor out common parts of tsconfig.jsonLeonid Logvinov2018-01-101-6/+2
* Apply prettify on json and md filesLeonid Logvinov2018-01-044-48/+46
* Apply prettier configLeonid Logvinov2018-01-031-1/+1
* PublishFabio Berger2017-12-281-2/+2
* PublishLeonid Logvinov2017-12-211-2/+2
* Standardize on improved contributing sectionFabio Berger2017-12-201-1/+1
* Add mono repo scripts READMEFabio Berger2017-12-201-0/+51
* PublishBrandon Millman2017-12-091-2/+2
* Refactor web3Wrapper to a separate packageLeonid Logvinov2017-12-071-1/+1
* Inline functionLeonid Logvinov2017-12-061-6/+1
* Introduce a constLeonid Logvinov2017-12-061-1/+3
* Make privateLeonid Logvinov2017-12-061-0/+1
* Add version matcher scriptLeonid Logvinov2017-12-064-0/+110