Skip to content

Commit

Permalink
checkpoint
Browse files Browse the repository at this point in the history
Signed-off-by: Jeff Ortel <[email protected]>
  • Loading branch information
jortel committed Sep 25, 2024
1 parent c85af8e commit 869442d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 22 deletions.
14 changes: 7 additions & 7 deletions api/analysis.go
Original file line number Diff line number Diff line change
Expand Up @@ -324,17 +324,17 @@ func (h AnalysisHandler) AppList(ctx *gin.Context) {
// @summary Create an analysis.
// @description Create an analysis.
// @description Form fields:
// @description - file: A manifest file that contains 3 sections
// @description file: A manifest file that contains 3 sections
// @description containing documents delimited by markers.
// @description The manifest must contain ALL markers even when sections are empty.
// @description Note: `^]` = `\x1D` = GS (group separator).
// @description Section markers:
// @description ^]BEGIN-MAIN^]
// @description ^]END-MAIN^]
// @description ^]BEGIN-ISSUES^]
// @description ^]END-ISSUES^]
// @description ^]BEGIN-DEPS^]
// @description ^]END-DEPS^]
// @description ^]BEGIN-MAIN^]
// @description ^]END-MAIN^]
// @description ^]BEGIN-ISSUES^]
// @description ^]END-ISSUES^]
// @description ^]BEGIN-DEPS^]
// @description ^]END-DEPS^]
// @description The encoding must be:
// @description - application/json
// @description - application/x-yaml
Expand Down
15 changes: 0 additions & 15 deletions migration/v15/model/mod.patch
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,3 @@ diff -ruN migration/v14/model/core.go migration/v15/model/core.go
Path string `gorm:"<-:create;uniqueIndex"`
Expiration *time.Time
}
diff -ruN migration/v14/model/mod.patch migration/v15/model/mod.patch
--- migration/v14/model/mod.patch 1969-12-31 16:00:00.000000000 -0800
+++ migration/v15/model/mod.patch 2024-09-20 04:53:34.137063231 -0700
@@ -0,0 +1,11 @@
+diff -ruN migration/v14/model/core.go migration/v15/model/core.go
+--- migration/v14/model/core.go 2024-09-20 04:44:49.750736163 -0700
++++ migration/v15/model/core.go 2024-09-20 04:47:13.750375198 -0700
+@@ -95,6 +95,7 @@
+ type File struct {
+ Model
+ Name string
++ Encoding string
+ Path string `gorm:"<-:create;uniqueIndex"`
+ Expiration *time.Time
+ }

0 comments on commit 869442d

Please sign in to comment.