alpha
Login
or
Join now
oyster.cafe
/
tangled-core
forked from
tangled.org/core
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Monorepo for Tangled
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
tangled-core
/
appview
/
at
f7ac5765ea4318ea9bb2cddc41c6a4add06e8aae
34 folders
1 file
Anirudh Oppiliappan
appview/pages: list webhook deliveries in repo settings
4mo ago
f7ac5765
cache
appview/pages: list webhook deliveries in repo settings Signed-off-by: Anirudh Oppiliappan <anirudh@tangled.org>
4 months ago
commitverify
types,appview,knotserver: replace object.Commit with types.Commit Signed-off-by: oppiliappan <me@oppi.li>
6 months ago
config
appview/config: remove scheme from APPVIEW_HOST this is no longer necessary, we use BaseUrl where scheme is required. Signed-off-by: oppiliappan <me@oppi.li>
5 months ago
db
appview/db: allow regenerating invite codes users sometimes want to regenerate invite codes, but signups_inflight never replaces the old value, since the email column has a unique constraint. by using `or replace`, we can update the invite code. this keeps the db in sync with whatever the user sees in their inbox. Signed-off-by: oppiliappan <me@oppi.li>
4 months ago
dns
appview/{dns,signup}: make signup flow transactional
8 months ago
email
appview/email: replace regex check with mail.ParseAddress Signed-off-by: Evan Jarrett <evan@evanjarrett.com>
6 months ago
filetree
appview: diff: organize changed-files into file-tree introduces the filetree package. eventually we will have a sticky side-panel style layout for any page displaying diffs (probably makes most sense when we have split diffs), and this file-tree will move there.
1 year ago
indexer
appview: re-index issues and pulls when labels are modified Signed-off-by: Thomas Karpiniec <tkarpiniec@icloud.com>
4 months ago
issues
appview: update tab counts to reflect search filters When searching issues or pulls with filters, the open/closed tab counts were showing unfiltered repo totals. Run per-state count queries when a search is active and update RepoInfo.Stats before rendering. Based on a fix by Patrick Dewey (pdewey.com) for issue #400. Signed-off-by: Thomas Karpiniec <tkarpiniec@icloud.com>
4 months ago
knots
appview: specify current tab from `pages` package Signed-off-by: Seongmin Lee <git@boltless.me>
5 months ago
labels
appview: re-index issues and pulls when labels are modified Signed-off-by: Thomas Karpiniec <tkarpiniec@icloud.com>
4 months ago
mentions
appview: rename refresolver module to mentions usage of the resolver is now mentionsResolver. Signed-off-by: oppiliappan <me@oppi.li>
6 months ago
middleware
appview: migrate handlers to GetMultiAccountUser
5 months ago
models
appview: add search filters for issues and pulls Signed-off-by: Thomas Karpiniec <tkarpiniec@icloud.com>
4 months ago
notifications
appview: migrate handlers to GetMultiAccountUser
5 months ago
notify
*: fmt Signed-off-by: Anirudh Oppiliappan <anirudh@tangled.org>
4 months ago
oauth
appview: fix oauth client URI there was a change that removed the scheme from appview host, this was not reflected in the non-dev oauth config. Signed-off-by: oppiliappan <me@oppi.li>
4 months ago
ogcard
appview/ogcard: add utility to draw rounded rectangles Signed-off-by: oppiliappan <me@oppi.li>
4 months ago
pages
appview/pages: list webhook deliveries in repo settings Signed-off-by: Anirudh Oppiliappan <anirudh@tangled.org>
4 months ago
pagination
appview: add basic issue indexer - Heavily inspired by gitea - add `GetAllIssues` which only receives a paginator and gathers all issues ignoring `repoAt` field Signed-off-by: Seongmin Lee <boltlessengineer@proton.me>
11 months ago
pipelines
appview/pipelines: fix incorrect totals the default query limits to 30 items, we need a separate query for total pipeline counts. Signed-off-by: oppiliappan <me@oppi.li>
4 months ago
pulls
appview/pulls: use simpler comment count in og cards Signed-off-by: oppiliappan <me@oppi.li>
4 months ago
randomart
show branches in a dropdown
1 year ago
repo
appview/repo: webhook deliveries endpoint Signed-off-by: Anirudh Oppiliappan <anirudh@tangled.org>
4 months ago
reporesolver
appview: migrate handlers to GetMultiAccountUser
5 months ago
searchquery
appview/searchquery: test additional parser edge cases Signed-off-by: Thomas Karpiniec <tkarpiniec@icloud.com>
4 months ago
serververify
orm: extract orm package from appview includes query and migration helpers Signed-off-by: oppiliappan <me@oppi.li>
6 months ago
settings
appview: strip scheme from `CoreConfig.AppviewHost` Signed-off-by: Seongmin Lee <git@boltless.me>
5 months ago
signup
appview/{dns,signup}: make signup flow transactional
8 months ago
spindles
appview: move template-specific constants to global funcmap Constants those are mainly used to define a template shouldn't be managed from http handlers. Define constant values in `const` funcmap so we can easily access them without depending on template params. This change will make more sense with following change `rusppvkn` Signed-off-by: Seongmin Lee <git@boltless.me>
5 months ago
state
appview: validate repo description length (max 140 chars) The description field had no length validation, so long descriptions would pass the form but fail at the DB INSERT (CHECK constraint) or lexicon layer (maxGraphemes: 140), after the PDS record and bare repo were already created. Add client-side maxlength and server-side rune count validation to reject early and avoid partial rollback state.
4 months ago
strings
appview: migrate handlers to GetMultiAccountUser
5 months ago
validator
appview/validator: replace x/exp/slices This API is in the standard library now.
4 months ago
xrpcclient
appview: switch to indigo oauth library Signed-off-by: oppiliappan <me@oppi.li>
8 months ago
ingester.go
appview/state: handle empty vanity stat kinds allows removing vanity stat kinds Signed-off-by: oppiliappan <me@oppi.li>
4 months ago