Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
cfbd889
initial commit
jaegeral Jun 25, 2026
41d4918
Merge branch 'master' into 2026-06-25-api-client
jaegeral Jun 25, 2026
0c43bbf
typing
jaegeral Jun 25, 2026
4fd1064
Update api_client/python/timesketch_api_client/sketch.py
jaegeral Jun 25, 2026
b0ef14f
Update api_client/python/timesketch_api_client/sketch.py
jaegeral Jun 25, 2026
bdea6b1
Update api_client/python/timesketch_api_client/sketch.py
jaegeral Jun 25, 2026
5151d97
Update api_client/python/timesketch_api_client/client.py
jaegeral Jun 25, 2026
1aba34d
Update api_client/python/timesketch_api_client/sketch.py
jaegeral Jun 25, 2026
d220f04
black
jaegeral Jun 25, 2026
db4a1a3
Update api_client/python/timesketch_api_client/story.py
jaegeral Jun 25, 2026
add2d97
black
jaegeral Jun 25, 2026
e02852b
more readable
jaegeral Jun 25, 2026
f539970
more readable
jaegeral Jun 25, 2026
b469b30
fix errors
jaegeral Jun 25, 2026
cd79ec4
Update api_client/python/timesketch_api_client/aggregation.py
jaegeral Jun 25, 2026
ae25539
Update api_client/python/timesketch_api_client/aggregation.py
jaegeral Jun 25, 2026
c1b2b25
Update api_client/python/timesketch_api_client/aggregation.py
jaegeral Jun 25, 2026
1ff5a5e
Update api_client/python/timesketch_api_client/cli_input.py
jaegeral Jun 25, 2026
b194652
fix errors
jaegeral Jun 25, 2026
28bcfac
fix errors
jaegeral Jun 25, 2026
503480e
black
jaegeral Jun 25, 2026
447daa7
black
jaegeral Jun 25, 2026
611304b
black
jaegeral Jun 25, 2026
4f371bb
Update api_client/python/timesketch_api_client/client.py
jaegeral Jun 25, 2026
c6c6697
Update api_client/python/timesketch_api_client/sketch.py
jaegeral Jun 25, 2026
bf2c62c
Update api_client/python/timesketch_api_client/sketch.py
jaegeral Jun 25, 2026
64acdbc
Update api_client/python/timesketch_api_client/sketch.py
jaegeral Jun 25, 2026
5e08b79
Update api_client/python/timesketch_api_client/aggregation.py
jaegeral Jun 25, 2026
f30a4d7
Update api_client/python/timesketch_api_client/aggregation.py
jaegeral Jun 25, 2026
4cc0d70
update docstring to not mention types
jaegeral Jun 25, 2026
89485e3
Merge branch 'master' into 2026-06-25-api-client
jkppr Jun 29, 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
2 changes: 1 addition & 1 deletion .pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -673,7 +673,7 @@ dummy-variables-rgx=_+$|(_[a-zA-Z0-9_]*[a-zA-Z0-9]+?$)|dummy|^ignored_|^unused_

# Argument names that match this expression will be ignored. Default to name
# with leading underscore.
ignored-argument-names=_.*|^ignored_|^unused_
ignored-argument-names=_.*|^ignored_|^unused_|^ctx$

# Tells whether we should check for unused import in __init__ files.
init-import=no
Expand Down
Loading
Loading