|
913042d441
|
add error logging and modify return
|
2024-04-18 22:35:32 +02:00 |
|
|
56607b31e5
|
correct typo
|
2024-04-18 22:35:02 +02:00 |
|
|
a5822913f6
|
create Relationship and person
|
2024-04-18 21:02:04 +02:00 |
|
|
5d03c51097
|
fix viewPerson query to be secure
|
2024-04-18 21:01:52 +02:00 |
|
|
5e8cdecca7
|
change bolt+s protocol to bolt+ssc in default for memgraph
|
2024-04-18 21:01:33 +02:00 |
|
|
40a70ecc93
|
Remove wrong driver close
|
2024-04-18 21:01:01 +02:00 |
|
|
12bb08d6ce
|
fix typo and add handlers to router
|
2024-04-16 23:16:52 +02:00 |
|
|
eadfcd7afc
|
update person
|
2024-04-16 23:13:16 +02:00 |
|
|
5d19dad30f
|
change status code
|
2024-04-16 23:13:08 +02:00 |
|
|
7358ef5db1
|
delete person
|
2024-04-16 23:12:54 +02:00 |
|
|
68bd7dec11
|
update person to string
|
2024-04-16 23:00:06 +02:00 |
|
|
f10d8a87db
|
verify relationship
|
2024-04-16 22:59:35 +02:00 |
|
|
72f81214be
|
use snake case file naming convention
|
2024-04-16 22:45:07 +02:00 |
|
|
47b52d8a33
|
fix multi direction relationships
|
2024-04-16 22:27:11 +02:00 |
|
|
2e4cd879b2
|
delete relationship
|
2024-04-16 22:26:55 +02:00 |
|
|
ca67dead2b
|
add createRelationship as a handler
|
2024-04-15 23:56:52 +02:00 |
|
|
162fe47051
|
create handler files
|
2024-04-15 23:47:25 +02:00 |
|
|
d49601b871
|
fix logging in createPerson
|
2024-04-15 23:46:32 +02:00 |
|
|
f5e95095c7
|
create relationship
|
2024-04-15 23:46:11 +02:00 |
|
|
c54b142b70
|
verify structs
|
2024-04-15 23:45:51 +02:00 |
|
|
65345e0e76
|
cypher injection prevention
|
2024-04-15 23:45:01 +02:00 |
|
|
a34a934bf4
|
move utilities to remote instead local
|
2024-04-15 21:13:19 +02:00 |
|
|
73627c7c59
|
Add utilities to docker files
|
2024-04-15 21:05:32 +02:00 |
|
|
33aa4945af
|
go mod tidy
|
2024-04-15 20:50:46 +02:00 |
|
|
3b12f4798c
|
Add Person model
|
2024-04-14 23:49:33 +02:00 |
|
|
cb6628a83c
|
implement Get person endpoint
|
2024-04-14 19:21:20 +02:00 |
|
|
a4c1bc56f8
|
Fix release pipeline tagging
|
2024-04-14 17:13:59 +02:00 |
|
|
79256f2f10
|
Merge branch 'main' into feature/add-basic-backend-functionalities
|
2024-04-14 11:47:32 +02:00 |
|
|
cdea69736d
|
Add init database.go
|
2024-04-14 11:46:46 +02:00 |
|
Vargha Csongor
|
ffde94d457
|
Merge pull request #4 from vcscsvcscs/feature/server-and-logger-setup-utilities
Move server and logger setup to utilities module
|
2024-04-14 11:18:27 +02:00 |
|
|
423e5502a7
|
Create http server setup utility
|
2024-04-14 11:16:34 +02:00 |
|
|
422e2f683a
|
Create Logger setup utility
|
2024-04-14 11:16:17 +02:00 |
|
|
35f478e24c
|
create memgraph db connection
|
2024-04-14 11:15:01 +02:00 |
|
|
a6718b2487
|
update docker build action
|
2024-04-14 01:25:56 +02:00 |
|
Vargha Csongor
|
317fc9067e
|
Merge pull request #3 from vcscsvcscs/bugfix/update-go-version
update go version to 1.22.2
|
2024-04-14 01:12:25 +02:00 |
|
|
4c1b5bcce4
|
update go version to 1.22.2
|
2024-04-14 01:11:19 +02:00 |
|
Vargha Csongor
|
30321ba5d7
|
Merge pull request #1 from vcscsvcscs/feature/create-kubernetes-deployments
Feature Create kubernetes deployments
|
2024-04-14 00:55:29 +02:00 |
|
|
f42d966183
|
set for main revision in argocd
|
2024-04-14 00:54:45 +02:00 |
|
|
94820faf8c
|
docker push to use linux/arm64/v8
|
2024-04-14 00:16:18 +02:00 |
|
|
8d1bb6dbfe
|
Trial and error with busybox and designated platform
|
2024-04-14 00:10:48 +02:00 |
|
|
150d3d7b33
|
Change image to arm64v8
|
2024-04-14 00:03:14 +02:00 |
|
|
d004a155d7
|
Add default cert-issuer.yaml
|
2024-04-13 23:58:03 +02:00 |
|
|
9996b79b46
|
Add deployment command to readme
|
2024-04-13 21:14:07 +02:00 |
|
|
504de2fc2e
|
Add argocd project yaml
|
2024-04-13 21:13:43 +02:00 |
|
|
36b34a161f
|
change default cocroach db volume size
|
2024-04-13 21:13:17 +02:00 |
|
Vargha Csongor
|
87b63e40ce
|
Merge pull request #2 from vcscsvcscs/feature/create-backend-skeleton
[Feature] Create backend skeleton
|
2024-04-12 13:22:06 +02:00 |
|
|
b1ed00e38c
|
Add gin_liveness to import
|
2024-03-23 22:55:29 +01:00 |
|
|
ca6771e72a
|
move utilites to own module
|
2024-03-23 20:07:56 +01:00 |
|
|
9df81f3e4e
|
Add http server config
|
2024-03-23 19:31:31 +01:00 |
|
|
0ed51ef979
|
Add fileExists utility function
|
2024-03-23 19:30:38 +01:00 |
|