Skip to content

Releases: dmm-com/pagoda

v3.30.0

25 Nov 07:27
4aa33e8
Compare
Choose a tag to compare

Changed

v3.29.0

25 Nov 07:27
4aa33e8
Compare
Choose a tag to compare

Added

  • Added new UI password reset page
    Contributed by @syucream

Changed

  • Upgrade Elasticsearch version from 6.8.16 to 7.17.6
    Contributed by @hinashi

v3.28.0

25 Nov 07:26
b156fb6
Compare
Choose a tag to compare

Added

  • Added API v2 for User, Group, Role
    Contributed by @syucream
  • Added new UI error page
    Contributed by @syucream

Fixed

  • Fixed the problem that ES registration process takes time
    Contributed by @hinashi

v3.27.0

25 Nov 07:26
24939ba
Compare
Choose a tag to compare

Added

  • Added API handler that searchs Entries across multiple referral structure
    (/api/v1/search_chain)
    Contributed by @userlocalhost, @hinashi
  • Added group edit page.
    Contributed by @syucream

Changed

  • Improved processing to get referred Entry from elasticsearch
    (reducing number of DB access)
    Contributed by @userlocalhost, @hinashi
  • Upgrade django version from 3.2.15 to 3.2.16

v3.26.0

25 Nov 07:26
9febc91
Compare
Choose a tag to compare

Added

  • Added group list page.
    Contributed by @syucream

Fixed

  • Fixed an issue where complement_attrs() called duplicates.
    Contributed by @userlocalhost

v3.25.0

25 Nov 07:25
1e670fa
Compare
Choose a tag to compare

Added

  • Added a new API handler that user can retrieve Entries, which refers an Entry
    at specific Attribute and that referred Entry refers another Entry. In that way,
    user can specify this repeated (chained) reference condition to get Entry
    that refers far away Entry without aware of intermediate ones.
    Contributed by @userlocalhost
  • Added role list and role edit page.
    Contributed by @syucream

Changed

  • Changed Elasticsearch update process to faster.
    Contributed by @hinashi
  • Upgrade Elasticsearch version from 6.8.16 to 7.17.6
    Contributed by @hinashi

Fixed

  • Fixed advanced search not output after entity edit.
    Contributed by @hinashi

v3.24.0

25 Nov 07:25
fa9b5de
Compare
Choose a tag to compare

Changed

  • Changed not to execute notify job when there is no update in entry import
    Contributed by @hinashi

Fixed

  • Fixed error in updating array_object attribute
    Contributed by @hinashi
  • Fixed remove_from_attrv for array_named_entry attribute
    Contributed by @hinashi

v3.23.0

25 Nov 07:24
d1a2613
Compare
Choose a tag to compare

Changed

  • Changed not to use memcached.
    Contributed by @hinashi

v3.22.0

30 Sep 01:37
54aaaae
Compare
Choose a tag to compare

Added

  • Added airone error code to APIv2 for frontend.
    Contributed by @syucream, @userlocalhost, @hinashi

  • Added new parameter "as_member" at the Role.is_belonged_to() method to be able to
    confirm that specified user is belonged to this role as member.
    Contributed by @userlocalhost

v3.21.0

26 Sep 03:23
ff67e7e
Compare
Choose a tag to compare

Added

  • Added new Attribute-types ("role" and "array_role") that could refer Role instance from AttributeValue.
    Contributed by @userlocalhost

Changed

  • Upgrade flower version from 1.1.0 to 1.2.0

Fixed

  • Fixed Elasticsearch not updating when updating Group and Role.
    Contributed by @Ravie403
  • Fixed showing deleted attributes in entry restore.
    Contributed by @Ravie403
  • Fixed value not being displayed due to javascript error in entry edit.
    Contributed by @ritsuxis
  • Fixed duplicate entries in entry restore.
    Contributed by @ritsuxis
  • Fixed a problem that an exception will be occurred at edit Entry page.
    Contributed by @ritsuxis
  • Fixed entity's page paginate.
    Contributed by @ritsuxis