Skip to content

Releases: orchestracities/auth-management-ui

v0.8.0

16 Feb 11:09
89520a1
Compare
Choose a tag to compare

Auth Management UI Release Notes

0.8

New features

  • Entity creation and edit, including NGSI validation (#148, #114)
  • Entity deletion (#115)

Bug fixes

  • Policy counter in tenant cards not reflecting actual tenant's policy tally (#141)
  • If the configuration API is not populated, tenants are not loaded (#138)
  • Documentation for service path filter (#131)

Documentation

  • Upgraded Storybook to v7 beta 40

Continuous Integration

Technical debt

What's Changed

Full Changelog: 0.7.0...0.8.0

v0.7.0

20 Dec 17:22
0fa85fe
Compare
Choose a tag to compare

Auth Management UI Release Notes

0.7

New features

  • Get the entities from the provided url (#111)
  • Entities Filter with type/date/path (#112)
  • Display the entities inside a table (#113)
  • Organize side bar menu and translate menu items (#126)
  • Basic home page with navigation info (#125)
  • Reduce size of some graphical elements (e.g. topbar)
  • Close side bar on navlink click (#132)
  • Implement access control to pages / menus based on role / group
  • Set-up logout link (#137)
  • Set-up link to profile (#137)

Bug fixes

  • Fix git action test failure (#121)
  • Fix misspelled translations
  • Add missing delete tenant configuration on tenant delete (#123)

Documentation

Continuous Integration

  • Add basic UI test based on cypress (#4)

Technical debt

What's Changed

Full Changelog: 0.6.0...0.7.0

v0.6.0

08 Dec 18:12
ad23fdb
Compare
Choose a tag to compare

Auth Management UI Release Notes

0.6

New features

  • Add form for creating resource types
  • Add support for retrieving resource id based
    on resource type endpoint in policy forms
  • Update tests to use Node 16 (#93)
  • Pass authorization token to policies calls
  • Update configuration: orion query with filter, debug only in dev environment

Bug fixes

  • Fix fonts inside the policy table
  • Policy form user mapping
  • Fix environment variables loading for configuration-api
  • Update security dependencies
  • Remove hardcoded env file

Documentation

Continuous Integration

  • Clean up dependencies
  • Update to login-action@v2
  • Add support for arm64 builds

Technical debt

What's Changed

Full Changelog: 0.5.1...0.6.0

0.5.1

31 Oct 19:42
bc0de58
Compare
Choose a tag to compare

Auth Management UI Release Notes

0.5.1

Bug fixes

  • Token on TenantDelete
  • Display Tenant selector if only superAdmin
  • Fix tenantPreferencies creation when a new tenant is created

What's Changed

Full Changelog: 0.5.0...0.5.1

0.5.0

27 Oct 17:56
041615f
Compare
Choose a tag to compare

Auth Management UI Release Notes

0.5

New features

  • Load values from Keycloak to populate users, groups and roles in policyForm
  • Decouple components from the APIs
  • Migration to orchestracities realm v0.0.6
  • Refresh Token on the creation of a new Tenant

Bug fixes

  • Change the Group from name to path
  • Fixed filters margin top
  • Filters naming
  • Filters behavior when another tenant is selected

Documentation

Continuous Integration

What's Changed

Full Changelog: 0.4.0...0.5.0

0.4.0

17 Oct 09:37
eacd0a9
Compare
Choose a tag to compare

0.4

New features

  • Pass the token to the policy api
  • The last tenant selected is loaded by default
  • Add custom icons (with some size limitation) to your tenant
  • Update repository to use v0.0.5 of keycloak scripts and realm export
  • Allow tenantPage only if the user is a superAdmin
  • Support configurable logging

Bug fixes

  • Small scaling of the lateral menu

Documentation

Continuous Integration

  • Unit tests for the configuration api

Technical debt

What's Changed

Full Changelog: 0.3.0...0.4.0

0.3.0

29 Jul 08:43
2514707
Compare
Choose a tag to compare

0.3

New features

  • Possibility to add N subpaths on the main form or on the table of services
  • Proper responsive on the elements
  • Fullscreen forms on mobile
  • Fullscreen table and filters

Bug fixes

  • Using prestart we re-generate the env.js file,
    but the generator does not comply with our
    prettier rules, so we have to enforce prettier during pre-start.
  • Changed some names on variables in order to be more clear
  • Minor issues (animation/colors)
  • Remove GraphQL requirement for the app to work
  • Tenant name on path creation

What's Changed

Full Changelog: 0.2.0...0.3.0

0.2.0

07 Jul 15:03
6052322
Compare
Choose a tag to compare

Auth Management UI Release Notes

0.2

New features

  • New animations
  • New colors for the policies Cards
  • Filter by resource in the policies table
  • Modify a policy
  • Managing errors in policyform
  • Policy ID on edit
  • Notification system for deleting,creating,updating elements

Bug fixes

  • Fix inside policies form the default path value
  • Fix inside policies form a missing translation
  • Changing translations inside the policies table
  • Policy delete fix
  • Fix misspelled Resource Tenant Agent urn
  • Fix docker image for ui to load env variables dynamically
  • Fix prettier to uniform code style

Documentation

  • Clean README.md
  • Code of Conduct
  • CONTRIBUTION guide

Continuous Integration

  • Markdown linter
  • Docker build
  • Release note check
  • Templates for github issues
  • Templates for github PRs
  • CLA and CLA signature workflow

Technical debt

  • Refactor to provide more meaningful names and variables management

New Contributors

Full Changelog: 0.1...0.2

0.1

01 Apr 14:25
e45c104
Compare
Choose a tag to compare
0.1

Initial version of the Anubis management UI