Skip to content

Latest commit

 

History

History
323 lines (271 loc) · 22.2 KB

release-changelog.md

File metadata and controls

323 lines (271 loc) · 22.2 KB

v1.17.11

This release contains manly performance enhancements and bug fixes.

Bug fixes

  • The editResourceView should be faster: opening the view, switching environments, saving. #462
  • The deployments view should now load faster #461
  • Confirming and changing the date of a deployment gives error #459
  • REST: delete relation properties call very slow #460
  • Update libs to prevent potential security issues #466

New features

  • Make liquibase data source jndi configurable #467

v1.17.10

Revert "Cache roles a user hase to reduce calls to sessionContext.isCallerInRole" #458

v1.17.9

Bug fixes and speed improvements in this release.

Bug fixes

  • Corrected padding of environments navigation #449
  • editResourceView: Test Generation button on App checks for permission on App instead of AppServer #448
  • After deleting an env the env filter no long finds any deployments #452
  • Update Maven dependencies #433
  • serverView: cache user permissions in view. Speeds up the view considrably #453
  • REST: put properties call very slow #446
  • Cache roles a user has to reduce calls to sessionContext.isCallerInRole #455

v1.17.8

Bug fixes

  • Multiple releases of Runtime displayed wrong on Appserver #442

New features

  • REST: add 'Test Generation' endpoint #360
    • Returns the rendered templates of an AppServer and any errors.
    • Endpoint: AMW_Rest/resources/analyze/testGeneration/{resourceGroupName}/{releaseName}/{env}
  • Alias name for environment #441
    • The alias name is shown in the editResourceView and deployment view
    • In templates it can be accessed via ${env.nameAlias}, default value is empty.

v1.17.7

Revert back to Wildfly 13 because of JSF issues, fix a JSF init bug, update RichFace #437

v1.17.6

Fixes some JSF issues on Wildfly 14 #435

v1.17.5

Only small fixes in this release.
Action Required: with #428 a user must now have to following permissions to copy form a resource:

  • On the target: RESOURCE_RELEASE_COPY_FROM_RESOURCE action ALL
  • On the source: RESOURCE, RESOURCE_TEMPLATE, RESOURCE_AMWFUNCTION action READ and RESOURCE_PROPERTY_DECRYPT action ALL

The config_admin role has this permissions already, custom roles might need to be updated.

New features

  • Disable tip im Freemarker error #423
  • Update Docker image to WildFly 14.0.1 #426

Bug fixes

  • Fix a permission bug in copy from resource #428
  • After a deployment is confirmed it can only be canceled by the requestor #424
  • REST AMW_rest/resources/resources/{resource}/lte/{RL} returns http 500 instead of 404 #421
  • Update Lodash version #422

v1.17.4

Fixes a deployment confirmation bug #420

v1.17.3

This is mostly a bug fix and enhancement release of the REST interface.

New features

  • Show Runtime of AS in Apps overview #198
  • REST permission endpoints enhancements
    • Add method for deleting roles #416
    • Default exception mapper added that converts unexpected errors to json #416
    • Reloading of permissions is now optional #415
    • ADD_ADMIN_PERMISSIONS_ON_CREATED_RESOURCE permission: only add DEPLOYMENT permissions if resource is an appServer #414
  • REST API: accept unknown properties for forward compatibility #8
  • Update fronte libs #412

Bug fixes

  • Changes from copy from are not shown in audit view: #338
  • editResourceView: Node properties disappear after save bug #366

v1.17.2

This is mostly a bug fix and enhancement release of the REST interface.

New features

  • Added /{resourceGroupName}/{releaseName}/dependencies/ REST endpoint to get dependencies of a resource #208
  • Added /configuration REST endpoint to get the application configuration #373
  • Added readiness and liveness endpoint #346
  • Added DELETE REST method to delete resource relations #361
  • Removed the /resources/deployments/{deploymentId}/detail endpoint, deployment details are now included deployment entity directly #392
  • Update docker image to Wildfly 13 #400

