Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix the package versions in release notes | Leonid Logvinov | 2018-10-19 | 2 | -10/+10 |
| | |||||
* | chore: change package org from 0xproject to 0x | Jacob Evans | 2018-10-18 | 2 | -3/+3 |
| | |||||
* | Merge branch 'development' into feature/website/asset-buyer-docs | Brandon Millman | 2018-10-18 | 1 | -1/+2 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: (31 commits) Update CODEOWNERS Update CODEOWNERS Update CODEOWNERS Add leo to CODEOWNERS on some packages fix(monorepo-scripts): Format date as UTC not local time. Bump max bundle size for instant fix: dont use enum string as type as typedoc gets confused feat: export AssetData from order-utils feat: export AssetData from utils chore: temporarily increase the bundle size for instant Remove order-utils from dependencies Run tests on circle CI Add tests for format and use toFixed instead of round for usd Remove expiry buffer seconds option from AssetBuyer init Add ts-optchain and use it instead of lodash get Hide USD price when ETH-USD price is not available Rename OrderDetailsRow to EthAmountRow fix: add Steve's github account to about page, and capitalize AppFolio correctly Put boundNoop in a util file Add tnxHash to buy button callbacks ... | ||||
| * | fix(monorepo-scripts): Format date as UTC not local time. | Jacob Evans | 2018-10-17 | 1 | -1/+2 |
| | | | | | | | | | | | | Down under is in the future and causes many conflicts when formatting the timestamp in the local context. All previous releases jumped a day ahead. By setting this to UTC we will have consistent formatted dates in the changelogs no matter where one publishes from. npm-cli-login fails on node 10 as a deprecation in node 9 has finished. This package appears to be unmaintained so we now have a fork with a fix | ||||
* | | feat(monorepo-scripts): add AssetBuyerError to IGNORED_EXCESSIVE_TYPES | Brandon Millman | 2018-10-17 | 1 | -1/+1 |
|/ | |||||
* | Fix failing doc generation tests | Alex Browne | 2018-10-16 | 1 | -2/+9 |
| | |||||
* | Support passing in package names into publish_release_notes command-line for ↵ | Fabio Berger | 2018-09-26 | 1 | -0/+7 |
| | | | | when publishing must be done manually | ||||
* | Remove check since this method is now used in multiple places | Fabio Berger | 2018-08-27 | 1 | -5/+0 |
| | |||||
* | Fix comments | Fabio Berger | 2018-08-23 | 1 | -8/+3 |
| | |||||
* | Look for all TS mapped types | Fabio Berger | 2018-08-23 | 1 | -2/+2 |
| | |||||
* | Fix double assignment | Fabio Berger | 2018-08-23 | 1 | -1/+1 |
| | |||||
* | Fix prettier issues | Fabio Berger | 2018-08-23 | 1 | -2/+2 |
| | |||||
* | Enable dry run of release publishing and handle git tags existing | Fabio Berger | 2018-08-23 | 1 | -10/+30 |
| | |||||
* | Refactor publish script so that root package.json configs.packagesWithDocs ↵ | Fabio Berger | 2018-08-23 | 1 | -11/+1 |
| | | | | is canonical source of which packages have doc pages | ||||
* | Fix many linter errors that showed up upon upgrading tsutil | Fabio Berger | 2018-08-23 | 2 | -18/+20 |
| | |||||
* | Fix bugs in doc gen due to clone vs cloneDeep and pre-maturely removing ↵ | Fabio Berger | 2018-08-22 | 1 | -7/+7 |
| | | | | placeholder undefined's in array iteration | ||||
* | Stop logging to console for each packages without a package.json | Fabio Berger | 2018-08-22 | 1 | -1/+1 |
| | |||||
* | Use bash for loop for generating docs for each package, revert changes to script | Fabio Berger | 2018-08-22 | 1 | -44/+39 |
| | |||||
* | Modify script so it can generate docs for a specific package or all ↵ | Fabio Berger | 2018-08-22 | 1 | -36/+45 |
| | | | | packages with doc pages, add doc gen test to CircleCi runs | ||||
* | Add shouldUpload flag to docGenAndUpload command | Fabio Berger | 2018-08-22 | 1 | -1/+8 |
| | |||||
* | Don't check if types are used for libraries only include types | Fabio Berger | 2018-08-22 | 1 | -1/+7 |
| | |||||
* | Rather then look for typeArguments, we want to ignore Partial & Promise ↵ | Fabio Berger | 2018-08-21 | 1 | -1/+2 |
| | | | | references, but still continue to search below them, as they might surround a type | ||||
* | Implement ignoring config types | Fabio Berger | 2018-08-21 | 1 | -2/+6 |
| | |||||
* | Make sure export isn't internal to the package | Fabio Berger | 2018-08-18 | 1 | -1/+1 |
| | |||||
* | Also ignore implementationOf | Fabio Berger | 2018-08-18 | 1 | -1/+1 |
| | |||||
* | Refactor DocGenerateAndUploadUtils to be a class, and decompose large ↵ | Fabio Berger | 2018-08-18 | 1 | -342/+419 |
| | | | | methods for readability | ||||
* | Move doc configs to a separate file | Fabio Berger | 2018-08-17 | 1 | -47/+10 |
| | |||||
* | Render external dep exports | Fabio Berger | 2018-08-17 | 1 | -3/+3 |
| | |||||
* | Add links for external dep exports to docJson | Fabio Berger | 2018-08-17 | 1 | -4/+41 |
| | |||||
* | Check for superfluous types in a packages index.ts and throw if they exist | Fabio Berger | 2018-08-16 | 1 | -0/+31 |
| | |||||
* | Improve Error external link | Fabio Berger | 2018-08-16 | 1 | -1/+1 |
| | |||||
* | Add externalTypeToLink to docJson | Fabio Berger | 2018-08-16 | 1 | -0/+1 |
| | |||||
* | Move external types to link mapping to doc generation util and refactor ↵ | Fabio Berger | 2018-08-16 | 1 | -0/+1 |
| | | | | typedocUtils to be a class to avoid excessive param passing | ||||
* | Add version to our custom DocJson format | Fabio Berger | 2018-08-15 | 1 | -1/+3 |
| | |||||
* | Move purging private underscored items to the doc json generation phase | Fabio Berger | 2018-08-15 | 1 | -12/+19 |
| | |||||
* | Add ability to hide specific class constructors | Fabio Berger | 2018-08-15 | 1 | -0/+21 |
| | |||||
* | Improve missing type detection | Fabio Berger | 2018-08-15 | 1 | -4/+8 |
| | |||||
* | Fix additional merge conflicts | Fabio Berger | 2018-08-15 | 1 | -7/+8 |
| | |||||
* | Merge development | Fabio Berger | 2018-08-15 | 1 | -1/+1 |
|\ | |||||
| * | fix(monorepo-scripts): Fix typo in git tag command | Alex Browne | 2018-08-09 | 1 | -1/+1 |
| | | |||||
* | | Add a check to make sure types part of the exported interface are also ↵ | Fabio Berger | 2018-08-14 | 1 | -3/+51 |
| | | | | | | | | exported from the packages index.ts | ||||
* | | Remove old comment | Fabio Berger | 2018-08-14 | 1 | -1/+1 |
| | | |||||
* | | Split publish_utils since it was becoming too big and unwieldy | Fabio Berger | 2018-08-08 | 2 | -99/+102 |
| | | |||||
* | | Remove stray console log | Fabio Berger | 2018-08-07 | 1 | -1/+0 |
| | | |||||
* | | Fix bug where we only rendered one TypeDoc JSON key per export, instead of ↵ | Fabio Berger | 2018-08-07 | 1 | -6/+8 |
| | | | | | | | | all of them | ||||
* | | Add ability to omit rendering specific exports and also support direct ↵ | Fabio Berger | 2018-08-03 | 1 | -13/+39 |
| | | | | | | | | exports from index.ts | ||||
* | | Fix bug where if there were multiple matches, it wouldn't always take the ↵ | Fabio Berger | 2018-08-02 | 1 | -2/+8 |
| | | | | | | | | longest match | ||||
* | | We need to always include the globals.d.ts otherwise TS complains about ↵ | Fabio Berger | 2018-08-02 | 1 | -0/+1 |
| | | | | | | | | .json imports | ||||
* | | Start refactoring docs to remove unnecessary configs given more concise ↵ | Fabio Berger | 2018-08-01 | 1 | -14/+54 |
| | | | | | | | | TypeDoc JSON | ||||
* | | Remove console | Fabio Berger | 2018-07-31 | 1 | -1/+0 |
| | | |||||
* | | Standardize child naming | Fabio Berger | 2018-07-31 | 1 | -1/+12 |
| | | |||||
* | | Fix bugs in doc gen | Fabio Berger | 2018-07-30 | 1 | -7/+11 |
| | | |||||
* | | Move logic to publishUtils so can use as command-line and script import | Fabio Berger | 2018-07-30 | 1 | -0/+291 |
|/ | |||||
* | Remove unused import | Fabio Berger | 2018-07-25 | 1 | -1/+0 |
| | |||||
* | Specify registry url only if local publish attempted | Leonid Logvinov | 2018-07-25 | 2 | -3/+11 |
| | |||||
* | Add utils.getTopologicallySortedPackages | Leonid Logvinov | 2018-07-24 | 1 | -1/+11 |
| | |||||
* | Allow registry to be configured in lerna.json | Fabio Berger | 2018-07-24 | 1 | -2/+4 |
| | |||||
* | 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 | 1 | -12/+12 |
| | |||||
* | Replace lerna-get-packages with our own implementation | Fabio Berger | 2018-07-19 | 1 | -3/+33 |
| | |||||
* | Fix tslint issues | Leonid Logvinov | 2018-07-17 | 2 | -7/+7 |
| | |||||
* | 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 ↵ | Fabio Berger | 2018-07-02 | 1 | -6/+8 |
| | | | | try/catch | ||||
* | 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 |
| | |||||
* | Small fixes | Fabio Berger | 2018-06-19 | 1 | -3/+2 |
| | |||||
* | Use semver package instead of getNextPatchVersion | Fabio Berger | 2018-06-19 | 1 | -5/+10 |
| | |||||
* | Use semver library instead of semverUtils | Fabio Berger | 2018-06-19 | 3 | -66/+2 |
| | |||||
* | Add more prepublish checks | Fabio Berger | 2018-06-19 | 4 | -22/+215 |
| | |||||
* | Try enabling no-unused-variable... | fragosti | 2018-06-05 | 1 | -1/+1 |
| | |||||
* | Refactor changelog utils to a separate module | Leonid Logvinov | 2018-06-02 | 2 | -0/+119 |