Signed-off-by: dusk y.bera003.06@protonmail.com
+2
-2
appview/db/artifact.go
+2
-2
appview/db/artifact.go
······
+1
-1
appview/db/collaborators.go
+1
-1
appview/db/collaborators.go
+16
-16
appview/db/db.go
+16
-16
appview/db/db.go
······
+1
-1
appview/db/follow.go
+1
-1
appview/db/follow.go
···
+7
-7
appview/db/issues.go
+7
-7
appview/db/issues.go
···-func GetIssuesPaginated(e Execer, page pagination.Page, filters ...filter) ([]models.Issue, error) {+func GetIssuesPaginated(e Execer, page pagination.Page, filters ...Filter) ([]models.Issue, error) {··················
+7
-7
appview/db/label.go
+7
-7
appview/db/label.go
·····················-func NewLabelApplicationCtx(e Execer, filters ...filter) (*models.LabelApplicationCtx, error) {+func NewLabelApplicationCtx(e Execer, filters ...Filter) (*models.LabelApplicationCtx, error) {
+2
-2
appview/db/language.go
+2
-2
appview/db/language.go
······
+4
-4
appview/db/notifications.go
+4
-4
appview/db/notifications.go
···-func GetNotificationsPaginated(e Execer, page pagination.Page, filters ...filter) ([]*models.Notification, error) {+func GetNotificationsPaginated(e Execer, page pagination.Page, filters ...Filter) ([]*models.Notification, error) {···-func GetNotificationsWithEntities(e Execer, page pagination.Page, filters ...filter) ([]*models.NotificationWithEntity, error) {+func GetNotificationsWithEntities(e Execer, page pagination.Page, filters ...Filter) ([]*models.NotificationWithEntity, error) {···
+62
-14
appview/db/pipeline.go
+62
-14
appview/db/pipeline.go
···············
+1
-1
appview/db/profile.go
+1
-1
appview/db/profile.go
···
+6
-6
appview/db/pulls.go
+6
-6
appview/db/pulls.go
·········-func GetPullSubmissions(e Execer, filters ...filter) (map[syntax.ATURI][]*models.PullSubmission, error) {+func GetPullSubmissions(e Execer, filters ...Filter) (map[syntax.ATURI][]*models.PullSubmission, error) {·········// Only used when stacking to update contents in the event of a rebase (the interdiff should be empty).
+1
-1
appview/db/punchcard.go
+1
-1
appview/db/punchcard.go
···
+3
-3
appview/db/registration.go
+3
-3
appview/db/registration.go
·········
+5
-5
appview/db/repos.go
+5
-5
appview/db/repos.go
···············
+5
-5
appview/db/spindle.go
+5
-5
appview/db/spindle.go
···············
+2
-2
appview/db/star.go
+2
-2
appview/db/star.go
···func GetStarStatuses(e Execer, userDid string, repoAts []syntax.ATURI) (map[string]bool, error) {···
+3
-3
appview/db/strings.go
+3
-3
appview/db/strings.go
·········
+3
-3
appview/db/timeline.go
+3
-3
appview/db/timeline.go
···func getTimelineRepos(e Execer, limit int, loggedInUserDid string, userIsFollowing []string) ([]models.TimelineEvent, error) {···func getTimelineStars(e Execer, limit int, loggedInUserDid string, userIsFollowing []string) ([]models.TimelineEvent, error) {···func getTimelineFollows(e Execer, limit int, loggedInUserDid string, userIsFollowing []string) ([]models.TimelineEvent, error) {
+1
appview/pages/pages.go
+1
appview/pages/pages.go
+32
-1
appview/pages/templates/repo/pipelines/pipelines.html
+32
-1
appview/pages/templates/repo/pipelines/pipelines.html
·········+class="btn flex items-center gap-2 no-underline hover:no-underline dark:text-white dark:hover:bg-gray-700"+href = "/{{ $.RepoInfo.FullName }}/pipelines?page={{ add $prev.No 1 }}&count={{ $prev.Count }}"+class="btn flex items-center gap-2 no-underline hover:no-underline dark:text-white dark:hover:bg-gray-700"+href = "/{{ $.RepoInfo.FullName }}/pipelines?page={{ add $next.No 1 }}&count={{ $next.Count }}"
+29
-3
appview/pipelines/pipelines.go
+29
-3
appview/pipelines/pipelines.go
······
+1
-1
appview/pipelines/router.go
+1
-1
appview/pipelines/router.go
···