8 Commits
Author SHA1 Message Date
Nicolas Clerc afc78fb77f 🧑‍💻(backend) add reconciliation demo command
Seed two accounts and a CSV to exercise the reconciliation flow end to end
through the admin and the frontend.
2026-05-27 17:36:47 +02:00
Nathan Panchout 7ce21e190a 🔧(gitignore) add Claude and OpenSpec directories
Ignore .claude/ and .openspec/ directories to keep
AI tooling artifacts out of version control.
2026-03-31 10:26:37 +02:00
Nathan Vasse 836da56f2d 🔧(other) add .claude to gitignore
Claude Code generates a local .claude directory for
project configuration. It should not be tracked.
2026-03-30 10:53:20 +02:00
Manuel Raynaud 46d61a9c76 🐛(backend) correctly configure celery beat to run wopi configuration
The celery beat configuration was not working correctly, we installed
the database scheduler but we didn't configure it correctly. We prefer
removing this scheduler to use the default one. Instead, the crontab
part can be configured using environment variable. By default it will be
run every night at 3AM.
2026-02-02 08:05:18 +01:00
Fabre FlorianandQuentin BEY 3ce28275df 🔧(compose) configure external network for communication with search
Search in Drive relies on an external project like "La Suite Find".
We need to declare a common external network in order to connect to
the search app and index our documents.

Signed-off-by: Fabre Florian <ffabre@hybird.org>
2025-12-16 22:50:25 +01:00
Manuel Raynaud ca11ac0e89 🔧(project) change env.d system by using local files
We had lot of problems with the previous env.d system.
Users were often confused by the need to change
the env.d files manually, leading to issues
when using the project locally.
This commit introduces a new system that uses
.env.local files, which are automatically created
and can be modified by users without affecting
the original env.d files. This should simplify
the development process and reduce confusion by
removing the need to manually edit env.d files.
2025-08-18 11:45:52 +02:00
Nathan Vasse 8897d366f7 🔧(front) add ui-kit as live dependency
We want to be able to use the local package in order to make quick
changes during the development phase.
2025-02-24 16:03:09 +01:00
Manuel Raynaud 2607d77153 🎉(core) shape of the project
Add all files we need to start the project. Only the `src` repository is
missing and will be added later by additional pull requests.
2025-01-29 17:08:23 +01:00