index
:
fs-tracer-backend
this commit
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Supabase: Migrations: Update migrations to add table to public schema and ↵
Baitinq
2024-06-05
5
-12
/
+27
|
|
|
|
add RLS
*
payload-processor: take a list of files
Baitinq
2024-05-30
5
-22
/
+25
|
*
rest-api: return 404 for all other routes except /
Baitinq
2024-05-30
1
-0
/
+5
|
*
misc: Check for DB_PASSWORD in deploy script
Baitinq
2024-05-30
1
-0
/
+5
|
*
rest-api: change route to /api/v1/file/
Baitinq
2024-05-30
3
-3
/
+4
|
*
misc: Rename API_KEY env var to FS_TRACER_API_KEY
Baitinq
2024-05-29
1
-2
/
+2
|
*
rest-api: Take file path in query params
Baitinq
2024-05-29
3
-6
/
+12
|
*
rest-api: handle payloads with an api_key
Baitinq
2024-05-29
11
-35
/
+106
|
*
supabase: add api_keys table migration
Baitinq
2024-05-28
1
-0
/
+4
|
*
rest-api: connect to db and add /file/ GET endpoint
Baitinq
2024-05-27
17
-14
/
+228
|
|
|
|
TODO: Only get files for your specific user
*
payload-processor: fmt
Baitinq
2024-05-27
1
-2
/
+4
|
*
payload-processor: always commit to kafka (for now)
Baitinq
2024-05-27
1
-2
/
+9
|
*
payload-processor: insert to the file table
Baitinq
2024-05-27
11
-19
/
+64
|
*
misc: Create first Supabase migration
Baitinq
2024-05-27
7
-2
/
+186
|
*
misc: deploy in parallel
Baitinq
2024-05-25
1
-2
/
+2
|
*
payload-processor: deploy with bazel
Baitinq
2024-05-25
9
-69
/
+42
|
*
rest-api: deploy with bazel
Baitinq
2024-05-25
15
-169
/
+49
|
*
cleanup
Baitinq
2024-05-20
2
-3
/
+4
|
*
payloads-processor: connect to DB and insert dummy data
Baitinq
2024-05-11
18
-17
/
+168
|
*
k8s: set default number of kafka topic partitions to 2
Baitinq
2024-05-07
2
-3
/
+2
|
*
Todo
Baitinq
2024-05-06
1
-3
/
+3
|
*
Add todo
Baitinq
2024-05-05
1
-0
/
+1
|
*
payload-processor: print message partition
Baitinq
2024-05-05
1
-1
/
+1
|
*
k8s: fix metallb config resources not being applied
Baitinq
2024-05-05
3
-1
/
+34
|
*
k8s: add kafka-ui config
Baitinq
2024-05-05
2
-1
/
+29
|
*
misc: add todo
Baitinq
2024-05-04
2
-3
/
+1
|
*
misc: kafka: set default number of partitions to 2
Baitinq
2024-05-04
1
-0
/
+1
|
*
misc: fix metallb.yml file
Baitinq
2024-05-04
1
-0
/
+1
|
|
|
|
since it has multiple resources they need to be separated with `---`
*
payload-processor: set up testing
Baitinq
2024-05-04
6
-4
/
+51
|
*
payload-processor: add concurrency
Baitinq
2024-05-04
2
-9
/
+27
|
*
go mod tidy
Baitinq
2024-05-04
3
-10
/
+9
|
*
misc: use bitnami chart for metallb
Baitinq
2024-05-04
1
-5
/
+2
|
*
kafka: set smaller retention limit
Baitinq
2024-05-04
1
-0
/
+2
|
*
misc: set proper priorities in helmsman config
Baitinq
2024-05-04
1
-2
/
+4
|
*
payload-processor: use consumer group and properly handle application shutdown
Baitinq
2024-05-04
3
-5
/
+24
|
*
payload-processor: fmt
Baitinq
2024-05-04
1
-1
/
+1
|
*
misc: add helmsman config
Baitinq
2024-05-04
6
-10
/
+60
|
*
payload-processor: print current time when processing
Baitinq
2024-05-03
2
-3
/
+4
|
*
rest-api: Write to kafka asynchronously
Baitinq
2024-05-02
2
-4
/
+20
|
*
Switch to kafka :^)
Baitinq
2024-05-02
14
-96
/
+131
|
*
misc: add deploy.sh script
Baitinq
2024-05-02
2
-5
/
+8
|
*
misc: clean up unnecessary use of ptrs
Baitinq
2024-05-02
2
-6
/
+6
|
*
payload-processor: add stub
Baitinq
2024-05-02
18
-211
/
+178
|
*
Fix gazelle warning
Baitinq
2024-05-02
1
-1
/
+1
|
*
Change instructions to reference the service in the tag
Baitinq
2024-05-02
1
-2
/
+2
|
*
Change module name and cleanup http handler
Baitinq
2024-05-02
6
-27
/
+79
|
*
Start setting up rabbitmq connection
Baitinq
2024-05-02
6
-3
/
+61
|
*
rest-api: Create specific payload endpoint
Baitinq
2024-05-01
1
-2
/
+6
|
*
k8s: rest-api: Set service externalTrafficPolicy to local
Baitinq
2024-05-01
1
-0
/
+1
|
*
rest-api: Add logs
Baitinq
2024-05-01
1
-0
/
+2
|
[next]