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
ci-statuses
32 folders
1 file
oppiliappan
appview/pages: show live updating counters for steps
8mo ago
5281abcb
cache
all: rename go module to tangled.org/core Sets up a special-case handler for serving tangled.org/core go module, plus some misc. .sh -> .org renames. Signed-off-by: Anirudh Oppiliappan <anirudh@tangled.sh>
9 months ago
commitverify
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
config
appview: add `pull_reopen` event Signed-off-by: Seongmin Lee <git@boltless.me>
8 months ago
db
appview/middleware: 404 page on invalid issue/PR id Close: #277 Signed-off-by: Seongmin Lee <git@boltless.me>
7 months ago
dns
appview/{dns,signup}: make signup flow transactional
8 months ago
email
remove unused func
1 year 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/notify: merge `NewPullClosed/Merged/Reopen` to `NewPullState` same to `NewIssueState`, we can determine the detailed event type from latest pull state Signed-off-by: Seongmin Lee <git@boltless.me>
8 months ago
issues
appview: add `issue_reopen` event both issue close and reopen are handled by `NewIssueState` handler. this works because passed `issue` obj is already holding the newest issue state. Signed-off-by: Seongmin Lee <git@boltless.me>
8 months ago
knots
appview: switch to indigo oauth library Signed-off-by: oppiliappan <me@oppi.li>
8 months ago
labels
appview: remove redundant middleware argument in routers Labels and Pipeline routers do not use middleware, this has been removed from their respective routers. Signed-off-by: oppiliappan <me@oppi.li>
8 months ago
middleware
appview/middleware: 404 page on invalid issue/PR id Close: #277 Signed-off-by: Seongmin Lee <git@boltless.me>
7 months ago
models
appview: add `pull_reopen` event Signed-off-by: Seongmin Lee <git@boltless.me>
8 months ago
notifications
appview/pagination: context based pagination introduce helper methods: `IntoContext` and `FromContext` these will help using pagination obj form context easier and make it less error-prune by using private empty struct as a key instead of raw string Signed-off-by: Seongmin Lee <git@boltless.me>
8 months ago
notify
appview/notify: merge `NewPullClosed/Merged/Reopen` to `NewPullState` same to `NewIssueState`, we can determine the detailed event type from latest pull state Signed-off-by: Seongmin Lee <git@boltless.me>
8 months ago
oauth
appview/oauth: a bit of logging Signed-off-by: oppiliappan <me@oppi.li>
8 months ago
ogcard
appview/issues: og image for issues Signed-off-by: Anirudh Oppiliappan <anirudh@tangled.org>
8 months ago
pages
appview/pages: show live updating counters for steps spindles can now give us detailed logs for start and end of steps. the appview can ingest these logs to indicate live durations for steps. it is implemented like so: - the logs handler keeps track of start and end times for each step - whenever we recieve a start or end time, we update the html to add a `data-start` or `data-end` attribute - using some javascript, we print a live updating timer for each step: * if only `data-start` is present: then use Now - Start and update each second * if both `data-start` and `data-end` are present, then use End - Start Signed-off-by: oppiliappan <me@oppi.li>
8 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/pages: show live updating counters for steps spindles can now give us detailed logs for start and end of steps. the appview can ingest these logs to indicate live durations for steps. it is implemented like so: - the logs handler keeps track of start and end times for each step - whenever we recieve a start or end time, we update the html to add a `data-start` or `data-end` attribute - using some javascript, we print a live updating timer for each step: * if only `data-start` is present: then use Now - Start and update each second * if both `data-start` and `data-end` are present, then use End - Start Signed-off-by: oppiliappan <me@oppi.li>
8 months ago
pulls
appview/notify: merge `NewPullClosed/Merged/Reopen` to `NewPullState` same to `NewIssueState`, we can determine the detailed event type from latest pull state Signed-off-by: Seongmin Lee <git@boltless.me>
8 months ago
randomart
show branches in a dropdown
1 year ago
repo
appview/repo: remove EmailToDidOrHandle we no longer resolve handles from DIDs at the handlers, we do this dynamically when rendering the templates. EmailToDidOrHandle did not follow this pattern. there were a few negative side effects from this: the `tinyAvatar` helper requires that the input be a DID; and not a handle. when a handle is passed, it results in a different default color for users without profile pictures; resulting in different colors in repo-log versus, say, the topbar. Signed-off-by: oppiliappan <me@oppi.li>
8 months ago
reporesolver
treewide: satisfy go vet checks Signed-off-by: oppiliappan <me@oppi.li>
9 months ago
serververify
all: rename go module to tangled.org/core Sets up a special-case handler for serving tangled.org/core go module, plus some misc. .sh -> .org renames. Signed-off-by: Anirudh Oppiliappan <anirudh@tangled.sh>
9 months ago
settings
appview/db: simplify db handlers for notifications Signed-off-by: oppiliappan <me@oppi.li>
8 months ago
signup
appview/{dns,signup}: make signup flow transactional
8 months ago
spindles
appview: switch to indigo oauth library Signed-off-by: oppiliappan <me@oppi.li>
8 months ago
state
appview: remove redundant middleware argument in routers Labels and Pipeline routers do not use middleware, this has been removed from their respective routers. Signed-off-by: oppiliappan <me@oppi.li>
8 months ago
strings
appview: switch to indigo oauth library Signed-off-by: oppiliappan <me@oppi.li>
8 months ago
validator
appview: improve patch validation automatically adds a newline to patches that are missing one.
8 months ago
xrpcclient
appview: switch to indigo oauth library Signed-off-by: oppiliappan <me@oppi.li>
8 months ago
ingester.go
appview: improve the logging situation a bit needs a lot more work, but we now inject slog in several places. Signed-off-by: oppiliappan <me@oppi.li>
8 months ago