Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
f96d038
refactor: create custom quote generation errors
aghiles-ait Dec 11, 2025
aeba310
remove redundant import
aghiles-ait Dec 11, 2025
88370bd
refactor: update create_report_data to return Result type
aghiles-ait Dec 11, 2025
3704bfa
refactor: update create_tdx_report to return Result type
aghiles-ait Dec 11, 2025
6394f66
fix: add missing debug message
aghiles-ait Dec 11, 2025
b36149d
refactor: update create_quote to return Result type
aghiles-ait Dec 11, 2025
ba56bc9
refactor: update writing quote to propagate error
aghiles-ait Dec 11, 2025
82c01f6
refactor: update checking input size
aghiles-ait Dec 11, 2025
c7e0f7d
refactor: update reading arguments
aghiles-ait Dec 11, 2025
427266f
fix: remove unused modules
aghiles-ait Dec 11, 2025
fc8e1bb
fix: display error that does not implement std::error:Error
aghiles-ait Dec 11, 2025
b1c0abc
fix: display error that does not implement std::error:Error
aghiles-ait Dec 11, 2025
f6fe0bd
refactor: change file name of the generated quote to incorporate repo…
aghiles-ait Dec 11, 2025
37740c2
fix: apply fmt
aghiles-ait Dec 11, 2025
c381d9b
refactor: create a separate module for functions
aghiles-ait Dec 12, 2025
4ad79dd
fix: add .vscode in .gitignore
aghiles-ait Dec 12, 2025
ea0bdeb
fix: add .vscode in .gitignore
aghiles-ait Dec 12, 2025
b56fb6d
fix: return correct number of args
aghiles-ait Dec 12, 2025
56a627f
refactor: declare constants in a dedicated file
aghiles-ait Dec 12, 2025
0c1f952
fix: make the call to create_tdx_report only in debug mode
aghiles-ait Dec 12, 2025
a99d74b
fix: replace println with debug
aghiles-ait Dec 12, 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: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
apploader/conf/local.yml
cvmassistants/quote-generator/target

.vscode
Loading