Skip to content

Commit b244049

Browse files
Merge branch 'master' of https://github.com/apache/superset into alexandrusoare/feat/date-parse-improvements
2 parents e46d328 + ad3812e commit b244049

809 files changed

Lines changed: 10693 additions & 2929 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/superset-frontend.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ jobs:
174174
runs-on: ubuntu-24.04
175175
steps:
176176
- name: Download Docker Image Artifact
177-
uses: actions/download-artifact@v6
177+
uses: actions/download-artifact@v7
178178
with:
179179
name: docker-image
180180

RESOURCES/INTHEWILD.yaml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,10 @@ categories:
124124
url: https://www.bazaartech.com
125125
contributors: ["@umair-abro"]
126126

127+
- name: Blinkit
128+
url: https://www.blinkit.com/
129+
contributors: ["@amsharm2"]
130+
127131
- name: Dragonpass
128132
url: https://www.dragonpass.com.cn/
129133
contributors: ["@zhxjdwh"]
@@ -609,6 +613,10 @@ categories:
609613
url: https://www.skyscanner.net/
610614
contributors: ["@cleslie", "@stanhoucke"]
611615

616+
Logistics:
617+
- name: Stockarea
618+
url: https://stockarea.io
619+
612620
Others:
613621
- name: 10Web
614622
url: https://10web.io/
@@ -635,6 +643,11 @@ categories:
635643
- name: Grassroot
636644
url: https://www.grassrootinstitute.org/
637645

646+
- name: HOLLYLAND猛玛
647+
url: https://www.hollyland.com
648+
logo: hollyland猛玛.svg
649+
contributors: ["@hlyda0601"]
650+
638651
- name: Increff
639652
url: https://www.increff.com/
640653
contributors: ["@ishansinghania"]

docs/docs/contributing/development.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -282,13 +282,13 @@ curl -f http://localhost:8088/health && echo "✅ Superset ready"
282282
### LLM Session Best Practices
283283
- Always validate environment setup first using the health checks above
284284
- Use focused validation commands: `pre-commit run` (not `--all-files`)
285-
- **Read [LLMS.md](https://github.com/apache/superset/blob/master/LLMS.md) first** - Contains comprehensive development guidelines, coding standards, and critical refactor information
285+
- **Read [AGENTS.md](https://github.com/apache/superset/blob/master/AGENTS.md) first** - Contains comprehensive development guidelines, coding standards, and critical refactor information
286286
- **Check platform-specific files** when available:
287287
- `CLAUDE.md` - For Claude/Anthropic tools
288288
- `CURSOR.md` - For Cursor editor
289289
- `GEMINI.md` - For Google Gemini tools
290290
- `GPT.md` - For OpenAI/ChatGPT tools
291-
- Follow the TypeScript migration guidelines and avoid deprecated patterns listed in LLMS.md
291+
- Follow the TypeScript migration guidelines and avoid deprecated patterns listed in AGENTS.md
292292

293293
### Key Development Commands
294294
```bash
@@ -306,7 +306,7 @@ pytest tests/unit_tests/specific_test.py # Run single test file
306306
pytest tests/unit_tests/ # Run all tests in directory
307307
```
308308

309-
For detailed development context, environment setup, and coding guidelines, see [LLMS.md](https://github.com/apache/superset/blob/master/LLMS.md).
309+
For detailed development context, environment setup, and coding guidelines, see [AGENTS.md](https://github.com/apache/superset/blob/master/AGENTS.md).
310310

311311
## Alternatives to `docker compose`
312312

docs/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"@emotion/styled": "^11.14.1",
4040
"@mdx-js/react": "^3.1.1",
4141
"@saucelabs/theme-github-codeblock": "^0.3.0",
42-
"@storybook/addon-docs": "^8.6.11",
42+
"@storybook/addon-docs": "^8.6.15",
4343
"@storybook/blocks": "^8.6.11",
4444
"@storybook/channels": "^8.6.11",
4545
"@storybook/client-logger": "^8.6.11",
@@ -52,7 +52,7 @@
5252
"@storybook/theming": "^8.6.11",
5353
"@superset-ui/core": "^0.20.4",
5454
"antd": "^6.1.2",
55-
"caniuse-lite": "^1.0.30001762",
55+
"caniuse-lite": "^1.0.30001764",
5656
"docusaurus-plugin-less": "^2.0.2",
5757
"js-yaml": "^4.1.1",
5858
"js-yaml-loader": "^1.2.2",
@@ -78,16 +78,16 @@
7878
"@eslint/js": "^9.39.2",
7979
"@types/js-yaml": "^4.0.9",
8080
"@types/react": "^19.1.8",
81-
"@typescript-eslint/eslint-plugin": "^8.37.0",
82-
"@typescript-eslint/parser": "^8.51.0",
81+
"@typescript-eslint/eslint-plugin": "^8.52.0",
82+
"@typescript-eslint/parser": "^8.52.0",
8383
"eslint": "^9.39.2",
8484
"eslint-config-prettier": "^10.1.8",
8585
"eslint-plugin-prettier": "^5.5.3",
8686
"eslint-plugin-react": "^7.37.5",
8787
"globals": "^17.0.0",
8888
"prettier": "^3.7.4",
8989
"typescript": "~5.9.3",
90-
"typescript-eslint": "^8.50.1",
90+
"typescript-eslint": "^8.52.0",
9191
"webpack": "^5.104.1"
9292
},
9393
"browserslist": {

docs/static/img/logos/hollyland猛玛.svg

Lines changed: 20 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)