Maxime Beauchemin
ffe1a0c9ee
feat: add search functionality to configuration table
...
- Added search input box that filters by configuration name and description
- Real-time filtering as user types with case-insensitive matching
- Clear search button (✕) appears when search term is entered
- Improved layout with flexbox for search and category controls
- Enhanced results messaging: shows "Found X matching settings" when searching
- Better empty state messaging with option to clear search
- Responsive design with flex-wrap for mobile compatibility
🤖 Generated with [Claude Code](https://claude.ai/code )
Co-Authored-By: Claude <noreply@anthropic.com >
2025-07-31 21:18:15 -07:00
Maxime Beauchemin
c2a05ea919
feat: make configuration table denser with smaller fonts
...
- Reduced cell padding from 12px to 8px for more compact layout
- Decreased font sizes: headers 13px, content 12px, badges 10px
- Removed title-cased labels in leftmost column, showing only config key
- Made badges smaller with reduced padding (1px 6px instead of 2px 8px)
- Improved information density while maintaining readability
🤖 Generated with [Claude Code](https://claude.ai/code )
Co-Authored-By: Claude <noreply@anthropic.com >
2025-07-31 21:18:15 -07:00
Maxime Beauchemin
ad8d0bb2fb
refactor: simplify safe_eval function in config schema extraction
...
- Removed complex AST node handling for function calls and attributes
- Simplified to handle only basic types: constants, lists, dicts, names
- Reduced complexity from 19 to 6 branches
- Maintains same functionality for actual config values while being more maintainable
🤖 Generated with [Claude Code](https://claude.ai/code )
Co-Authored-By: Claude <noreply@anthropic.com >
2025-07-31 21:18:14 -07:00
Maxime Beauchemin
a21a1824e3
fix: add missing impact and requires_restart fields to config metadata
...
- Added infer_impact() function to determine configuration impact levels
- Added infer_requires_restart() function to determine restart requirements
- Updated export_config_metadata.py to include these fields in JSON output
- Fixes ConfigurationTable.tsx error: "Cannot read properties of undefined (reading 'toUpperCase')"
- All 218 configuration settings now include impact and requires_restart fields
- Fixed type annotations and linting issues in extract_config_schema.py
🤖 Generated with [Claude Code](https://claude.ai/code )
Co-Authored-By: Claude <noreply@anthropic.com >
2025-07-31 21:18:14 -07:00
Maxime Beauchemin
30e731a15b
improve docs generation
2025-07-31 21:18:14 -07:00
Maxime Beauchemin
faef33d6ba
improve docs generation
2025-07-31 21:18:12 -07:00
Maxime Beauchemin
92bf3b9d4e
touchups
2025-07-31 21:17:26 -07:00
Maxime Beauchemin
29b4c480f3
docs
2025-07-31 21:17:26 -07:00
Maxime Beauchemin
cb27d5fe8d
chore: proper current_app.config proxy usage ( #34345 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2025-07-31 19:27:42 -07:00
Maxime Beauchemin
becd0b8883
feat: add runtime custom font loading via configuration ( #34416 )
2025-07-30 18:01:37 -07:00
Maxime Beauchemin
54a5b58e40
feat(codespaces): auto-setup Python venv with dependencies ( #34409 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2025-07-30 13:57:54 -07:00
Maxime Beauchemin
14e90a0f52
feat: Add GitHub Codespaces support with docker-compose-light ( #34376 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2025-07-29 13:10:17 -07:00
Maxime Beauchemin
604d72cc98
feat: introducing a docker-compose-light.yml for lighter development ( #34324 )
2025-07-28 09:27:07 -07:00
Maxime Beauchemin
e741a3167f
feat: add a theme CRUD page to manage themes ( #34182 )
...
Co-authored-by: Mehmet Salih Yavuz <salih.yavuz@proton.me >
2025-07-25 13:26:41 -07:00
dependabot[bot]
77ffe65773
chore(deps): bump axios from 1.10.0 to 1.11.0 in /docs ( #34285 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-07-24 00:06:53 +07:00
Maxime Beauchemin
09c4afc894
feat: introduce comprehensive LLM context guides for AI-powered development ( #34194 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2025-07-22 12:22:13 -07:00
Đỗ Trọng Hải
fe1fddde05
feat(docs): migrate ESLint to v9 ( #34207 )
2025-07-22 22:09:45 +07:00
dependabot[bot]
6e02603098
chore(deps): bump form-data from 4.0.0 to 4.0.4 in /docs ( #34263 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-07-22 21:43:02 +07:00
Paul Lavacquery
da6947d295
feat(deckgl): add support for OpenStreetMap as our new default and make "tile-providers" more configurable FIX ( #34204 )
2025-07-18 15:25:32 -07:00
Hari Kiran
8a8248b575
docs(development): Fix typo in the documentation ( #34163 )
2025-07-15 14:30:32 -03:00
ongdisheng
8a704d293b
docs: remove duplicated line in Running tests with act section ( #34145 )
2025-07-12 15:25:11 -07:00
Damian Pendrak
7229e1ccf3
feat(deckgl): add new color controls with color breakpoints ( #34017 )
2025-07-11 17:29:26 +03:00
Maxime Beauchemin
73dfe57ae2
fix: make flask-cors a core dependency ( #34115 )
2025-07-09 14:54:39 -07:00
Paul Lavacquery
d951158ce6
feat(deckgl): add support for OpenStreetMap as our new default and make "tile-providers" more configurable ( #33603 )
...
Co-authored-by: Maxime Beauchemin <maximebeauchemin@gmail.com >
2025-07-08 14:04:10 -07:00
dependabot[bot]
1b690a9876
chore(deps): bump @ant-design/icons from 5.6.1 to 6.0.0 in /docs ( #32953 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-07-03 17:04:10 -07:00
dependabot[bot]
093ee37aac
chore(deps): bump swagger-ui-react from 5.25.3 to 5.26.0 in /docs ( #34041 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-07-03 22:45:37 +07:00
dependabot[bot]
e3d8326d81
chore(deps-dev): bump @docusaurus/tsconfig from 3.8.0 to 3.8.1 in /docs ( #34003 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-07-02 16:35:44 -07:00
dependabot[bot]
d1d43be9d1
chore(deps): bump swagger-ui-react from 5.25.2 to 5.25.3 in /docs ( #34001 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-07-02 16:35:00 -07:00
dependabot[bot]
9aaab7374e
chore(deps): bump antd from 5.25.1 to 5.26.3 in /docs ( #33982 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-07-01 12:13:51 -07:00
125m125
6af8ce6bb8
docs: pypi-installation on Ubuntu 24.04 and statsd package for event-logging ( #32891 )
2025-06-27 13:52:00 -07:00
Đỗ Trọng Hải
1a54b761c1
feat(db): remove Rockset DB support ( #33929 )
2025-06-27 23:12:54 +07:00
Sam Firke
7f5f577daa
docs(security): add Q&A related to CVE scans to FAQ ( #33936 )
2025-06-27 11:34:24 -04:00
Đỗ Trọng Hải
f6f9582186
fix(docs|build): revert docker-compose files rename ( #33883 )
2025-06-24 22:49:58 +07:00
Sam Firke
98b35125c2
chore(docs): bump references to docker image versions upon release of 5.0.0 ( #33872 )
2025-06-23 19:55:29 -04:00
Maxime Beauchemin
05994319b7
feat(theming): improving theme docs and configuration ( #33851 )
2025-06-22 15:39:00 -07:00
Vladislav Polyakov
a23a4ed054
refactor: rename docker-compose files and update references ( #33790 )
...
Signed-off-by: Vladislav Polyakov <polRk@ydb.tech >
2025-06-20 12:00:34 -07:00
dependabot[bot]
1cd12e8576
chore(deps-dev): bump @docusaurus/module-type-aliases from 3.7.0 to 3.8.0 in /docs ( #33642 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-06-20 12:17:52 -06:00
Đỗ Trọng Hải
54bedbd606
chore(docs): resolve 3 vulnerabilities ( #33818 )
2025-06-19 08:26:43 +07:00
dependabot[bot]
ca74ae75a6
chore(deps-dev): bump webpack from 5.99.8 to 5.99.9 in /docs ( #33643 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-06-09 16:19:49 -06:00
dependabot[bot]
ae6c072661
chore(deps-dev): bump @docusaurus/tsconfig from 3.7.0 to 3.8.0 in /docs ( #33645 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-06-09 16:19:25 -06:00
Adalbert Makarovych
ade85daee2
feat(database): add SingleStore engine specification ( #32887 )
...
Co-authored-by: Adalbert Makarovych <amakarovych0ua@singlestore.com >
Co-authored-by: Evan Rusackas <evan@preset.io >
2025-06-02 11:50:12 -06:00
sha174n
b033406387
docs: CVE-2025-48912 added to 4.1.2 ( #33662 )
2025-06-02 10:03:29 +01:00
Vitor Avila
fdea4e21b0
feat: current_user_rls_rules Jinja macro ( #33614 )
2025-05-29 11:58:40 -03:00
Sam Firke
c928f23e1b
docs(docker build): add more packages needed for production features ( #33566 )
2025-05-24 19:30:33 -04:00
dependabot[bot]
513047c3bb
chore(deps): bump less-loader from 11.1.4 to 12.3.0 in /docs ( #33488 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-05-23 14:54:30 -06:00
dependabot[bot]
be41e0526a
chore(deps-dev): bump eslint-config-prettier from 10.1.2 to 10.1.5 in /docs ( #33491 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-05-17 11:28:10 +07:00
dependabot[bot]
0f240ea1b2
chore(deps-dev): bump webpack from 5.99.7 to 5.99.8 in /docs ( #33492 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-05-17 11:27:20 +07:00
dependabot[bot]
e520538af6
chore(deps): bump antd from 5.24.9 to 5.25.1 in /docs ( #33490 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-05-17 11:26:50 +07:00
Sam Firke
d12f86363f
docs(installation): show example of extending Docker image ( #33472 )
2025-05-16 09:34:25 -04:00
sha174n
8a8fb49617
docs: CVEs fixed on 4.1.2 ( #33435 )
2025-05-14 11:36:58 -06:00