Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
74 commits
Select commit Hold shift + click to select a range
c4d62e4
ci: add Windows and Linux quality gates
t1ktakdev Aug 19, 2026
d4dd711
fix: make timeline preview truncation UTF-8 safe
t1ktakdev Aug 19, 2026
d11ec51
chore: point workspace metadata at ReproDeck repository
t1ktakdev Aug 19, 2026
9c35cff
fix: make artifact storage race-safe and idempotent
t1ktakdev Aug 19, 2026
6e3a453
fix: make outcome verification relationally consistent
t1ktakdev Aug 19, 2026
fa6aa5e
fix: clean cross-platform artifact-store warnings
t1ktakdev Aug 19, 2026
53f3479
refactor: allow atomic verification receipt persistence
t1ktakdev Aug 19, 2026
12a60a1
fix: make verification lifecycle atomic and check-scoped
t1ktakdev Aug 19, 2026
6109179
style: rustfmt bridge tester
t1ktakdev Aug 19, 2026
dc63a4e
ci: temporarily auto-format repair branch
t1ktakdev Aug 19, 2026
1e11051
style: apply rustfmt
github-actions[bot] Aug 19, 2026
d5b9d24
ci: remove temporary repair formatter
t1ktakdev Aug 19, 2026
ba60200
fix(bridge): separate Tauri commands from typed service API
t1ktakdev Aug 19, 2026
897610d
test(bridge): use public service API in bridge tester
t1ktakdev Aug 19, 2026
4db5151
style(bridge): apply rustfmt layout
t1ktakdev Aug 19, 2026
68574b1
feat(timeline): add typed query APIs for desktop bridge
t1ktakdev Aug 19, 2026
c36707b
refactor(bridge): route timeline reads through core APIs
t1ktakdev Aug 19, 2026
e014caf
feat(verification): complete typed query and summary APIs
t1ktakdev Aug 19, 2026
e64efa7
fix(db): enforce verification integrity and artifact links
t1ktakdev Aug 19, 2026
7094510
ci: temporarily auto-format repair branch
t1ktakdev Aug 19, 2026
4df04df
style: apply rustfmt
github-actions[bot] Aug 19, 2026
f9516ad
security(redaction): centralize text secret scrubbing
t1ktakdev Aug 19, 2026
f6ad8d4
style: apply rustfmt
github-actions[bot] Aug 19, 2026
c1ca3a5
feat(evidence): add typed artifact persistence and safe retrieval
t1ktakdev Aug 19, 2026
63a8e7f
style: apply rustfmt
github-actions[bot] Aug 19, 2026
ea30fd3
ci: remove temporary repair formatter
t1ktakdev Aug 19, 2026
e4fd151
refactor(bridge): expose core outcome summary without SQL duplication
t1ktakdev Aug 19, 2026
7946f7a
fix(git): make shadow apply transactional and path-safe
t1ktakdev Aug 19, 2026
41f7d4a
ci: temporarily format repair branch
t1ktakdev Aug 19, 2026
c1af140
style: apply rustfmt
github-actions[bot] Aug 19, 2026
7a4d27b
ci: remove temporary formatter after rustfmt
t1ktakdev Aug 19, 2026
fa3ca33
security(permissions): add verification command policy
t1ktakdev Aug 19, 2026
5f45b7c
ci: temporarily format repair branch
t1ktakdev Aug 19, 2026
7eeac7e
style: apply rustfmt
github-actions[bot] Aug 19, 2026
9d47319
ci: remove temporary formatter workflow
t1ktakdev Aug 19, 2026
223b702
feat(verification): execute checks through runner and evidence pipeline
t1ktakdev Aug 19, 2026
ba7a5e5
feat(core): export verification execution service
t1ktakdev Aug 19, 2026
098d487
style(verification): match rustfmt output
t1ktakdev Aug 19, 2026
8c34fa9
refactor(verification): use typed execution request
t1ktakdev Aug 19, 2026
cc2e1c9
fix(verification): enforce declared expected exit condition
t1ktakdev Aug 19, 2026
9002344
security(evidence): enforce run receipt provenance for artifact links
t1ktakdev Aug 19, 2026
723db62
ci: temporarily format current repair changes
t1ktakdev Aug 19, 2026
d1d2457
style: apply rustfmt
github-actions[bot] Aug 19, 2026
e4fcc7b
ci: remove temporary formatter after formatting
t1ktakdev Aug 19, 2026
a131fd6
security(permissions): model explicit verification approval safely
t1ktakdev Aug 19, 2026
752fc64
feat(verification): carry explicit one-shot approval into execution
t1ktakdev Aug 19, 2026
8da67d2
ci: temporarily auto-apply rustfmt
t1ktakdev Aug 19, 2026
7c50444
style: apply rustfmt
github-actions[bot] Aug 19, 2026
ff4f911
ci: remove temporary formatter
t1ktakdev Aug 19, 2026
0ba2bc1
feat(ui): implement real ReproDeck desktop workspace shell
t1ktakdev Aug 19, 2026
f332a96
style(ui): match high-fidelity ReproDeck desktop design
t1ktakdev Aug 19, 2026
391834e
feat(tauri): expose timeline receipts and evidence to desktop UI
t1ktakdev Aug 19, 2026
eba73e7
feat(ui): connect receipt and evidence inspector to real bridge data
t1ktakdev Aug 19, 2026
b9dc2d8
style(ui): add receipt output and evidence inspector styling
t1ktakdev Aug 19, 2026
9d69bd6
style(ui): load receipt inspector stylesheet
t1ktakdev Aug 19, 2026
ed3ef8f
merge: reconcile main before UI CI
t1ktakdev Aug 19, 2026
0652927
ci: temporarily auto-apply rustfmt
t1ktakdev Aug 19, 2026
91d327c
style: apply rustfmt
github-actions[bot] Aug 19, 2026
4111a6b
ci: remove temporary formatter
t1ktakdev Aug 19, 2026
806be99
chore(desktop): set production window identity and sizing
t1ktakdev Aug 19, 2026
b21b3a6
feat(core): add repository inspection and session attachment
t1ktakdev Aug 19, 2026
70d81b2
feat(core): export repository workspace API
t1ktakdev Aug 19, 2026
d591441
feat(tauri): expose repository attachment to desktop UI
t1ktakdev Aug 19, 2026
f77cfb0
feat(ui): attach real Git repositories to bug sessions
t1ktakdev Aug 19, 2026
a501919
style(ui): add repository attachment states
t1ktakdev Aug 19, 2026
04782d5
style(ui): load repository attachment styles
t1ktakdev Aug 19, 2026
14a5691
ci: temporarily auto-apply rustfmt
t1ktakdev Aug 19, 2026
bc6a293
ci: remove temporary formatter
t1ktakdev Aug 19, 2026
48f9908
test(core): cover repository attachment lifecycle
t1ktakdev Aug 19, 2026
a4e88b6
feat(core): add persistent session shadow workspace lifecycle
t1ktakdev Aug 19, 2026
1136316
feat(core): export session shadow workspace API
t1ktakdev Aug 19, 2026
5e2b4e6
fix(core): harden session shadow lifecycle types and tests
t1ktakdev Aug 19, 2026
a2f0159
feat(tauri): add isolated shadow workspace commands
t1ktakdev Aug 19, 2026
0731434
feat(tauri): register isolated workspace lifecycle commands
t1ktakdev Aug 19, 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ version = "0.1.0"
edition = "2021"
authors = ["ReproDeck Team"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/user/reprodeck"
repository = "https://github.com/t1ktakdev/ReproDeck"

[profile.release]
codegen-units = 1
Expand Down
Loading
Loading