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

Add CORS support #478

Merged
merged 3 commits into from
Jun 2, 2016
Merged

Add CORS support #478

merged 3 commits into from
Jun 2, 2016

Conversation

itajaja
Copy link
Contributor

@itajaja itajaja commented May 17, 2016

Hi, I am using caravel as an API service, and CORS would be nice for this use case. I just wanted to know if this looks good, before spending time on tests (which I am not sure how to implement, suggestions welcome!)

@landscape-bot
Copy link

Code Health
Code quality remained the same when pulling d89a8fe on itajaja:cors into 4738b01 on airbnb:master.

1 similar comment
@landscape-bot
Copy link

Code Health
Code quality remained the same when pulling d89a8fe on itajaja:cors into 4738b01 on airbnb:master.

@coveralls
Copy link

coveralls commented May 17, 2016

Coverage Status

Coverage decreased (-0.004%) to 82.049% when pulling d89a8fe on itajaja:cors into 4738b01 on airbnb:master.

@itajaja
Copy link
Contributor Author

itajaja commented May 18, 2016

Any reason why this stalled?

@@ -20,6 +20,7 @@
'cryptography>=1.1.1, <2.0.0',
'flask-appbuilder>=1.6.0, <2.0.0',
'Flask-BabelPkg==0.9.6',
'Flask-Cors>=2.0.0',
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would rather not have this as a hard dependency for the vast majority. I'd propose removing it or using extra_requires.

@itajaja
Copy link
Contributor Author

itajaja commented May 24, 2016

@mistercrunch I moved flask-cors into an extra dependency, and I also added some documentation, let me know what you think :)

@coveralls
Copy link

coveralls commented May 24, 2016

Coverage Status

Coverage increased (+0.07%) to 82.127% when pulling 77b06ae on itajaja:cors into 4738b01 on airbnb:master.

@mistercrunch
Copy link
Member

👍

@mistercrunch mistercrunch merged commit 5f005d6 into apache:master Jun 2, 2016
@itajaja itajaja deleted the cors branch June 2, 2016 20:21
@itajaja
Copy link
Contributor Author

itajaja commented Jun 2, 2016

great, thanks

zhaoyongjie pushed a commit to zhaoyongjie/incubator-superset that referenced this pull request Nov 17, 2021
Bumps [datatables.net-bs](https://github.com/DataTables/Dist-DataTables-Bootstrap) from 1.10.20 to 1.10.21.
- [Release notes](https://github.com/DataTables/Dist-DataTables-Bootstrap/releases)
- [Commits](DataTables/Dist-DataTables-Bootstrap@1.10.20...1.10.21)

Signed-off-by: dependabot-preview[bot] <[email protected]>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
zhaoyongjie pushed a commit to zhaoyongjie/incubator-superset that referenced this pull request Nov 24, 2021
Bumps [datatables.net-bs](https://github.com/DataTables/Dist-DataTables-Bootstrap) from 1.10.20 to 1.10.21.
- [Release notes](https://github.com/DataTables/Dist-DataTables-Bootstrap/releases)
- [Commits](DataTables/Dist-DataTables-Bootstrap@1.10.20...1.10.21)

Signed-off-by: dependabot-preview[bot] <[email protected]>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
zhaoyongjie pushed a commit to zhaoyongjie/incubator-superset that referenced this pull request Nov 25, 2021
Bumps [datatables.net-bs](https://github.com/DataTables/Dist-DataTables-Bootstrap) from 1.10.20 to 1.10.21.
- [Release notes](https://github.com/DataTables/Dist-DataTables-Bootstrap/releases)
- [Commits](DataTables/Dist-DataTables-Bootstrap@1.10.20...1.10.21)

Signed-off-by: dependabot-preview[bot] <[email protected]>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
zhaoyongjie pushed a commit to zhaoyongjie/incubator-superset that referenced this pull request Nov 26, 2021
Bumps [datatables.net-bs](https://github.com/DataTables/Dist-DataTables-Bootstrap) from 1.10.20 to 1.10.21.
- [Release notes](https://github.com/DataTables/Dist-DataTables-Bootstrap/releases)
- [Commits](DataTables/Dist-DataTables-Bootstrap@1.10.20...1.10.21)

Signed-off-by: dependabot-preview[bot] <[email protected]>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
@mistercrunch mistercrunch added 🏷️ bot A label used by `supersetbot` to keep track of which PR where auto-tagged with release labels 🚢 0.9.1 labels Feb 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🏷️ bot A label used by `supersetbot` to keep track of which PR where auto-tagged with release labels 🚢 0.9.1
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants