Signed-off-by: dusk y.bera003.06@protonmail.com
ERROR
appview/db/artifact.go
Failed to calculate interdiff for this file.
ERROR
appview/db/collaborators.go
Failed to calculate interdiff for this file.
ERROR
appview/db/db.go
Failed to calculate interdiff for this file.
ERROR
appview/db/follow.go
Failed to calculate interdiff for this file.
REBASED
appview/db/issues.go
This patch was likely rebased, as context lines do not match.
ERROR
appview/db/language.go
Failed to calculate interdiff for this file.
ERROR
appview/db/pipeline.go
Failed to calculate interdiff for this file.
ERROR
appview/db/profile.go
Failed to calculate interdiff for this file.
ERROR
appview/db/pulls.go
Failed to calculate interdiff for this file.
ERROR
appview/db/punchcard.go
Failed to calculate interdiff for this file.
ERROR
appview/db/registration.go
Failed to calculate interdiff for this file.
REBASED
appview/db/repos.go
This patch was likely rebased, as context lines do not match.
REBASED
appview/db/spindle.go
This patch was likely rebased, as context lines do not match.
ERROR
appview/db/star.go
Failed to calculate interdiff for this file.
REBASED
appview/db/strings.go
This patch was likely rebased, as context lines do not match.
ERROR
appview/pages/pages.go
Failed to calculate interdiff for this file.
ERROR
appview/pages/templates/repo/pipelines/pipelines.html
Failed to calculate interdiff for this file.
REBASED
appview/pipelines/pipelines.go
This patch was likely rebased, as context lines do not match.
ERROR
appview/pipelines/router.go
Failed to calculate interdiff for this file.
NEW
appview/db/label.go
·····················-func NewLabelApplicationCtx(e Execer, filters ...filter) (*models.LabelApplicationCtx, error) {+func NewLabelApplicationCtx(e Execer, filters ...Filter) (*models.LabelApplicationCtx, error) {
NEW
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) {···
NEW
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) {