Releases: splunk/SC4SNMP-UI
Releases · splunk/SC4SNMP-UI
v1.0.0-beta.10
v1.0.0-beta.9
1.0.0-beta.9 (2023-08-02)
Bug Fixes
v1.0.0-beta.8
v1.0.0-beta.7
1.0.0-beta.7 (2023-07-28)
Bug Fixes
- validation of the same varBinds, conditions and patterns in one profile (d9bed2d)
v1.0.0-beta.6
v1.0.0-beta.5
v1.0.0-beta.4
1.0.0-beta.4 (2023-07-27)
Bug Fixes
v1.0.0-beta.3
1.0.0-beta.3 (2023-07-18)
Bug Fixes
v1.0.0-beta.2
1.0.0-beta.2 (2023-07-11)
Bug Fixes
- Add apply changes (f3e450a)
- add conditional profiles (1e146c9)
- bump node-version for semantic release and change extra plugin @google/semantic-release-replace-plugin to jpoehnelt/semantic-release-replace-plugin (1fb717b)
- bump semantic_version to 20 and cycjimmy/semantic-release-action to 3.4.2 (f58270c)
- bump semantic-release-replace-plugin (39992eb)
- change gunicorn log-level to info (4420748)
- change jpoehnelt/semantic-release-replace-plugin to semantic-release-replace-plugin (5d1dc3f)
- downgrade node in workflows (d2a1a99)
- downgrade semantic-release-action (399726a)
- enable compound indices in profiles and configuration of hosts in the inventory using string address (30f6d90)
- in .releaserc use semantic-release-replace-plugin and in ci-release.yaml [email protected] (94bdc57)
- in .releaserc use semantic-release-replace-plugin and in ci-release.yaml [email protected] (a3122b5)
- refactor and add new tests for flask backend. (a9dc102)
- refactor routes in flask, refactor InventoryList.jsx, change delete button in delete modal to primary, after deleting anything always display confiramtion, change label on the button in the inventory, add a unit to the polling frequency (13e48d0)
- update __string_value_to_numeric method (3f7bbdf)
- update node version in workflows (052582c)
- update semantic-release-action version (6604c8f)
- use @google/[email protected] plugin (addccef)
- use @google/[email protected] plugin (434da60)
- use @google/[email protected] plugin (7fbdedb)
- use [email protected] (9949783)
- use [email protected] (5d45a28)
v1.0.0-beta.1
1.0.0-beta.1 (2023-07-05)
Bug Fixes
- add collapsible rows in profiles (23035bb)
- add gunicorn logger, add test directory, add requirements (1ba2cad)
- add permissions to the release job in workflow (71cec71)
- add SC4SNMP_UI_backend directory in backend Dockerfile (fa35651)
- add validation to check if community is provided if version is 1 or 2c (816c8a8)
- added comments and deleted profile validation context (f2adcda)
- added error style to inventory and groups forms while validating (abbda32)
- added Proxima Nova font, finished inventory (6d56473)
- added requirements.txt (d8eb307)
- added semicolon (6f336ba)
- adding inventory fields without base and mandatory profiles (2b28113)
- auto refresh state after deleting or adding profile (6e1da8c)
- automatically add base and mandatory profiles to the new inventory, delete inventory records (7851aa7)
- backend for delete and edit objects by ID instead of profile name (87ef861)
- bolded header in the inventory modal (9f9e6ad)
- change backendHost to use it on local machine (e6b11de)
- change docker image repository name (053e6b7)
- change modal name to Edit or Add depending on action (4a01627)
- change order of menu tabs, change 'IP address/Group' field from group devices configuration to 'IP address' (156fc6d)
- change organisation of files (c129eb1)
- change url link of inventory to the updated version of API endpoints (b8bcc77)
- changed the way of accesing colection in endpoints, changed how updates of profiles are made, created check_if_inventory_can_be_added, changed the way of deleting group from inventory when the group was deleted (cf9f482)
- changed variables names (a810fd6)
- changin variables including 'Id' in the name from 'myNameID' to 'myNameId' (095b49c)
- condition validation and partially working varBinds validation (28ca072)
- converting profiles between two formats (6befac7)
- create modal for displaying messages from backend (00138ff)
- create new groups column in groups UI (1bb9e10)
- cross-origin (f1946a5)
- delete and edit objects by ID instead of profile name (75705b7)
- delete and update endpoints (c67b2bc)
- delete inventory.py file (bf557ba)
- delete unnecessary logger (82da626)
- deleted inventory_old.py (ef747dd)
- deleting profiles (24c3417)
- display messages from backend when updating inventory and updating group (dfe6978)
- display messages from backend when updating or deleting profiles (d917657)
- don't change values after update window is closed without submiting changes (4cf7249)
- edit apropriate FormRows.Row in varBinds and Conditions (0253391)
- edit inventory records with groups (67cbbc5)
- editing and deleting inventory records (ea80642)
- editing and deleting inventory records - backend (bf463e8)
- error message for security engine - fixed grammar error (33b1bc8)
- error message for security engine informing that all the letter must be either upper or lowe case (2503a51)
- finished groups UI (5bfb791)
- first version of edits (f49a759)
- first version of working group form without validation, refactored delete modal (f291d15)
- first version of working group form without validation, refactored delete modal - backend (5d8e1ee)
- fix invalid escape sequence \s in .releaserc (be8a89f)
- fix matches in .releaserc (4710923)
- fixed bug that made edit instead of new profile after previously editing profile (1214370)
- fixed conditions editing (3281c7b)
- fixed error with adding and deleting conditions' patterns while editing (45870c9)
- fixed error with adding varBinds while editing (02efd96)
- fixed error with deleteing last device from the current page (25105d9)
- fixed error with deleting varBinds (77609a4)
- fixed issue with adding device instead of updating if nothing is changed in updating form (cbbd2b1)
- fixed varBinds validation (eec377f)
- fixed varBinds validation (f93fdf6)
- fixed varBinds validation (952eeb8)
- fixed varBinds validation (7b0c888)
- fixes of varBinds errors (7eb0d62)
- fixing bug in pagination (be8981c)
- flask tests (60eb305)
- get host from environment variable (83605c1)
- groups integration with sc4snmp database (99c072d)
- if profile name is updated or the whole profile is deleted, up...