Skip to content

Releases: nektro/aquila

v22

09 Aug 10:01
Compare
Choose a tag to compare
v22
  • 59fe74e README- update go built with section (Meghan Denny)
  • 06c2713 README- add zig to build from source section (Meghan Denny)
  • a4f679b circleci- add `zigmod version` call (Meghan Denny)
  • fc6d53f docker_build- update to zigmod v68 (Meghan Denny)
  • 85d8505 update to zig master 0.9.0-dev.749 (Meghan Denny)
  • d594379 zig- remove hash from zig version (Meghan Denny)
  • 53000e4 www- change default theme to Inter (Meghan Denny)
  • cde9635 www- remove empty style.css (Meghan Denny)
  • e4c477f go- fix hooksecret in a way that doesn't break imports (Meghan Denny)
  • 66bd794 zig- include binaries in release (Meghan Denny)
  • 47439d7 go- remove tag from binary name (Meghan Denny)
  • 57a20d9 zig- add index first draft with working Pek impl (Meghan Denny)
  • v20

    08 Aug 22:12
    Compare
    Choose a tag to compare
    v20
  • a0ce551 www/index- add a third column for most starred packages (Meghan Denny)
  • eba01f5 www/index- ensure package cards are all the same size (Meghan Denny)
  • 7645331 add package star count (Meghan Denny)
  • 43619e6 www- fix dashboard and user page grid styling (Meghan Denny)
  • 8dd371b hide hook_secret from json output (Meghan Denny)
  • 846df1d hook- get repo details from webhook payload (Meghan Denny)
  • v19

    08 Aug 06:50
    Compare
    Choose a tag to compare
    v19
  • 5b78f01 www/version- remove page header (Meghan Denny)
  • d0abab7 www- fix index (Meghan Denny)
  • v18

    08 Aug 06:31
    Compare
    Choose a tag to compare
    v18
  • e624d9b circleci- add missing sudos in download_zig (Meghan Denny)
  • 8e061b5 circleci- try adding sudo (Meghan Denny)
  • f826ae3 circleci- specify specific container tag (Meghan Denny)
  • ea846e7 change back to circleci go container (Meghan Denny)
  • v15

    08 Aug 06:04
    Compare
    Choose a tag to compare
    v15
  • cf45ede circleci- update to zig master 0.9.0-dev.730 (Meghan Denny)
  • c74bd55 circleci- update docker orb version to same as andesite (Meghan Denny)
  • 8ba0440 circleci- changing container made `docker version` no longer work (Meghan Denny)
  • v14

    08 Aug 05:58
    Compare
    Choose a tag to compare
    v14
  • 5b5076e circleci- download_zig was missing jq (Meghan Denny)
  • 2a400d9 add missing src/strings.zig (Meghan Denny)
  • d09fd28 circleci- forgot to mark zigmod +x (Meghan Denny)
  • 231b445 circleci- use same image as zigmod (Meghan Denny)
  • 0e7c43a intial Zig implementation bring up (Meghan Denny)
  • 5189563 www/index- add latest versions column (Meghan Denny)
  • 655139f migration: auto approve new versions, remove manual process since zigmod just looks at source url now (Meghan Denny)
  • a24030e add support for db migrations (Meghan Denny)
  • a8b675f run `go mod tidy` (Meghan Denny)
  • 31e3cf0 pkg/db- version- add allbypackage (Meghan Denny)
  • 3c69eab www/about- add indieweb badge (Meghan Denny)
  • 170dd77 www- add style and copy fixes (Meghan Denny)
  • f1d0552 update zigmod version (Meghan Denny)
  • 51fdcb3 remove docker-compose (Meghan Denny)
  • fe91c05 add golang github action (Meghan Denny)
  • a386a20 www/user- fix package urls and owner field name conflict (Meghan Denny)
  • 50a3fd5 www- add index and user list styles (Meghan Denny)
  • 87d3f8b www/user- package list in container (Meghan Denny)
  • 404995f www- rename `latest.packages` to `latest_packages` (Meghan Denny)
  • b5d1a0d www/index- display package list in columns (Meghan Denny)
  • 31e8697 www- fix tar download link (Meghan Denny)
  • e56cb85 www- pull out identical header into separate file (Meghan Denny)
  • 2cb537a gitignore- hide local script with secrets (Meghan Denny)
  • 2ddaab3 remove my analytics from upstream code, use themes for this (Meghan Denny)
  • 78702f1 fix compiling for go 1.15 (Meghan Denny)
  • v10

    18 Apr 10:55
    e1e2dd7
    Compare
    Choose a tag to compare
    v10
  • e1e2dd7 README- add building instructions (Meghan Denny)
  • 0a24b82 add ability to approve and reject pending versions (Meghan Denny)
  • 06baa0e db- remove dot import to etc/dbt (Meghan Denny)
  • dcb6057 www/pacakge- add diff url for approved versions (Meghan Denny)
  • dd8ac8d www- change created on to published on for versions (Meghan Denny)
  • 67ece0b www/version- left align overview table (Meghan Denny)
  • 80cc707 www/package- link commit to tree url (Meghan Denny)
  • c2567d7 www/package- include remote domain in host name link (Meghan Denny)
  • d98e5b8 www/theme- change max width to 70em (Meghan Denny)
  • 13a4b6f center table text but keep package overview at left (Meghan Denny)
  • 3c8f7c7 add diff comparison link to package version view (Meghan Denny)
  • 1ddc81b Delete test_docker.sh (Meghan Denny)
  • c7f7c6b handler: add `.well-known/aquila` endpoint (Meghan Denny)
  • cf969ab capitalize the readme title (Meghan Denny)
  • 6a89db9 add a secret to the package webhook (Meghan Denny)
  • fc97e85 db/remote- dont send the user auth if they're not logged in (Meghan Denny)
  • v9

    14 Apr 05:50
    c2e0215
    Compare
    Choose a tag to compare
    v9
  • c2e0215 handler/do_import- not being http was making github hooks fail (Meghan Denny)
  • v8

    12 Apr 17:08
    18988e0
    Compare
    Choose a tag to compare
    v8
  • 18988e0 fix dep parsing of zig.mod files (Meghan Denny)
  • v7

    12 Apr 10:57
    2dd3ec9
    Compare
    Choose a tag to compare
    v7
  • 2dd3ec9 dockerfile- add git to final image (Meghan Denny)