Commit Graph

6 Commits (dc7991aeed3435e93f87def57d48db1c844c4c49)

Author SHA1 Message Date
Adam Veldhousen 38563eb675
switch to secrets 2023-06-02 17:19:18 -05:00
Adam Veldhousen 7abc8666b9
Squashed commit of the following:
commit 98bff364a9
Author: Adam Veldhousen <adamveld12@gmail.com>
Date:   Tue May 30 22:58:12 2023 -0500

    add deployment docs

commit cdcae78359
Author: Adam Veldhousen <adamveld12@gmail.com>
Date:   Sat May 27 15:24:34 2023 -0500

    origin env

commit 49c01169d3
Author: Adam Veldhousen <adamveld12@gmail.com>
Date:   Sat May 27 15:07:49 2023 -0500

    fix build for web-client

commit b4fd08f40f
Author: Adam Veldhousen <adamveld12@gmail.com>
Date:   Fri May 26 22:33:32 2023 -0500

    update cat endpoint

commit 3edb03e297
Author: Adam Veldhousen <adamveld12@gmail.com>
Date:   Fri May 26 22:31:01 2023 -0500

    add more configmaps

commit d011b29427
Author: Adam Veldhousen <adamveld12@gmail.com>
Date:   Fri May 26 22:19:10 2023 -0500

    update configmaps

commit 1049be1bcc
Author: Adam Veldhousen <adamveld12@gmail.com>
Date:   Fri May 26 21:49:23 2023 -0500

    rearrange

commit b82c24b339
Author: Adam Veldhousen <adamveld12@gmail.com>
Date:   Fri May 26 21:27:17 2023 -0500

    tweaks

commit 2aa0960b00
Author: Adam Veldhousen <adamveld12@gmail.com>
Date:   Fri May 26 21:20:49 2023 -0500

    encrypt just the pull secret and merge it in

commit 54261d6089
Author: Adam Veldhousen <adamveld12@gmail.com>
Date:   Fri May 26 21:13:08 2023 -0500

    try to get kustomization to be happy

commit f09a42837b
Author: Adam Veldhousen <adamveld12@gmail.com>
Date:   Fri May 26 21:09:41 2023 -0500

    encrypt kustomization.yaml

commit a5dd2c34b0
Author: Adam Veldhousen <adamveld12@gmail.com>
Date:   Fri May 26 20:51:53 2023 -0500

    add sops and beta specific decryption key

commit 6a88c36646
Author: Adam Veldhousen <adamveld12@gmail.com>
Date:   Fri May 26 20:18:14 2023 -0500

    attempt to use var replacement

commit 756330e79c
Author: Adam Veldhousen <adamveld12@gmail.com>
Date:   Fri May 26 19:53:04 2023 -0500

    some lifecycle fixes for app and access control stuff, to get data flowing to the client again

commit 2e0e78ae28
Merge: ebfccca e945fc2
Author: Adam Veldhousen <adamveld12@gmail.com>
Date:   Fri May 26 19:22:13 2023 -0500

    Merge remote-tracking branch 'origin/feat/mvp' into feat/mvp-deploy-beta

    * origin/feat/mvp:
      pagination and linking improvements
      use 1 table for catalog data + search
      re arrange some things

commit ebfcccabfe
Author: Adam Veldhousen <adamveld12@gmail.com>
Date:   Fri May 26 19:08:27 2023 -0500

    add prod builds and migrate env to a namespaced configuration in k8s

commit e945fc2f79
Author: Adam Veldhousen <adamveld12@gmail.com>
Date:   Fri May 26 01:41:44 2023 -0500

    pagination and linking improvements

commit 7970ff99b0
Author: Adam Veldhousen <adamveld12@gmail.com>
Date:   Fri May 26 01:41:17 2023 -0500

    use 1 table for catalog data + search

commit 5221c50814
Author: Adam Veldhousen <adamveld12@gmail.com>
Date:   Thu May 25 19:48:00 2023 -0500

    re arrange some things

commit 000ff9a711
Author: Adam Veldhousen <adamveld12@gmail.com>
Date:   Wed May 24 22:57:23 2023 -0500

    cronjob that invokes runner

commit c4cebcea6d
Author: Adam Veldhousen <adamveld12@gmail.com>
Date:   Wed May 24 18:46:12 2023 -0500

    refactor grpc dial into kernel, trying to figure out runner import slowness

commit d09e5aaf53
Author: Adam Veldhousen <adamveld12@gmail.com>
Date:   Wed May 24 01:44:04 2023 -0500

    uses k8s to run frontend, has ingress
2023-05-30 23:04:04 -05:00
Adam Veldhousen fb95d41695 Web client (#5)
- [x] Basic site layout
- [x] Home page with initial search
- [x] Search bar
- [x] Pagination
- [x] Linking to source sites
- [ ] Seller info and linking to their sites
- [ ] Infinite scrolling

Co-authored-by: Adam Veldhousen <adamveld12@gmail.com>
Reviewed-on: #5
2023-05-20 06:45:31 +00:00
Adam Veldhousen fa8516b26f Catalog service (#3)
DoD:

- [x] Runner service can post upcoming catalogs
- [x] Deduplication of catalogs
- [x] Endpoints for web client to load catalogs
- [x] http -> GRPC proxy service that web client can use
- [x] DB schema, migrations

Co-authored-by: Adam Veldhousen <adamveld12@gmail.com>
Reviewed-on: #3
2023-05-14 01:53:34 +00:00
Adam Veldhousen a20b132280
Squashed commit of the following:
commit 30d2938bd6
Author: Adam Veldhousen <adamveld12@gmail.com>
Date:   Sat May 6 22:11:09 2023 -0500

    runner service finished

commit 8e33be359a
Author: Adam Veldhousen <adamveld12@gmail.com>
Date:   Sat Apr 29 17:25:05 2023 -0500

    add error handling for runner main

commit 118d4ffcc6
Author: Adam Veldhousen <adamveld12@gmail.com>
Date:   Sat Apr 29 17:24:28 2023 -0500

    refactor GRPC connection management

commit 852d0f4131
Author: Adam Veldhousen <adamveld12@gmail.com>
Date:   Sat Apr 29 17:20:41 2023 -0500

    refactor tiltfile and kustomize for better integration

commit 73fe1eb1d7
Author: Adam Veldhousen <adamveld12@gmail.com>
Date:   Thu Apr 27 20:31:18 2023 -0500

    use full gobin path for buf in make task

commit 96393815ee
Author: Adam Veldhousen <adamveld12@gmail.com>
Date:   Thu Apr 20 23:14:17 2023 -0500

    runner runs

commit 18b9523c8b
Author: Adam Veldhousen <adamveld12@gmail.com>
Date:   Wed Apr 19 21:04:50 2023 -0500

    working on scraping from LA

commit 2699f0c14d
Author: Adam Veldhousen <adamveld12@gmail.com>
Date:   Wed Apr 19 19:47:51 2023 -0500

    runner starts up and runs migrations
2023-05-06 22:12:12 -05:00
Adam Veldhousen 6cd624ced1
runner works, can run locally 2023-04-16 21:15:47 -05:00