@@ -17,17 +17,15 @@ package "code.gitea.io/gitea/models"
17
17
func GetYamlFixturesAccess
18
18
19
19
package "code.gitea.io/gitea/models/actions"
20
- func ListUploadedArtifactsByRunID
21
- func CountRunJobs
22
20
func (ScheduleList).GetUserIDs
23
21
func (ScheduleList).GetRepoIDs
24
22
func (ScheduleList).LoadTriggerUser
25
23
func (ScheduleList).LoadRepos
26
- func FindSchedules
27
- func CountSpecs
28
24
func GetVariableByID
29
25
30
26
package "code.gitea.io/gitea/models/asymkey"
27
+ func (ErrGPGKeyAccessDenied).Error
28
+ func (ErrGPGKeyAccessDenied).Unwrap
31
29
func HasDeployKey
32
30
33
31
package "code.gitea.io/gitea/models/auth"
@@ -39,8 +37,6 @@ package "code.gitea.io/gitea/models/db"
39
37
func TruncateBeans
40
38
func InTransaction
41
39
func DumpTables
42
- func Count
43
- func FindAndCount
44
40
45
41
package "code.gitea.io/gitea/models/dbfs"
46
42
func (*file).renameTo
@@ -52,29 +48,14 @@ package "code.gitea.io/gitea/models/forgejo/semver"
52
48
func SetVersionString
53
49
func SetVersion
54
50
55
- package "code.gitea.io/gitea/models/forgejo_migrations"
56
- func GetCurrentDBVersion
57
- func EnsureUpToDate
58
-
59
51
package "code.gitea.io/gitea/models/git"
60
52
func RemoveDeletedBranchByID
61
53
62
54
package "code.gitea.io/gitea/models/issues"
63
55
func IsErrUnknownDependencyType
64
56
func (ErrNewIssueInsert).Error
65
57
func IsErrIssueWasClosed
66
- func GetIssueWithAttrsByID
67
- func GetRepoIDsForIssuesOptions
68
- func GetLabelIDsInOrgByNames
69
58
func ChangeMilestoneStatus
70
- func GetMilestonesByRepoIDs
71
- func CountMilestonesByRepoCond
72
- func GetMilestonesStatsByRepoCond
73
- func IsErrErrPullRequestHeadRepoMissing
74
- func (ErrPullRequestHeadRepoMissing).Error
75
- func GetPullRequestsByHeadBranch
76
- func (ErrIssueStopwatchAlreadyExist).Error
77
- func (ErrIssueStopwatchAlreadyExist).Unwrap
78
59
79
60
package "code.gitea.io/gitea/models/migrations/base"
80
61
func removeAllWithRetry
@@ -88,11 +69,6 @@ package "code.gitea.io/gitea/models/organization"
88
69
func (SearchMembersOptions).ToConds
89
70
func UsersInTeamsCount
90
71
91
- package "code.gitea.io/gitea/models/packages/alpine"
92
- func GetBranches
93
- func GetRepositories
94
- func GetArchitectures
95
-
96
72
package "code.gitea.io/gitea/models/perm/access"
97
73
func GetRepoWriters
98
74
@@ -106,16 +82,15 @@ package "code.gitea.io/gitea/models/repo"
106
82
func (*releaseSorter).Less
107
83
func (*releaseSorter).Swap
108
84
func SortReleases
85
+ func FindReposMapByIDs
86
+ func RepositoryListOfMap
109
87
func (SearchOrderBy).String
110
88
func IsErrTopicNotExist
111
89
func (ErrTopicNotExist).Error
112
90
func (ErrTopicNotExist).Unwrap
113
91
func GetTopicByName
114
92
func WatchRepoMode
115
93
116
- package "code.gitea.io/gitea/models/system"
117
- func DeleteNotice
118
-
119
94
package "code.gitea.io/gitea/models/unittest"
120
95
func CheckConsistencyFor
121
96
func checkForConsistency
@@ -174,8 +149,6 @@ package "code.gitea.io/gitea/modules/auth/password/pwn"
174
149
func WithHTTP
175
150
176
151
package "code.gitea.io/gitea/modules/base"
177
- func BasicAuthEncode
178
- func IsLetter
179
152
func SetupGiteaRoot
180
153
181
154
package "code.gitea.io/gitea/modules/cache"
@@ -185,8 +158,6 @@ package "code.gitea.io/gitea/modules/cache"
185
158
186
159
package "code.gitea.io/gitea/modules/charset"
187
160
func (*BreakWriter).Write
188
- func ToUTF8
189
- func EscapeControlString
190
161
191
162
package "code.gitea.io/gitea/modules/context"
192
163
func GetPrivateContext
@@ -208,7 +179,6 @@ package "code.gitea.io/gitea/modules/git"
208
179
func (ErrUnsupportedVersion).Error
209
180
func SetUpdateHook
210
181
func openRepositoryWithDefaultContext
211
- func GetBranchCommitID
212
182
func IsTagExist
213
183
func ToEntryMode
214
184
func (*LimitedReaderCloser).Read
@@ -217,9 +187,11 @@ package "code.gitea.io/gitea/modules/git"
217
187
package "code.gitea.io/gitea/modules/gitgraph"
218
188
func (*Parser).Reset
219
189
190
+ package "code.gitea.io/gitea/modules/gitrepo"
191
+ func GetBranchCommitID
192
+
220
193
package "code.gitea.io/gitea/modules/graceful"
221
194
func (*Manager).TerminateContext
222
- func (*Manager).IsTerminate
223
195
func (*Manager).Err
224
196
func (*Manager).Value
225
197
func (*Manager).Deadline
@@ -235,6 +207,7 @@ package "code.gitea.io/gitea/modules/json"
235
207
func (StdJSON).Indent
236
208
237
209
package "code.gitea.io/gitea/modules/markup"
210
+ func IsSameDomain
238
211
func GetRendererByType
239
212
func RenderString
240
213
func IsMarkupFile
@@ -308,15 +281,18 @@ package "code.gitea.io/gitea/modules/testlogger"
308
281
309
282
package "code.gitea.io/gitea/modules/timeutil"
310
283
func GetExecutableModTime
311
- func Set
312
- func Unset
284
+ func MockSet
285
+ func MockUnset
313
286
314
287
package "code.gitea.io/gitea/modules/translation"
315
288
func (MockLocale).Language
316
289
func (MockLocale).Tr
317
290
func (MockLocale).TrN
318
291
func (MockLocale).PrettyNumber
319
292
293
+ package "code.gitea.io/gitea/modules/util"
294
+ func UnsafeStringToBytes
295
+
320
296
package "code.gitea.io/gitea/modules/util/filebuffer"
321
297
func CreateFromReader
322
298
@@ -341,14 +317,10 @@ package "code.gitea.io/gitea/services/convert"
341
317
package "code.gitea.io/gitea/services/forms"
342
318
func (*DeadlineForm).Validate
343
319
344
- package "code.gitea.io/gitea/services/packages/alpine"
345
- func BuildAllRepositoryFiles
346
-
347
320
package "code.gitea.io/gitea/services/pull"
348
321
func IsCommitStatusContextSuccess
349
322
350
323
package "code.gitea.io/gitea/services/repository"
351
- func GetBranchCommitID
352
324
func IsErrForkAlreadyExist
353
325
354
326
package "code.gitea.io/gitea/services/repository/archiver"
0 commit comments