This repository was archived by the owner on Oct 1, 2018. It is now read-only.
Releases: vduricu/spark-omen
Releases · vduricu/spark-omen
Stage 2 - Bug Fix
Changes performed to the current version:
- bug: install/update command weren't executed after the hookups ended
- fix: only one source folder
- bug: initialize listing variable if empty parameter is given
- bug: appserver template not working
- fix: add src folder to propath if it exists
Stage 2 - Stable
Changes performed to the current version:
- small bugfixes
- read the readme file if exists and pass it to the publish command
Stage 2 - Beta
Changes performed to the current version:
- added repository field to the project.json
- added the adduser command - used to login and create new user
- modified the protocol to publish/unpublish project - use token based authentication
- updated OmenAPI to create a config file in the userdir
- use config file in userdir for various things (authentication token, which config repository to be used)
- added --fast option for create and init commands to skip the question answering
- use stored user and email for create and init commands
- added the extend command - downloads an existing project
Stage 2 - Alpha 2
Changes performed to the current version:
- added the commandName property to the CommandOmen base class
- changed the argument received by the commands to be the list of
arguments passed in the shell - use the filename stored in the base CommandOmen class
- converted filename and cli to be properties instead of methods
- code refactoring
- extracted general functionality into general purpose module
- Ui display using events - can be easily extended for testing framework
- extended Exception classes
- changed from nodeunit to mocha + istanbul for code coverage
Stage 2 - Alpha 1
Changes performed to the current version:
- Added tags to the npm project
- init command - init a project.json file into an existing folder
- updated create command to support the creation of eclipse project
- eclipse command - inits or updates an project with eclipse components
- various bugfixes
- unpublish command - unpublishes the project/version from the repository
- hookup system to be able to run command line commands before/after the
execution of an omen command - appserver command - creates the configuration elements for appserver usage
Stage 1 - Stable
Initial version of the application. A features list is shown below:
- create, install, update, check commands
- basic unit tests
- promises
- list with installed dependencies
- folder compression and publishing
- propath, template commands
- pack and publish commands
- quick install and update of dependencies
Stage 1 - Beta
The beta version of the first Stage of Omen.