51 Commits

Author SHA1 Message Date
damien DELPY
424cce390e
fix: for the function is_existing, stop the transaction if not found. 2024-11-27 10:33:43 +01:00
damien DELPY
86c6fedb30
feat: first version of update.sql done to do basic manipulation to it. 2024-11-26 23:03:31 +01:00
damien DELPY
4df648ef10
fix: now it is the ( and ) characters. 2024-11-26 19:51:40 +01:00
damien DELPY
82267fd573
fix: ' characters are fucking this up. 2024-11-26 19:38:00 +01:00
damien DELPY
7eb84a8d18
fix: adding more elements to the quantite attribute insofar as a piece can be used by multiple sets at many times. 2024-11-26 17:46:54 +01:00
damien DELPY
0df3682d04
fix: new insert.sql due to new raw data. 2024-11-26 10:26:14 +01:00
damien DELPY
3fa9da6ef9
fix: new csv file for model names. 2024-11-26 10:25:14 +01:00
damien DELPY
5815ab2a22
feat: adding a Makefile at the root. 2024-11-25 21:27:16 +01:00
damien DELPY
935d3812f7
feat: Makefile to generate data and obviously put the files in the build directory 2024-11-25 21:18:48 +01:00
damien DELPY
872f7dc3d5
fix: udpdate the python script for this new src directory. 2024-11-25 21:06:44 +01:00
damien DELPY
ebb9af28eb
feat: putting the sql files into the src directory 2024-11-25 21:05:00 +01:00
damien DELPY
bbbdd72347
feat: adding a folder to put temporary insert.sql files. 2024-11-25 21:02:12 +01:00
damien DELPY
d1a96c2dff
feat: rename the .csv folder. 2024-11-25 21:00:53 +01:00
damien DELPY
9f4eaf5ebe
fix: the nemo scripts. 2024-11-25 20:59:43 +01:00
damien DELPY
f6a2aa8320
fix[SQL]: no more duplicatas in a created dataset. 2024-11-23 22:34:31 +01:00
damien DELPY
5795651499
fix[SQL]: fcking merge conflict. 2024-11-23 22:33:38 +01:00
damien DELPY
50db25c0f0
fix[SQL]: no duplicatas. 2024-11-23 22:32:41 +01:00
damien DELPY
e603b34767
fix[SQL]: First generated dataset. 2024-11-23 21:55:25 +01:00
damien DELPY
7f7e605525
fix[SQL]: merging conflict. 2024-11-23 21:48:07 +01:00
damien DELPY
37d0c430c7
fix[SQL]: first generated dataset. 2024-11-23 21:43:17 +01:00
damien DELPY
1824c1d421
fix[SQL]: useless build. 2024-11-23 21:40:41 +01:00
damien DELPY
7ba442cb17
merging from master 2024-11-23 21:39:19 +01:00
damien DELPY
3fab1411b2
fix[SQL]: first generated data set. Some values already exists but it is quite good i think 2024-11-23 21:38:10 +01:00
Nemo D'ACREMONT
690a242a78
feat: fix db script exec order, onlyl use back-end.env files 2024-11-23 11:53:52 +01:00
damien DELPY
bbf7a292ad
feat[SQL]: adding a python file to generate data. This file generates corrupted data. TODO : remove unused foreign keys and already used primary keys. 2024-11-22 23:54:53 +01:00
damien DELPY
62c49d1cb5
fix[config]: gitkeep the build directory. 2024-11-22 23:51:25 +01:00
damien DELPY
ac5e01f0e0
fix[SQL]: final version of the database + python file to generate file. TODO : remove already used primary keys and not used foreign keys. 2024-11-22 23:50:53 +01:00
damien DELPY
be3aba341f
fix[data]: need a Makefile + dodo. 2024-11-13 22:47:22 +01:00
damien DELPY
c8c4c38e26
feat[data]: goodnight moon. 2024-11-13 22:42:27 +01:00
damien DELPY
3012c18a22
fix[data]: remove blank lines from the integer datas. 2024-11-13 22:21:41 +01:00
damien DELPY
4675bfb1fb
feat[data]: .data to sql. 2024-11-13 21:56:41 +01:00
damien DELPY
45304ff0b2
fix[data]: again. 2024-11-13 20:41:29 +01:00
damien DELPY
5d1ab36c55
feat[data]: coding a script to generate data. 2024-11-13 20:19:43 +01:00
damien DELPY
7e878a91d3
feat[data]: some raw data. 2024-11-13 17:44:12 +01:00
damien DELPY
69e0238e47
fix[data]: useless. 2024-11-13 17:12:28 +01:00
damien DELPY
b9bc2a9d18
feat[data]: some content. 2024-11-13 01:07:16 +01:00
damien DELPY
b37d86a1fb
fix[SQL config]: dockerfile to load the sql code. 2024-11-08 11:15:10 +01:00
damien DELPY
aa5e6de889
fix[config SQL]: update the names of the files according to the subject, adding some files to do some special contents. 2024-11-08 11:13:11 +01:00
damien DELPY
cbff3ae32b
fix[config]: wrong directory also. 2024-11-08 11:09:23 +01:00
damien DELPY
b9b3abdc28
fix[config]: useless directory. 2024-11-08 11:08:28 +01:00
damien DELPY
a9cf870eab
fix[SQL tables]: wrong name of the file according to the subject. 2024-11-08 11:07:53 +01:00
damien DELPY
5be32b1879
fix[SQL tables]: put the drop instructions in the file drop.sql. 2024-11-08 11:06:23 +01:00
Nemo D'ACREMONT
ba5e136dd5
feat: create tables for db on build 2024-10-26 09:28:18 +02:00
Alessandre Laguierce
b48bcb0082 feat: add password field in database 2024-10-25 22:56:18 +02:00
Nemo D'ACREMONT
59bb931128
fix: use integer instead of serial for foreign keys in tables 2024-10-25 09:58:41 +02:00
damien DELPY
b09da4fca0
fix[SQL]: tables.sql now no errors. 2024-10-24 21:50:35 +02:00
damien DELPY
a7b1ed1380
feat[SQL]: more tables. 2024-10-24 21:31:15 +02:00
damien DELPY
d37f031a26
feat[SQL]: foreign keys. 2024-10-24 21:24:53 +02:00
damien DELPY
ee830eb048
feat[SQL]: tables done, need to add foreign keys. 2024-10-24 20:24:04 +02:00
damien DELPY
bcd9f0ffbb
feat[SQL]: tables begin. 2024-10-24 19:58:27 +02:00