-
-
Notifications
You must be signed in to change notification settings - Fork 776
fixing enterprise ldap issue with execution view #4759
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
Kami
merged 37 commits into
StackStorm:master
from
jdmeyer3:bug/enterprise_ldap_view_executions_error
Aug 9, 2019
Merged
Changes from 3 commits
Commits
Show all changes
37 commits
Select commit
Hold shift + click to select a range
14b1dc3
Fix and combine integration tests targets.
Kami 2c1d1a5
Try to decrease wait delay, see if that helps.
Kami 8fc1423
Add a work around for two tests which rely on longer retry delay.
Kami bbebd02
Allow wait_fixed and stop_max_delay to be provided on per method
Kami 9be8199
Merge branch 'master' of github.com:StackStorm/st2 into speed_pr_tests
Kami f9cd548
WIP: Move slow mistral unit tests and Orquesta integration tests to a
Kami cd5fb03
Add support for blacklisting hosts to the HTTP runner by adding new
Kami 0abe410
adding additional fields to return to get rbac to work
8fb27e7
missing comma
07a5fac
Rename existing runner parameter from "hosts_blacklist" to
Kami c074677
Add changelog entry.
Kami 0fd85ba
updating CHANGELOG.rst
c07f6d6
Add a test case which checks behavior when mutually exclusive arguments
Kami 25b43cb
Add some additional test cases for HttpRunner class itself.
Kami 01c20bd
Update Travis config to only run nightly build if a particular task
Kami 5219ca1
Merge branch 'master' of github.com:StackStorm/st2 into move_slow_tes…
Kami 036c680
Use changes from master.
Kami 06f93a4
Orquesta integration tests have been optimized, no need to run them as
Kami 40cffe9
Update script so it knows how to handle scenario where multiple tasks
Kami 6a324b4
Fix typo.
Kami dc388e2
Move Mistral tests to a nightly build.
Kami 5022139
Add this line back.
Kami 6aeaa0a
Remove dummy / test tasks.
Kami 4347c7b
Enable Slack notifications.
Kami ea2971f
Remove test change.
Kami 9b5670c
Merge pull request #4757 from StackStorm/http_runner_netloc_blacklist
Kami 3c83472
Merge branch 'master' into move_slow_tests_to_nighly_build
Kami 5db61ab
Merge pull request #4760 from StackStorm/move_slow_tests_to_nighly_build
Kami 9a712d9
Update actionexecutions.py
Kami 48a465a
Merge branch 'bug/enterprise_ldap_view_executions_error' of https://g…
Kami 79ef087
Update APIControllerWithIncludeAndExcludeFilterTestCase class so it also
Kami c10f512
adding additional fields to return to get rbac to work
9f621b5
missing comma
8920e6d
updating CHANGELOG.rst
c9fafb8
Update actionexecutions.py
Kami ea5cde1
Update APIControllerWithIncludeAndExcludeFilterTestCase class so it also
Kami 2476a53
Merge branch 'bug/enterprise_ldap_view_executions_error' of github.co…
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
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.
In theory, we could only include that if rbac is enabled, but since those attributes are quite small, it doesn't hurt to include them in all the responses...