aboutsummaryrefslogtreecommitdiffstats
path: root/packages/monorepo-scripts/src
Commit message (Collapse)AuthorAgeFilesLines
* Add logs for when tags get removedFabio Berger2018-07-021-0/+2
|
* Throw if changelog version is below package.json versionFabio Berger2018-07-021-0/+3
|
* 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-195-73/+15
|
* 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
| | | | instance is encountered
* Add more prepublish checksFabio Berger2018-06-197-39/+331
|
* 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
|
* 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-022-53/+55
|
* Refactor changelog utils to a separate moduleLeonid Logvinov2018-06-029-63/+78
|
* Fix TSLint rulesFabio Berger2018-05-162-2/+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 ↵Fabio Berger2018-05-151-1/+1
|/ | | | accordingly
* Remove unused deployer docs configsLeonid Logvinov2018-05-102-2/+2
|
* Rename deployer to sol-compilerLeonid Logvinov2018-05-102-2/+2
|
* 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
|
* 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 removeGitTags script that can be run after a failed Lerna publishFabio Berger2018-04-193-0/+102
|
* Print out stderrFabio Berger2018-04-181-0/+4
|
* Fix some of the publishing/installation issuesLeonid Logvinov2018-04-121-2/+4
|
* Fix lint errorFabio Berger2018-04-111-0/+1
|
* Add step to publishing that upload staging doc jsons, deploys staging ↵Fabio Berger2018-04-103-0/+65
| | | | website, opens every docs page and asks the dev to confirm that each one renders properly before publishing
* Refactor publish script to have it's main execution body be lean and ↵Fabio Berger2018-04-092-21/+44
| | | | discrete steps
* Move our contract templates to accept Provider instead of Web3WrapperLeonid Logvinov2018-04-041-12/+4
|
* Merge branch 'development' into removeUnusedDepsFabio Berger2018-04-044-132/+19
|\ | | | | | | | | | | | | | | | | | | | | | | * development: Temporarily remove installation test Fix package.json Remove `isPublished` from all CHANGELOG.json filesx Now that every version of a package published has a corresponding entry in it's CHANGELOG we no longer need the isPublished flag. Remove it. Remove temporary convert_changelog script # Conflicts: # packages/monorepo-scripts/package.json
| * Now that every version of a package published has a corresponding entry in ↵Fabio Berger2018-04-033-33/+19
| | | | | | | | it's CHANGELOG we no longer need the isPublished flag. Remove it.
| * Remove temporary convert_changelog scriptFabio Berger2018-04-031-99/+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-031-0/+44
| |
* | Stop using utilsFabio Berger2018-04-032-1/+2
| |
* | Use @0xproject/utils promisify everywhereFabio Berger2018-04-032-2/+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
|
* Fix hasty find/replaceFabio Berger2018-04-021-3/+3
|
* Default to 4spFabio Berger2018-04-022-3/+3
|
* 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-022-10/+18
|
* 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
|
* 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 ↵Fabio Berger2018-03-301-2/+34
| | | | they've been successfully published to Github
* rename variable called `path` to `includePath` to avoid conflict with `path` ↵Fabio Berger2018-03-301-4/+6
| | | | package
* Move monorepo root constant to constants fileFabio Berger2018-03-302-7/+12
|
* Rename prepublish to publish now that it goes straight to actually ↵Fabio Berger2018-03-301-0/+0
| | | | publishing the packages
* 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-302-6/+14
|
* 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-292-0/+118
| | | | to be published
* Add 0.x.x edgecaseFabio Berger2018-03-292-1/+13
|
* Generate CHANGELOG.json files and add convert_changelog scriptFabio Berger2018-03-292-0/+97
|
* Add typeRootsLeonid Logvinov2018-03-271-0/+1
|
* Add clean-state testsLeonid Logvinov2018-03-272-0/+76
|
* Keep console.log in monorepo-scriptsBrandon Millman2018-03-151-3/+4
|
* Merge branch 'development' into feature/utils/console-logBrandon Millman2018-03-154-0/+175
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: (25 commits) 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 Consolidate docs generation and uploading logic Use async/await instead of promise syntax Move changelog entry remove unneeded include remove unused dep Fix lint issues Re-add linter to monorepo-scripts but with tslint-config dep at earlier version to avoid cyclical dependency small fixes move scripts to monorepro-scripts Fix gitignore Move abi-gen scripts to src Add missing dep ...
| * 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
| |
| * Fix lint issuesFabio Berger2018-03-131-3/+3
| |
| * move scripts to monorepro-scriptsFabio Berger2018-03-134-0/+100
| |
* | Consolidate all console.log into the @0xproject/utils packageBrandon Millman2018-03-141-6/+3
|/
* Apply prettier configLeonid Logvinov2018-01-031-1/+1
|
* Inline functionLeonid Logvinov2017-12-061-6/+1
|
* Introduce a constLeonid Logvinov2017-12-061-1/+3
|
* Add version matcher scriptLeonid Logvinov2017-12-061-0/+59