Skip to content

Releases: dmm-com/pagoda

airone-1.19.0

19 Jun 07:36
d3136e5
Compare
Choose a tag to compare

AirOne is an open source tool built for DCIM(Data Center Infrastructure Management)

v3.49.0

26 May 04:26
0ba67d3
Compare
Choose a tag to compare

Added

  • Prepare to publish APIv2 client npm package w/o modifying existing code.
    Contributed by @syucream

Changed

  • Upgrade django version from 3.2.18 to 3.2.19
  • Hide disallowed value explicitly on advanced search result.
    Contributed by @syucream

Fixed

  • Fixed error when date attribute value is None in advanced search.
    Contributed by @hinashi

v3.48.0

18 May 02:30
e3e4ec9
Compare
Choose a tag to compare

Changed

  • Implement isMandatory value validation.
    Contributed by @syucream
  • Hide entry attribute if user isn't allowed to show it
    Contributed by @syucream

Fixed

  • Fixed a bug of /api_v1/entry/search_chain API implementation at the "refers" condition.
    This unables to filter intermediate search results with Entry name at its condition.
    Contributed by @userlocalhost
  • Fixed the order of attributes in the entry edit to index order.
    Contributed by @hinashi
  • Fixed edit entries when special characters are used in attribute names.
    Contributed by @hinashi
  • Fixed celery trace log not output
    Contributed by @hinashi

v3.47.0

18 May 02:29
01f7320
Compare
Choose a tag to compare

Added

  • Added django-storages library.
    Contributed by @hinashi

Changed

v3.46.0

18 May 02:29
9706c2e
Compare
Choose a tag to compare

Fixed

  • Fixed a bug to be able to edit Entry, Attribute and EntityAttr's ACL without Full permission
    Contributed by @userlocalhost

v3.45.0

24 Mar 02:35
8734a47
Compare
Choose a tag to compare

Added

  • Added django-environ library.
    Contributed by @hinashi

Changed

  • Validate input entity data with Zod.
    Contributed by @syucream

v3.44.0

24 Mar 02:34
720ff99
Compare
Choose a tag to compare

Changed

Fixed

  • Fixed search chain API referral filtering.
    Contributed by @hinashi

v3.43.0

24 Mar 02:34
15ef1a8
Compare
Choose a tag to compare

Changed

  • Validate input user data with Zod.
    Contributed by @syucream
  • Changed to increase the maximum value of SearchChainAPI.
    Contributed by @hinashi

Fixed

  • Fixed search chain API when only one filtering hit.
    Contributed by @hinashi

v3.42.0

06 Mar 03:14
8d2db52
Compare
Choose a tag to compare

Changed

  • Validate input role data with Zod.
    Contributed by @syucream
  • Replace sx props with styled components.
    Contributed by @syucream
  • Upgrade django version from 3.2.17 to 3.2.18

Fixed

  • Fixed pagination error in entry history apiv2.
    Contributed by @hinashi

v3.41.0

06 Mar 03:14
7b94a76
Compare
Choose a tag to compare

Added

  • Added to use Elasticsearch security features.
    Contributed by @hinashi
  • Added customview in delete entry api.
    Contributed by @hinashi

Changed

  • Enable TypeScript strict mode.
    Contributed by @syucream

Fixed

  • Fixed permissions for entry operations.
    Contributed by @hinashi
  • Fixed filter only ancestors and others not to break group tree
    Contributed by @syucream