Skip to content

Releases: HewlettPackard/squest

v2.1.1

03 Oct 14:46
Compare
Choose a tag to compare

Fix

  • Email were not sent to some requester
  • Fix Squest logo size in email
  • Add back current instance spec and admin spec in request details page
  • Fix displayed info in user details page
  • Fix global sync when no default value set on survey field

v2.1.0

29 Sep 12:29
Compare
Choose a tag to compare

Feature

  • Introducing "owner permissions" in Global scopes. Admin can add permissions to users for objects that belong to them (Instance, Request and Support).
    This enables a v1-like functionality in terms of permissions.

Enhancement

  • Login page redirect to the next page.

Fix

  • Breadcrumbs in Teams did not show Organization in some views.

v2.0.0

27 Sep 14:32
Compare
Choose a tag to compare

Breaking changes ⚠

  • Resource tracker v1 is removed. Data are lost after migration to v2. A migration script is available, read the documentation for more information
  • API complete refactoring. Use Swagger documentation to get new endpoints
  • Approval workflow v1 has been removed. Workflow need to be re-created manually
  • Teams v1 are removed and will need to be created back manually
  • Quota scope (formerly billing group is now mandatory)

Fix

  • Processing a request is auto-process no longer produce 500 error

Feature

  • RBAC
  • Organizations added as top layer (replacing billing groups)
  • Quota management. Quota attribute are same as resource tracker attribute and linkable to survey fields.
  • Move resource from a resource group to another resource group
  • Dark theme

Enhancement

  • Resource tracking refactoring. Resource pool are removed. Links are done directly between resource groups
  • Approval workflow refactoring (with configurable auto accept on each step)
  • Dashboard refactored. Added list of request that can be approved by the current user based on permissions
  • Survey max value on integer can be limited by quota
  • Request details page reworked
  • Pagination now available up to 1000 on each list
  • Support of emojis in request and support message
  • Add "user" data to jinja context
  • New state on instance: ABORTED (when cancelling a request)

v1.10.6

11 Sep 09:39
Compare
Choose a tag to compare

1.10.6 2023-09-11

Fix

  • Fix Celery beat execution command in Docker Compose

v1.10.5

29 Aug 13:49
Compare
Choose a tag to compare

Feature

  • Command to generate resource tracker v1 migration YAML.

v1.10.4

08 Aug 11:21
Compare
Choose a tag to compare

Fix

v1.10.3

07 Aug 14:36
Compare
Choose a tag to compare

Fix

  • freeze image versions in docker-compose
  • mariadb command is used instead of mysql command (since mariadb 11 msql command is no longer compatible)

v1.10.2

04 Jul 09:19
Compare
Choose a tag to compare

Fix

  • fix IS_DEV_SERVER boolean

Enhancement

  • go to process after accepting
  • add accept and process
  • add error 500 page

v1.10.1

04 Jul 09:18
Compare
Choose a tag to compare

Enhancement

  • refactoring mail templates
  • add billing group filter on request list page
  • expose SQUEST_IMAGE and SQUEST_TAG as variables in docker-compose (see documentation)
  • always mount volume for field_validators

Fix

  • close MySQL port by default
  • move phpmyadmin in dev.docker-compose.yml

Feature

  • add IS_DEV_SERVER flag

v1.10.0

07 Mar 10:03
Compare
Choose a tag to compare

Fix

  • Fix SQUEST_EMAIL_HOST env var to match the behavior described in the doc. Removed hard coded squest@. ⚠️may break your config if @ is not set.

Feature

  • CVS export on resource pool page
  • add PostgreSQL database support
  • add a custom note into the login page