From 338ff46e4ab799a4b159f8c2a79b73751f920727 Mon Sep 17 00:00:00 2001 From: mo khan Date: Mon, 17 Mar 2025 16:48:25 -0600 Subject: feat: fix the csv data and serve it from the REST API --- db/groups.csv | 18 +++++++++--------- db/organizations.csv | 6 +++--- db/projects.csv | 18 +++++++++--------- 3 files changed, 21 insertions(+), 21 deletions(-) (limited to 'db') diff --git a/db/groups.csv b/db/groups.csv index 1ff280b6..03fcf608 100644 --- a/db/groups.csv +++ b/db/groups.csv @@ -1,9 +1,9 @@ -id, organization_id, parent_id, name -1, 1, -1, "A" -2, 1, -1, "B" -3, 2, -1, "gitlab-org" -4, 2, -1, "gitlab-com" -5, 2, 4, "gl-security" -6, 2, 5, "test-projects" -7, 2, 4, "support" -8, 2, 7, "toolbox" +"id","organization_id","parent_id","name" +1,1,-1,"A" +2,1,-1,"B" +3,2,-1,"gitlab-org" +4,2,-1,"gitlab-com" +5,2,4,"gl-security" +6,2,5,"test-projects" +7,2,4,"support" +8,2,7,"toolbox" diff --git a/db/organizations.csv b/db/organizations.csv index 67584777..840de05b 100644 --- a/db/organizations.csv +++ b/db/organizations.csv @@ -1,3 +1,3 @@ -id, name -1, default -2, gitlab +"id","name" +1,"default" +2,"gitlab" diff --git a/db/projects.csv b/db/projects.csv index d824f59b..594cc390 100644 --- a/db/projects.csv +++ b/db/projects.csv @@ -1,9 +1,9 @@ -id, group_id, name -1, 1, "A1" -2, 2, "B1" -3, 3, "gitlab" -4, 6, "eicar-test-project" -5, 5, "disclosures" -6, 8, "changelog-parser" -7, 4, "handbook" -8, 4, "www-gitlab-com" +"id","group_id","name" +1,1,"A1" +2,2,"B1" +3,3,"gitlab" +4,6,"eicar-test-project" +5,5,"disclosures" +6,8,"changelog-parser" +7,4,"handbook" +8,4,"www-gitlab-com" -- cgit v1.2.3