Damien Arnodo Damien
  • Joined on 2025-08-22
Damien pushed to main at Damien/netbox-deployment 2026-01-07 18:54:51 +00:00
a4c033b818 feat: mount both configuration.py and plugins.py
Damien pushed to main at Damien/netbox-deployment 2026-01-07 18:54:25 +00:00
600341fe6d refactor: simplify plugins.py (DB config moved to configuration.py)
Damien pushed to main at Damien/netbox-deployment 2026-01-07 18:54:14 +00:00
0dea41514c feat: add complete configuration.py based on netbox-docker with DynamicSchemaDict
Damien pushed to main at Damien/netbox-deployment 2026-01-07 18:38:11 +00:00
1a57e1d36d docs: update for single plugins.py config file
Damien pushed to main at Damien/netbox-deployment 2026-01-07 18:37:46 +00:00
32a2ed57c6 refactor: mount only plugins.py (contains all config including DynamicSchemaDict)
Damien pushed to main at Damien/netbox-deployment 2026-01-07 18:37:18 +00:00
d1720455e5 feat: add DynamicSchemaDict config directly in plugins.py (official method)
Damien pushed to main at Damien/netbox-deployment 2026-01-07 18:36:53 +00:00
9028c2b903 chore: remove extra.py (config moved to plugins.py)
Damien pushed to main at Damien/netbox-deployment 2026-01-07 18:33:58 +00:00
b0daaee39e docs: update for extra.py instead of configuration.py
Damien pushed to main at Damien/netbox-deployment 2026-01-07 18:33:37 +00:00
6789f7550b refactor: mount extra.py instead of configuration.py
Damien pushed to main at Damien/netbox-deployment 2026-01-07 18:33:12 +00:00
7b791df337 feat: add extra.py to wrap DATABASES with DynamicSchemaDict
Damien pushed to main at Damien/netbox-deployment 2026-01-07 18:33:03 +00:00
bee3aee91d chore: remove configuration.py (will use extra.py instead)
Damien pushed to main at Damien/docker-images 2026-01-07 17:56:21 +00:00
f76d4cab71 fix: add --no-cache to docker build to avoid stale layers
Damien pushed to main at Damien/docker-images 2026-01-07 15:43:07 +00:00
9cff273a6a chore: remove plugins.py (now mounted at runtime from netbox-deployment)
Damien pushed to main at Damien/docker-images 2026-01-07 15:42:50 +00:00
faf1ca0404 refactor: remove plugins.py from image (mount at runtime)
Damien pushed to main at Damien/netbox-deployment 2026-01-07 15:42:31 +00:00
918340ae0e docs: update for configuration.py and plugins.py
Damien pushed to main at Damien/netbox-deployment 2026-01-07 15:42:14 +00:00
c740dcc9e3 refactor: mount configuration.py and plugins.py instead of local_settings.py
Damien pushed to main at Damien/netbox-deployment 2026-01-07 15:41:50 +00:00
e9699d5759 feat: add plugins.py for runtime plugin configuration
Damien pushed to main at Damien/netbox-deployment 2026-01-07 15:41:41 +00:00
fb6e86adc5 feat: add configuration.py with DynamicSchemaDict for netbox-branching
Damien pushed to main at Damien/netbox-deployment 2026-01-07 15:41:30 +00:00
20052f352d chore: remove local_settings.py (replaced by configuration.py)
Damien pushed to main at Damien/docker-images 2026-01-07 15:36:05 +00:00
5212600c8d chore: remove local_settings.py (now mounted at runtime from netbox-deployment)