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
/
models
22 files
at
fe1298fa1ed6863f81d2f0bb1ca05f78c5ebaba1
Seongmin Lee
appview: make default label defs configurable
9mo ago
cab269fb
artifact.go
appview: make default label defs configurable hard-coded labels make hard to setup local sandboxed environment as the appview won't run until we fill all 5 definitions under TangledDid. so make them configurable with `TANGLED_LABEL_DEFAULTS` which is a list of aturis delimitted by , character we can have any number/kind of default labels but gfi is required for `/good-first-issue` page Signed-off-by: Seongmin Lee <git@boltless.me>
9 months ago
collaborator.go
appview/models: move db.Collaborator into models Signed-off-by: oppiliappan <me@oppi.li>
10 months ago
email.go
appview/models: move db.Email into models Signed-off-by: oppiliappan <me@oppi.li>
10 months ago
follow.go
appview/models: move db.Follow into models Signed-off-by: oppiliappan <me@oppi.li>
10 months ago
issue.go
appview/notify/db: refactor db notifier additionaly: notifies collaborators on certain events: - issue: creation, closing - pull: creation, closing and merging Signed-off-by: oppiliappan <me@oppi.li>
10 months ago
label.go
appview: make default label defs configurable hard-coded labels make hard to setup local sandboxed environment as the appview won't run until we fill all 5 definitions under TangledDid. so make them configurable with `TANGLED_LABEL_DEFAULTS` which is a list of aturis delimitted by , character we can have any number/kind of default labels but gfi is required for `/good-first-issue` page Signed-off-by: Seongmin Lee <git@boltless.me>
9 months ago
language.go
appview/models: move db.RepoLanguage into models Signed-off-by: oppiliappan <me@oppi.li>
10 months ago
notifications.go
appview: add `pull_reopen` event Signed-off-by: Seongmin Lee <git@boltless.me>
9 months ago
pipeline.go
appview/models: move db.Pipeline* into models Signed-off-by: oppiliappan <me@oppi.li>
10 months ago
profile.go
appview: add personal pronouns to profile Signed-off-by: Shalabh Agarwal <me@serendipty01.dev> fixes: https://tangled.org/@tangled.org/core/issues/224
9 months ago
pubkey.go
appview/models: move db.PublicKey into models Signed-off-by: oppiliappan <me@oppi.li>
10 months ago
pull.go
appview/models: rename Pull.PullAt() to Pull.AtUri() in sync with Issue.AtUri. Signed-off-by: oppiliappan <me@oppi.li>
9 months ago
punchcard.go
appview/models: move db.PunchCard into models Signed-off-by: oppiliappan <me@oppi.li>
10 months ago
reaction.go
appview/{db,pages,models}: show tooltips for user handles when hovering on reactions Signed-off-by: Cameron Smith <cam@camsmith.dev>
10 months ago
registration.go
appview/models: move db.Registration into models Signed-off-by: oppiliappan <me@oppi.li>
10 months ago
repo.go
appview: add website and topics fields to repo Removed description edit UI / endpoints and put unified base settings form in repository settings page. This form is restricted to `repo:owner` permission same as before. The internal model of topics is an array but they are stored/edited as single string where each topics are joined with whitespaces. Having a dedicated topics table with M:M relationship to the repo seems a bit overkill considering we will have external search indexer anyway. Signed-off-by: Seongmin Lee <git@boltless.me>
9 months ago
search.go
appview/indexer: add pulls indexer Signed-off-by: Seongmin Lee <git@boltless.me>
9 months ago
signup.go
appview/models: move db.Signup into models Signed-off-by: oppiliappan <me@oppi.li>
10 months ago
spindle.go
appview/models: move db.Spindle* into models Signed-off-by: oppiliappan <me@oppi.li>
10 months ago
star.go
appview/models: move db.Star into models Signed-off-by: oppiliappan <me@oppi.li>
10 months ago
string.go
appview/models: move db.String into models Signed-off-by: oppiliappan <me@oppi.li>
10 months ago
timeline.go
appview/models: move db.Timeline* into models Signed-off-by: oppiliappan <me@oppi.li>
10 months ago