Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
9e3b131
feat: add openobserve backend
juju4 Mar 23, 2025
ed73d80
Merge branch 'main' into devel-o2
juju4 Mar 23, 2025
6f6abfa
Merge branch 'main' into devel-o2
juju4 Mar 30, 2025
1af5e65
Merge branch 'main' into devel-o2
juju4 Apr 6, 2025
0701052
feat: use latest python-openobserve with search2df, fix debug, mypy
juju4 Apr 6, 2025
eddaaa9
fix: search query timeout
juju4 Apr 13, 2025
720dbbf
Merge branch 'main' into devel-o2
juju4 Apr 13, 2025
b6c8ba2
feat: bump module to current stable commit
juju4 Apr 21, 2025
d738e65
docs: connected function
juju4 Apr 21, 2025
743a0ed
ci: fix openobserve tests
juju4 Apr 21, 2025
0215955
Merge branch 'main' into devel-o2
ianhelle Apr 22, 2025
67bcf9d
fix: add pip package to conda-reqs
juju4 Apr 27, 2025
1b43a25
Merge branch 'main' into devel-o2
juju4 Apr 27, 2025
9511eed
feat: set python_openobserve>=0.2.0
juju4 May 4, 2025
843bf95
fix: ImportError UTC - 3.9 vs 3.10
juju4 May 4, 2025
16a6d9a
chore: fix ruff D400
juju4 May 4, 2025
cd56489
Merge branch 'main' into devel-o2
ianhelle May 25, 2025
5a4030a
Update conda-reqs-pip.txt to 0.3.0
juju4 Jul 6, 2025
42fcece
Update setup.py to 0.3.0
juju4 Jul 6, 2025
dcdf4b2
Update test_pkg_imports.py
juju4 Jul 6, 2025
6a522ff
Update import_analyzer.py
juju4 Jul 6, 2025
c4262f3
Merge branch 'main' into devel-o2
juju4 Jul 6, 2025
d251090
Merge branch 'main' into devel-o2
juju4 Dec 7, 2025
5d2f426
feat: bump python_openobserve>=0.4.1
juju4 Dec 7, 2025
4206862
fix: add minimum python_version 3.10 for python_openobserve
juju4 Dec 14, 2025
f0a1ef7
Merge branch 'main' into devel-o2
ianhelle Dec 18, 2025
de32e24
Fix python-specific install for openobserve
ianhelle Dec 18, 2025
a7fad53
feat: bump python_openobserve>=0.4.2
juju4 Jan 4, 2026
80fbd70
Merge branch 'main' into pr/juju4/839
ianhelle Jan 5, 2026
52079fd
Fix ruff and mypy errors
ianhelle Jan 5, 2026
8dd8f7f
Merge branch 'devel-o2' of https://github.com/juju4/msticpy into pr/j…
ianhelle Jan 5, 2026
31c2d9f
fix: bump azure-kusto-data up to 5.0.5
juju4 Jan 11, 2026
5548a0d
Updating requirements versions
ianhelle Jan 13, 2026
c11714c
Merge branch 'devel-o2' of https://github.com/juju4/msticpy into pr/j…
ianhelle Jan 13, 2026
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
10 changes: 5 additions & 5 deletions conda/conda-reqs-pip.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
azure-mgmt-resourcegraph>=8.0.0
azure-monitor-query>=1.0.0, <=2.0.0
joblib>=1.3.0
mo-sql-parsing>=11, <12.0.0
nest_asyncio>=1.4.0
passivetotal>=2.5.3
sumologic-sdk>=0.1.11
splunk-sdk>=1.6.0,!=2.0.0
packaging>=24.0
passivetotal>=2.5.3
python_openobserve>=0.4.2
requests>=2.31.0
rrcf==0.4.4
joblib>=1.3.0
splunk-sdk>=1.6.0,!=2.0.0
sumologic-sdk>=0.1.11
9 changes: 5 additions & 4 deletions conda/conda-reqs.txt
Original file line number Diff line number Diff line change
@@ -1,17 +1,18 @@
attrs>=18.2.0
azure-common>=1.1.18
azure-core>=1.24.0
azure-mgmt-core>=1.2.1
azure-identity>=1.16.1
azure-keyvault-secrets>=4.0.0
azure-kusto-data>=4.4.0, <=5.0.0
azure-kusto-data<7.0.0,>=4.4.0
azure-mgmt-compute>=4.6.2
azure-mgmt-core>=1.2.1
azure-mgmt-keyvault>=2.0.0
azure-mgmt-monitor
azure-mgmt-network>=2.7.0
azure-mgmt-resource>=16.1.0
azure-storage-blob>=12.5.0
azure-mgmt-subscription
azure-monitor-query>=1.0.0, <=3.0.0
azure-storage-blob>=12.5.0
beautifulsoup4>=4.0.0
bokeh>=3.0.0
cryptography>=43.0.1
Expand All @@ -27,8 +28,8 @@ jinja2>=3.1.5 # (sec vuln) transitive dependency via multiple packages
keyring>=13.2.1
lxml>=4.6.5
matplotlib>=3.0.0
msal>=1.12.0
msal_extensions>=0.3.0
msal>=1.12.0
msrest>=0.6.0
msrestazure>=0.6.0
networkx>=2.2
Expand Down
Loading