Changelog prime-radiant
Filter
x
2021.1.3 (date n/a)
Fixed
- Fixed HSQLDB deployment not copying database file
- Fixed expansionTrace FeatureSegment not being linked to feature anchor nor feature
- Auto-create feature anchors for expanders if not available yet
2021.1.2 (date n/a)
Fixed
- Layout typo
2021.1.1 (date n/a)
Fixed
- Fixed model caching for component diagram
- Fixed SQL packaging
2021.1.0 (date n/a)
Added
- See release notes for detailed list
- Added Postgres support
- Added Linux and Mac support
- Added Combined rejuvenation action
- Added Component Dependency diagrams
- Added plantuml endpoint
- Added Expansion Resource importing
- Added Expansion Trace importing
- Added live TS editor
2021.0.1 (date n/a)
Added
- Embedded prime-radiant-updater (except for data import)
Fixed
- Fixed closing Console sometimes producing NullPointerException
2021.0.0 (date n/a)
Added
- Single-action full update
- Application Import synchronization action
- Revamped execution logs + console now autocloses by default
Changed
- Rewritten deployment bat -> groovy + fixed some edge case issues
- Internal fixes, cleanups, and improvements
Removed
- Major cleanup/removal of old tasks and environments
- Removed overlay action
2020.9.8 (date n/a)
Fixed
- Rolled back nsx-default-stack v2020.12.3 -> v2020.11.4 due to internal incompatibility for some actions
2020.9.7 (date n/a)
Updated
- Updated externalResources
- net.democritus:expanders-maven-plugin:2020.15.0 -> net.democritus.maven.plugins:expanders-maven-plugin:2020.17.0
- nsx-default-stack v2020.11.3 -> v2020.12.3
2020.9.6 (date n/a)
Added
- Added bulk delete (hold
ctrl
orshift
or double-click to select multiple records) - Added variable page sizes
2020.9.5 (date n/a)
Fixed
- Fixed expanders-maven-plugin for older expander versions; groupId is now adjusted automatically when needed.
- Updated externalResources
- net.democritus:expanders-maven-plugin:2020.10.0 -> net.democritus.maven.plugins:expanders-maven-plugin:2020.15.0
- nsx-default-stack v2020.9.5 -> v2020.11.3
2020.9.4 (date n/a)
Fixed
- Fixed issue with non-semver applicationInstance versions
2020.9.3 (date n/a)
Fixed
- Fixed issue with change of groupId for expanders-maven-plugin. It is now possible to define the correct groupId in the externalResource instance.
Merged
- Merged 2020.8.5
2020.9.2 (date n/a)
Fixed
- Fix import of PrimeRadiant into PrimeRadiant
Updated
- Updated parent-pom
2019.5
->2020.9.1
(both prime-radiant project and primeRadiant application
2020.9.1 (date n/a)
Fixed
- Re-release of 2020.9.0
2020.9.0 (date n/a)
Added
- GroupId for prime-core set to
net.democritus.metamodel
2020.8.5 (date n/a)
Updated
- Updated parent-pom
2019.5
->2020.9.1
(both prime-radiant project and primeRadiant application)
2020.8.4 (date n/a)
Fixed
- Fixed the unnecessary scrollbar on the Components page
- Fixed an issue in DataRegistry that could cause some tests to fail unexpectedly because the types field in DataRegistryComposite was not being updated.
2020.8.3 (date n/a)
Added
- Added last executed task log view accessible via
/primeRadiant/logs/show?id=last
Fixed
- Fixed tasks returning zero exit code on error sometimes (nsx-shared-cli v2020.7.2)
- Fixed tasks ignoring execution TaskResult result sometimes
- Fixed PR updater not setting primeBase version correctly (prime-radiant-update v2020.8.1)
2020.8.2 (date n/a)
Added
- Auto-close console popup if task execution was success (when enabled)
- enable with
ParamTargetValue "net.democritus.primeRadiant.scripting.console.ConsoleWindow","autoCloseOnSuccess","true"
- enable with
- Added new logs viewer accessible from
/primeRadiant/logs/all
Fixed
- Fixed NsfSynchronizer removing DeployBaseTypes of other NsfBases
2020.8.1 (date n/a)
Added
- Invalid filename characters can now be used expansionSettings name
- but we will be removing the name eventually and only use the file name
Changed
- Deployment now uses java from
<deployBase>/infrastructure
instead of<primeBase/infrastructure>
- Menu generator & deployment config generator now always uses a separate expansion stack
Fixed
- [upstream][base-creator] fixed base-creator not running for JOnAS (2020.6.2)
2020.8.0 (date n/a)
Added
- [model] Prime Radiant components are now built as expansionResource
- [PR] major internal rewrite of PR app
- see Prime Radiant release notes for list of changes
Removed
- [PR][model][shared] Removed foundation component from PR and from *-shared maven dependencies
Changed
- Updated dependencies
2020.6.7 (date n/a)
Changed
- Updated dependencies
2020.5.4 (date n/a)
Fixed
- Fixed FOP pair creator capitalizing field names
2020.4.3 (date n/a)
Fixed
- Fixed issue with finders containing fields that have names containing underscores not being parsed correctly.
- Fixed issue when selecting states when creating DataFlowTasks
Changed
- FlowElement table now contains clickable links to targetClass and statusField
2020.3.1 (date n/a)
Changed
- Components will now remove links to applications before being deleted instead of throwing an error
2020.3.0 (date n/a)
Added
- Added support for adding expansionResources to applicationInstances
2019.7.6 (date n/a)
Fixed
- Fixed issue which caused calculated fields under projections to be created incompletely from the Prime Radiant, causing issues during expansion.