Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix CircleCI Tests and Other Improvements #127

Merged
merged 18 commits into from
Sep 5, 2017
Merged

Fix CircleCI Tests and Other Improvements #127

merged 18 commits into from
Sep 5, 2017

Conversation

chriddyp
Copy link
Member

@chriddyp chriddyp commented Sep 5, 2017

No description provided.

@chriddyp chriddyp changed the title Fix CircleCI Tests Fix CircleCI Tests and Other Improvements Sep 5, 2017
…r backend routes (routes_pathname_prefix) and another for the front-end requests (requests_pathname_prefix). this allows greater flexibility in proxying dash apps
this has since moved to the `dash-auth` package
@chriddyp
Copy link
Member Author

chriddyp commented Sep 5, 2017

  • 🔒 Removes the /static/ folder and endpoint that is implicitly initialized by flask. This is too implicit for my comfort level: I worry that users will not be aware that their files in their static folder are accessible
  • ⚡️ Removes all API calls to the Plotly API (https://api.plot.ly/), the authentication endpoints and decorators, and the associated filename, sharing and app_url arguments. This was never documented or officially supported and authentication has been moved to the dash-auth package
  • 🔧 Add two new config variables: routes_pathname_prefix and requests_pathname_prefix to provide more flexibility for API routing when Dash apps are run behind proxy servers. routes_pathname_prefix is a prefix applied to the backend routes and requests_pathname_prefix prefixed in requests made by Dash's front-end. dash-renderer==0.8.0rc3 uses these endpoints.
  • ✏️ Fix a typo in an exception
  • 📝 Update README.md
  • ✅ Fix CircleCI tests. Note that the the dash-renderer contains the bulk of the integration tests. Fixes Update circleci #20
  • 💄 Flake8 fixes and tests (fixes Flake8: Four F821 undefined name issues #99 )
  • ✨ Added a CHANGELOG.md

@chriddyp chriddyp merged commit 60e828e into master Sep 5, 2017
@chriddyp chriddyp deleted the rcs branch September 5, 2017 22:21
@chriddyp chriddyp mentioned this pull request Sep 5, 2017
byronz pushed a commit that referenced this pull request Apr 23, 2019
more explicit versioning in setup.py
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant