-
-
Notifications
You must be signed in to change notification settings - Fork 782
Include requirements.txt files for all the components Python packages #4751
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
Merged
Merged
Changes from all commits
Commits
Show all changes
20 commits
Select commit
Hold shift + click to select a range
294d895
Include requirements.txt files for all the Python packages.
Kami a9166d8
Make sure all the components include __version__ attribute.
Kami 0414b6e
Add make check which verifies that all the components Python packages
Kami 24492da
Don't run setup.py develop steps, sdist and bdist_wheel steps are
Kami 39b8a5b
Exclude exporter, fail correctly on sub-shell failure.
Kami 93b8251
Prevent cross virtualenv pollution and use dedicated virtualenv for
Kami 76e1209
Make check more robust - also check if import works.
Kami 744d2f2
Fix a race in run_command() on timeout.
Kami bb3e607
Improve comment.
Kami 2737064
Revert change which was accidentaly added.
Kami 9d36ed7
Merge branch 'master' into include_requirements_txt_for_all_packages
Kami c919ff9
Update dist_utils.py so only check_pip_version() function relies on pip
Kami e2ae1a6
Add tests for other dist_utils functions.
Kami 8bb8673
Fix test failure inder Python 3.
Kami bfb3189
Run more complete checks as part of a nightly build.
Kami e7df5c0
Configure nightly build in travis config.
Kami bc22785
Don't enable coverage for nightly builds since it's redundant because it
Kami 97facf6
As part of make play, also print value of travis_event_type env
Kami a38ef10
Make travis config more readable by introducing IS_NIGHTLY_BUILD env
Kami fdf5e96
Test a nightly build.
Kami File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,17 @@ | ||
| # Don't edit this file. It's generated automatically! | ||
| apscheduler==3.6.0 | ||
| eventlet==0.24.1 | ||
| git+https://github.com/Kami/logshipper.git@stackstorm_patched#egg=logshipper | ||
| git+https://github.com/StackStorm/python-mistralclient.git#egg=python-mistralclient | ||
| gitpython==2.1.11 | ||
| jinja2==2.10.1 | ||
| kombu==4.5.0 | ||
| lockfile==0.12.2 | ||
| oslo.config<1.13,>=1.12.1 | ||
| oslo.utils<=3.37.0,>=3.36.2 | ||
| pyinotify==0.9.6 | ||
| python-dateutil==2.8.0 | ||
| python-json-logger | ||
| pyyaml==5.1 | ||
| requests[security]<2.23.0,>=2.22.0 | ||
| six==1.12.0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,15 @@ | ||
| # Copyright 2019 Extreme Networks, Inc. | ||
| # | ||
| # Licensed under the Apache License, Version 2.0 (the "License"); | ||
| # you may not use this file except in compliance with the License. | ||
| # You may obtain a copy of the License at | ||
| # | ||
| # http://www.apache.org/licenses/LICENSE-2.0 | ||
| # | ||
| # Unless required by applicable law or agreed to in writing, software | ||
| # distributed under the License is distributed on an "AS IS" BASIS, | ||
| # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
| # See the License for the specific language governing permissions and | ||
| # limitations under the License. | ||
|
|
||
| __version__ = '3.2dev' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,11 @@ | ||
| # Don't edit this file. It's generated automatically! | ||
| eventlet==0.24.1 | ||
| git+https://github.com/StackStorm/python-mistralclient#egg=python-mistralclient | ||
| gunicorn==19.9.0 | ||
| jsonschema==2.6.0 | ||
| kombu==4.5.0 | ||
| mongoengine==0.17.0 | ||
| oslo.config<1.13,>=1.12.1 | ||
| oslo.utils<=3.37.0,>=3.36.2 | ||
| pymongo==3.7.2 | ||
| six==1.12.0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,15 @@ | ||
| # Copyright 2019 Extreme Networks, Inc. | ||
| # | ||
| # Licensed under the Apache License, Version 2.0 (the "License"); | ||
| # you may not use this file except in compliance with the License. | ||
| # You may obtain a copy of the License at | ||
| # | ||
| # http://www.apache.org/licenses/LICENSE-2.0 | ||
| # | ||
| # Unless required by applicable law or agreed to in writing, software | ||
| # distributed under the License is distributed on an "AS IS" BASIS, | ||
| # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
| # See the License for the specific language governing permissions and | ||
| # limitations under the License. | ||
|
|
||
| __version__ = '3.2dev' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,10 @@ | ||
| # Don't edit this file. It's generated automatically! | ||
| bcrypt==3.1.6 | ||
| eventlet==0.24.1 | ||
| git+https://github.com/StackStorm/st2-auth-backend-flat-file.git@master#egg=st2-auth-backend-flat-file | ||
| gunicorn==19.9.0 | ||
| oslo.config<1.13,>=1.12.1 | ||
| passlib==1.7.1 | ||
| pymongo==3.7.2 | ||
| six==1.12.0 | ||
| stevedore==1.30.1 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,15 @@ | ||
| # Copyright 2019 Extreme Networks, Inc. | ||
| # | ||
| # Licensed under the Apache License, Version 2.0 (the "License"); | ||
| # you may not use this file except in compliance with the License. | ||
| # You may obtain a copy of the License at | ||
| # | ||
| # http://www.apache.org/licenses/LICENSE-2.0 | ||
| # | ||
| # Unless required by applicable law or agreed to in writing, software | ||
| # distributed under the License is distributed on an "AS IS" BASIS, | ||
| # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
| # See the License for the specific language governing permissions and | ||
| # limitations under the License. | ||
|
|
||
| __version__ = '3.2dev' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,16 @@ | ||
| # -*- coding: utf-8 -*- | ||
| # Copyright 2019 Extreme Networks, Inc. | ||
| # | ||
| # Licensed under the Apache License, Version 2.0 (the "License"); | ||
| # you may not use this file except in compliance with the License. | ||
| # You may obtain a copy of the License at | ||
| # | ||
| # http://www.apache.org/licenses/LICENSE-2.0 | ||
| # | ||
| # Unless required by applicable law or agreed to in writing, software | ||
| # distributed under the License is distributed on an "AS IS" BASIS, | ||
| # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
| # See the License for the specific language governing permissions and | ||
| # limitations under the License. | ||
|
|
||
| __version__ = '1.2.3' |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The only complain that iterating over all services includes st2client, which duplicates
.st2client-install-checkthat already ran during themake ci-checks