Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
dda642f
chore(deps): update github-actions (major) (#1887)
renovate[bot] Sep 26, 2025
4b30a26
chore(deps): update dependency axios to ^1.12.0 [security] (#1912)
renovate[bot] Sep 26, 2025
e6a8be2
feat(date): date picker as a new component (#1857)
soleksy-splunk Sep 26, 2025
e7c9f4d
test: TA testing pipeline to build add-ons with custom UCC (#1745)
kkedziak-splunk Sep 29, 2025
c13db21
chore: ignore Python renovate updates (#1926)
kkedziak-splunk Sep 29, 2025
1dab3ae
feat: add a new flag overwrite for build command (#1916)
hetangmodi-crest Sep 29, 2025
d4445e2
docs: fixed requirements.md typos (#1925)
kkedziak-splunk Sep 29, 2025
72c369b
chore(deps): update dependency vite to v7.1.5 [security] (#1918)
renovate[bot] Sep 29, 2025
3cea26f
chore(deps): update poetry (major) (#1850)
renovate[bot] Sep 29, 2025
272765f
chore: merge main into develop (#1924)
kkedziak-splunk Sep 30, 2025
0e83b49
fix: include built UI files in the wheel package (#1927)
kkedziak-splunk Sep 30, 2025
b495496
chore: merge main into develop (#1930)
hetangmodi-crest Oct 1, 2025
8bf7e65
test: added a smoke test to check ui files (#1931)
hetangmodi-crest Oct 13, 2025
a5a3e54
chore: update alert action template file (#1933)
hetangmodi-crest Oct 14, 2025
16bd281
feat: provide support for python.required (#1932)
hetangmodi-crest Oct 14, 2025
dd6e7f9
feat: support custom favicons (#1864)
kkedziak-splunk Oct 23, 2025
7b10fae
deps(vite): update vite version (#1937)
hetangmodi-crest Oct 31, 2025
78cb820
chore(deps): update github-actions (major) (#1940)
renovate[bot] Oct 31, 2025
aa31b8d
chore: testing on Python 3.14 (#1943)
artemrys Nov 3, 2025
5340db2
chore: poetry lock (#1942)
artemrys Nov 3, 2025
04ab842
ci: update GH Actions and use ubuntu-latest (#1941)
artemrys Nov 5, 2025
b2bf2d1
fix(UI): respect allowed "mode" in "modifyFieldsOnValue" (#1951)
kkedziak-splunk Nov 13, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/actions/cached-ui-deps/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: "Get & Cache Yarn Dependencies"
runs:
using: composite
steps:
- uses: actions/setup-node@v4
- uses: actions/setup-node@v6
with:
cache: 'yarn'
cache-dependency-path: 'ui/yarn.lock'
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/automatic_doc_generation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ on:

jobs:
generate-docs:
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
env:
isPR: ${{ github.event.pull_request.base.ref == 'develop' || github.event.pull_request.base.ref == 'main' }}
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
with:
lfs: true
ref: ${{ github.event.pull_request.head.ref }}
- uses: actions/setup-python@v5
- uses: actions/setup-python@v6
with:
python-version: ${{ inputs.python-version }}

Expand Down
Loading
Loading