Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: ucc as a library #218

Merged
merged 15 commits into from Jun 8, 2021
Merged

feat: ucc as a library #218

merged 15 commits into from Jun 8, 2021

Conversation

ghost
Copy link

@ghost ghost commented Jun 8, 2021

Closes #190.

What was done:

  • created generate() function to be able to call it from another Python scripts
  • created unit test to support generate() function with 2 options (with and without outputdir argument)
  • tests/data/globalConfig.json was refactored to include latest UCC changes

@codecov-commenter
Copy link

codecov-commenter commented Jun 8, 2021

Codecov Report

Merging #218 (febd4dd) into main (aa07fcf) will increase coverage by 35.64%.
The diff coverage is 81.69%.

Impacted file tree graph

@@             Coverage Diff             @@
##             main     #218       +/-   ##
===========================================
+ Coverage   20.30%   55.94%   +35.64%     
===========================================
  Files          36       37        +1     
  Lines        2492     2506       +14     
===========================================
+ Hits          506     1402      +896     
+ Misses       1986     1104      -882     
Impacted Files Coverage Δ
splunk_add_on_ucc_framework/__init__.py 65.53% <79.31%> (+51.66%) ⬆️
tests/data/test_ucc_generate.py 92.30% <92.30%> (ø)
...r_alert_builder/build_core/alert_actions_helper.py 24.62% <0.00%> (+13.43%) ⬆️
...ar_alert_builder/build_core/alert_actions_merge.py 33.73% <0.00%> (+18.07%) ⬆️
...alert_builder/build_core/alert_actions_template.py 100.00% <0.00%> (+30.76%) ⬆️
..._framework/uccrestbuilder/endpoint/single_model.py 94.11% <0.00%> (+35.29%) ⬆️
...ramework/uccrestbuilder/endpoint/multiple_model.py 94.44% <0.00%> (+38.88%) ⬆️
..._on_ucc_framework/uccrestbuilder/endpoint/field.py 100.00% <0.00%> (+40.00%) ⬆️
... and 14 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update aa07fcf...febd4dd. Read the comment docs.

@ghost ghost requested a review from okuzhel June 8, 2021 12:20
@ghost ghost marked this pull request as ready for review June 8, 2021 12:20
Copy link

@okuzhel okuzhel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks good, a good idea to remove the global value and replace it with passing value to functions

@ghost ghost requested review from harshpatel-crest and ryanfaircloth June 8, 2021 13:18
Base automatically changed from develop to new-ci June 8, 2021 15:43
@ryanfaircloth ryanfaircloth changed the base branch from new-ci to main June 8, 2021 15:58
@github-actions
Copy link

github-actions bot commented Jun 8, 2021

Expected release notes (by @rfaircloth-splunk)

features:
can customize outputdir (cb11ae3)
use UCC as a library (721f743)
Publish docker container with tool (b136c90)

fixes:
Replace Circle CI with Github actions (aa07fcf)
don't require lint yet (6a63509)
copyright headers (be6c108)
update copyright headers (d34fbe4)

others (will not be included in Semantic-Release notes):
add test for generate function (3b426a4)
b5677f4 Update .releaserc
add publish (bad9a5c)
upload dist (9238964)
limit secrets scan (8cc98f2)
get UI base (34c1353)
5d0a11c Cleanup
new ci (35f5447)

  • I hereby acknowledge these release notes are 🥙 AWESOME 🥙

@ryanfaircloth ryanfaircloth merged commit 7f06c29 into main Jun 8, 2021
@ryanfaircloth
Copy link
Contributor

🎉 This PR is included in version 5.1.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

