5.52.0 (2024-10-30)¶
Bug Fixes¶
- generate basic authentication fields for OpenAPI integration (#1407) (584b832)
- remove support for the “enable” action in table inputs (#1386) (26a4bb9)
Features¶
- print warning when entity does not have validators (#1409) (ad12cea)
- require splunktaucclib 6.4.0 during the build phase (#1412) (0d20269)
5.51.1 (2024-10-22)¶
Bug Fixes¶
5.51.0 (2024-10-16)¶
Bug Fixes¶
Features¶
- allow validators for oauth fields (#1355) (ef3b6a9)
- hide elements for cloud or enterprise (#1364) (21aa28f)
- modal implementation for data ingestion table (#1244) (8246870)
- server side validation of name field based on globalConfig (#1362) (4e43c27)
- support CRON as interval (#1346) (8c5a981)
5.50.1 (2024-10-04)¶
Bug Fixes¶
5.50.0 (2024-10-02)¶
Bug Fixes¶
- boolean values are converted to 1 and 0 only on configuration page (#1347) (d0d0c11)
- custom row loading on many tabs (#1336) (f124b5e)
- globalConfig: update name and rest root convention (#1335) (bdfa8c3), closes #1333
Features¶
- dashboard: add possibility to display CRITICAL log lvl in dashboard (#1337) (d937986)
- option for configuring is_visible from globalConfig.json (#1345) (04c80e3), closes #1334
- provide support for Python 3.9 for OS-dependent libraries (#1338) (5cfc889)
- restructure conf and spec file generation (#1328) (bc6a36b)
- restructure html file generation (#1311) (ed2c2bd)
- restructure xml file generation (#1312) (a171c8d)
5.49.0 (2024-08-21)¶
Bug Fixes¶
Features¶
- add basic textarea field to alerts (#1308) (cc1706f)
- add new index entity (#1313) (df77f51)
- add required as modifiable property (#1309) (a94cdc9)
- default value for custom mapping (#1304) (8c5a3a6), closes #1282
- use log_level in dashboard queries (#1289) (3fc86c3)
5.48.2 (2024-07-25)¶
Bug Fixes¶
- inputs: fix parsing ‘0’ as false for readonlyField and hideField (#1290) (ec676a1)
- NumberValidator: Number validators allows integer value (#1293) (dbd287c), closes #876
5.48.1 (2024-07-11)¶
Bug Fixes¶
5.48.0 (2024-07-10)¶
Bug Fixes¶
- allow using globalConfig validator regardless of the default encoding (#1276) (480798f)
- correctly map truly and falsy values for inputs (#1270) (2b8c2c2)
Features¶
- theme: add dark theme support (#1257) (8bd5d33)
- inputs: add hidable or readonly inputs (#1258) (8c70476)
- remove placeholder option from globalConfig (#1256) (044c2d0)
- update add-on generated by ucc-gen init command (#1263) (76e8e52)
- select entity: allow custom mapping for values (#1265) (202f046)
5.47.0 (2024-06-25)¶
Bug Fixes¶
- allow 2 blank lines in markdown (3832c3c)
Features¶
- custom_row: pass default row value to custom row component (#1218) (1fdebfa)
- dashboard: add custom filtering options for the license_usage file (#1247) (3e8d864)
- dashboard: add globalconfig configuration for custom dashboard tab name (#1239) (fce1df4)
5.46.0 (2024-06-13)¶
Bug Fixes¶
Features¶
- allow developers to choose the default view (#1197) (21610e2), closes #1041
- configuration: display UCC version (#1221) (a63d8b3)
- dashboard: add error categories to chart and event table in the error panel (#1225) (cd2907a)
- dashboard: add resource monitoring tab and information about input status (#1209) (e8acfd9)
- globalConfig file passed through
--config
accepts only JSON or YAML formats (#1216) (f661475) - sort table by visible text (#1205) (8561e0f)
5.45.0 (2024-05-28)¶
Bug Fixes¶
Features¶
- add built-in interval entity (#1179) (10ae8e3)
- add flag to add UI source map files during the build process (#1183) (6e4944b)
- Improve input helper module init scripts (#1204) (9abb12c)
5.44.0 (2024-05-14)¶
Bug Fixes¶
- alert: graceful handle for usage of activeResponse (#1185) (c43f38f)
- style: fix label overflow issue for ‘OpenAPI.json’ button in configuration page (#1181) (917f9c9)
Features¶
- auto-gen: notify users for existing features of UCC framework (#1177) (305dbbd)
- file input component, supports base64 encoding (#1167) (46417c2)
- helper modules for modular inputs (#1126) (fde1a33), closes #331
- search: relocate button from dropdown to action column In input page (#1148) (696e5a9)
5.43.0 (2024-04-30)¶
Bug Fixes¶
Features¶
5.42.1 (2024-04-22)¶
Bug Fixes¶
5.42.0 (2024-04-19)¶
Bug Fixes¶
- add customScript for alert action (#1143) (12d8392)
- add schema version update for alert action (#1150) (94f3070)
- update idna to 3.7 (#1146) (ece8f65)
Features¶
- adaptiveResponse: add verbose details for AR alert action (#1135) (b19d678)
- add iconFileName for alert action (#1134) (5a76706), closes #1105
- CheckboxGroup: add support for required field (#1131) (e101aa3)
- create a playground for global config (#1144) (791a6dc)
- enhanced monitoring dashboard (#1125) (2d2b143)
5.41.0 (2024-04-02)¶
Bug Fixes¶
Features¶
5.40.0 (2024-03-21)¶
Bug Fixes¶
- allow using only one Configuration tab (#1106) (f6a7fbd)
- custom value passed to component (#1104) (729f661)
Features¶
5.39.1 (2024-03-05)¶
Bug Fixes¶
5.39.0 (2024-02-20)¶
Bug Fixes¶
- a11y: associate labels with inputs (#1055) (a880c45)
- Add page for proxy configuration (#1057) (a76c0c2)
- return back div wrapper that shifts layout (#1061) (c6a42c6), closes #1055
Features¶
- add async on save to entity page (#1080) (abe8f96)
- add possibility to use async onSave method (#1079) (7dd6640)
- ADDON-57381 hide implementation details from user-facing error messages (#987) (5467ed9)
- modify fields on value (#1066) (1cd25b5)
5.38.0 (2024-02-06)¶
Bug Fixes¶
- EntityModal: prevent Enter from submitting the form in Modal window (#1047) (b7f179a), closes #875
- OpenAPI schema generator fixes for when multiple inputs are defined (#1016) (332db43)
Features¶
- add UCC version to globalConfig (#984) (e1229b4)
- ADDON-67533 implement support for oauth autorize and token urls (#1009) (aada373)
- allow wildcards in .uccignore file (#1012) (04b847f), closes #1011
- change avg() to sum() in PANEL_EVENTS_INGESTED_BY_SOURCETYPE_TEMPLATE panel (#1028) (c738634)
- customizing version of pip in build, add legacy resolver as optional (#1035) (751990c)
- default warning hidden after any input (#1024) (d0d69ee)
5.37.0 (2024-01-31)¶
Features¶
5.36.2 (2024-01-12)¶
Bug Fixes¶
- table and references (29e69bb)
5.36.1 (2024-01-12)¶
Bug Fixes¶
5.36.0 (2024-01-10)¶
Bug Fixes¶
- enable for entities and add it for oauth (#964) (21bb7f8)
- no-compile missing from os-dependentLibraries packages (#999) (537d450)
- pass disabled props for radio bar component (#997) (a4eb6f9)
- typo in the error message (#1004) (312c8be)
- update axios along with follow redirect (#1003) (7bc5a35)
Features¶
- add support for custom dashboards (#979) (7fe3d58)
- ADDON-67093 add custom warning message for forms (#970) (64daa77)
- buildtime version check for os-dependentLibraries (#981) (cbe923d)
- custom sub description for pages - ADDON-67014 (#982) (b3a32c5)
- require variable only when displayed ADDON-67013 (#985) (6873164)
5.35.1 (2023-12-14)¶
Bug Fixes¶
5.35.0 (2023-12-13)¶
Bug Fixes¶
Features¶
- add support for downloading os-dependent libraries (#963) (6cfb5a3)
- build commands produces detailed output of what happened (#927) (3fad1a2)
5.34.1 (2023-12-06)¶
Bug Fixes¶
5.34.0 (2023-11-28)¶
Bug Fixes¶
- change location of openapi.json generated file (#958) (e0d38b7)
- globalConfig validator respects numbers in values in autoCompleteFields (#957) (1716494)
- revert to static width of modal (#955) (aec869f)
- update urllib3 (#922) (11ff4c6)
Features¶
- add optional label for helpLink component (#939) (e3a9b40)
- add support for disableonEdit in oauth (#953) (d948128)
- additional validations for the groups feature (#926) (29c1251)
- ADDON-64844 better spacing in modal (#935) (b385759)
- ADDON-65107 implement download button for openapi (#932) (f71d7ec)
- schema.json: make entity schemas more specific (#938) (24c667b)
5.33.0 (2023-11-14)¶
Features¶
5.32.0 (2023-10-13)¶
Features¶
5.31.1 (2023-10-06)¶
Bug Fixes¶
5.31.1-beta.1 (2023-10-06)¶
Bug Fixes¶
5.31.0 (2023-10-05)¶
It’s a technical release to conclude the migration of UCC UI into this repository and we also happen to release 1 feature.
Features¶
- “Enable all” / “Disable all” buttons for Inputs page (https://github.com/splunk/addonfactory-ucc-base-ui/pull/437 nad https://github.com/splunk/addonfactory-ucc-base-ui/pull/443)
5.30.0 (2023-10-01)¶
Features¶
5.29.0 (2023-09-22)¶
Features¶
5.28.6 (2023-09-13)¶
Bug Fixes¶
5.28.5 (2023-09-06)¶
Bug Fixes¶
5.28.4 (2023-07-19)¶
Bug Fixes¶
5.28.3 (2023-07-17)¶
Bug Fixes¶
5.28.2 (2023-07-07)¶
Bug Fixes¶
5.28.1 (2023-06-22)¶
Bug Fixes¶
5.28.0 (2023-06-22)¶
Features¶
5.27.3 (2023-06-06)¶
Bug Fixes¶
5.27.2 (2023-06-02)¶
Bug Fixes¶
5.27.1 (2023-05-26)¶
Bug Fixes¶
5.27.0 (2023-05-17)¶
Features¶
- release v5.27.0 (#765) (5b55833), closes #749 #750 #751 #752 #753 #754 /dev.splunk.com/enterprise/reference/packagingtoolkit/pkgtoolkitappmanifest/#JSON-schema-200 #755
5.26.0 (2023-05-02)¶
Features¶
- create openapi such way that generated client code allows to update configuration and inputs (#740) (c412a60)
- GET methods and responses allow to get data (#742) (6fe35cd)
5.25.0 (2023-04-18)¶
Features¶
5.24.0 (2023-04-04)¶
Features¶
5.23.2 (2023-03-23)¶
Bug Fixes¶
5.23.1 (2023-03-20)¶
Bug Fixes¶
5.23.0 (2023-03-20)¶
Features¶
5.22.0 (2023-03-09)¶
Features¶
- v5.22.0 release (#678) (9efc0c2), closes #662 #663 #664 #665 #666 #667 #668 #669 #670 #672 #673 #671 #674 #677 #679 #680 #681 #682 #683 #684 #685 #686 #688 #689 #687 #690 #691 #693 #694 #695 #692 #697
5.21.0 (2023-02-22)¶
Features¶
5.20.0 (2023-02-13)¶
Features¶
- release v5.20.0 (#634) (e2a389d), closes #624 #626 #615 #618 #612 #629 #632 #633
- trigger v5.20.0 release (#635) (d07f487)
5.19.0 (2023-01-03)¶
Features¶
- release v5.19.0 (#601) (2dc1ae1), closes #593 #594 #595 /github.com/splunk/addonfactory-ucc-base-ui/blob/283d5abcf8f462ac10de876464bc1719fd19ff90/src/main/webapp/util/uccConfigurationValidators.js#L170-L184 #584
5.18.0 (2022-12-12)¶
Features¶
5.17.1 (2022-11-30)¶
Bug Fixes¶
5.17.0 (2022-11-29)¶
Features¶
5.16.1 (2022-11-28)¶
Bug Fixes¶
5.16.0 (2022-11-23)¶
Features¶
5.15.1 (2022-11-09)¶
Bug Fixes¶
- build add-on if config param is present (536634a)
5.15.0 (2022-11-07)¶
Features¶
5.14.2 (2022-11-02)¶
Bug Fixes¶
5.14.1 (2022-10-18)¶
Bug Fixes¶
5.14.0 (2022-10-18)¶
Features¶
5.13.0 (2022-08-02)¶
Features¶
5.12.0 (2022-07-08)¶
Features¶
5.11.0 (2022-07-08)¶
Features¶
5.10.4 (2022-07-04)¶
Bug Fixes¶
5.10.3 (2022-07-03)¶
Bug Fixes¶
5.10.2 (2022-02-01)¶
Bug Fixes¶
5.10.1 (2021-11-29)¶
Bug Fixes¶
5.10.0 (2021-11-16)¶
Features¶
- migrate to separate conf-parser library (2ab9fe9)
5.9.0 (2021-10-04)¶
Features¶
- trigger v5.9.0 release (a01259c)
5.8.2 (2021-08-18)¶
Bug Fixes¶
- add icon_path to each modular alert conf (c6828b9)
5.8.1 (2021-08-17)¶
Bug Fixes¶
- alert html generation (7dc8860)
5.8.0 (2021-08-16)¶
Features¶
- delete
apiVersion
from globalConfig.json and bump schemaVersion (6c22704)
5.7.0 (2021-08-14)¶
Bug Fixes¶
Features¶
5.6.2 (2021-08-10)¶
Bug Fixes¶
- dump dunamai to 1.5.5 version (6cc76bd)
5.6.1 (2021-08-09)¶
Bug Fixes¶
- do not ignore UCC UI folder (25cec26)
5.6.0 (2021-08-09)¶
Bug Fixes¶
- update ucc ui version to 1.8.4 (2daa655)
Features¶
- remove splunktaucclib (661eb64)
5.5.8 (2021-07-27)¶
Bug Fixes¶
- splunktaucclib update (26eb068)
5.5.7 (2021-07-26)¶
Bug Fixes¶
- remove non-valid Python code (b7adf48)
5.5.6 (2021-07-20)¶
Bug Fixes¶
5.5.5 (2021-07-19)¶
Bug Fixes¶
- TABConfigParser.remove_section() is not working read() (8c82a45)
- update ucc ui version to 1.8.3 (49a89d5)
5.5.3 (2021-07-12)¶
Bug Fixes¶
5.5.2 (2021-07-07)¶
Bug Fixes¶
5.5.1 (2021-07-07)¶
Bug Fixes¶
- broken import after modular alert code generation (#255) (a3138ec)
- remove unnecessary dependencies (6bd263f)
- update ucc ui version (e3e5cba)
- update ucc ui version to 1.7.7 (1f82472)
- update ucc ui version to 1.8.2 (300ca6a)
- update ucc version to 1.7.6 (2e47cc3)
- update ucc version to 1.8.1 (d7fa1c6)
Features¶
- support app.manifest file with comments (70eb38e), closes /github.com/splunk/appinspect/blob/fabd1387cf41e087edd86fb7f28e2f9e69a1467c/splunk_appinspect/checks/check_support_and_installation_standards.py#L169-L180
- update ucc ui version (cf04fa7)
5.3.1 (2021-06-15)¶
Bug Fixes¶
5.3.0 (2021-06-14)¶
Bug Fixes¶
Features¶
5.2.1 (2021-06-13)¶
Bug Fixes¶
- switch to slim docker image (7bde41c)
5.2.0 (2021-06-12)¶
Features¶
5.1.0 (2021-06-09)¶
Features¶
- Include notice file in distribution (#220) (fdfdf2b)
- ucc as a library (#218) (7f06c29)
- update ucc ui version (df8687e)
5.0.3 (2021-06-08)¶
Bug Fixes¶
- include schema and notice file in pip package (7b67c81)
- include schema and notice file in pip package (92d0ad6)
- quick fix for ta-version argument (e26e8bf)
- Replace Circle CI with Github actions (aa07fcf)
- support for ta-version argument (710452a)
- ucc-gen to replace token for redirect.xml (1128842)
- use defusedxml instead of xml library (c3fdfc0)
5.0.0-develop.1 (2021-05-31)¶
Bug Fixes¶
Features¶
- migrated to splunk-ui (aab1012)
- migrated to splunk-ui (42b9a20)
- update splunktaucclib to 4.2.0 (be831af)
BREAKING CHANGES¶
- Migrate UI to SplunkUI framework
- Migrate UI to SplunkUI framework
4.4.0 (2021-04-14)¶
Bug Fixes¶
- add interationalization to added changes (cf70a0f)
- add missing react-toast-notifications dep (88a1ce9)
- commented oauth realated logic from ucc-gen temporarily (6d08509)
- error handling and migrated to functional component (3e2d15d)
- error handling in errorboundary (b1ed49b)
- filter issue in table (86fffbe)
- initial default tab query param (2d4d7dd)
- internationalization fixes and code deduplication (b41f33d)
- make minor modifications for form submit on single page form (1501401)
- minor fixes and comments (be8dabd)
- refactored table header as separate component (0c386de)
- remove temporary test change for error boundary (baa54e7)
- removed multiple calls to endpoint in tab navigation for configuration page, addded conditional rendering of moreInfo based on globalConfig and fixed single input type dropdown filter (f1c2545)
- routing history with query params (9c5cc2f)
- title in input and configuration page templates (6328fdf)
- ucc_ui_lib: asynchronous state updates for status toggle button (4e63041)
- update ucc ui version (31ac853)
- update ucc ui version (8b077dc)
- update ucc ui version (b6dc8b4)
- update ucc ui version (e340376)
- use primitive type in useEffect for query param updates to reduce executions (a4a0542)
Features¶
- add page style dialog and its routing (a475235)
- Added button for create new input (979b058)
- added configuration page integration for table and single page form (b7a4d50)
- Added Create Input button in input_page (b2b3562)
- Added custom cell feature in the table and fixed sorting issue (3711846)
- Added error modal component (bbde4cf)
- Added localization in titles (24f663b)
- Added parsing and validation functionality for globalConfig.json file (e690000)
- added routing for record and tab name (748ab74)
- Added schemaGenerator.py file (be0b945)
- Added table component with actions button (f550769)
- build: Move ucc-ui-lib to a new repo (71db6b1)
- Custom row feature implemented (308d847)
- Data flow using react context api (ddfaf41)
- Fixed issue (887f419)
- Fixed prop type validation issue (b0643e6)
- Fixed the delete model issue (71743ae)
- Fixed typo (9d5d0ee)
- Fixed typo (3ce2363)
- Fixed typo (668d2a5)
- Form design changes (3f34bfa)
- formatted file (ec3c0a6)
- Implemented filter functionality in the table component (4a77545)
- Implemented styled component (503aeb4)
- Pagination component implemented (ab41e36)
- Refactored table component (4206ce3)
- Removed commented code (bbdda12)
- Removed id from custom table (2afdc83)
- Removed key (f80499d)
- Removed log line (1f51cb4)
- Removed logs (6763ef9)
- Removed logs (36476ac)
- Removed patch file (ef065dc)
- Resolved comments (5a6088b)
- Set configuration page to default (6b7150a)
- update splunktaucclib to 4.2.0 (be831af)
- Update the way to store data in the context (8d11e7d)
- update ucc ui version (d562bea)
- Updated custom cell file (0479106)
- Updated file name (8640413)
- Used i18n in custom cell (06d0f02)
- validate JSON configuration before generating build (0c80d62)
4.4.0 (2021-04-14)¶
Bug Fixes¶
- add interationalization to added changes (cf70a0f)
- add missing react-toast-notifications dep (88a1ce9)
- commented oauth realated logic from ucc-gen temporarily (6d08509)
- error handling and migrated to functional component (3e2d15d)
- error handling in errorboundary (b1ed49b)
- filter issue in table (86fffbe)
- initial default tab query param (2d4d7dd)
- internationalization fixes and code deduplication (b41f33d)
- make minor modifications for form submit on single page form (1501401)
- minor fixes and comments (be8dabd)
- refactored table header as separate component (0c386de)
- remove temporary test change for error boundary (baa54e7)
- removed multiple calls to endpoint in tab navigation for configuration page, addded conditional rendering of moreInfo based on globalConfig and fixed single input type dropdown filter (f1c2545)
- routing history with query params (9c5cc2f)
- title in input and configuration page templates (6328fdf)
- ucc_ui_lib: asynchronous state updates for status toggle button (4e63041)
- update ucc ui version (8b077dc)
- update ucc ui version (b6dc8b4)
- update ucc ui version (e340376)
- use primitive type in useEffect for query param updates to reduce executions (a4a0542)
Features¶
- add page style dialog and its routing (a475235)
- Added button for create new input (979b058)
- added configuration page integration for table and single page form (b7a4d50)
- Added Create Input button in input_page (b2b3562)
- Added custom cell feature in the table and fixed sorting issue (3711846)
- Added error modal component (bbde4cf)
- Added localization in titles (24f663b)
- Added parsing and validation functionality for globalConfig.json file (e690000)
- added routing for record and tab name (748ab74)
- Added schemaGenerator.py file (be0b945)
- Added table component with actions button (f550769)
- build: Move ucc-ui-lib to a new repo (71db6b1)
- Custom row feature implemented (308d847)
- Data flow using react context api (ddfaf41)
- Fixed issue (887f419)
- Fixed prop type validation issue (b0643e6)
- Fixed the delete model issue (71743ae)
- Fixed typo (9d5d0ee)
- Fixed typo (3ce2363)
- Fixed typo (668d2a5)
- Form design changes (3f34bfa)
- formatted file (ec3c0a6)
- Implemented filter functionality in the table component (4a77545)
- Implemented styled component (503aeb4)
- Pagination component implemented (ab41e36)
- Refactored table component (4206ce3)
- Removed commented code (bbdda12)
- Removed id from custom table (2afdc83)
- Removed key (f80499d)
- Removed log line (1f51cb4)
- Removed logs (6763ef9)
- Removed logs (36476ac)
- Removed patch file (ef065dc)
- Resolved comments (5a6088b)
- Set configuration page to default (6b7150a)
- Update the way to store data in the context (8d11e7d)
- update ucc ui version (d562bea)
- Updated custom cell file (0479106)
- Updated file name (8640413)
- Used i18n in custom cell (06d0f02)
- validate JSON configuration before generating build (0c80d62)
4.4.0 (2021-04-14)¶
Features¶
- validate JSON configuration before generating build (0c80d62)
4.3.0 (2021-04-06)¶
Bug Fixes¶
- added support for additional packaging (f9acc98)
- bump splunktaucclib to 4.0.13 (51a07f0)
- license: Correct License reference to Apache-2 (1996410)
- location of files was incorrect on commit (47d494d)
- Update CI to new standard (fe6b46b)
Features¶
4.1.9-b.1 (2020-11-13)¶
4.1.8-b.1 (2020-11-13)¶
4.1.6-a.7 (2020-11-09)¶
4.1.1-b.1 (2020-10-08)¶
4.1.1-a.3 (2020-10-08)¶
4.1.1-a.2 (2020-10-08)¶
4.1.1-a.1 (2020-10-08)¶
4.0.5-a.9 (2020-09-23)¶
4.0.5-a.8 (2020-09-22)¶
4.0.5-a.7 (2020-09-22)¶
Reverts¶
- Revert “Modified include in pyproject.toml with a glob” (14304e3)