Skip to content

Releases: domapic/domapic-controller

Send plugin events

18 Nov 18:22
8d33525
Compare
Choose a tag to compare
Send plugin events Pre-release
Pre-release

Added

  • Send entity operations events to all registered plugins
  • Add type filter to get services api

Changed

  • Allow plugin users to create and get operator users

Fixed

  • Fix role-based permissions in get user api

Revert "modules" api into "services".

13 Nov 19:15
3454b12
Compare
Choose a tag to compare
Pre-release

Changed

  • Revert "services" to "modules" change.
  • Change "service" role into "module"
  • Add type field to services, which can be "module" or "plugin"
  • Allow plugin users to create services with type "plugin"
  • Allow service-registerer users to create users with role "plugin"

Rename services to modules

09 Nov 14:06
ee3829d
Compare
Choose a tag to compare
Pre-release

Changed

  • Upgrade domapic-base
  • Change "services" by "modules".

Fixed

  • Allow "integer" and "float" as data types for abilities in api.

Events and logs apis

01 Nov 08:22
ef1d072
Compare
Choose a tag to compare
Events and logs apis Pre-release
Pre-release
  • Add ability events api
  • Save abilities actions and events as logs into database
  • Add logs api

Add ability state api

15 Oct 18:00
d1cc677
Compare
Choose a tag to compare
Add ability state api Pre-release
Pre-release

Added

  • Add ability state api

Changed

  • Upgrade dependencies
  • Returns BadGateway error instead of ClientTimeOut error when service is not available

Abilities action api

14 Oct 11:50
fe6a3aa
Compare
Choose a tag to compare
Abilities action api Pre-release
Pre-release

Added

  • Add ability action api

Fixed

  • Expose ability description fields to api

Fix unique validator

09 Oct 18:33
5e04b3b
Compare
Choose a tag to compare
Fix unique validator Pre-release
Pre-release

Fixed

  • Exclude document being updated from unique fields validation

Changed

  • Pass user id as string to authentication handlers

Change url validator

04 Oct 16:50
3f797d9
Compare
Choose a tag to compare
Change url validator Pre-release
Pre-release
  • Change url validator

First pre-release

30 Sep 09:34
ae13c6f
Compare
Choose a tag to compare
First pre-release Pre-release
Pre-release
  • First pre-release.
  • Ready for Domapic Services connection flow.