Skip to content

Commit

Permalink
Merge branch 'main' into rb-fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
wy65701436 authored Sep 18, 2023
2 parents ea95439 + 26a4f6e commit 0bb0fe3
Show file tree
Hide file tree
Showing 37 changed files with 72 additions and 845 deletions.
1 change: 1 addition & 0 deletions make/migrations/postgresql/0130_2.10.0_schema.up.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
DROP TABLE IF EXISTS harbor_resource_label;
130 changes: 0 additions & 130 deletions src/common/dao/resource_label.go

This file was deleted.

100 changes: 0 additions & 100 deletions src/common/dao/resource_label_test.go

This file was deleted.

1 change: 0 additions & 1 deletion src/common/models/base.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ import (
func init() {
orm.RegisterModel(
new(Role),
new(ResourceLabel),
new(OIDCUser),
)
}
43 changes: 0 additions & 43 deletions src/common/models/label.go

This file was deleted.

90 changes: 0 additions & 90 deletions src/common/models/label_test.go

This file was deleted.

Loading

0 comments on commit 0bb0fe3

Please sign in to comment.