Skip to content

Releases: ARGOeu/poem-2

Version 3.4.11

07 Jun 14:21
f688aad
Compare
Choose a tag to compare

Added

  • ARGO-4382 Placeholders instead of loading icon

Fixed

  • ARGO-4530 Minor code fixes and major tests fixes wrt react-router-dom bump

Changed

  • ARGO-4383 Bump react-router-dom-v6
  • ARGO-4384 Upgrade React to version 18
  • ARGO-4385 Upgrade Bootstrap to version 5.3.2
  • ARGO-4543 Bump outdated python packages

Version 3.4.10

11 Sep 10:30
254a474
Compare
Choose a tag to compare

Added

  • ARGO-4356 Sending info emails
  • ARGO-4357 Add option to submit script as probe candidate
  • ARGO-4360 Add devel UI URL field to probe candidate model
  • ARGO-4361 Add production UI URL field to probe candidate model
  • ARGO-4368 Send an email when the probe candidate is rejected
  • ARGO-4375 Implement internal DELETE method

Fixed

  • ARGO-4371 Script error in public metric profile changeview
  • ARGO-4374 Fix parsing of email settings

Changed

  • ARGO-4369 Include flags to stop sending of duplicate emails
  • ARGO-4370 Update POEM documentation

Version 3.4.9

03 Aug 11:08
ca80af5
Compare
Choose a tag to compare

Added

  • ARGO-4358 Add command validation to probe candidate API view
  • ARGO-4359 Add service type field to probe candidate model
  • ARGO-4360 Add devel UI URL field to probe candidate model
  • ARGO-4361 Add production UI URL field to probe candidate model

Fixed

  • ARGO-4363 Configure setup.py to include new DB backup script into wheel package

Changed

  • ARGO-4362 Simplify db backup in POEM
  • ARGO-4354 Remove internal metrics from token protected YUM repos API view

Version 3.4.8

10 Jul 08:45
85cacf8
Compare
Choose a tag to compare

Added

  • ARGO-3573 Introduce negation feature for topology entity filter
  • ARGO-3574 Introduce wildcard specification for topology entity filter
  • ARGO-4241 Mark that tenant is combined tenant
  • ARGO-4242 Option to combine two existing profiles from different tenants
  • ARGO-4276 API endpoints to integrate probes to the Monitoring service
  • ARGO-4318 View in POEM for probe candidates

Fixed

  • ARGO-4230 Error not displayed on metric override page
  • ARGO-4246 Fork and patch typing_extensions and place it as POEM dependency
  • ARGO-4250 Bug fetching read-only WEB-API key
  • ARGO-4321 Login page not redirecting

Changed

  • ARGO-3724 Skip import metrics step in tenant POEMs
  • ARGO-4042 Switch threshold profile page to react-hook-form library
  • ARGO-4239 Add tenants' keys to super POEM
  • ARGO-4264 Switch login page to react-hook-form library
  • ARGO-4265 Switch tenants page to react-hook-form library

Version 3.4.6

02 Feb 08:09
9add5bf
Compare
Choose a tag to compare

Added

  • ARGO-4103 POEM POST service types with tags=poem field set

Fixed

  • ARGO-4104 Reflect changing number of entries in pagination on rendering of tuples
  • ARGO-4160 Form validation triggered wrong
  • ARGO-4179 Fix duplicated tuple logic clear off on metric profiles

Changed

  • ARGO-4030 Switch aggregation profile page to react-hook-form library
  • ARGO-4033 Switch metric overrides page to react-hook-form library
  • ARGO-4034 Switch metric profile page to react-hook-form library
  • ARGO-4035 Switch metric and metric templates page to react-hook-form library
  • ARGO-4036 Switch metric tags page to react-hook-form library
  • ARGO-4038 Remove formik from operations profile page
  • ARGO-4040 Switch probe page to react-hook-form library
  • ARGO-4043 Switch users page to react-hook-form library
  • ARGO-4044 Switch YUM repo page to react-hook-form library
  • ARGO-4161 Bump libs

