alpha
Login
or
Join now
alice.pds.demo.boltless.dev
/
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.
This repository has no description
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
2
Pulls
1
Pipelines
core
/
appview
33 folders
1 file
at
abbb979e2b7ef742e6f33874ce3f405b7a0ec99d
oppiliappan
appview/db: move timeline-commits logic into MakeTimeline
6mo ago
50158d86
cache
appview/db: move timeline-commits logic into MakeTimeline also fixes a subtle bug: when timeline commits are populated from the punchcard, only the current year's commits are available, however the timeline can span across two years (as it does today: Jan 2026, Dec 2025, Nov 2025 ...). Signed-off-by: oppiliappan <me@oppi.li>
6 months ago
commitverify
types,appview,knotserver: replace object.Commit with types.Commit Signed-off-by: oppiliappan <me@oppi.li>
8 months ago
config
Revert "Revert "*/config: add PLC URL config option"" This reverts commit 55b06460d331a29b940dd06c7518d9fd0a911cd2.
9 months ago
db
appview/db: move timeline-commits logic into MakeTimeline also fixes a subtle bug: when timeline commits are populated from the punchcard, only the current year's commits are available, however the timeline can span across two years (as it does today: Jan 2026, Dec 2025, Nov 2025 ...). Signed-off-by: oppiliappan <me@oppi.li>
6 months ago
dns
appview/{dns,signup}: make signup flow transactional
10 months ago
email
appview/email: replace regex check with mail.ParseAddress Signed-off-by: Evan Jarrett <evan@evanjarrett.com>
8 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/indexer: log docCount on startup Signed-off-by: oppiliappan <me@oppi.li>
8 months ago
issues
appview: migrate handlers to GetMultiAccountUser
7 months ago
knots
appview: migrate handlers to GetMultiAccountUser
7 months ago
labels
appview: migrate handlers to GetMultiAccountUser
7 months ago
mentions
appview: rename refresolver module to mentions usage of the resolver is now mentionsResolver. Signed-off-by: oppiliappan <me@oppi.li>
8 months ago
middleware
appview: migrate handlers to GetMultiAccountUser
7 months ago
models
appview/models: add helper func to count total comments on a PR Signed-off-by: oppiliappan <me@oppi.li>
7 months ago
notifications
appview: migrate handlers to GetMultiAccountUser
7 months ago
notify
appview/pulls: notify on stacked pull creation the merged_notifier no longer waits for the notifiers to complete. it is now fire-and-forget. Signed-off-by: oppiliappan <me@oppi.li>
8 months ago
oauth
fmt: * Signed-off-by: oppiliappan <me@oppi.li>
6 months ago
ogcard
appview: remove dolly silhouette full dolly everywhere. Signed-off-by: oppiliappan <me@oppi.li>
7 months ago
pages
appview/pages: finesse account selector styles Signed-off-by: oppiliappan <me@oppi.li>
6 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>
1 year ago
pipelines
appview: migrate handlers to GetMultiAccountUser
7 months ago
pulls
appview/pulls: combine patch, pull and interdiff views all 3 pages are presented in one page now. Signed-off-by: oppiliappan <me@oppi.li>
7 months ago
randomart
show branches in a dropdown
1 year ago
repo
appview,knotserver: support lockable http tarball protocol the lockable http tarball protocol is meant to serve tarball flakes, by emitting a stable `Link` header: Link: <flakeref>; rel="immutable" this patch now supports the new header in two places, on the appview, at the `/archive/<ref>.tar.gz` endpoint: λ nix flake metadata -v --refresh --no-write-lock-file 'http://127.0.0.1:3000/oppi.li/repo-19-01-26-08-04-14/archive/main.tar.gz' unpacking 'http://127.0.0.1:3000/oppi.li/repo-19-01-26-08-04-14/archive/main.tar.gz' into the Git cache... warning: not writing modified lock file of flake 'http://127.0.0.1:3000/oppi.li/repo-19-01-26-08-04-14/archive/main.tar.gz': • Added input 'nixpkgs': 'github:nixos/nixpkgs/bde09022887110deb780067364a0818e89258968?narHash=sha256-tLj4KcRDLakrlpvboTJDKsrp6z2XLwyQ4Zmo%2Bw8KsY4%3D' (2026-01-19) Resolved URL: http://127.0.0.1:3000/oppi.li/repo-19-01-26-08-04-14/archive/main.tar.gz Locked URL: http://127.0.0.1:3000/did:plc:qfpnj4og54vl56wngdriaxug/repo-19-01-26-08-04-14/archive/a63d945ae97b84812e394207f3cc80f6525c2082.tar.gz?narHash=sha256-IdKT88RIWvWrgQFx6c%2BX3cC7JFene%2BQI9yo2rKSGoA4%3D Path: /nix/store/0k9pv83f0qn5cm0qy82j51plryk7szx7-source Fingerprint: 9512ee4857b31a76c1112f05161bda5280d8596b866c4f78986c6c01c1d2f419 Inputs: └───nixpkgs: github:nixos/nixpkgs/bde09022887110deb780067364a0818e89258968?narHash=sha256-tLj4KcRDLakrlpvboTJDKsrp6z2XLwyQ4Zmo%2Bw8KsY4%3D (2026-01-19 00:39:23) and on the knotserver, when using the `/xrpc/sh.tangled.repo.archive` endpoint: λ nix flake metadata -v --refresh --no-write-lock-file "http://localhost:5555/xrpc/sh.tangled.repo.archive?format=tar.gz&prefix=&ref=main&repo=did%3Aplc%3Aqfpnj4og54vl56wngdriaxug%2Frepo-19-01-26-08-04-14" unpacking 'http://localhost:5555/xrpc/sh.tangled.repo.archive?format=tar.gz&prefix=&ref=main&repo=did:plc:qfpnj4og54vl56wngdriaxug/repo-19-01-26-08-04-14' into the Git cache... warning: not writing modified lock file of flake 'http://localhost:5555/xrpc/sh.tangled.repo.archive?format=tar.gz&prefix=&ref=main&repo=did:plc:qfpnj4og54vl56wngdriaxug/repo-19-01-26-08-04-14': • Added input 'nixpkgs': 'github:nixos/nixpkgs/bde09022887110deb780067364a0818e89258968?narHash=sha256-tLj4KcRDLakrlpvboTJDKsrp6z2XLwyQ4Zmo%2Bw8KsY4%3D' (2026-01-19) Resolved URL: http://localhost:5555/xrpc/sh.tangled.repo.archive?format=tar.gz&prefix=&ref=main&repo=did:plc:qfpnj4og54vl56wngdriaxug/repo-19-01-26-08-04-14 Locked URL: http://localhost:5555/xrpc/sh.tangled.repo.archive?format=tar.gz&narHash=sha256-IdKT88RIWvWrgQFx6c%2BX3cC7JFene%2BQI9yo2rKSGoA4%3D&prefix=&ref=a63d945ae97b84812e394207f3cc80f6525c2082&repo=did:plc:qfpnj4og54vl56wngdriaxug/repo-19-01-26-08-04-14 Path: /nix/store/0k9pv83f0qn5cm0qy82j51plryk7szx7-source Fingerprint: 9512ee4857b31a76c1112f05161bda5280d8596b866c4f78986c6c01c1d2f419 Inputs: └───nixpkgs: github:nixos/nixpkgs/bde09022887110deb780067364a0818e89258968?narHash=sha256-tLj4KcRDLakrlpvboTJDKsrp6z2XLwyQ4Zmo%2Bw8KsY4%3D (2026-01-19 00:39:23) note that the "Resolved URL" includes a hash of the commit. Co-authored-by: Seongmin Lee <git@boltless.me> Signed-off-by: oppiliappan <me@oppi.li>
6 months ago
reporesolver
appview: migrate handlers to GetMultiAccountUser
7 months ago
serververify
orm: extract orm package from appview includes query and migration helpers Signed-off-by: oppiliappan <me@oppi.li>
8 months ago
settings
appview: migrate handlers to GetMultiAccountUser
7 months ago
signup
appview/{dns,signup}: make signup flow transactional
10 months ago
spindles
appview: migrate handlers to GetMultiAccountUser
7 months ago
state
appview/db: move timeline-commits logic into MakeTimeline also fixes a subtle bug: when timeline commits are populated from the punchcard, only the current year's commits are available, however the timeline can span across two years (as it does today: Jan 2026, Dec 2025, Nov 2025 ...). Signed-off-by: oppiliappan <me@oppi.li>
6 months ago
strings
appview: migrate handlers to GetMultiAccountUser
7 months ago
validator
orm: extract orm package from appview includes query and migration helpers Signed-off-by: oppiliappan <me@oppi.li>
8 months ago
xrpcclient
appview: switch to indigo oauth library Signed-off-by: oppiliappan <me@oppi.li>
10 months ago
ingester.go
orm: extract orm package from appview includes query and migration helpers Signed-off-by: oppiliappan <me@oppi.li>
8 months ago