@ghost ghost deleted the feature/ucc-as-a-library branch June 14, 2021 14:38
vtsvetkov-splunk pushed a commit that referenced this pull request Oct 4, 2023
* feat(CODE): ADDON-58505 Added support of style to page in the global config file (#201)

* feat(CODE): ADDON-58505 Added support of style to page in the global config file

* feat(CODE): ADDON-58505 Fixed title issue

* feat(CODE): ADDON-58505 Remove extra code

* ADDON-58896 Setup es-lint & prettier and configured pre-commit hook (#207)

* feat(CODE): ADDON-58896 Updated coniguration or JS linter

* added js linter in github workflow

* ci: run pipeline for release branches as well (#208)

* ci: run pipeline for release branches as well

* ci: fix pipeline

* fix ADDON-58867: Fixed dropdown reset value while clicking on X button (#209)

* fix(CODE): ADDON-58867 Fixed value of drop-down field with cancelling button

* fix(CODE): ADDON-58867 Added comments

* fix(CODE): ADDON-58867 Added discriptive comments

* fix: ADDON-57046: Sending file content as a string in the payload (#210)

* fix(CODE): ADDON-57046 change datatype of file input from object to stringify-object

* feat(CODE): ADDON-57046 Sending file content as a sting in payload

* style: ADDON-59062: Fixed JS linter failures (#211)

* feat(CODE): ADDON-59062 added auto fix failures

* feat(CODE): ADDON-59062 resolved js linter failures manually

* feat(CODE): ADDON-59062 resolved js linter failures

* style: run eslint --fix

Co-authored-by: Artem Rys <rysartem@gmail.com>

* fix: follow up fix after the rebase (#212)

* feat: ADDON-58758: Implement multilevel dropdown component (#217)

* feat(CODE): ADDON-58758 Implement multilevel dropdown in inputs page

* feat(CODE): ADDON-58758 refactor the logic to displaying menu-items in custom sequence

Co-authored-by: Tushar Balar <62089106+tbalar-splunk@users.noreply.github.com>
srv-rr-github-token added a commit that referenced this pull request Oct 4, 2023
# [5.31.0](v5.30.0...v5.31.0) (2023-10-04)

### Bug Fixes

* Add ci ([#1](#1)) ([41c5a1a](41c5a1a))
* add classNames and data-test attributes to elements for SmartX ([254a1d1](254a1d1))
* add CSS id to  button ([6859943](6859943))
* add data-name attribute in ControlGroup for ease in writing automated UI tests ([10da489](10da489))
* add data-test-loading for Select ([42a165d](42a165d))
* add ids to tab container in configuration page ([2a29d2f](2a29d2f))
* add notice in release tarball ([a4590e5](a4590e5))
* add schema.json in release tarball ([c474e7b](c474e7b))
* added comment ([f96adf1](f96adf1))
* added help text link support ([6c94df9](6c94df9))
* ADDON-61204 Remove support of placeholder property ([2677cf9](2677cf9))
* ADDON-61381 Fixed the design issue in Safari browser ([#386](#386)) ([b6a7195](b6a7195))
* ADDON-62193 encoded the redirect_uri upon opening the popup ([#401](#401)) ([3be7506](3be7506))
* ADDON-62948 Added support for subTitle field in service ([#403](#403)) ([d1a5af1](d1a5af1))
* ADDON-64637 add input value to query for menu navigation ([3ca0c43](3ca0c43))
* bug fixes related to input and configuration page ([ca21343](ca21343))
* bugs ([56f5a79](56f5a79))
* bump version ([90719c4](90719c4))
* change in order of validations ([1d10657](1d10657))
* changed let to const to fix eslint error ([65ba327](65ba327))
* className missing in styled title and subtitle ([9328e85](9328e85))
* cleared fields for other authentication methods when using one ([deb2a54](deb2a54))
* **code:** ADDON-46211 Fiixed the issue to set the dynmic placeholder ([#117](#117)) ([37e5488](37e5488))
* **code:** ADDON-47626 Fixed the sorting issue for custom mapping ([#118](#118)) ([97b5cb2](97b5cb2))
* **CODE:** ADDON-47714 Fixed dependent field reset issue ([#120](#120)) ([51d9f58](51d9f58))
* **CODE:** ADDON-56621 Fixed the account/appliance with same name as tabs name conflict ([#121](#121)) ([ff1db3a](ff1db3a))
* **CODE:** ADDON-56881 Fixed the line breaker issue ([#134](#134)) ([28cff26](28cff26))
* **CODE:** ADDON-57152 Fixed tabs clicking issue when style is set to page ([#170](#170)) ([4974d59](4974d59))
* **CODE:** ADDON-57949 Fixed the custom menu with style property related issue ([#167](#167)) ([cecb3f1](cecb3f1))
* **CODE:** ADDON-58763 Fixed typo ([#179](#179)) ([1c74fae](1c74fae))
* **CODE:** ADDON-58867 Fixed cancelling selected dropdown value ([#188](#188)) ([0144432](0144432))
* custom cell/row should re-render when row is updated ([d285772](d285772))
* default to `basic` oauth_type if `undefined` to handle upgrade scenario for some add-ons ([db009eb](db009eb))
* dependabot alert for `postcss` ([b4126b7](b4126b7))
* dependabot reported security issues for `css-what` and `glob-parent` packages ([228b4c9](228b4c9))
* downgrade splunkui to 4.0.0 ([80ef18f](80ef18f))
* dynamically cleared out fields ([d12a970](d12a970))
* enforce logic for displaying clear button for singleselect when its disabled ([d430c85](d430c85))
* enhance toast message for `MODE_CONFIG`, surround entity names in double quotes and remove optional placeholder for oauth fields as its conflicting ([e5fe24d](e5fe24d))
* eslint and semgrep ([9b36bea](9b36bea))
* eslint failures ([b5edf0f](b5edf0f))
* fallback to latest form state if resthandler skips some table fields from response ([85a668c](85a668c))
* form submit should wait for state update from custom hook onSave ([9e19fa5](9e19fa5))
* formatted the code ([c736188](c736188))
* handle value `undefined` in table sort ([05b854a](05b854a))
* handled validation of optional fields in case of null value ([18d0c35](18d0c35))
* handled warnings and updated the changes ([c8240d5](c8240d5))
* Include license in pack ([0bcd002](0bcd002))
* include license with output ([5fbaf98](5fbaf98))
* keep only one way routing as done in ucc < 5 ([82b3aa7](82b3aa7))
* load dependent fields on form create ([b85516d](b85516d))
* missing files ([fc5a191](fc5a191))
* moved location of redirect_page.js ([86b44f5](86b44f5))
* overrun ([570b447](570b447))
* panels are required with at least 1 panel inside ([#382](#382)) ([eff3566](eff3566))
* parse boolean of `disabled` before setting it in state ([da76a93](da76a93))
* pass `count` query param in rest to overcome default thirty records limit ([245a3d8](245a3d8))
* pass empty string to i18n if the field is optional ([c045d18](c045d18))
* pass row and field to custom cell/row for processing on re-render ([f5a845e](f5a845e))
* precedence of autoCompleteFields vs. endpointUrl and label-value mapping for handling form save without click or enter event on combobox option ([0db4606](0db4606))
* precendence for multiselect items fetching ([02339bf](02339bf))
* priority for placeholder of optional fields ([405db62](405db62))
* remove extra rows which are empty in moreInfo ([5fbda62](5fbda62))
* remove redirect_url field from conf file ([9be7d81](9be7d81))
* remove unused code comments ([b4752d3](b4752d3))
* resolve missed `type` param for custom input row feature ([#84](#84)) ([fe17252](fe17252))
* revert "feat: ADDON-61556 Introduced checkbox group component ([#394](#394))" ([#428](#428)) ([358b1be](358b1be))
* revert 0497ac4e2e961ac141307a3ab7e6790e9bd31705 ([#309](#309)) ([e77242f](e77242f))
* **routing:** handle record param deletion on wrong tab and fix tab change due to missing dep in useCallback ([a9fe88b](a9fe88b))
* **schema.json:** add required configuration field ([#442](#442)) ([c3af60b](c3af60b))
* security warning for @npmcli/git ([e6847a6](e6847a6))
* singleSelect null value not being posted in form submit and add mapping support for heading in globalConfig ([94e11c3](94e11c3))
* skip `null` value fields from displaying in table expansion row ([7448eb8](7448eb8))
* **smartx:** add selectors for better testing ([ed2c153](ed2c153))
* toast notification not displaying when table is missing ([67b3f12](67b3f12))
* typo in comment for base form sumbitting ([d8634a1](d8634a1))
* UI breaking when globalConfig does not have inputs config ([7cf8708](7cf8708))
* update form hook onCreate error handling ([4a66418](4a66418))
* update license files ([09ac164](09ac164))
* update license in package ([0778aea](0778aea))
* update notice file ([79c5e74](79c5e74))
* update notice file ([a0b6d3f](a0b6d3f))
* update notice file ([d78e9a3](d78e9a3))
* update notice file ([840796a](840796a))
* Update NOTICE file ([#29](#29)) ([676d4c0](676d4c0))
* update react ui version to 4.0.0 ([78c4c10](78c4c10))
* update react-ui version, add class to title and subtitle components and update error message ([b79a6f5](b79a6f5))
* updated changes and added text with link support ([e14c940](e14c940))
* updated review changes ([85030c3](85030c3))
* updated review changes ([1ea41a6](1ea41a6))
* updated textbox width and changed field value for custom cell ([713954e](713954e))
* variable naming for status mapping ([74c7c6a](74c7c6a))

### Features

* add ComboBox and Select conditional rendering based on globalConfig options ([dbca65a](dbca65a))
* add DashboardPanel-s to dashboard ([#381](#381)) ([882f952](882f952))
* add label support for ([ccb1a4d](ccb1a4d))
* add meta.checkForUpdates field ([#433](#433)) ([5d92e96](5d92e96))
* add new default XML file without input ([#114](#114)) ([a359a0e](a359a0e))
* add support for globalConfig.yaml as well as JSON ([#116](#116)) ([725bc5c](725bc5c))
* add support of `required` param in oauth config ([f5bdce3](f5bdce3))
* add UI feature to enable/disable inputs in bulk ([#437](#437)) ([ab471d0](ab471d0))
* Added support of group fields ([b297deb](b297deb))
* **ADDON-37808:** enhance UX and UI for the error pages ([ec702f5](ec702f5))
* ADDON-57046: Added file input component ([#187](#187)) ([e0fb336](e0fb336))
* ADDON-57152 added tabs feature in the Inputs page ([#133](#133)) ([a3d9cb1](a3d9cb1))
* ADDON-61556 Introduced checkbox group component ([#394](#394)) ([9ffed80](9ffed80))
* ADDON-62948 Added support for subTitle field in service ([#402](#402)) ([6acd7cd](6acd7cd))
* ADDON-65006 add group name to URL when redirecting with Menu ([#429](#429)) ([9130b01](9130b01))
* allow esm JS modules as custom ui extensions to support external deps ([a2cc734](a2cc734))
* apiVersion is not required anymore ([6d4bf23](6d4bf23))
* **CODE:** ADDON-57044 Added new support for Textarea field ([#180](#180)) ([69a62b5](69a62b5))
* **CODE:** ADDON-58172 Version bump all the deps ([#175](#175)) ([50d98f8](50d98f8))
* **CODE:** ADDON-58506 Improve table using docked property ([#181](#181)) ([041452f](041452f))
* codeql ([729f42e](729f42e))
* Custom menu implementation ([58b0571](58b0571))
* First checking ([5648478](5648478))
* publish JS dependencies to appserver/package/static/js/dependencies.txt ([#103](#103)) ([3236b1b](3236b1b))
* release v1.19.0 ([#218](#218)) ([e23fbc6](e23fbc6)), closes [#201](#201) [#207](#207) [#208](#208) [#209](#209) [#210](#210) [#211](#211) [#212](#212) [#217](#217)
* release v1.20.0 ([#236](#236)) ([996a463](996a463)), closes [#224](#224) [#225](#225) [#226](#226)
* release v1.21.0 ([#271](https://github.com/splunk/addonfactory-ucc-generator/issues/271)) ([0e5df40](0e5df40)), closes [#238](#238) [#239](#239) [#240](#240) [#249](#249) [#250](#250) [#251](#251) [#252](#252) [#258](#258)
* release v1.22.0 ([#293](#293)) ([9589e4a](9589e4a)), closes [#281](#281) [#282](#282) [#283](#283) [#291](#291) [#294](#294)
* release v1.23.0 ([#306](#306)) ([7af8c06](7af8c06)), closes [#295](#295) [#297](#297) [#296](#296) [#305](#305)
* release v1.24.0 ([#342](#342)) ([dff3799](dff3799)), closes [#328](#328) [#333](#333)
* release v1.25.0 ([#362](#362)) ([305e13b](305e13b)), closes [#360](#360) [#361](#361)
* Resolved comments ([6e7e424](6e7e424))
* Resolved review comments ([5998974](5998974))
* search internal logs button ([#371](#371)) ([439b0f6](439b0f6))
* support custom REST handlers ([#127](#127)) ([9b7ee29](9b7ee29))
* support placeholder entity type ([dd79c29](dd79c29))
* support placeholder in `globalConfig.json` for oauth fields ([8c90380](8c90380))
* trigger release (checkbox groups feature) ([#440](#440)) ([3c55957](3c55957))
* Updated dependencies ([ea02b95](ea02b95))
* use lazy loading for custom ui extensions ([7b3f349](7b3f349))
srv-rr-github-token added a commit that referenced this pull request Oct 4, 2023
# [5.31.0](v5.30.0...v5.31.0) (2023-10-04)

### Bug Fixes

* Add ci ([#1](#1)) ([41c5a1a](41c5a1a))
* add classNames and data-test attributes to elements for SmartX ([254a1d1](254a1d1))
* add CSS id to  button ([6859943](6859943))
* add data-name attribute in ControlGroup for ease in writing automated UI tests ([10da489](10da489))
* add data-test-loading for Select ([42a165d](42a165d))
* add ids to tab container in configuration page ([2a29d2f](2a29d2f))
* add notice in release tarball ([a4590e5](a4590e5))
* add schema.json in release tarball ([c474e7b](c474e7b))
* added comment ([f96adf1](f96adf1))
* added help text link support ([6c94df9](6c94df9))
* ADDON-61204 Remove support of placeholder property ([2677cf9](2677cf9))
* ADDON-61381 Fixed the design issue in Safari browser ([#386](#386)) ([b6a7195](b6a7195))
* ADDON-62193 encoded the redirect_uri upon opening the popup ([#401](#401)) ([3be7506](3be7506))
* ADDON-62948 Added support for subTitle field in service ([#403](#403)) ([d1a5af1](d1a5af1))
* ADDON-64637 add input value to query for menu navigation ([3ca0c43](3ca0c43))
* bug fixes related to input and configuration page ([ca21343](ca21343))
* bugs ([56f5a79](56f5a79))
* bump version ([90719c4](90719c4))
* change in order of validations ([1d10657](1d10657))
* changed let to const to fix eslint error ([65ba327](65ba327))
* className missing in styled title and subtitle ([9328e85](9328e85))
* cleared fields for other authentication methods when using one ([deb2a54](deb2a54))
* **code:** ADDON-46211 Fiixed the issue to set the dynmic placeholder ([#117](#117)) ([37e5488](37e5488))
* **code:** ADDON-47626 Fixed the sorting issue for custom mapping ([#118](#118)) ([97b5cb2](97b5cb2))
* **CODE:** ADDON-47714 Fixed dependent field reset issue ([#120](#120)) ([51d9f58](51d9f58))
* **CODE:** ADDON-56621 Fixed the account/appliance with same name as tabs name conflict ([#121](#121)) ([ff1db3a](ff1db3a))
* **CODE:** ADDON-56881 Fixed the line breaker issue ([#134](#134)) ([28cff26](28cff26))
* **CODE:** ADDON-57152 Fixed tabs clicking issue when style is set to page ([#170](#170)) ([4974d59](4974d59))
* **CODE:** ADDON-57949 Fixed the custom menu with style property related issue ([#167](#167)) ([cecb3f1](cecb3f1))
* **CODE:** ADDON-58763 Fixed typo ([#179](#179)) ([1c74fae](1c74fae))
* **CODE:** ADDON-58867 Fixed cancelling selected dropdown value ([#188](#188)) ([0144432](0144432))
* custom cell/row should re-render when row is updated ([d285772](d285772))
* default to `basic` oauth_type if `undefined` to handle upgrade scenario for some add-ons ([db009eb](db009eb))
* dependabot alert for `postcss` ([b4126b7](b4126b7))
* dependabot reported security issues for `css-what` and `glob-parent` packages ([228b4c9](228b4c9))
* downgrade splunkui to 4.0.0 ([80ef18f](80ef18f))
* dynamically cleared out fields ([d12a970](d12a970))
* enforce logic for displaying clear button for singleselect when its disabled ([d430c85](d430c85))
* enhance toast message for `MODE_CONFIG`, surround entity names in double quotes and remove optional placeholder for oauth fields as its conflicting ([e5fe24d](e5fe24d))
* eslint and semgrep ([9b36bea](9b36bea))
* eslint failures ([b5edf0f](b5edf0f))
* fallback to latest form state if resthandler skips some table fields from response ([85a668c](85a668c))
* form submit should wait for state update from custom hook onSave ([9e19fa5](9e19fa5))
* formatted the code ([c736188](c736188))
* handle value `undefined` in table sort ([05b854a](05b854a))
* handled validation of optional fields in case of null value ([18d0c35](18d0c35))
* handled warnings and updated the changes ([c8240d5](c8240d5))
* Include license in pack ([0bcd002](0bcd002))
* include license with output ([5fbaf98](5fbaf98))
* keep only one way routing as done in ucc < 5 ([82b3aa7](82b3aa7))
* load dependent fields on form create ([b85516d](b85516d))
* missing files ([fc5a191](fc5a191))
* moved location of redirect_page.js ([86b44f5](86b44f5))
* overrun ([570b447](570b447))
* panels are required with at least 1 panel inside ([#382](#382)) ([eff3566](eff3566))
* parse boolean of `disabled` before setting it in state ([da76a93](da76a93))
* pass `count` query param in rest to overcome default thirty records limit ([245a3d8](245a3d8))
* pass empty string to i18n if the field is optional ([c045d18](c045d18))
* pass row and field to custom cell/row for processing on re-render ([f5a845e](f5a845e))
* precedence of autoCompleteFields vs. endpointUrl and label-value mapping for handling form save without click or enter event on combobox option ([0db4606](0db4606))
* precendence for multiselect items fetching ([02339bf](02339bf))
* priority for placeholder of optional fields ([405db62](405db62))
* remove extra rows which are empty in moreInfo ([5fbda62](5fbda62))
* remove redirect_url field from conf file ([9be7d81](9be7d81))
* remove unused code comments ([b4752d3](b4752d3))
* resolve missed `type` param for custom input row feature ([#84](#84)) ([fe17252](fe17252))
* revert "feat: ADDON-61556 Introduced checkbox group component ([#394](#394))" ([#428](#428)) ([358b1be](358b1be))
* revert 0497ac4e2e961ac141307a3ab7e6790e9bd31705 ([#309](#309)) ([e77242f](e77242f))
* **routing:** handle record param deletion on wrong tab and fix tab change due to missing dep in useCallback ([a9fe88b](a9fe88b))
* **schema.json:** add required configuration field ([#442](#442)) ([c3af60b](c3af60b))
* security warning for @npmcli/git ([e6847a6](e6847a6))
* singleSelect null value not being posted in form submit and add mapping support for heading in globalConfig ([94e11c3](94e11c3))
* skip `null` value fields from displaying in table expansion row ([7448eb8](7448eb8))
* **smartx:** add selectors for better testing ([ed2c153](ed2c153))
* toast notification not displaying when table is missing ([67b3f12](67b3f12))
* typo in comment for base form sumbitting ([d8634a1](d8634a1))
* UI breaking when globalConfig does not have inputs config ([7cf8708](7cf8708))
* update form hook onCreate error handling ([4a66418](4a66418))
* update license files ([09ac164](09ac164))
* update license in package ([0778aea](0778aea))
* update notice file ([79c5e74](79c5e74))
* update notice file ([a0b6d3f](a0b6d3f))
* update notice file ([d78e9a3](d78e9a3))
* update notice file ([840796a](840796a))
* Update NOTICE file ([#29](#29)) ([676d4c0](676d4c0))
* update react ui version to 4.0.0 ([78c4c10](78c4c10))
* update react-ui version, add class to title and subtitle components and update error message ([b79a6f5](b79a6f5))
* updated changes and added text with link support ([e14c940](e14c940))
* updated review changes ([85030c3](85030c3))
* updated review changes ([1ea41a6](1ea41a6))
* updated textbox width and changed field value for custom cell ([713954e](713954e))
* variable naming for status mapping ([74c7c6a](74c7c6a))

### Features

* add ComboBox and Select conditional rendering based on globalConfig options ([dbca65a](dbca65a))
* add DashboardPanel-s to dashboard ([#381](#381)) ([882f952](882f952))
* add label support for ([ccb1a4d](ccb1a4d))
* add meta.checkForUpdates field ([#433](#433)) ([5d92e96](5d92e96))
* add new default XML file without input ([#114](#114)) ([a359a0e](a359a0e))
* add support for globalConfig.yaml as well as JSON ([#116](#116)) ([725bc5c](725bc5c))
* add support of `required` param in oauth config ([f5bdce3](f5bdce3))
* add UI feature to enable/disable inputs in bulk ([#437](#437)) ([ab471d0](ab471d0))
* Added support of group fields ([b297deb](b297deb))
* **ADDON-37808:** enhance UX and UI for the error pages ([ec702f5](ec702f5))
* ADDON-57046: Added file input component ([#187](#187)) ([e0fb336](e0fb336))
* ADDON-57152 added tabs feature in the Inputs page ([#133](#133)) ([a3d9cb1](a3d9cb1))
* ADDON-61556 Introduced checkbox group component ([#394](#394)) ([9ffed80](9ffed80))
* ADDON-62948 Added support for subTitle field in service ([#402](#402)) ([6acd7cd](6acd7cd))
* ADDON-65006 add group name to URL when redirecting with Menu ([#429](#429)) ([9130b01](9130b01))
* allow esm JS modules as custom ui extensions to support external deps ([a2cc734](a2cc734))
* apiVersion is not required anymore ([6d4bf23](6d4bf23))
* **CODE:** ADDON-57044 Added new support for Textarea field ([#180](#180)) ([69a62b5](69a62b5))
* **CODE:** ADDON-58172 Version bump all the deps ([#175](#175)) ([50d98f8](50d98f8))
* **CODE:** ADDON-58506 Improve table using docked property ([#181](#181)) ([041452f](041452f))
* codeql ([729f42e](729f42e))
* Custom menu implementation ([58b0571](58b0571))
* First checking ([5648478](5648478))
* publish JS dependencies to appserver/package/static/js/dependencies.txt ([#103](#103)) ([3236b1b](3236b1b))
* release v1.19.0 ([#218](#218)) ([e23fbc6](e23fbc6)), closes [#201](#201) [#207](#207) [#208](#208) [#209](#209) [#210](#210) [#211](#211) [#212](#212) [#217](#217)
* release v1.20.0 ([#236](#236)) ([996a463](996a463)), closes [#224](#224) [#225](#225) [#226](#226)
* release v1.21.0 ([#271](https://github.com/splunk/addonfactory-ucc-generator/issues/271)) ([0e5df40](0e5df40)), closes [#238](#238) [#239](#239) [#240](#240) [#249](#249) [#250](#250) [#251](#251) [#252](#252) [#258](#258)
* release v1.22.0 ([#293](#293)) ([9589e4a](9589e4a)), closes [#281](#281) [#282](#282) [#283](#283) [#291](#291) [#294](#294)
* release v1.23.0 ([#306](#306)) ([7af8c06](7af8c06)), closes [#295](#295) [#297](#297) [#296](#296) [#305](#305)
* release v1.24.0 ([#342](#342)) ([dff3799](dff3799)), closes [#328](#328) [#333](#333)
* release v1.25.0 ([#362](#362)) ([305e13b](305e13b)), closes [#360](#360) [#361](#361)
* Resolved comments ([6e7e424](6e7e424))
* Resolved review comments ([5998974](5998974))
* search internal logs button ([#371](#371)) ([439b0f6](439b0f6))
* support custom REST handlers ([#127](#127)) ([9b7ee29](9b7ee29))
* support placeholder entity type ([dd79c29](dd79c29))
* support placeholder in `globalConfig.json` for oauth fields ([8c90380](8c90380))
* trigger release (checkbox groups feature) ([#440](#440)) ([3c55957](3c55957))
* Updated dependencies ([ea02b95](ea02b95))
* use lazy loading for custom ui extensions ([7b3f349](7b3f349))
srv-rr-github-token added a commit that referenced this pull request Oct 5, 2023
# [5.31.0-beta.1](v5.30.0...v5.31.0-beta.1) (2023-10-05)

### Bug Fixes

* Add ci ([#1](#1)) ([41c5a1a](41c5a1a))
* add classNames and data-test attributes to elements for SmartX ([254a1d1](254a1d1))
* add CSS id to  button ([6859943](6859943))
* add data-name attribute in ControlGroup for ease in writing automated UI tests ([10da489](10da489))
* add data-test-loading for Select ([42a165d](42a165d))
* add ids to tab container in configuration page ([2a29d2f](2a29d2f))
* add notice in release tarball ([a4590e5](a4590e5))
* add schema.json in release tarball ([c474e7b](c474e7b))
* added comment ([f96adf1](f96adf1))
* added help text link support ([6c94df9](6c94df9))
* ADDON-61204 Remove support of placeholder property ([2677cf9](2677cf9))
* ADDON-61381 Fixed the design issue in Safari browser ([#386](#386)) ([b6a7195](b6a7195))
* ADDON-62193 encoded the redirect_uri upon opening the popup ([#401](#401)) ([3be7506](3be7506))
* ADDON-62948 Added support for subTitle field in service ([#403](#403)) ([d1a5af1](d1a5af1))
* ADDON-64637 add input value to query for menu navigation ([3ca0c43](3ca0c43))
* bug fixes related to input and configuration page ([ca21343](ca21343))
* bugs ([56f5a79](56f5a79))
* bump version ([90719c4](90719c4))
* change in order of validations ([1d10657](1d10657))
* changed let to const to fix eslint error ([65ba327](65ba327))
* className missing in styled title and subtitle ([9328e85](9328e85))
* cleared fields for other authentication methods when using one ([deb2a54](deb2a54))
* **code:** ADDON-46211 Fiixed the issue to set the dynmic placeholder ([#117](#117)) ([37e5488](37e5488))
* **code:** ADDON-47626 Fixed the sorting issue for custom mapping ([#118](#118)) ([97b5cb2](97b5cb2))
* **CODE:** ADDON-47714 Fixed dependent field reset issue ([#120](#120)) ([51d9f58](51d9f58))
* **CODE:** ADDON-56621 Fixed the account/appliance with same name as tabs name conflict ([#121](#121)) ([ff1db3a](ff1db3a))
* **CODE:** ADDON-56881 Fixed the line breaker issue ([#134](#134)) ([28cff26](28cff26))
* **CODE:** ADDON-57152 Fixed tabs clicking issue when style is set to page ([#170](#170)) ([4974d59](4974d59))
* **CODE:** ADDON-57949 Fixed the custom menu with style property related issue ([#167](#167)) ([cecb3f1](cecb3f1))
* **CODE:** ADDON-58763 Fixed typo ([#179](#179)) ([1c74fae](1c74fae))
* **CODE:** ADDON-58867 Fixed cancelling selected dropdown value ([#188](#188)) ([0144432](0144432))
* custom cell/row should re-render when row is updated ([d285772](d285772))
* default to `basic` oauth_type if `undefined` to handle upgrade scenario for some add-ons ([db009eb](db009eb))
* dependabot alert for `postcss` ([b4126b7](b4126b7))
* dependabot reported security issues for `css-what` and `glob-parent` packages ([228b4c9](228b4c9))
* downgrade splunkui to 4.0.0 ([80ef18f](80ef18f))
* dynamically cleared out fields ([d12a970](d12a970))
* enforce logic for displaying clear button for singleselect when its disabled ([d430c85](d430c85))
* enhance toast message for `MODE_CONFIG`, surround entity names in double quotes and remove optional placeholder for oauth fields as its conflicting ([e5fe24d](e5fe24d))
* eslint and semgrep ([9b36bea](9b36bea))
* eslint failures ([b5edf0f](b5edf0f))
* fallback to latest form state if resthandler skips some table fields from response ([85a668c](85a668c))
* form submit should wait for state update from custom hook onSave ([9e19fa5](9e19fa5))
* formatted the code ([c736188](c736188))
* handle value `undefined` in table sort ([05b854a](05b854a))
* handled validation of optional fields in case of null value ([18d0c35](18d0c35))
* handled warnings and updated the changes ([c8240d5](c8240d5))
* Include license in pack ([0bcd002](0bcd002))
* include license with output ([5fbaf98](5fbaf98))
* keep only one way routing as done in ucc < 5 ([82b3aa7](82b3aa7))
* load dependent fields on form create ([b85516d](b85516d))
* missing files ([fc5a191](fc5a191))
* moved location of redirect_page.js ([86b44f5](86b44f5))
* overrun ([570b447](570b447))
* panels are required with at least 1 panel inside ([#382](#382)) ([eff3566](eff3566))
* parse boolean of `disabled` before setting it in state ([da76a93](da76a93))
* pass `count` query param in rest to overcome default thirty records limit ([245a3d8](245a3d8))
* pass empty string to i18n if the field is optional ([c045d18](c045d18))
* pass row and field to custom cell/row for processing on re-render ([f5a845e](f5a845e))
* precedence of autoCompleteFields vs. endpointUrl and label-value mapping for handling form save without click or enter event on combobox option ([0db4606](0db4606))
* precendence for multiselect items fetching ([02339bf](02339bf))
* priority for placeholder of optional fields ([405db62](405db62))
* remove extra rows which are empty in moreInfo ([5fbda62](5fbda62))
* remove redirect_url field from conf file ([9be7d81](9be7d81))
* remove unused code comments ([b4752d3](b4752d3))
* resolve missed `type` param for custom input row feature ([#84](#84)) ([fe17252](fe17252))
* revert "feat: ADDON-61556 Introduced checkbox group component ([#394](#394))" ([#428](#428)) ([358b1be](358b1be))
* revert 0497ac4e2e961ac141307a3ab7e6790e9bd31705 ([#309](#309)) ([e77242f](e77242f))
* **routing:** handle record param deletion on wrong tab and fix tab change due to missing dep in useCallback ([a9fe88b](a9fe88b))
* **schema.json:** add required configuration field ([#442](#442)) ([c3af60b](c3af60b))
* security warning for @npmcli/git ([e6847a6](e6847a6))
* singleSelect null value not being posted in form submit and add mapping support for heading in globalConfig ([94e11c3](94e11c3))
* skip `null` value fields from displaying in table expansion row ([7448eb8](7448eb8))
* **smartx:** add selectors for better testing ([ed2c153](ed2c153))
* toast notification not displaying when table is missing ([67b3f12](67b3f12))
* typo in comment for base form sumbitting ([d8634a1](d8634a1))
* UI breaking when globalConfig does not have inputs config ([7cf8708](7cf8708))
* update form hook onCreate error handling ([4a66418](4a66418))
* update license files ([09ac164](09ac164))
* update license in package ([0778aea](0778aea))
* update notice file ([79c5e74](79c5e74))
* update notice file ([a0b6d3f](a0b6d3f))
* update notice file ([d78e9a3](d78e9a3))
* update notice file ([840796a](840796a))
* Update NOTICE file ([#29](#29)) ([676d4c0](676d4c0))
* update react ui version to 4.0.0 ([78c4c10](78c4c10))
* update react-ui version, add class to title and subtitle components and update error message ([b79a6f5](b79a6f5))
* updated changes and added text with link support ([e14c940](e14c940))
* updated review changes ([85030c3](85030c3))
* updated review changes ([1ea41a6](1ea41a6))
* updated textbox width and changed field value for custom cell ([713954e](713954e))
* variable naming for status mapping ([74c7c6a](74c7c6a))

### Features

* add ComboBox and Select conditional rendering based on globalConfig options ([dbca65a](dbca65a))
* add DashboardPanel-s to dashboard ([#381](#381)) ([882f952](882f952))
* add label support for ([ccb1a4d](ccb1a4d))
* add meta.checkForUpdates field ([#433](#433)) ([5d92e96](5d92e96))
* add new default XML file without input ([#114](#114)) ([a359a0e](a359a0e))
* add support for globalConfig.yaml as well as JSON ([#116](#116)) ([725bc5c](725bc5c))
* add support of `required` param in oauth config ([f5bdce3](f5bdce3))
* add UI feature to enable/disable inputs in bulk ([#437](#437)) ([ab471d0](ab471d0))
* Added support of group fields ([b297deb](b297deb))
* **ADDON-37808:** enhance UX and UI for the error pages ([ec702f5](ec702f5))
* ADDON-57046: Added file input component ([#187](#187)) ([e0fb336](e0fb336))
* ADDON-57152 added tabs feature in the Inputs page ([#133](#133)) ([a3d9cb1](a3d9cb1))
* ADDON-61556 Introduced checkbox group component ([#394](#394)) ([9ffed80](9ffed80))
* ADDON-62948 Added support for subTitle field in service ([#402](#402)) ([6acd7cd](6acd7cd))
* ADDON-65006 add group name to URL when redirecting with Menu ([#429](#429)) ([9130b01](9130b01))
* allow esm JS modules as custom ui extensions to support external deps ([a2cc734](a2cc734))
* apiVersion is not required anymore ([6d4bf23](6d4bf23))
* **CODE:** ADDON-57044 Added new support for Textarea field ([#180](#180)) ([69a62b5](69a62b5))
* **CODE:** ADDON-58172 Version bump all the deps ([#175](#175)) ([50d98f8](50d98f8))
* **CODE:** ADDON-58506 Improve table using docked property ([#181](#181)) ([041452f](041452f))
* codeql ([729f42e](729f42e))
* Custom menu implementation ([58b0571](58b0571))
* First checking ([5648478](5648478))
* publish JS dependencies to appserver/package/static/js/dependencies.txt ([#103](#103)) ([3236b1b](3236b1b))
* release v1.19.0 ([#218](#218)) ([e23fbc6](e23fbc6)), closes [#201](#201) [#207](#207) [#208](#208) [#209](#209) [#210](#210) [#211](#211) [#212](#212) [#217](#217)
* release v1.20.0 ([#236](#236)) ([996a463](996a463)), closes [#224](#224) [#225](#225) [#226](#226)
* release v1.21.0 ([#271](https://github.com/splunk/addonfactory-ucc-generator/issues/271)) ([0e5df40](0e5df40)), closes [#238](#238) [#239](#239) [#240](#240) [#249](#249) [#250](#250) [#251](#251) [#252](#252) [#258](#258)
* release v1.22.0 ([#293](#293)) ([9589e4a](9589e4a)), closes [#281](#281) [#282](#282) [#283](#283) [#291](#291) [#294](#294)
* release v1.23.0 ([#306](#306)) ([7af8c06](7af8c06)), closes [#295](#295) [#297](#297) [#296](#296) [#305](#305)
* release v1.24.0 ([#342](#342)) ([dff3799](dff3799)), closes [#328](#328) [#333](#333)
* release v1.25.0 ([#362](#362)) ([305e13b](305e13b)), closes [#360](#360) [#361](#361)
* Resolved comments ([6e7e424](6e7e424))
* Resolved review comments ([5998974](5998974))
* search internal logs button ([#371](#371)) ([439b0f6](439b0f6))
* support custom REST handlers ([#127](#127)) ([9b7ee29](9b7ee29))
* support placeholder entity type ([dd79c29](dd79c29))
* support placeholder in `globalConfig.json` for oauth fields ([8c90380](8c90380))
* trigger release (checkbox groups feature) ([#440](#440)) ([3c55957](3c55957))
* Updated dependencies ([ea02b95](ea02b95))
* use lazy loading for custom ui extensions ([7b3f349](7b3f349))
srv-rr-github-token added a commit that referenced this pull request Oct 5, 2023
# [5.31.0](v5.30.0...v5.31.0) (2023-10-05)

### Bug Fixes

* Add ci ([#1](#1)) ([41c5a1a](41c5a1a))
* add classNames and data-test attributes to elements for SmartX ([254a1d1](254a1d1))
* add CSS id to  button ([6859943](6859943))
* add data-name attribute in ControlGroup for ease in writing automated UI tests ([10da489](10da489))
* add data-test-loading for Select ([42a165d](42a165d))
* add ids to tab container in configuration page ([2a29d2f](2a29d2f))
* add notice in release tarball ([a4590e5](a4590e5))
* add schema.json in release tarball ([c474e7b](c474e7b))
* added comment ([f96adf1](f96adf1))
* added help text link support ([6c94df9](6c94df9))
* ADDON-61204 Remove support of placeholder property ([2677cf9](2677cf9))
* ADDON-61381 Fixed the design issue in Safari browser ([#386](#386)) ([b6a7195](b6a7195))
* ADDON-62193 encoded the redirect_uri upon opening the popup ([#401](#401)) ([3be7506](3be7506))
* ADDON-62948 Added support for subTitle field in service ([#403](#403)) ([d1a5af1](d1a5af1))
* ADDON-64637 add input value to query for menu navigation ([3ca0c43](3ca0c43))
* bug fixes related to input and configuration page ([ca21343](ca21343))
* bugs ([56f5a79](56f5a79))
* bump version ([90719c4](90719c4))
* change in order of validations ([1d10657](1d10657))
* changed let to const to fix eslint error ([65ba327](65ba327))
* className missing in styled title and subtitle ([9328e85](9328e85))
* cleared fields for other authentication methods when using one ([deb2a54](deb2a54))
* **code:** ADDON-46211 Fiixed the issue to set the dynmic placeholder ([#117](#117)) ([37e5488](37e5488))
* **code:** ADDON-47626 Fixed the sorting issue for custom mapping ([#118](#118)) ([97b5cb2](97b5cb2))
* **CODE:** ADDON-47714 Fixed dependent field reset issue ([#120](#120)) ([51d9f58](51d9f58))
* **CODE:** ADDON-56621 Fixed the account/appliance with same name as tabs name conflict ([#121](#121)) ([ff1db3a](ff1db3a))
* **CODE:** ADDON-56881 Fixed the line breaker issue ([#134](#134)) ([28cff26](28cff26))
* **CODE:** ADDON-57152 Fixed tabs clicking issue when style is set to page ([#170](#170)) ([4974d59](4974d59))
* **CODE:** ADDON-57949 Fixed the custom menu with style property related issue ([#167](#167)) ([cecb3f1](cecb3f1))
* **CODE:** ADDON-58763 Fixed typo ([#179](#179)) ([1c74fae](1c74fae))
* **CODE:** ADDON-58867 Fixed cancelling selected dropdown value ([#188](#188)) ([0144432](0144432))
* custom cell/row should re-render when row is updated ([d285772](d285772))
* default to `basic` oauth_type if `undefined` to handle upgrade scenario for some add-ons ([db009eb](db009eb))
* dependabot alert for `postcss` ([b4126b7](b4126b7))
* dependabot reported security issues for `css-what` and `glob-parent` packages ([228b4c9](228b4c9))
* downgrade splunkui to 4.0.0 ([80ef18f](80ef18f))
* dynamically cleared out fields ([d12a970](d12a970))
* enforce logic for displaying clear button for singleselect when its disabled ([d430c85](d430c85))
* enhance toast message for `MODE_CONFIG`, surround entity names in double quotes and remove optional placeholder for oauth fields as its conflicting ([e5fe24d](e5fe24d))
* eslint and semgrep ([9b36bea](9b36bea))
* eslint failures ([b5edf0f](b5edf0f))
* fallback to latest form state if resthandler skips some table fields from response ([85a668c](85a668c))
* form submit should wait for state update from custom hook onSave ([9e19fa5](9e19fa5))
* formatted the code ([c736188](c736188))
* handle value `undefined` in table sort ([05b854a](05b854a))
* handled validation of optional fields in case of null value ([18d0c35](18d0c35))
* handled warnings and updated the changes ([c8240d5](c8240d5))
* Include license in pack ([0bcd002](0bcd002))
* include license with output ([5fbaf98](5fbaf98))
* keep only one way routing as done in ucc < 5 ([82b3aa7](82b3aa7))
* load dependent fields on form create ([b85516d](b85516d))
* missing files ([fc5a191](fc5a191))
* moved location of redirect_page.js ([86b44f5](86b44f5))
* overrun ([570b447](570b447))
* panels are required with at least 1 panel inside ([#382](#382)) ([eff3566](eff3566))
* parse boolean of `disabled` before setting it in state ([da76a93](da76a93))
* pass `count` query param in rest to overcome default thirty records limit ([245a3d8](245a3d8))
* pass empty string to i18n if the field is optional ([c045d18](c045d18))
* pass row and field to custom cell/row for processing on re-render ([f5a845e](f5a845e))
* precedence of autoCompleteFields vs. endpointUrl and label-value mapping for handling form save without click or enter event on combobox option ([0db4606](0db4606))
* precendence for multiselect items fetching ([02339bf](02339bf))
* priority for placeholder of optional fields ([405db62](405db62))
* remove extra rows which are empty in moreInfo ([5fbda62](5fbda62))
* remove redirect_url field from conf file ([9be7d81](9be7d81))
* remove unused code comments ([b4752d3](b4752d3))
* resolve missed `type` param for custom input row feature ([#84](#84)) ([fe17252](fe17252))
* revert "feat: ADDON-61556 Introduced checkbox group component ([#394](#394))" ([#428](#428)) ([358b1be](358b1be))
* revert 0497ac4e2e961ac141307a3ab7e6790e9bd31705 ([#309](#309)) ([e77242f](e77242f))
* **routing:** handle record param deletion on wrong tab and fix tab change due to missing dep in useCallback ([a9fe88b](a9fe88b))
* **schema.json:** add required configuration field ([#442](#442)) ([c3af60b](c3af60b))
* security warning for @npmcli/git ([e6847a6](e6847a6))
* singleSelect null value not being posted in form submit and add mapping support for heading in globalConfig ([94e11c3](94e11c3))
* skip `null` value fields from displaying in table expansion row ([7448eb8](7448eb8))
* **smartx:** add selectors for better testing ([ed2c153](ed2c153))
* toast notification not displaying when table is missing ([67b3f12](67b3f12))
* typo in comment for base form sumbitting ([d8634a1](d8634a1))
* UI breaking when globalConfig does not have inputs config ([7cf8708](7cf8708))
* update form hook onCreate error handling ([4a66418](4a66418))
* update license files ([09ac164](09ac164))
* update license in package ([0778aea](0778aea))
* update notice file ([79c5e74](79c5e74))
* update notice file ([a0b6d3f](a0b6d3f))
* update notice file ([d78e9a3](d78e9a3))
* update notice file ([840796a](840796a))
* Update NOTICE file ([#29](#29)) ([676d4c0](676d4c0))
* update react ui version to 4.0.0 ([78c4c10](78c4c10))
* update react-ui version, add class to title and subtitle components and update error message ([b79a6f5](b79a6f5))
* updated changes and added text with link support ([e14c940](e14c940))
* updated review changes ([85030c3](85030c3))
* updated review changes ([1ea41a6](1ea41a6))
* updated textbox width and changed field value for custom cell ([713954e](713954e))
* variable naming for status mapping ([74c7c6a](74c7c6a))

### Features

* add ComboBox and Select conditional rendering based on globalConfig options ([dbca65a](dbca65a))
* add DashboardPanel-s to dashboard ([#381](#381)) ([882f952](882f952))
* add label support for ([ccb1a4d](ccb1a4d))
* add meta.checkForUpdates field ([#433](#433)) ([5d92e96](5d92e96))
* add new default XML file without input ([#114](#114)) ([a359a0e](a359a0e))
* add support for globalConfig.yaml as well as JSON ([#116](#116)) ([725bc5c](725bc5c))
* add support of `required` param in oauth config ([f5bdce3](f5bdce3))
* add UI feature to enable/disable inputs in bulk ([#437](#437)) ([ab471d0](ab471d0))
* Added support of group fields ([b297deb](b297deb))
* **ADDON-37808:** enhance UX and UI for the error pages ([ec702f5](ec702f5))
* ADDON-57046: Added file input component ([#187](#187)) ([e0fb336](e0fb336))
* ADDON-57152 added tabs feature in the Inputs page ([#133](#133)) ([a3d9cb1](a3d9cb1))
* ADDON-61556 Introduced checkbox group component ([#394](#394)) ([9ffed80](9ffed80))
* ADDON-62948 Added support for subTitle field in service ([#402](#402)) ([6acd7cd](6acd7cd))
* ADDON-65006 add group name to URL when redirecting with Menu ([#429](#429)) ([9130b01](9130b01))
* allow esm JS modules as custom ui extensions to support external deps ([a2cc734](a2cc734))
* apiVersion is not required anymore ([6d4bf23](6d4bf23))
* **CODE:** ADDON-57044 Added new support for Textarea field ([#180](#180)) ([69a62b5](69a62b5))
* **CODE:** ADDON-58172 Version bump all the deps ([#175](#175)) ([50d98f8](50d98f8))
* **CODE:** ADDON-58506 Improve table using docked property ([#181](#181)) ([041452f](041452f))
* codeql ([729f42e](729f42e))
* Custom menu implementation ([58b0571](58b0571))
* First checking ([5648478](5648478))
* publish JS dependencies to appserver/package/static/js/dependencies.txt ([#103](#103)) ([3236b1b](3236b1b))
* release v1.19.0 ([#218](#218)) ([e23fbc6](e23fbc6)), closes [#201](#201) [#207](#207) [#208](#208) [#209](#209) [#210](#210) [#211](#211) [#212](#212) [#217](#217)
* release v1.20.0 ([#236](#236)) ([996a463](996a463)), closes [#224](#224) [#225](#225) [#226](#226)
* release v1.21.0 ([#271](https://github.com/splunk/addonfactory-ucc-generator/issues/271)) ([0e5df40](0e5df40)), closes [#238](#238) [#239](#239) [#240](#240) [#249](#249) [#250](#250) [#251](#251) [#252](#252) [#258](#258)
* release v1.22.0 ([#293](#293)) ([9589e4a](9589e4a)), closes [#281](#281) [#282](#282) [#283](#283) [#291](#291) [#294](#294)
* release v1.23.0 ([#306](#306)) ([7af8c06](7af8c06)), closes [#295](#295) [#297](#297) [#296](#296) [#305](#305)
* release v1.24.0 ([#342](#342)) ([dff3799](dff3799)), closes [#328](#328) [#333](#333)
* release v1.25.0 ([#362](#362)) ([305e13b](305e13b)), closes [#360](#360) [#361](#361)
* Resolved comments ([6e7e424](6e7e424))
* Resolved review comments ([5998974](5998974))
* search internal logs button ([#371](#371)) ([439b0f6](439b0f6))
* support custom REST handlers ([#127](#127)) ([9b7ee29](9b7ee29))
* support placeholder entity type ([dd79c29](dd79c29))
* support placeholder in `globalConfig.json` for oauth fields ([8c90380](8c90380))
* trigger release (checkbox groups feature) ([#440](#440)) ([3c55957](3c55957))
* Updated dependencies ([ea02b95](ea02b95))
* use lazy loading for custom ui extensions ([7b3f349](7b3f349))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Possibility to run main function as a python function
4 participants