aboutsummaryrefslogtreecommitdiffstats
path: root/packages/monorepo-scripts/src/utils
Commit message (Collapse)AuthorAgeFilesLines
* Fix double assignmentFabio Berger2018-08-231-1/+1
|
* Fix prettier issuesFabio Berger2018-08-231-2/+2
|
* Enable dry run of release publishing and handle git tags existingFabio Berger2018-08-231-10/+30
|
* Refactor publish script so that root package.json configs.packagesWithDocs ↵Fabio Berger2018-08-231-11/+1
| | | | is canonical source of which packages have doc pages
* Fix many linter errors that showed up upon upgrading tsutilFabio Berger2018-08-232-18/+20
|
* Fix bugs in doc gen due to clone vs cloneDeep and pre-maturely removing ↵Fabio Berger2018-08-221-7/+7
| | | | placeholder undefined's in array iteration
* Stop logging to console for each packages without a package.jsonFabio Berger2018-08-221-1/+1
|
* Use bash for loop for generating docs for each package, revert changes to scriptFabio Berger2018-08-221-44/+39
|
* Modify script so it can generate docs for a specific package or all ↵Fabio Berger2018-08-221-36/+45
| | | | packages with doc pages, add doc gen test to CircleCi runs
* Add shouldUpload flag to docGenAndUpload commandFabio Berger2018-08-221-1/+8
|
* Don't check if types are used for libraries only include typesFabio Berger2018-08-221-1/+7
|
* Rather then look for typeArguments, we want to ignore Partial & Promise ↵Fabio Berger2018-08-211-1/+2
| | | | references, but still continue to search below them, as they might surround a type
* Implement ignoring config typesFabio Berger2018-08-211-2/+6
|
* Make sure export isn't internal to the packageFabio Berger2018-08-181-1/+1
|
* Also ignore implementationOfFabio Berger2018-08-181-1/+1
|
* Refactor DocGenerateAndUploadUtils to be a class, and decompose large ↵Fabio Berger2018-08-181-342/+419
| | | | methods for readability
* Move doc configs to a separate fileFabio Berger2018-08-171-47/+10
|
* Render external dep exportsFabio Berger2018-08-171-3/+3
|
* Add links for external dep exports to docJsonFabio Berger2018-08-171-4/+41
|
* Check for superfluous types in a packages index.ts and throw if they existFabio Berger2018-08-161-0/+31
|
* Improve Error external linkFabio Berger2018-08-161-1/+1
|
* Add externalTypeToLink to docJsonFabio Berger2018-08-161-0/+1
|
* Move external types to link mapping to doc generation util and refactor ↵Fabio Berger2018-08-161-0/+1
| | | | typedocUtils to be a class to avoid excessive param passing
* Add version to our custom DocJson formatFabio Berger2018-08-151-1/+3
|
* Move purging private underscored items to the doc json generation phaseFabio Berger2018-08-151-12/+19
|
* Add ability to hide specific class constructorsFabio Berger2018-08-151-0/+21
|
* Improve missing type detectionFabio Berger2018-08-151-4/+8
|
* Fix additional merge conflictsFabio Berger2018-08-151-7/+8
|
* Merge developmentFabio Berger2018-08-151-1/+1
|\
| * fix(monorepo-scripts): Fix typo in git tag commandAlex Browne2018-08-091-1/+1
| |
* | Add a check to make sure types part of the exported interface are also ↵Fabio Berger2018-08-141-3/+51
| | | | | | | | exported from the packages index.ts
* | Remove old commentFabio Berger2018-08-141-1/+1
| |
* | Split publish_utils since it was becoming too big and unwieldyFabio Berger2018-08-082-99/+102
| |
* | Remove stray console logFabio Berger2018-08-071-1/+0
| |
* | Fix bug where we only rendered one TypeDoc JSON key per export, instead of ↵Fabio Berger2018-08-071-6/+8
| | | | | | | | all of them
* | Add ability to omit rendering specific exports and also support direct ↵Fabio Berger2018-08-031-13/+39
| | | | | | | | exports from index.ts
* | Fix bug where if there were multiple matches, it wouldn't always take the ↵Fabio Berger2018-08-021-2/+8
| | | | | | | | longest match
* | We need to always include the globals.d.ts otherwise TS complains about ↵Fabio Berger2018-08-021-0/+1
| | | | | | | | .json imports
* | Start refactoring docs to remove unnecessary configs given more concise ↵Fabio Berger2018-08-011-14/+54
| | | | | | | | TypeDoc JSON
* | Remove consoleFabio Berger2018-07-311-1/+0
| |
* | Standardize child namingFabio Berger2018-07-311-1/+12
| |
* | Fix bugs in doc genFabio Berger2018-07-301-7/+11
| |
* | Move logic to publishUtils so can use as command-line and script importFabio Berger2018-07-301-0/+291
|/
* Remove unused importFabio Berger2018-07-251-1/+0
|
* Specify registry url only if local publish attemptedLeonid Logvinov2018-07-252-3/+11
|
* Add utils.getTopologicallySortedPackagesLeonid Logvinov2018-07-241-1/+11
|
* Allow registry to be configured in lerna.jsonFabio Berger2018-07-241-2/+4
|
* Improve logFabio Berger2018-07-191-1/+1
|
* Add additional pattern removal and added HACK commentFabio Berger2018-07-191-1/+3
|
* Renames to remove mention of LernaFabio Berger2018-07-191-12/+12
|
* Replace lerna-get-packages with our own implementationFabio Berger2018-07-191-3/+33
|
* Fix tslint issuesLeonid Logvinov2018-07-172-7/+7
|
* fix prettierFabio Berger2018-07-021-4/+4
|
* Git command outputs logs to stdErr so only way to check for errors if with ↵Fabio Berger2018-07-021-6/+8
| | | | try/catch
* 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
|
* Small fixesFabio Berger2018-06-191-3/+2
|
* Use semver package instead of getNextPatchVersionFabio Berger2018-06-191-5/+10
|
* Use semver library instead of semverUtilsFabio Berger2018-06-193-66/+2
|
* Add more prepublish checksFabio Berger2018-06-194-22/+215
|
* Try enabling no-unused-variable...fragosti2018-06-051-1/+1
|
* Refactor changelog utils to a separate moduleLeonid Logvinov2018-06-022-0/+119