commits
On a Mac, to build Tangled's VM with Nix, you first have
to set up a Linux builder for Nix. With the help of
@winter, I was able to do so in the way described here.
It would be helpful to develop easier ways to do it, but
this is the easiest one I know at the moment.
Signed-off-by: Ilya Grigoriev <ilyagr@users.noreply.github.com>
Signed-off-by: oppiliappan <me@oppi.li>
Also adds the relevant DB helpers for this.
Signed-off-by: Anirudh Oppiliappan <anirudh@tangled.sh>
Signed-off-by: Anirudh Oppiliappan <anirudh@tangled.sh>
Signed-off-by: Anirudh Oppiliappan <anirudh@tangled.sh>
Signed-off-by: Anirudh Oppiliappan <anirudh@tangled.sh>
This hinders atprotation and is very appview-specific anyway.
Signed-off-by: Anirudh Oppiliappan <anirudh@tangled.sh>
Signed-off-by: oppiliappan <me@oppi.li>
Signed-off-by: noClaps <git@zerolimits.dev>
Signed-off-by: oppiliappan <me@oppi.li>
We've arrived at the "foopkg/barpkg: message here" format pretty
organically -- it reads better and uses fewer characters.
Signed-off-by: Anirudh Oppiliappan <anirudh@tangled.sh>
Show fork titles in owner/repo format, otherwise if you have collaborator
access to multiple forks of the same repo (in which the forks have the
same title) it may be hard to differentiate
Also update the underlying logic to use the option value instead of
checking against the currently logged in users DID
Co-Authored-By: oppiliappan <me@oppi.li>
Signed-off-by: Samuel Shuert <me@thecoded.prof>
Co-Authored-By: oppiliappan <me@oppi.li>
Signed-off-by: Samuel Shuert <me@thecoded.prof>
Signed-off-by: oppiliappan <me@oppi.li>
Broken down the nested object declarations into individual declarations since lexicon schemas forbid nested declarations, tested with atcute's lexicon codegen.
I changed the name of `pair` to `individualLanguageSize` as the previous name didn't make it obvious as for what the object was for, slight breaking change but it seems fine given that this lexicon schema wasn't working prior and that the object isn't being used in any unions.
Signed-off-by: mary.my.id <git@mary.my.id>
Signed-off-by: oppiliappan <me@oppi.li>
Signed-off-by: nelind <nel.n.lindberg@gmail.com>
Signed-off-by: nelind <nel.n.lindberg@gmail.com>
Signed-off-by: nelind <nel.n.lindberg@gmail.com>
this is a regression from the v1.8.0 release
Signed-off-by: oppiliappan <me@oppi.li>
Signed-off-by: Anirudh Oppiliappan <anirudh@tangled.sh>
sort by most gained stars.
Signed-off-by: oppiliappan <me@oppi.li>
requires record deletion first
Signed-off-by: oppiliappan <me@oppi.li>
Signed-off-by: oppiliappan <me@oppi.li>
Signed-off-by: oppiliappan <me@oppi.li>
Signed-off-by: oppiliappan <me@oppi.li>
Signed-off-by: oppiliappan <me@oppi.li>
Signed-off-by: oppiliappan <me@oppi.li>
Signed-off-by: oppiliappan <me@oppi.li>
this will return in the future
Signed-off-by: oppiliappan <me@oppi.li>
This now covers: Fork, ForkSync, NewHiddenRef, Merge, MergeCheck,
and RepoCreate/Delete.
Signed-off-by: Anirudh Oppiliappan <anirudh@tangled.sh>
Signed-off-by: Anirudh Oppiliappan <anirudh@tangled.sh>
The knot.member is only ingested for create/update ops but we can't
delete it yet. See comment.
Signed-off-by: Anirudh Oppiliappan <anirudh@tangled.sh>
This is now identical to how we verify spindle registrations, and gets
rid of the registration key. This code is now deduplicated in the
serververify package (previously spindleverify).
Signed-off-by: Anirudh Oppiliappan <anirudh@tangled.sh>
Signed-off-by: Anirudh Oppiliappan <anirudh@tangled.sh>
Signed-off-by: Anirudh Oppiliappan <anirudh@tangled.sh>
This is now the same as what we do in spindle.
Signed-off-by: Anirudh Oppiliappan <anirudh@tangled.sh>
Signed-off-by: Anirudh Oppiliappan <anirudh@tangled.sh>
Signed-off-by: Anirudh Oppiliappan <anirudh@tangled.sh>
Signed-off-by: Anirudh Oppiliappan <anirudh@tangled.sh>
Signed-off-by: Anirudh Oppiliappan <anirudh@tangled.sh>
Signed-off-by: Anirudh Oppiliappan <anirudh@tangled.sh>
Preserves the routes, but borrows a similar style to that of repo
settings.
Signed-off-by: Anirudh Oppiliappan <anirudh@tangled.sh>
Adding the repo name there would've been useful but it's not readily
available within SetupWorkflow. We'll... figure out how to add that
later.
Signed-off-by: Anirudh Oppiliappan <anirudh@tangled.sh>
- moves FollowStats type from timeline.go into follow.go
- makes existing GetFollowersFollowingCount also use FollowStats
Signed-off-by: dusk <y.bera003.06@protonmail.com>
- rename existing ProfilePage to ProfileHomePage
Signed-off-by: dusk <y.bera003.06@protonmail.com>
- rename Followers/Following from ProfileCard to FollowersCount/FollowingCount
- in profileCard, define a single $userIdent to use instead of duplicating the didOrHandle expression
fixes https://tangled.sh/@tangled.sh/core/issues/169
Signed-off-by: dusk <y.bera003.06@protonmail.com>
Signed-off-by: dusk <y.bera003.06@protonmail.com>
Signed-off-by: Anirudh Oppiliappan <anirudh@tangled.sh>
Signed-off-by: Anirudh Oppiliappan <anirudh@tangled.sh>
Signed-off-by: Anirudh Oppiliappan <anirudh@tangled.sh>
Signed-off-by: Anirudh Oppiliappan <anirudh@tangled.sh>
Signed-off-by: oppiliappan <me@oppi.li>
On a Mac, to build Tangled's VM with Nix, you first have
to set up a Linux builder for Nix. With the help of
@winter, I was able to do so in the way described here.
It would be helpful to develop easier ways to do it, but
this is the easiest one I know at the moment.
Signed-off-by: Ilya Grigoriev <ilyagr@users.noreply.github.com>
Show fork titles in owner/repo format, otherwise if you have collaborator
access to multiple forks of the same repo (in which the forks have the
same title) it may be hard to differentiate
Also update the underlying logic to use the option value instead of
checking against the currently logged in users DID
Co-Authored-By: oppiliappan <me@oppi.li>
Signed-off-by: Samuel Shuert <me@thecoded.prof>
Broken down the nested object declarations into individual declarations since lexicon schemas forbid nested declarations, tested with atcute's lexicon codegen.
I changed the name of `pair` to `individualLanguageSize` as the previous name didn't make it obvious as for what the object was for, slight breaking change but it seems fine given that this lexicon schema wasn't working prior and that the object isn't being used in any unions.
Signed-off-by: mary.my.id <git@mary.my.id>
this is a regression from the v1.8.0 release
Signed-off-by: oppiliappan <me@oppi.li>
Signed-off-by: oppiliappan <me@oppi.li>
requires record deletion first
Signed-off-by: oppiliappan <me@oppi.li>