Skip to content

Releases: UWCS/dcspkg

v0.2.0-rc.1

22 Dec 15:48
Compare
Choose a tag to compare

Commits

  • 1451c79: use rustls for reqwest (Joey Harrison)
  • 47c6094: initdb creates files as well (ericthelemur)
  • 96be337: Add JSON flag to list (ericthelemur)
  • b3679fc: Release DB setting (maybe use postgres in future) (ericthelemur)
  • 5e2bbe7: Can fetch package data by name or ID (ericthelemur)
  • f48b186: Add json to installed (ericthelemur)
  • b4744b0: Change port to be more abitrary (Joey Harrison)
  • 4f8269d: Merge branch 'owen-updates' into main (ericthelemur)
  • d32a505: Formatting 😎 (ericthelemur)
  • bb164ef: bump versions to 0.1.2 (Joey Harrison)
  • 4959853: Run searches registry by ID as well (ericthelemur)
  • 4b9b422: Merge branch 'main' of https://github.com/UWCS/dcspkg into main (ericthelemur)
  • 854e81d: swap bind mount for volme (Joey Harrison)
  • 5f6a93a: change port (Joey Harrison)
  • d8c2242: use bridge network (Joey Harrison)
  • b887996: re-fuck with docker compose (Joey Harrison)
  • 162c496: strip out the shit i dont want, refactor server (Joey Harrison)
  • 7d328e7: finish fucking with server (Joey Harrison)
  • fe4e766: database and create fucked with (Joey Harrison)
  • f6d09f1: client and cli messed with, all builds now (Joey Harrison)
  • 904ec43: default network stuff in compose (Joey Harrison)
  • 8582729: fix too many values in add to db function (Joey Harrison)
  • 07ad15f: improve error message when failing to fetch (Joey Harrison)
  • 8e0a1df: update package list to show full name and title (Joey Harrison)
  • 337cee0: remove the sqlx::fromrow lie (Joey Harrison)
  • 6633cf8: tidy up install code (Joey Harrison)
  • 0a575cc: clean up some registry file stuff (Joey Harrison)
  • 938f92c: fix empty table case in print package list (Joey Harrison)
  • 2cedba9: fix return type for that function i just fucked with (Joey Harrison)
  • f09c762: I should really test things before I push (Joey Harrison)
  • 9df1d9f: fix typo in compose (Joey Harrison)
  • 5e9b693: Create release-cli.yml (Joey Harrison)
  • a4f7c55: Update release-cli.yml (Joey Harrison)
  • 96ec83f: bump versions (Joey Harrison)
  • 65db2d8: Update release-cli.yml (Joey Harrison)
  • 06ef92a: update docker-compose.yml (Joey Harrison)

v0.2.0

30 Dec 21:19
Compare
Choose a tag to compare

Commits

  • 1e47ddd: Create publish-server.yml (Joey Harrison) #12
  • ed9f097: Update publish-server.yml (Joey Harrison) #12
  • 0a8979d: Update publish-server.yml (Joey Harrison)
  • c36fe51: Update publish-server.yml (Joey Harrison)
  • b38256d: Update publish-server.yml (Joey Harrison)
  • 66fb9bb: Update publish-server.yml (Joey Harrison)
  • b45ed8a: fix dockerfile (Joey Harrison)
  • 95f34e2: fix my lie in that comment (Joey Harrison)
  • e7ac97c: start some docs (Joey Harrison) #13
  • 58addbd: fix sqlx deps?? (Joey Harrison)
  • 4ca6205: Update publish-server.yml (Joey Harrison)
  • d16a270: add docs and update readme (Joey Harrison) #13
  • 3bcf091: Update README.md (Joey Harrison) #13
  • 45e34fc: rename ci.yml (Joey Harrison)
  • 8c3d50e: Update README.md (Joey Harrison)
  • 54cc77a: don't send log message before error thrown when create default config (Joey Harrison)
  • 01ce7f8: change order in which config files are created and loaded to stop registry being overwritten (Joey Harrison)
  • 3cf8ce0: remove the comment telling me to do a thing i already did (Joey Harrison)
  • 050d38d: bump versions to 0.2.0 (Joey Harrison)

v0.1.1

13 Sep 12:39
Compare
Choose a tag to compare

Initial release with all crates

This is the "MVP" release, where it basically does everything it needs to to a basic level. Common, client, and cli are on crates.io