Skip to content

Releases: equinor/fusion-project-portal

v6.0.1

20 Nov 11:55
e7e3807
Compare
Choose a tag to compare

Patch Changes

  • b44b39d: Update piplenes for admin app and new admin app release

v6.0.0

20 Nov 08:55
9842969
Compare
Choose a tag to compare

Major Changes

  • 0a7119c: - BREAKING CHANGE: Migrate from the deprecated Fusion Portal API (for apps) to the new and separate Fusion Apps API.
    This results in breaking changes in the API contract. The reason for this is model changes in the new Fusion Apps API. And we prefer modelling 1-1 as best as possible instead of introducing remapping etc. on our end.

    • BREAKING CHANGE: Removal of the Fusion Portal Proxy. We no longer provide endpoints for this on the API. All calls to get bundles and app information from Fusion shall go through the ClientBackend
    • Fixed more tests
    • Refactoring has been done in multiple locations
  • 2e486e0: - Updating to new app manifest types

    • Refactor and performance enhancements on portal configuration module
    • Update menu and favorites
    • loading router config from portal config service
    • filter portal service messages
    • Update all list laded from new app service.
    • user portal config to filter full applist
  • e763969: BREAKING CHANGE:

    Updates the API endpoints that gives Portal Apps as list of objects:

    {portalId:guid}/apps
    {portalId:guid}/contexts/{contextId:guid}/apps
    Now instead, these endpoint returns a list of appKeys (strings).

    The old ones:

    {portalId:guid}/appkeys
    {portalId:guid}/contexts/{contextId:guid}/appkeys
    are now identical, and are deprecated and will be removed when front-end has adopted the updated endpoints.

    In addition some refactoring has been done. As a result, compiler warnings has been greatly reduced

Minor Changes

  • 7c7715e: - Menu is filtered with portal configuration form new endpoint
    • New portal class enabling hot-swapping of portal for development.
    • New portal app module for listing apps in portal landeplages.
    • Refactor of portal configuration.
  • 159f911: - Adds a profile controller with an endpoint for validating user permission on frontend
  • d814023: Renames Key to AppKey in ApiPortallApp and ApiPortalOnboardedApp models
  • 27747de: - Implemented support for showing audit information on some API endpoints: ApiOnboardedApp, ApiPortal, ApiPortalConfiguration
  • a905268: Align portal administration application with the new app management models

Patch Changes

  • 45d3433: - Admin app use new app manifest model
    • Update all fusion packages in admin app
  • b875d89: update portal admin app release actions for new fusion cli
  • 1cbc59e: Update url to the service message service
  • 38b1b90: Update of all Fusion Classic URLs in codebase
  • 9980ecf: Update to new apps endpoint for Application filter.

v5.0.4

23 Oct 12:48
cc9e9f0
Compare
Choose a tag to compare

Patch Changes

  • bee97b4: Update key property in registerCurrentApps function call

v5.0.3

22 Oct 09:57
47968d8
Compare
Choose a tag to compare

Patch Changes

  • 6e599cf: Improve loading logic in LegacyAppContainer, by loading app from new app api with proxy

v5.0.2

22 Oct 08:18
7a89ae3
Compare
Choose a tag to compare

Patch Changes

  • c9b0ad5: providing the right env key to appLoader

v5.0.1

22 Oct 07:49
19f98d8
Compare
Choose a tag to compare

Patch Changes

  • 0d4055d: - Remove unused import and code in app.config.ts
    • Update dev:appLoader script in package.json
    • Remove unused components in legacyAppLoader
  • a59d1b5: fixing icon error and waring of div inside table

v5.0.0

21 Oct 10:34
7e684b8
Compare
Choose a tag to compare

Major Changes

  • d96ab34: - BREAKING CHANGE: The previous proxy endpoint: /bundles/apps/{appKey}/resources/{*resourcePath} is no more. Instead use /fusion-apps/{*wildcard*} to make proxy calls against the whole Fusion Apps API. See Fusion Apps API Swagger documentation for more information about routes.
    • Migrated proxy from Fusion Portal to Fusion Apps API
    • Updated packages to latest version
    • Refactored and simplified code
    • Removed unused Project Portal variables in frontend
    • Update frontend to use the new proxy endpoints
    • Make frontend client use the new types provided by fusion core
    • Update the legacy app loader to use the new proxy endpoints and and fix types
    • Move legacy app code to apps folder for cleaner repository
    • Setup build of legacy app loader in build pipeline for constant build an deployment.
    • Update all Fusion dependencies for frontend client

Patch Changes

  • b3edf8a: Fix errors and add data owner on milestones
  • cc5f76c: Rename meetings tab to meeting actions
  • 4a4eba3: Update api version on meeting actions to the newest version.

v4.1.4

04 Oct 11:53
0850ab0
Compare
Choose a tag to compare

Patch Changes

  • 915edf2: Add link to CC App sharepoint site in the Help section

v4.1.3

26 Sep 12:57
695819f
Compare
Choose a tag to compare

Patch Changes

  • b04726c: Poratl Administration - scrollbar on portal edit page
  • 548ab09: Fixing side sheet height for apps.
  • b7efa93: fixing the route creation in the portal admin app
  • b4c1939: Add context type name displayed on all context search results
  • c3ecf06: Add milestones under feature flag default on

v4.1.2

25 Sep 11:00
fdcb2d4
Compare
Choose a tag to compare

Patch Changes

  • a2f63b5: Release after build fail - old failing code removed