purescript / registry-dev

Development work related to the PureScript Registry
https://github.com/purescript/registry
97 stars 80 forks source link

Add SQLite to Registry Server, it's ready to go now 🚀 #623

Closed f-f closed 1 year ago

f-f commented 1 year ago

As per title, with this PR we are ready to launch the Registry Server as our main entrypoint for package managers to issue package publishing requests.

This patch is quite large, but there are a few main themes:

(this whole thing was coauthored with @thomashoneyman)

f-f commented 1 year ago

@thomashoneyman you might also want to take a look at the conflicts, the nix stuff in trunk does not go well with the new things

f-f commented 1 year ago

Also I have no idea why CI is failing - I suspect it's a problem in the npm package lock, but I just generated a fresh one 🤔

thomashoneyman commented 1 year ago

I can merge this with master and handle the Nix conflicts today!

f-f commented 1 year ago

We should squash-merge this with both of our usernames attached for the git blame

I've been doing this all along for the PRs where we both contributed 🙂