Bug fixes

  • Angular: confirm of multiple deployments doesn't work #386
  • Angular: auditview no longer works #383
  • The model now also contains all unrendered relation templates #231
  • Angular Logout tab points to applist.xhtml instead of logout url #237
  • REST GET /resources/{resourceGroupName}/{releaseName}/relations only returns consumed relations [#387]
  • REST error response body isn't JSON encoded #343
  • Get property REST endpoints don't return default values #347
  • REST restrictions endpoints returns 500 instead of 403 if user has no rights #348
  • Clean up Swagger definition of /resources/{resourceGroupName}/{releaseName}/relations #388
  • JSF applist doesn't work with h2 anymore #397 (#387)

v1.17.1

This is mostly a bug fix release.

New features

  • Angular create deploy: loader for new deployment #357
  • REST create deployment now returns a 424 instead of 400 if no node is active #352
  • REST get releases endpoint add, release JSON got additional fields #354
  • Update swagger-ui #370

Bug fixes

  • applist.xhtml is now sorted case insensitive #334
  • editResourceView: selecting release of relation causes display error #335
  • Deployment CSV export: columns shifted to the left if "Deployment parameters" empty bug #344
  • Feedback multi permission GUI: shows loader and success message now, Global permissions are marked as such again, Applications without application server is hidden #333
  • Angular permission GUI: users and roles with spaces in name can be added #359
  • Dash in YAML editor difficult to see #358
  • editTemplateView.xhtml: "Compare with history" not updated after save #363
  • editTemplateView.xhtml: compare doesn't work on Wildfly 12.0 #362
  • Login prompt appears twice #349
  • Templates: accessing not rendered relation templates now mostly works: #378 and #231
  • Disable logging the run script output to the server log. Can be re-enabled via LOG_RUNSCRIPT_OUTPUT_TO_SERVER_LOG ConfigKey #380
  • REST: copyFromResource no longer needs the content-type header to be set #351
  • REST: get /deployments NullPointer with deleted AppServer/App #328
  • properties REST endpoint returns successfully for non-existing resources #325

v1.17.0

This release contains two mayor features: the resource audit view and the multi permission GUI.

New features

  • Audit view: #332 image
    • Reachable via editResourceView -> Go to -> Audit view
    • Shows all changes made to a resource like Property Descriptors, Properties, Templates etc., the date and the user who made the change.
    • Current limitations of the implementation:
      • Only changes are shown that are made after v1.17 is deployed. Older changes can only be viewed in the Liima Database.
      • Changes to ResourceTypes and Functions are not shown.
      • Passwords can't be viewed and are always masked.
      • Relation of relation template isn't shown.
  • Multi permission GUI: #259 image
    • The new GUI allows to select multiple environments, permissions, resources and so on. This dramatically reduced the amount of clicks needed to create multiple permissions.
  • Applist search is now case insensitive: #307
  • Auto-Refresh on Deploy page: #293
  • Minor enhancements to the config overview from v1.16.1: #295

Bug fixes

  • Add test for force property descriptor deletion: #310
  • Update JQuery: #327
  • Update Moment.js: #337

v1.16.1

This release contains bug fixes and one new feature.

New features

  • Rest: multiple permissions in one post #258
    • Preparation for the new create permission GUI: Permission GUI: make it simple to create multiple permissions #259

Bug fixes

  • Add relation REST endpoint throws NullPointer exception #320
  • Error: "Was not able to decrypt properties" after setting encrypted property over REST #322

v1.16.0

This release adds some new features, fixes bugs and updates the used JavaScript libraries. Highlight is the new configuration overview that shows where on a resource properties have been overwritten.

New features

  • Configuration overview #77
    • The resource screen now shows where resource properties are overwritten in sub environments.
  • Force delete PropertyDescriptor #95
    • If deleting a PropertyDescriptor doesn't work it can now be force deleted, deleting all Property values.
  • Delegation of permission #74
    • Usage see doc

Bug fixes

  • Deployment Excel Export: remove newline at the end of Applications column #262
  • editResourceView does not refresh correctly after "Copy from resource" #222
  • Permission Page TypeError: Cannot read property 'name' of undefined #299
    • Sometimes no permission where shown.
  • Rename a resource with "-" to "_" doesn't work #223
  • deployments: reset Add filter after add bug #306
  • REST resource '/resources' returns duplicates of resources if query parameter 'type' is not set #213
  • AppServer can't be deleted #284
  • Permissions: prevent adding the same permission multiple times #260
  • Prevent potential XSS in success and error messages #286
  • Update NodeJS and dependencies #290, #292, #300
  • Update to Angular 4 #71
  • Replace NPM with Yarn #275

v1.15.2

Fixes some bugs on the new Angular deployment view and csv export.

Bug fixes

  • Confirming and changing the date of a deployment doesn't work via edit #271
  • Deployment environment filter has wrong suggestions #257
  • Deployment csv export: sort order in csv is slightly different from view #268
  • editResourceView Properties not visible with window zoom #251
  • Deployment filters come back after removing them #245
  • Deployment filter are no longer written to the url #250
  • Angular resources are cached forever #255
  • Update swagger ui, the source is no longer checked into liima #256

v1.15.1

Fixes some bugs on the new Angular deployment view.

Bug fixes

  • AMW_angular/#/deployments: filters come back #245
  • AMW_angular/#/deployments: progress animation should also be shown on state progress #244
  • AMW_angular/#/deployments: if filter is set, log view can not be shown and gives a http 500 #243

v1.15.0

New features

  • Deployment screen was rewriten in angular: #89
    • Deployment Filters are now writen to the url automatically and can be bookmarked or copied to the clipboard: #35
    • The most common deployment failure reasons are now shown directly on the deployment: #75
    • To whole deployment row is now colored if deployment failed (red) or is successful (green).
    • More space for the deployment table.
  • To preserve the deployment histroy deployment entries are no longer deleted if an AppServer, Environment, Release or Runtime is deleted: #79

Bug fixes

  • Deployment filter: "Latest deployment job for ..." shows two deployments for one env: #23
    • Unfortunately this make the filter slower as paging happens now in code instead of SQL.
  • The deployment filters "Latest deployment job for App & State" and "State filter" didn't work correctly together: #42
  • Edit Resource View of AppServer: NODE not selectable: #207
  • AMW_angular/#/deployment/: redeploy sometimes doesn't set an environment: #122

API Changes

  • Added multiple new REST endpoints for the new deployment screen, see Swagger for details.
  • GET /deployments was replaced with GET /deployments/filter and is now depricated.

v1.14.0

New features

  • Access parent resource from template, e.g. in a resource consumed by an app ${appServer.consumedResTypes.APPLICATION?values[0].Version} can now be written as ${$parent.Version}: #12
  • Liima is now compatible with Java EE 7 and is tested on Wildfy 10: #9
  • Docker image for Liima. The image can be found on Dockerhub: #82

API Changes

  • In this release the fields in the rest API that have been marked as depricated have been removed. Deteils see release v1.13.0 API Changes

v1.13.1

This release contains mostly bug fixes and some small features.

New features

  • A new check was added to prevent that multiple resources can provide the same resource: #112
  • Permission can now be set on domains: #182
  • New rest methods: add resources, add resource release, copy resources, add resource relation: #57

Bug fixes

  • Date filter comparator gets reset when a new filter gets added: #132
  • Under certain circumstances the wrong version was select in a new deployment: #127, #113
  • Added a check to redeploy which makes sure the redeployed App/AppServer matches the current App names and release: #52
  • In the add related resource popup Apps were shown: #112
  • Under certain circumstances it was not possible to delete an AppServer: #165
  • Fixes on the permission GUI:
    • Sorting of permission: #164, #152
    • Only one permission was deleted: #161
  • Fix a bug in user permissions that would only check the first matching permission: #174
  • Fix wrong default method in copy from permission: #168
  • A user could not view encrypted properties if she/he had only permissions on a certain resources/resource types: #143
  • Properties were not encrypted correctly via rest interface: #131

v1.13.0

This release contains a new and enhanced permission system and bugfixes.

New features

  • New permission system #25: the permission system has been rewriten to allow for permissions to be scoped by environement, resource and resource type. See documentation for more details. Important:
    • Migration to the new permission system happens automatically via Liquibase. Please check if the permissions of the roles are still correct after the migration.
    • The role app_developer can now also rename applications. This is because rename is part of the update action.
    • The role app_developer can no longer edit encrypted properties by default.
  • Resource relation names are now editable #78
  • New REST function to add relations to resources #51
  • New REST function GET /resources/{resourceGroupName}/lte/{releaseName} that fetches the lower or equal release to the given one #86

Bug fixes

  • The REST service did not encrypt property values before writing it to the DB #131
  • The Angular page Create new deployment showed the wrong apps and app versions for some releases #113 and #127
  • The log dropdown of the deployment log page is sorted again #128

API Changes

  • In ch.mobi.itc.mobiliar.rest.dtos.ResourceRelationDTO the new property relationName will replace the property identifier. The property identifier will be removed by v1.14. The following REST URIs are concerned:
    • /resources
    • /resources/{resourceGroupName}/{releaseName}
    • /resources/{resourceGroupName}/lte/{releaseName}
    • /resources/{resourceGroupName}/{releaseName}/relations
    • /resources/{resourceGroupName}
    • /resources/resourceGroups/{resourceGroupId}/releases/mostRelevant/
    • /resources/resourceGroups/{resourceGroupId}/releases/
    • /resources/resourceGroups/{resourceGroupId}/releases/{releaseId}
  • appsWithMvnVersion in the ch.mobi.itc.mobiliar.rest.dtos.DeploymentDTO is depricated and will be removed in v1.14. It was replaced with appsWithVersion in v1.12. This change concerns all /deployment REST URIs. New and old deployment JSON:
    {
      "id": 281100,
      "trackingId": 259609,
      "state": "progress",
      "deploymentDate": 1501145413850,
      "appServerName": "liima",
      # new
      "appsWithVersion": [
        {
          "applicationName": "org.liima.test",
          "version": "4.1.0-SNAPSHOT"
        }
      ],
      # old, depricated
      "appsWithMvnVersion": [
        {
          "applicationName": "org.liima.test",
          "mavenVersion": "4.1.0-SNAPSHOT"
        }
      ],
    }