Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
62e80c6
revert: completely remove all Sora functionality
touwaeriol Apr 5, 2026
9c514c9
chore: drop Sora database schema and regenerate ent code
touwaeriol Apr 5, 2026
155900e
fix: remove unused Sora references causing TypeScript build failure
touwaeriol Apr 4, 2026
fcee67e
fix: remove remaining unused Sora variables causing TypeScript build …
touwaeriol Apr 4, 2026
ff86154
refactor: remove unused OpenAIOAuthOptions after Sora platform removal
touwaeriol Apr 5, 2026
93b42cc
fix: resolve CI failures — gofmt, unused functions, missing test helpers
touwaeriol Apr 5, 2026
5bb8b2a
fix: resolve CI failures — gofmt, unused functions, test parameter mi…
touwaeriol Apr 5, 2026
b4bd89b
fix: remove media_type from usage_log SQL queries + gofmt + inline te…
touwaeriol Apr 5, 2026
0c72be0
fix: gofmt alignment and remove media_type from usage_log repo queries
touwaeriol Apr 5, 2026
1b1c08f
fix: remove media_type from usage_log SQL queries and test stubs
touwaeriol Apr 5, 2026
a29f5a4
fix: gofmt formatting
touwaeriol Apr 5, 2026
67008b5
fix: restore DataManagementView.vue — incorrectly deleted during Sora…
touwaeriol Apr 5, 2026
294b4bc
fix: remove Sora S3 profile code from DataManagementView, keep backup…
touwaeriol Apr 5, 2026
08e69af
fix: remove empty DataManagement tab from settings (was Sora S3 storage)
touwaeriol Apr 5, 2026
c6089cc
fix: remove Sora DI from wire_gen.go and clean remaining upstream Sor…
touwaeriol Apr 5, 2026
58707f8
fix: restore upstream api_contract_test and remove Sora fields
touwaeriol Apr 5, 2026
f345b0f
fix: use upstream versions of shared files and remove only Sora code
touwaeriol Apr 5, 2026
19655a1
fix: gofmt formatting
touwaeriol Apr 5, 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
29 changes: 5 additions & 24 deletions backend/cmd/server/wire_gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion backend/cmd/server/wire_gen_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ func TestProvideCleanup_WithMinimalDependencies_NoPanic(t *testing.T) {
&service.OpsCleanupService{},
&service.OpsScheduledReportService{},
opsSystemLogSinkSvc,
&service.SoraMediaCleanupService{},
schedulerSnapshotSvc,
tokenRefreshSvc,
accountExpirySvc,
Expand Down
71 changes: 2 additions & 69 deletions backend/ent/group.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

42 changes: 0 additions & 42 deletions backend/ent/group/group.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading