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
/
cmd
4 folders
1 file
at
23ff1421385b1d92c411e60c9a96ad9e228a9af6
Akshay
enable autosave on knots
2y ago
98a8046c
appview
enable autosave on knots we want to enable proper rollback mechanism on knots to eventually
2 years ago
keyfetch
keyfetch: flag for log path
2 years ago
knotserver
enable autosave on knots we want to enable proper rollback mechanism on knots to eventually
2 years ago
repoguard
all: use securejoin
2 years ago
gen.go
lexicons: issue, issue state and comment Custom lexicon for issues, issue state (open, closed) and issue comments. The case with issue_at is a bit weird since we have a circular dependency: the issue record requires the issue_id, and the issue entry in the db requires the issue_at. To resolve this we write to the db without the issue_at, fetch the issue_id, create the issue record on the PDS, and then update the issue_at (with SetIssueAt). It's not great, but whatever.
2 years ago