Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
144 commits
Select commit Hold shift + click to select a range
302d404
Bump Flask due to https://github.com/pytest-dev/pytest/issues/5532
wbrgss Aug 27, 2020
0b39bd5
Generate Julia components with nested structure
tcbegley Nov 7, 2020
918144e
Update README.md
jingningzhang1 Nov 9, 2020
f54b971
Merge pull request #1454 from plotly/remove-PDF-download-link-from-re…
alexcjohnson Nov 10, 2020
86e6785
Update pinned dependencies in order to use Dash on Py39
anders-kiaer Nov 13, 2020
facb644
Merge pull request #1457 from anders-kiaer/py39_dependencies
alexcjohnson Nov 30, 2020
7d23031
[prerelease] bump version 1.18.0 (#1483)
harryturr Dec 7, 2020
d437d38
stricten versions
harryturr Dec 7, 2020
ebe10a7
Merge pull request #1484 from plotly/dash-1.18.0-stricten
harryturr Dec 7, 2020
6265824
Merge branch 'dev' into pin-Flask-1.0.4
wbrgss Dec 8, 2020
6e3236c
Update CODEOWNERS
Marc-Andre-Rivet Dec 9, 2020
d2bc002
[prerelease] dash 1.18.1, loosen versions
harryturr Dec 9, 2020
ce4852b
trigger build
harryturr Dec 9, 2020
58bbf2c
Fix spelling
jbampton Dec 9, 2020
7d989af
Merge pull request #1486 from plotly/dash-v1.18.1
harryturr Dec 9, 2020
26f530e
Merge branch 'dev' into pin-Flask-1.0.4
wbrgss Dec 9, 2020
a1e78a5
Merge pull request #1386 from plotly/pin-Flask-1.0.4
wbrgss Dec 9, 2020
83e98ef
stricten dcc 1.14.1
harryturr Dec 9, 2020
2fa1883
Merge pull request #1491 from plotly/stricten-1.18.1
harryturr Dec 9, 2020
6948173
improve dash import test
alexcjohnson Dec 10, 2020
335d371
changelog for import bug fix
alexcjohnson Dec 10, 2020
a06e12b
remove dcc branch now that it's merged
alexcjohnson Dec 10, 2020
cd2ff7c
Merge pull request #1493 from plotly/import-test
alexcjohnson Dec 10, 2020
1bfa557
Remove unneeded parentheses
jbampton Dec 9, 2020
7b0b5f6
Bump ini from 1.3.5 to 1.3.8 in /@plotly/dash-test-components
dependabot[bot] Dec 13, 2020
e0a9446
loosen testing requirements
alexcjohnson Dec 16, 2020
c3a7403
robustify cbpu001
alexcjohnson Dec 16, 2020
399373a
modernize race conditions test
alexcjohnson Dec 16, 2020
15ad7f5
update pylint exclusions for new version
alexcjohnson Dec 16, 2020
ec35ca6
reinstate isort requirement, prior to py3.7 only
alexcjohnson Dec 16, 2020
f51749a
one more update to pylint settings
alexcjohnson Dec 16, 2020
37b01bc
make test_resources work alongside other tests
alexcjohnson Dec 16, 2020
32dee50
convert remaining unittest-style tests to pytest
alexcjohnson Dec 16, 2020
2643e50
changelog for dash[testing] loosening
alexcjohnson Dec 17, 2020
8914bb3
robustify cbcx005
alexcjohnson Dec 17, 2020
c24b382
fix new parametrized test rddd002
alexcjohnson Dec 17, 2020
8a4873d
Merge pull request #1506 from plotly/loosen-testing-reqs
alexcjohnson Dec 17, 2020
dd7124b
Merge branch 'dev' into fix-spelling
alexcjohnson Dec 17, 2020
34b1119
Updating CI Python images (#1507)
Marc-Andre-Rivet Dec 18, 2020
e7f4984
Merge pull request #1488 from jbampton/fix-spelling
alexcjohnson Dec 18, 2020
087aaaa
Add an 'x' button to close the error messages popup #1403
ann-marie-ward Dec 19, 2020
b74ac86
Updated css #1403
ann-marie-ward Dec 22, 2020
ebe50bb
One more css update to align the button #1403
ann-marie-ward Dec 22, 2020
e53f278
One more css update to align the button #1403
ann-marie-ward Dec 22, 2020
030f881
updated hover color
ann-marie-ward Dec 27, 2020
ff8c155
Merge branch 'dev' into jl-nested-component-generator
alexcjohnson Jan 6, 2021
cab1262
Merge pull request #1453 from tcbegley/jl-nested-component-generator
alexcjohnson Jan 6, 2021
a05b13f
x and officon update
ann-marie-ward Jan 6, 2021
6cdb6da
Merge branch 'dev' into 1403-x-button-to-close-error-box
alexcjohnson Jan 6, 2021
beeee56
update changelog for #1505
ann-marie-ward Jan 6, 2021
3402cb8
Merge pull request #1508 from AnnMarieW/1403-x-button-to-close-error-box
alexcjohnson Jan 7, 2021
fd2f6e9
remove check for input/output overlap
chadaeschliman Jan 13, 2021
bd2b236
disable circularity trigger when an output is also an input
chadaeschliman Jan 13, 2021
db284ad
fix existing tests now that input/output overlap is legal
chadaeschliman Jan 13, 2021
2a0ff81
add a new test for circularity involving a duplicated output
chadaeschliman Jan 13, 2021
b3d47ec
typo in comment
chadaeschliman Jan 13, 2021
aaf9af0
black formatting
chadaeschliman Jan 13, 2021
517528b
fix linting issues
chadaeschliman Jan 13, 2021
e891825
modify getReadyCallbacks so an overlapping input/output is not an out…
chadaeschliman Jan 14, 2021
c08050c
add test for input/output callback
chadaeschliman Jan 14, 2021
b555ff2
black formatting
chadaeschliman Jan 14, 2021
c3f922a
remove extra ,
chadaeschliman Jan 14, 2021
d9cabef
remove unnecessary wait
chadaeschliman Jan 14, 2021
4a6b934
make typing explicit
chadaeschliman Jan 14, 2021
7da11f6
add clientside input/output callback test
chadaeschliman Jan 15, 2021
f7e598f
update changelog for 1525
chadaeschliman Jan 15, 2021
f9b28bb
update get_asset_url function
Jan 15, 2021
74af0a3
update indent for linting
Jan 15, 2021
6f54daf
Change get_asset_url to be more DRY
Jan 15, 2021
1cee100
Update CHANGELOG.md
alexcjohnson Jan 16, 2021
68042fd
Update tests/unit/test_configs.py
karosc Jan 16, 2021
c5ba38f
Merge pull request #1525 from chadaeschliman/input_output_callback
alexcjohnson Jan 16, 2021
449f82a
adjust _add_assts_resource to use get_asset_url
Jan 16, 2021
1bda5fe
Merge branch 'dev' into dev
karosc Jan 16, 2021
4ce87ee
Merge pull request #1528 from karosc/dev
alexcjohnson Jan 17, 2021
69dc289
more careful exception dedenting
alexcjohnson Jan 17, 2021
cc04375
changelog for error message dedent
alexcjohnson Jan 17, 2021
5e89dd4
Update docstrings to address #1205
ann-marie-ward Jan 17, 2021
cc1b13e
Merge pull request #1530 from plotly/dedent-errors-aj
alexcjohnson Jan 19, 2021
986ce17
Merge branch 'dev' into update-docstrings
Marc-Andre-Rivet Jan 19, 2021
29fb8e0
[prerelease] dash 1.19.0 (#1535)
harryturr Jan 19, 2021
fa8c762
escape double quotes in prop description
ann-marie-ward Jan 19, 2021
ce7e4a0
stricten versions (#1536)
harryturr Jan 19, 2021
8edc339
Remove context reference from CircleCI (#1534)
rpkyle Jan 20, 2021
2e42340
Merge branch 'dev' into update-docstrings
AnnMarieW Jan 20, 2021
05a5a54
updated tests for new docstring format
ann-marie-ward Jan 23, 2021
f224c17
more changes for python 2.7 tests
ann-marie-ward Jan 24, 2021
ad0f638
updates for flow types
ann-marie-ward Jan 30, 2021
c593ea0
remove trailing whitespace
ann-marie-ward Jan 31, 2021
67f8957
Changelog entry
ann-marie-ward Feb 1, 2021
66c8451
Merge pull request #1531 from AnnMarieW/update-docstrings
alexcjohnson Feb 1, 2021
dfec766
validate that callback request "outputs" field matches callback
alexcjohnson Feb 3, 2021
00d3c2b
changelog for callback request validation
alexcjohnson Feb 3, 2021
416e251
py2 fix?
alexcjohnson Feb 3, 2021
6200784
tweak rdif001 - simpler and more info
alexcjohnson Feb 3, 2021
10e7d67
Favicon new branding
dmt0 Feb 8, 2021
1ea21c7
Merge pull request #1546 from plotly/cb-request-validation
alexcjohnson Feb 8, 2021
d61dc18
Quieten browser init in test setup
Feb 8, 2021
aab6192
try restricting cryptography only on Py<3.7
alexcjohnson Feb 9, 2021
5ef5349
Merge pull request #1551 from plotly/quieten-browser-init
alexcjohnson Feb 9, 2021
37ea840
Merge branch 'dev' into favicon-branding
alexcjohnson Feb 9, 2021
2bda835
Merge pull request #1550 from plotly/favicon-branding
alexcjohnson Feb 9, 2021
4b08957
Adjust z-index of dash error menu
tcbegley Feb 10, 2021
35777d9
Add z-index change for Dash error menu to changelog
tcbegley Feb 15, 2021
bee37b4
Merge pull request #1553 from tcbegley/error-menu-z-index
alexcjohnson Feb 15, 2021
6ea40f6
fix: remove unneeded trailing spaces and blank line from Markdown
jbampton Feb 20, 2021
e24ed66
Merge pull request #1498 from plotly/dependabot/npm_and_yarn/plotly/d…
alexcjohnson Mar 4, 2021
11e5358
Bump ini in /@plotly/dash-generator-test-component-nested
dependabot[bot] Mar 4, 2021
9da33d6
Merge pull request #1497 from plotly/dependabot/npm_and_yarn/plotly/d…
alexcjohnson Mar 4, 2021
db1709b
Bump ini from 1.3.5 to 1.3.8 in /@plotly/dash-component-plugins
dependabot[bot] Mar 4, 2021
5d30a32
Merge pull request #1495 from plotly/dependabot/npm_and_yarn/plotly/d…
alexcjohnson Mar 4, 2021
63e1411
Bump ini in /@plotly/dash-generator-test-component-standard
dependabot[bot] Mar 4, 2021
b8e5aad
Merge branch 'dev' into lint-markdown
alexcjohnson Mar 4, 2021
d24c49a
Merge branch 'dev' into remove-parens
alexcjohnson Mar 4, 2021
bb33533
Merge pull request #1496 from plotly/dependabot/npm_and_yarn/plotly/d…
alexcjohnson Mar 4, 2021
0828da1
Merge pull request #1556 from jbampton/lint-markdown
alexcjohnson Mar 4, 2021
55c399b
Merge branch 'dev' into remove-parens
alexcjohnson Mar 4, 2021
25813a5
Merge pull request #1487 from jbampton/remove-parens
alexcjohnson Mar 4, 2021
82e415d
Bump yargs-parser in /@plotly/dash-component-plugins
dependabot[bot] Mar 4, 2021
15f7c90
Merge pull request #1397 from plotly/dependabot/npm_and_yarn/plotly/d…
alexcjohnson Mar 4, 2021
eb9c367
chore: fix spelling, grammar and fix whitespace
jbampton Mar 5, 2021
caa5f93
Update .circleci/config.yml
alexcjohnson Mar 8, 2021
9bdcc72
Merge pull request #1562 from jbampton/fix-spelling
alexcjohnson Mar 8, 2021
200b05e
Support code injection in webpack 5 (#1563)
Marc-Andre-Rivet Mar 8, 2021
6cd96d1
Bump elliptic from 6.5.3 to 6.5.4 in /@plotly/dash-component-plugins
dependabot[bot] Mar 9, 2021
efbd0fe
Bump elliptic in /@plotly/dash-generator-test-component-standard
dependabot[bot] Mar 10, 2021
36e1b07
Bump elliptic in /@plotly/dash-generator-test-component-nested
dependabot[bot] Mar 10, 2021
fc583d6
Merge pull request #1569 from plotly/dependabot/npm_and_yarn/plotly/d…
alexcjohnson Mar 10, 2021
740ac6e
Merge pull request #1570 from plotly/dependabot/npm_and_yarn/plotly/d…
alexcjohnson Mar 10, 2021
e8ac949
Merge pull request #1568 from plotly/dependabot/npm_and_yarn/plotly/d…
alexcjohnson Mar 10, 2021
e857d16
Bump y18n from 4.0.0 to 4.0.1 in /@plotly/dash-component-plugins
dependabot[bot] Mar 31, 2021
d581092
Bump y18n in /@plotly/dash-generator-test-component-nested
dependabot[bot] Mar 31, 2021
5f8074d
Merge pull request #1582 from plotly/dependabot/npm_and_yarn/plotly/d…
alexcjohnson Apr 2, 2021
246fe31
Merge pull request #1583 from plotly/dependabot/npm_and_yarn/plotly/d…
alexcjohnson Apr 2, 2021
84cc546
Bump elliptic from 6.5.3 to 6.5.4 in /@plotly/dash-test-components
dependabot[bot] Apr 2, 2021
c776c66
Bump y18n from 4.0.0 to 4.0.1 in /@plotly/dash-test-components
dependabot[bot] Apr 2, 2021
39f2b93
Bump y18n in /@plotly/dash-generator-test-component-standard
dependabot[bot] Apr 2, 2021
58dc130
Merge pull request #1584 from plotly/dependabot/npm_and_yarn/plotly/d…
alexcjohnson Apr 2, 2021
59c3b26
Merge pull request #1585 from plotly/dependabot/npm_and_yarn/plotly/d…
alexcjohnson Apr 2, 2021
19917d8
Merge pull request #1586 from plotly/dependabot/npm_and_yarn/plotly/d…
alexcjohnson Apr 2, 2021
7c722ba
[prerelease] dash 1.20.0 (#1588)
harryturr Apr 8, 2021
597dc22
stricten versions (#1589)
harryturr Apr 8, 2021
366ed0a
dash 1.20.0 dev to master
harryturr Apr 8, 2021
e40c4cd
artifacts
harryturr Apr 8, 2021
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
222 changes: 102 additions & 120 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
- save_cache:
key: dep-{{ checksum ".circleci/config.yml" }}-{{ checksum "ver.txt" }}-{{ checksum "requires-dev.txt" }}-{{ checksum "requires-install.txt" }}-{{ checksum "requires-testing.txt" }}
paths:
- venv
- venv
- run:
name: 🌸 Python & JS Lint
command: |
Expand All @@ -71,26 +71,26 @@ jobs:
npm run citest.unit

lint-unit-36:
<<: *lint-unit
docker:
- image: circleci/python:3.6.12-stretch-node-browsers
auth:
username: dashautomation
password: $DASH_PAT_DOCKERHUB
environment:
PYLINTRC: .pylintrc
PYVERSION: python36
<<: *lint-unit
docker:
- image: circleci/python:3.6.12-stretch-node-browsers
auth:
username: dashautomation
password: $DASH_PAT_DOCKERHUB
environment:
PYLINTRC: .pylintrc
PYVERSION: python36

lint-unit-27:
<<: *lint-unit
docker:
- image: circleci/python:2.7.18-stretch-node-browsers
auth:
username: dashautomation
password: $DASH_PAT_DOCKERHUB
environment:
PYLINTRC: .pylintrc
PYVERSION: python27
<<: *lint-unit
docker:
- image: circleci/python:2.7.18-stretch-node-browsers
auth:
username: dashautomation
password: $DASH_PAT_DOCKERHUB
environment:
PYLINTRC: .pylintrc
PYVERSION: python27

build-core-37: &build-core
working_directory: ~/dash
Expand All @@ -107,7 +107,7 @@ jobs:
- restore_cache:
key: dep-{{ checksum ".circleci/config.yml" }}-{{ checksum "ver.txt" }}-{{ checksum "requires-dev.txt" }}-{{ checksum "requires-install.txt" }}-{{ checksum "requires-testing.txt" }}
- run:
name: ️️🏗️ pip dev requirements
name: 🏗️ pip dev requirements
command: |
sudo pip install --upgrade virtualenv
python -m venv venv || virtualenv venv && . venv/bin/activate
Expand All @@ -116,39 +116,39 @@ jobs:
- save_cache:
key: dep-{{ checksum ".circleci/config.yml" }}-{{ checksum "ver.txt" }}-{{ checksum "requires-dev.txt" }}-{{ checksum "requires-install.txt" }}-{{ checksum "requires-testing.txt" }}
paths:
- venv
- venv
- run:
name: ️️🏗️ build core
command: |
. venv/bin/activate && pip install --no-cache-dir --upgrade -e . --progress-bar off && mkdir packages
cd dash-renderer && renderer build && python setup.py sdist && mv dist/* ../packages/ && cd ..
git clone --depth 1 https://github.com/plotly/dash-core-components.git
cd dash-core-components && npm ci && npm run build && python setup.py sdist && mv dist/* ../packages/ && cd ..
ls -la packages
. venv/bin/activate && pip install --no-cache-dir --upgrade -e . --progress-bar off && mkdir packages
cd dash-renderer && renderer build && python setup.py sdist && mv dist/* ../packages/ && cd ..
git clone --depth 1 https://github.com/plotly/dash-core-components.git
cd dash-core-components && npm ci && npm run build && python setup.py sdist && mv dist/* ../packages/ && cd ..
ls -la packages
- persist_to_workspace:
root: ~/dash
paths:
- packages/*.tar.gz

build-core-36:
<<: *build-core
docker:
- image: circleci/python:3.6.12-stretch-node-browsers
auth:
username: dashautomation
password: $DASH_PAT_DOCKERHUB
environment:
PYVERSION: python36
<<: *build-core
docker:
- image: circleci/python:3.6.12-stretch-node-browsers
auth:
username: dashautomation
password: $DASH_PAT_DOCKERHUB
environment:
PYVERSION: python36

build-core-27:
<<: *build-core
docker:
- image: circleci/python:2.7.18-stretch-node-browsers
auth:
username: dashautomation
password: $DASH_PAT_DOCKERHUB
environment:
PYVERSION: python27
<<: *build-core
docker:
- image: circleci/python:2.7.18-stretch-node-browsers
auth:
username: dashautomation
password: $DASH_PAT_DOCKERHUB
environment:
PYVERSION: python27

build-misc-37: &build-misc
working_directory: ~/dash
Expand All @@ -174,40 +174,40 @@ jobs:
- save_cache:
key: dep-{{ checksum ".circleci/config.yml" }}-{{ checksum "ver.txt" }}-{{ checksum "requires-dev.txt" }}-{{ checksum "requires-install.txt" }}-{{ checksum "requires-testing.txt" }}
paths:
- venv
- venv
- run:
name: ️️🏗️ build misc
command: |
. venv/bin/activate && pip install --no-cache-dir --upgrade -e . --progress-bar off && mkdir packages
git clone --depth 1 https://github.com/plotly/dash-table.git
cd dash-table && npm ci && npm run build && python setup.py sdist && mv dist/* ../packages/ && cd ..
git clone --depth 1 https://github.com/plotly/dash-html-components.git
cd dash-html-components && npm ci && npm run build && python setup.py sdist && mv dist/* ../packages/ && cd ..
ls -la packages
. venv/bin/activate && pip install --no-cache-dir --upgrade -e . --progress-bar off && mkdir packages
git clone --depth 1 https://github.com/plotly/dash-table.git
cd dash-table && npm ci && npm run build && python setup.py sdist && mv dist/* ../packages/ && cd ..
git clone --depth 1 https://github.com/plotly/dash-html-components.git
cd dash-html-components && npm ci && npm run build && python setup.py sdist && mv dist/* ../packages/ && cd ..
ls -la packages
- persist_to_workspace:
root: ~/dash
paths:
- packages/*.tar.gz

build-misc-36:
<<: *build-misc
docker:
- image: circleci/python:3.6.12-stretch-node-browsers
auth:
username: dashautomation
password: $DASH_PAT_DOCKERHUB
environment:
PYVERSION: python36
<<: *build-misc
docker:
- image: circleci/python:3.6.12-stretch-node-browsers
auth:
username: dashautomation
password: $DASH_PAT_DOCKERHUB
environment:
PYVERSION: python36

build-misc-27:
<<: *build-misc
docker:
- image: circleci/python:2.7.18-stretch-node-browsers
auth:
username: dashautomation
password: $DASH_PAT_DOCKERHUB
environment:
PYVERSION: python27
<<: *build-misc
docker:
- image: circleci/python:2.7.18-stretch-node-browsers
auth:
username: dashautomation
password: $DASH_PAT_DOCKERHUB
environment:
PYVERSION: python27

build-windows-37:
working_directory: ~/dash
Expand All @@ -222,10 +222,10 @@ jobs:
- run:
name: ️️🏗️ build core
command: |
pip install --no-cache-dir --upgrade -e .[dev,testing] --progress-bar off
cd dash-renderer && renderer build && python setup.py sdist && mv dist/* ../packages/ && cd ..
git clone --depth 1 https://github.com/plotly/dash-core-components.git
cd dash-core-components && npm ci && npm run build && python setup.py sdist && cd ..
pip install --no-cache-dir --upgrade -e .[dev,testing] --progress-bar off
cd dash-renderer && renderer build && python setup.py sdist && mv dist/* ../packages/ && cd ..
git clone --depth 1 https://github.com/plotly/dash-core-components.git
cd dash-core-components && npm ci && npm run build && python setup.py sdist && cd ..

build-dashr:
working_directory: ~/dashr
Expand All @@ -241,9 +241,8 @@ jobs:

steps:
- checkout

- run:
name: ️️🏭 clone and npm build core for R
name: 🏭 clone and npm build core for R
command: |
python -m venv venv
. venv/bin/activate
Expand All @@ -259,7 +258,7 @@ jobs:
cd ../dash-table; npm ci && npm run build; rm -rf !(.|..|DESCRIPTION|LICENSE.txt|LICENSE|NAMESPACE|.Rbuildignore|R|man|inst|vignettes|build); cd ..

- run:
name: 🔧fix up dash metadata
name: 🔧 fix up dash metadata
command: |
sudo Rscript dashR/tests/circleci/fixup_metadata.R

Expand All @@ -282,7 +281,7 @@ jobs:
>> ${BASH_ENV}

- run:
name: ️️📋 run CRAN package checks
name: 📋 run CRAN package checks
command: |
R CMD build dash-core-components
R CMD build dash-html-components
Expand Down Expand Up @@ -331,7 +330,6 @@ jobs:
path: test-reports
- store_artifacts:
path: /tmp/dash_artifacts

- run:
name: 🦔 percy finalize
command: npx percy finalize --all
Expand All @@ -358,7 +356,7 @@ jobs:
- attach_workspace:
at: ~/dash
- run:
name: ️️🏗️ Install packages
name: ️️🏗️ Install packages
command: |
. venv/bin/activate
npm install --production
Expand All @@ -384,53 +382,45 @@ jobs:
when: on_fail

test-36:
<<: *test
docker:
- image: circleci/python:3.6.12-stretch-node-browsers
auth:
username: dashautomation
password: $DASH_PAT_DOCKERHUB
environment:
PERCY_ENABLE: 0
PYVERSION: python36
<<: *test
docker:
- image: circleci/python:3.6.12-stretch-node-browsers
auth:
username: dashautomation
password: $DASH_PAT_DOCKERHUB
environment:
PERCY_ENABLE: 0
PYVERSION: python36

test-27:
<<: *test
docker:
- image: circleci/python:2.7.18-stretch-node-browsers
auth:
username: dashautomation
password: $DASH_PAT_DOCKERHUB
environment:
PERCY_ENABLE: 0
PYVERSION: python27
<<: *test
docker:
- image: circleci/python:2.7.18-stretch-node-browsers
auth:
username: dashautomation
password: $DASH_PAT_DOCKERHUB
environment:
PERCY_ENABLE: 0
PYVERSION: python27

workflows:
version: 2
python3.7:
jobs:
- lint-unit-37:
context: dash-docker-hub
- build-core-37:
context: dash-docker-hub
- build-windows-37:
context: dash-docker-hub
- build-misc-37:
context: dash-docker-hub
- build-dashr:
context: dash-docker-hub
- lint-unit-37
- build-core-37
- build-windows-37
- build-misc-37
- build-dashr
- test-37:
context: dash-docker-hub
requires:
- build-core-37
- build-misc-37
- percy-finalize:
context: dash-docker-hub
requires:
- build-dashr
- test-37
- artifacts:
context: dash-docker-hub
requires:
- percy-finalize
filters:
Expand All @@ -443,27 +433,19 @@ workflows:

python3.6:
jobs:
- lint-unit-36:
context: dash-docker-hub
- build-core-36:
context: dash-docker-hub
- build-misc-36:
context: dash-docker-hub
- lint-unit-36
- build-core-36
- build-misc-36
- test-36:
context: dash-docker-hub
requires:
- build-core-36
- build-misc-36
python2.7:
jobs:
- lint-unit-27:
context: dash-docker-hub
- build-core-27:
context: dash-docker-hub
- build-misc-27:
context: dash-docker-hub
- lint-unit-27
- build-core-27
- build-misc-27
- test-27:
context: dash-docker-hub
requires:
- build-core-27
- build-misc-27
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ We do our best to catch bugs during the release process, but we rely on your hel


**Describe your context**
Please provide us your environment so we can easily reproduce the issue.
Please provide us your environment, so we can easily reproduce the issue.

- replace the result of `pip list | grep dash` below
```
Expand Down
2 changes: 1 addition & 1 deletion .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
- [ ] I have added entry in the `CHANGELOG.md`
- [ ] If this PR needs a follow-up in **dash docs**, **community thread**, I have mentioned the relevant URLS as follows
- [ ] this GitHub [#PR number]() updates the dash docs
- [ ] here is the show and tell thread in Plotly Dash community
- [ ] here is the show and tell thread in Plotly Dash community
2 changes: 1 addition & 1 deletion @plotly/dash-component-plugins/LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2019 Plotly
Copyright (c) 2021 Plotly, Inc

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
Loading