Version 3.4.5

03 Nov 10:19
faa64f6
Compare
Choose a tag to compare

Added

  • ARGO-3971 Store default ports in POEM
  • ARGO-3980 Support bulk delete of service types
  • ARGO-3981 Introduce bulk add service types view
  • ARGO-3983 Add service types pagination
  • ARGO-4009 Enable Hot Module Replacement and Django internal web server
  • ARGO-4014 Define min and max width of name column in Service Types list

Changed

  • ARGO-3711 Reduce Metric model to what is strictly necessary
  • ARGO-3982 Remove service types sync and related DB tables
  • ARGO-4004 Ensure that only service type names without whitespace can created from the UI
  • ARGO-4008 Have red border around changed description field
  • ARGO-4012 One common Save button instead of one in every row
  • ARGO-4031 Switch API key page to react-hook-form library
  • ARGO-4032 Switch groups page to react-hook-form library
  • ARGO-4039 Switch package page to react-hook-form library
  • ARGO-4051 Ensure POEM wheel essential dependencies installed automatically

Fixed

  • ARGO-4005 Marking field tuple on filtered view ends with description fields populated from neighboring tuple
  • ARGO-4006 Case insensitive search on bulk delete and placeholder missing
  • ARGO-4028 Adding of new metric profile is broken
  • ARGO-4094 Metric parameter overrides not handling space in parameter value
  • ARGO-4095 Clean requirements.txt

Version 3.4.4

01 Sep 08:25
cee7802
Compare
Choose a tag to compare

Added

  • ARGO-3663 Add info on profile in which metrics are used

Changed

  • ARGO-3612 Improve fetching and caching data in probe page
  • ARGO-3613 Improve fetching and caching data in metrics page
  • ARGO-3614 Improve fetching and caching data on metric profiles page
  • ARGO-3615 Improve fetching and caching data on aggregations profile page
  • ARGO-3616 Improve fetching and caching data on thresholds profile page
  • ARGO-3617 Improve fetching and caching data in users page
  • ARGO-3959 Bump Django version to 3.2.15

Version 3.4.3

04 Aug 08:11
6272a0a
Compare
Choose a tag to compare

Changed

  • ARGO-3950 Bump Django version
  • ARGO-3951 Update webpack, loaders, eslint and babel stuff
  • ARGO-3952 Refine loading of custom Bootstrap options

Fixed

  • ARGO-3909 Wrong error message during tag syncing when adding/cloning metric template
  • ARGO-3954 Fields in metric page enabled due to a package upgrade when they should be disabled

Version 3.4.2

09 Jun 13:20
fad4548
Compare
Choose a tag to compare

Added

  • ARGO-3734 Introduce topology endpoint report filters
  • ARGO-3671 Introduce page for handling metric tags
  • ARGO-3686 Introduce tool for local import of EOSC services

Changed

  • ARGO-3841 Bump libs
  • ARGO-3733 Do not assume both types of topology exists for every tenant
  • ARGO-3523 Clean webpack deprecations
  • ARGO-3694 Limit number of tries of executing backend and frontend tests

Fixed

  • ARGO-3693 Fix false negative unit tests occuring occasionally
  • ARGO-3730 Remove toggle of Reports WEB-API CRUD
  • ARGO-3707 Bug when handling topology entities values with whitespaces

Version 3.4.1

07 Apr 12:02
0ff948a
Compare
Choose a tag to compare

Added

  • ARGO-3499 Poem: Warn user if service exists in metric profile but not in aggregation profile
  • ARGO-3618 Token protected API view for metric templates on SuperPOEM

Changed

  • ARGO-3672 Color "eol" tag red
  • ARGO-3565 Improve fetching and caching data in reports page

Fixed

  • ARGO-3670 Error saving tags for passive metrics
  • ARGO-3667 Resolve security issues