46 Commits

Author SHA1 Message Date
charlesgauthereau a1eaa2a671 chore(release): 1.0.1 1.0.1 2026-01-20 22:44:46 +01:00
Charles GTE 79ed82dd15 Merge pull request #1 from Portabase/feat/add-mongodb
feat/add-mongodb
2026-01-20 22:43:16 +01:00
charlesgauthereau da07f03878 feat: Adding MongoDB support 2026-01-20 22:42:22 +01:00
charlesgauthereau e867e857ee feat: MongoDB provider 2026-01-18 21:19:55 +01:00
charlesgauthereau f36b816941 chore(release): 1.0.1-rc.1 1.0.1-rc.1 2026-01-12 11:53:09 +01:00
charlesgauthereau a11b81bfdd fix: patch timezone error. 2026-01-12 11:52:57 +01:00
charlesgauthereau 1229dc2769 fix: Cargo.lock 2026-01-09 19:18:04 +01:00
charlesgauthereau 0d771c7ea4 chore(release): 1.0.0 1.0.0 2026-01-09 19:17:22 +01:00
charlesgauthereau ee3924d070 fix: refactoring mysql side and tested the method. Add logging with config from env 2026-01-09 19:16:50 +01:00
charlesgauthereau 20e3facb58 chore(release): 1.0.0-rc.1 1.0.0-rc.1 2026-01-09 19:05:01 +01:00
charlesgauthereau 09991d3c48 fix: refactoring mysql side and tested the method. Add logging with config from env 2026-01-09 19:04:37 +01:00
Charles GTE 8a2eb4638a Delete .DS_Store 2026-01-08 23:23:27 +01:00
charlesgauthereau f7af1d5db3 fix: gitignore 2026-01-08 23:23:03 +01:00
charlesgauthereau 8973e3a17e fix: Postgres system: add a lock system to avoid concurrency problems. 2026-01-08 23:19:58 +01:00
charlesgauthereau c69ab2a266 fix: Cargo.lock 2026-01-08 09:52:43 +01:00
charlesgauthereau 7fc4e59a4c chore(release): 0.1.2-rc.1 0.1.2-rc.1 2026-01-08 09:52:24 +01:00
charlesgauthereau 766abe697a fix: postgres.rs methods and add tokio-postgres 2026-01-08 09:52:05 +01:00
charlesgauthereau a279993fa5 chore: Cargo.lock 2026-01-07 22:31:49 +01:00
charlesgauthereau bb3f254e6c chore(release): 0.1.1 0.1.1 2026-01-07 22:31:20 +01:00
charlesgauthereau 5d1841cdfe fix: psql error for ping method in postgres 2026-01-07 22:30:46 +01:00
charlesgauthereau 942b0e421e chore(release): 0.1.1-rc.8 0.1.1-rc.8 2026-01-07 22:22:55 +01:00
charlesgauthereau 5daa635c8c fix: psql error for ping method in postgres 2026-01-07 22:22:45 +01:00
charlesgauthereau 6a2ca5f3c7 chore(release): 0.1.1-rc.7 0.1.1-rc.7 2026-01-07 21:33:28 +01:00
charlesgauthereau 23ec411907 feat: Adding postgres support from 12 to 18 2026-01-07 21:32:35 +01:00
charlesgauthereau d47525826a chore(release): 0.1.1-rc.6 0.1.1-rc.6 2026-01-07 10:01:16 +01:00
charlesgauthereau 60fb78d54f chore(release): 0.1.1-rc.5 2026-01-07 10:01:05 +01:00
charlesgauthereau 59d78ed468 fix: ci to work with new repository. 2026-01-07 10:00:30 +01:00
charlesgauthereau 440ab714e7 chore(release): 0.1.1-rc.5 0.1.1-rc.5 2026-01-06 19:33:01 +01:00
charlesgauthereau 9fdea45cec chore(release): 0.1.1-rc.4 2026-01-06 19:32:01 +01:00
charlesgauthereau 2025ac3e1f chore(release): 0.1.1-rc.3 2026-01-06 19:31:57 +01:00
charlesgauthereau 7ff053ee25 chore(release): 0.1.1-rc.3 2026-01-06 19:24:19 +01:00
charlesgauthereau 067eb188a0 chore(release): 0.1.1-rc.2 2026-01-06 19:23:33 +01:00
charlesgauthereau c2264ef9dd chore(release): 0.1.1-rc.2 2026-01-06 19:22:27 +01:00
charlesgauthereau 8b5cee8f82 chore: working on CI process 2026-01-06 19:20:42 +01:00
charlesgauthereau f372216454 chore(release): 0.1.1-rc.1 2026-01-06 19:14:36 +01:00
charlesgauthereau 8a6bfd1aff chore: working on CI process 2026-01-06 19:14:29 +01:00
charlesgauthereau 717d15cbec chore(release): 0.1.1-rc.1 2026-01-06 19:00:04 +01:00
charlesgauthereau e0fa61d19a chore: Adding some ci files and also release.sh 2026-01-06 18:49:03 +01:00
charlesgauthereau 2e88291509 fix: CONTRIBUTING.md and docker-compose.yml 2026-01-06 18:19:25 +01:00
charlesgauthereau 9f17b416cf fix: README.md 2026-01-06 18:13:49 +01:00
Théo LAGACHE 8855f2ce7c update: README.md 2026-01-06 12:24:01 +01:00
Théo LAGACHE 15524bac60 add: README.md 2026-01-06 12:16:53 +01:00
charlesgauthereau 7695c53a51 [FIX] - Refactoring and test production image. 2026-01-04 21:33:53 +01:00
charlesgauthereau 97afb94dda First Commit. 2026-01-03 23:55:50 +01:00
charlesgauthereau 24ab764a6f First Commit. 2026-01-03 23:55:47 +01:00
charlesgauthereau 50214f391e First Commit. 2026-01-03 19:30:30 +01:00