Skip to content
Open
Show file tree
Hide file tree
Changes from 61 commits
Commits
Show all changes
63 commits
Select commit Hold shift + click to select a range
fddd14f
Reimplemented pbook through typer
fbarreir Jun 17, 2026
dd82b3c
Reimplemented pbook through typer
fbarreir Jun 17, 2026
cb95b91
Fix in wrapper script
fbarreir Jun 17, 2026
a14c604
Autocomplete inside REPL
fbarreir Jun 17, 2026
eca3b6d
Autocomplete arguments inside REPL
fbarreir Jun 17, 2026
a0f87fd
Autocomplete arguments inside REPL
fbarreir Jun 17, 2026
fd26c01
Autocomplete options inside REPL
fbarreir Jun 17, 2026
3ef4c47
Autocomplete options inside REPL
fbarreir Jun 17, 2026
ccb38a5
Autocomplete options inside REPL
fbarreir Jun 17, 2026
65a7bbe
Autocomplete options inside REPL
fbarreir Jun 17, 2026
da8ab37
Better help
fbarreir Jun 17, 2026
8564dfb
Merge remote-tracking branch 'origin/master' into autocomplete
fbarreir Jul 21, 2026
76a953c
Typo: missing comma in light pyproject.toml
fbarreir Jul 21, 2026
00277d7
Merge remote-tracking branch 'origin/master' into autocomplete
fbarreir Jul 27, 2026
ce84afb
Merge remote-tracking branch 'origin/master' into autocomplete
fbarreir Jul 28, 2026
20a83fb
Removed python2 compatibility leftover
fbarreir Jul 28, 2026
e675a33
Moved import to top
fbarreir Jul 28, 2026
cb4582b
Removed obsoleted setGlobalTmpDir
fbarreir Jul 28, 2026
c83f35c
Fix when nothing typed yet and pressing tab
fbarreir Jul 29, 2026
48be210
Skip Console and Table in tab completion
fbarreir Jul 29, 2026
ef12fa6
Reimplemented Pbook through typer a second time, but without duplicat…
fbarreir Jul 31, 2026
0d3ea8a
Colour coding in function signature
fbarreir Jul 31, 2026
adc2cd6
Remove dimming in function signature
fbarreir Jul 31, 2026
b8af0ba
Extend documentation
fbarreir Jul 31, 2026
013c6f2
Swap column order in pbook help
fbarreir Jul 31, 2026
4f3050b
Swap column order in pbook help
fbarreir Jul 31, 2026
03e9c78
Extended basic help text
fbarreir Jul 31, 2026
00c7bea
-h was not working, changing in typer context settings
fbarreir Jul 31, 2026
7e68a4a
added back -3 option
fbarreir Jul 31, 2026
d7c5b3c
Corrected how to call the CLI help
fbarreir Jul 31, 2026
add5073
Trying to improve the tab-completion
fbarreir Jul 31, 2026
c171ce9
Trying to improve the tab-completion
fbarreir Jul 31, 2026
5dc56da
Trying to improve the tab-completion
fbarreir Jul 31, 2026
db4d569
Trying to improve the tab-completion
fbarreir Jul 31, 2026
64effe4
Backwards compatibility for options and not requiring --
fbarreir Jul 31, 2026
c4f91d0
Help text
fbarreir Aug 3, 2026
d36ff15
Reshuffled PBookTyper.py versions
fbarreir Aug 3, 2026
6f89a8b
Validating True/False options
fbarreir Aug 3, 2026
f32fed7
Validating True/False options
fbarreir Aug 3, 2026
1235636
Validating True/False options
fbarreir Aug 3, 2026
a2571d2
Validating True/False options
fbarreir Aug 3, 2026
68540e6
Validating True/False options
fbarreir Aug 3, 2026
92d48a8
Validating True/False options
fbarreir Aug 3, 2026
6fc2761
Re-enable retry.newOpts
fbarreir Aug 4, 2026
0ffc5da
Error in documentation - probably some flynt side-effect
fbarreir Aug 4, 2026
40b3d7d
Error in documentation
fbarreir Aug 4, 2026
cb9b18b
Extended documentation in retry
fbarreir Aug 4, 2026
250ae70
Cosmetic
fbarreir Aug 5, 2026
da0ab12
Merge remote-tracking branch 'origin/master' into autocomplete
fbarreir Aug 6, 2026
29ed293
CLI names to _
fbarreir Aug 6, 2026
a9b70a5
Bug in reload_input
fbarreir Aug 6, 2026
0e3eead
Bug in reload_input
fbarreir Aug 6, 2026
841a5b0
_ vs - bug
fbarreir Aug 6, 2026
8e127ab
Some more examples
fbarreir Aug 6, 2026
c8747d6
Some more examples
fbarreir Aug 6, 2026
569e98c
PBookTyper documentation
fbarreir Aug 7, 2026
200f138
PBookTyper documentation
fbarreir Aug 7, 2026
bdaaf5f
Detailed documentation per show option
fbarreir Aug 7, 2026
c3fff3e
Docstrings
fbarreir Aug 7, 2026
91b2163
Rename PBookTyper.py to PBookScript.py
fbarreir Aug 7, 2026
2c06b7e
Allow negative values for avoidVP, loopingCheck etc
fbarreir Aug 7, 2026
f874b19
Potential fix for pull request finding
fbarreir Aug 7, 2026
c072578
Potential fix for pull request finding
fbarreir Aug 7, 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
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
repos:

- repo: https://github.com/psf/black
rev: 23.9.1
rev: 26.5.1
hooks:
- id: black
types: [python]
args: ["--config", "pyproject.toml"]

- repo: https://github.com/pycqa/isort
rev: 5.12.0
rev: 9.0.0b1
hooks:
- id: isort
name: isort (python)
Expand Down
1 change: 1 addition & 0 deletions packages/light/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ classifiers = [

dependencies = [
"rich",
"typer",
"certifi",
"httpx",
]
Expand Down
4 changes: 2 additions & 2 deletions pandaclient/PBookCore.py
Original file line number Diff line number Diff line change
Expand Up @@ -497,10 +497,10 @@ def reload_input(self, task_id):
tmp_log.error(output)
tmp_log.error(f"Failed to reload input {task_id}")
return False
elif output[0] != 0:
elif not output[0]:
Comment thread
fbarreir marked this conversation as resolved.
tmp_log.error(output[-1])
tmp_log.error(f"Failed to reload input {task_id}")
return False
# done
tmp_log.info("command is registered. will be executed in a few minutes")
tmp_log.info(f"command is registered for task {task_id} and will be executed in a few minutes")
return True
Loading