Commit Graph

22 Commits (25eccdeab318b2577c97cd09529fa026d26a7c69)

Author SHA1 Message Date
Adam Veldhousen 25eccdeab3
tweaks 2023-05-26 21:36:12 -05:00
Adam Veldhousen 2aa0960b00
encrypt just the pull secret and merge it in 2023-05-26 21:20:49 -05:00
Adam Veldhousen 54261d6089
try to get kustomization to be happy 2023-05-26 21:13:08 -05:00
Adam Veldhousen f09a42837b
encrypt kustomization.yaml 2023-05-26 21:09:41 -05:00
Adam Veldhousen a5dd2c34b0
add sops and beta specific decryption key 2023-05-26 21:09:20 -05:00
Adam Veldhousen 6a88c36646
attempt to use var replacement 2023-05-26 20:28:41 -05:00
Adam Veldhousen 756330e79c
some lifecycle fixes for app and access control stuff, to get data flowing to the client again 2023-05-26 19:53:04 -05:00
Adam Veldhousen 2e0e78ae28
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
2023-05-26 19:23:16 -05:00
Adam Veldhousen ebfcccabfe
add prod builds and migrate env to a namespaced configuration in k8s 2023-05-26 19:20:09 -05:00
Adam Veldhousen e945fc2f79
pagination and linking improvements 2023-05-26 01:47:50 -05:00
Adam Veldhousen 7970ff99b0
use 1 table for catalog data + search 2023-05-26 01:41:17 -05:00
Adam Veldhousen 5221c50814
re arrange some things 2023-05-25 19:48:00 -05:00
Adam Veldhousen 000ff9a711
cronjob that invokes runner 2023-05-24 22:57:23 -05:00
Adam Veldhousen c4cebcea6d
refactor grpc dial into kernel, trying to figure out runner import slowness 2023-05-24 18:46:12 -05:00
Adam Veldhousen d09e5aaf53
uses k8s to run frontend, has ingress 2023-05-24 01:44:04 -05:00
Adam Veldhousen be6bae7dcf
fixed pagination 2023-05-21 21:15:48 -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 d1c0369308
forgot migrations 🤦 2023-05-13 21:57:23 -05: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
Adam Veldhousen b8d34edd95
docs and architecture planning 2023-04-16 13:06:10 -05:00