-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* [web-app] remove deprecated/eol protractor elements * [web-app] initial components for angular cli integration for building mage plugins * [web-app] restructure moving cli integration under core-lib * Revert "[web-app] restructure moving cli integration under core-lib" This reverts commit ccc2d78. * [web-app] package-lock update * [web-app] add prototype builder to devkit * [web-app] manage devkit dependencies from root workspace file * [web-app] fix example project references in devkit builder * [web-app] devkit back under core-lib to make dependency management easier * [web-app] move devkit code up to core-lib top level * [web-app] add devkit dependencies to core-lib * [web-app] add notes on dependencies to core-lib readme * [web-app] move core-lib builder and schematics under single parent to make typescript build easier * [web-app] move angular cli descriptors to common root * [web-app] fix angular-cli tsconfig * [web-app] add build scripts for core-lib angular cli * [web-app] change pack scripts to run from root directory * [web-app] fix angular-cli entries in core-lib package.json * [web-app] mod core-lib build script to copy resources * [web-app] fix paths and typos in core-lib angular cli descriptors and generated code * [web-app] remove references to deprecated angular apis for loading plugin modules * [web-app] add module import for plugin hooks to core-lib schematic * [web-app] package-lock * [web-app] plugin-library schematic adds a peer dependency on the host mage web app, and clears other dependencies, so the dist package dependencies are correct * [web-app] plugin builder sets main package entry to amd bundle * readme updates for web plugins * [web-app] fix plugin service test compile error * add explicit docs on installing plugin packages * [web-app] add readme on web plugin angular cli tools * [plugins/nga-msi] npm i for new package-lock and hopefully fix ci build error * [plugins/nga-msi] try again to fix fsevents dependency * [service] upgrade mocha to version 8 * [plugins/nga-msi] sync tsconfig lib and target entries to es2016 * [plugins/nga-msi] install missing types deps * [ci] use linked local mage.service to build service plugins * [ci] wip: test linking service to plugin build * [plugins/nga-msi] wip: test linking service to plugin build * [ci] remove debug commands so build does not fail * [service] upgrade mocha to 10
- Loading branch information
Showing
35 changed files
with
13,614 additions
and
9,220 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.