Skip to content

Commit c6eb773

Browse files
authored
Merge branch 'dev' into layout-accept-lists-as-component
2 parents 01524d8 + bb13521 commit c6eb773

File tree

271 files changed

+16946
-14293
lines changed

Some content is hidden

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

271 files changed

+16946
-14293
lines changed

.circleci/config.yml

Lines changed: 0 additions & 63 deletions
Original file line numberDiff line numberDiff line change
@@ -227,24 +227,6 @@ jobs:
227227
- store_artifacts:
228228
path: /tmp/dash_artifacts
229229

230-
test-312-react-18:
231-
<<: *test
232-
docker:
233-
- image: cimg/python:3.12.1-browsers
234-
auth:
235-
username: dashautomation
236-
password: $DASH_PAT_DOCKERHUB
237-
environment:
238-
PERCY_ENABLE: 0
239-
PUPPETEER_SKIP_CHROMIUM_DOWNLOAD: True
240-
PYVERSION: python312
241-
REDIS_URL: redis://localhost:6379
242-
REACT_VERSION: "18.2.0"
243-
- image: cimg/redis:6.2.6
244-
auth:
245-
username: dashautomation
246-
password: $DASH_PAT_DOCKERHUB
247-
248230
test-38:
249231
<<: *test
250232
docker:
@@ -349,18 +331,6 @@ jobs:
349331
- store_artifacts:
350332
path: /tmp/dash_artifacts
351333

352-
dcc-312-react-18:
353-
<<: *dcc-test
354-
docker:
355-
- image: cimg/python:3.12.1-browsers
356-
auth:
357-
username: dashautomation
358-
password: $DASH_PAT_DOCKERHUB
359-
environment:
360-
PYVERSION: python312
361-
PERCY_ENABLE: 0
362-
REACT_VERSION: "18.2.0"
363-
364334
dcc-38:
365335
<<: *dcc-test
366336
docker:
@@ -430,18 +400,6 @@ jobs:
430400
- store_artifacts:
431401
path: /tmp/dash_artifacts
432402

433-
html-312-react-18:
434-
<<: *html-test
435-
docker:
436-
- image: cimg/python:3.12.1-browsers
437-
auth:
438-
username: dashautomation
439-
password: $DASH_PAT_DOCKERHUB
440-
environment:
441-
PYVERSION: python312
442-
PERCY_ENABLE: 0
443-
REACT_VERSION: "18.2.0"
444-
445403
html-38:
446404
<<: *html-test
447405
docker:
@@ -506,15 +464,6 @@ jobs:
506464
- store_artifacts:
507465
path: /tmp/dash_artifacts
508466

509-
table-server-react-18:
510-
<<: *table-server
511-
docker:
512-
- image: cimg/python:3.12.1-browsers
513-
environment:
514-
PYVERSION: python312
515-
PERCY_ENABLE: 0
516-
REACT_VERSION: "18.2.0"
517-
518467
table-unit-test:
519468
working_directory: ~/dash
520469
docker:
@@ -655,9 +604,6 @@ workflows:
655604
- test-312:
656605
requires:
657606
- install-dependencies-312
658-
- test-312-react-18:
659-
requires:
660-
- install-dependencies-312
661607
- test-38:
662608
requires:
663609
- install-dependencies-38
@@ -672,19 +618,13 @@ workflows:
672618
- dcc-312:
673619
requires:
674620
- install-dependencies-312
675-
- dcc-312-react-18:
676-
requires:
677-
- install-dependencies-312
678621
- dcc-38:
679622
requires:
680623
- install-dependencies-38
681624

682625
- html-312:
683626
requires:
684627
- install-dependencies-312
685-
- html-312-react-18:
686-
requires:
687-
- install-dependencies-312
688628
- html-38:
689629
requires:
690630
- install-dependencies-38
@@ -699,9 +639,6 @@ workflows:
699639
- table-server:
700640
requires:
701641
- install-dependencies-312
702-
- table-server-react-18:
703-
requires:
704-
- install-dependencies-312
705642

706643
- percy/finalize_all:
707644
requires:

.github/CODEOWNERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# These owners will be the default owners for everything in
22
# the repo. Unless a later match takes precedence
3-
* @alexcjohnson @T4rk1n @ndrezn @gvwilson @emilykl
3+
* @T4rk1n @ndrezn @gvwilson @emilykl

.pylintrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ disable=fixme,
7575
unnecessary-lambda-assignment,
7676
broad-exception-raised,
7777
consider-using-generator,
78+
too-many-ancestors
7879

7980

8081
# Enable the message, report, category or checker with the given id(s). You can

0 commit comments

Comments
 (0)