-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
[ZEPPELIN-1354] [WIP] Inject Services #1361
Closed
Closed
Changes from 1 commit
Commits
Show all changes
35 commits
Select commit
Hold shift + click to select a range
5002a15
add guice dependencies
echarles 0fd9096
Merge branch 'master' into inject-services
echarles 1d2b80a
Initial working implemenation of service injection for WebSecurity an…
echarles 28589fb
Merge branch 'master' into inject-services
echarles 3641e5b
temporary comment governator - seems to give issues when zeppelin run…
echarles da097a7
Revert change made to zeppelin-web/pom.xml
echarles 74adbd4
Fix format
echarles d855a8b
Merge branch 'master' into inject-services
echarles ebe7ebb
Automatic message for commit of samedi 18 mars 2017, 11:23:13 (UTC+0000)
echarles 39543de
Merge branch 'master' of https://github.com/apache/zeppelin
echarles a2ec2f8
Merge branch 'master' into inject-services
echarles 1fd0457
revert back to scala 2.10
echarles c744e41
Merge branch 'master' into inject-services
echarles 0befa1b
Merge branch 'master' into inject-services
echarles 85e6572
Use com.google.inject.Inject instead of javax.inject.Inject to avoid …
echarles 0a51045
Merge branch 'master' into inject-services
echarles 7836b89
Remove duplicate searchService field
echarles 639d810
Merge branch 'master' into inject-services
echarles 146bf62
merge master
echarles acdf249
Merge branch 'master' into inject-services
echarles 724cac3
Merge branch 'master' into inject-services
echarles 7065f50
fix typo when merging
echarles ea644c8
Merge branch 'master' into inject-services
echarles 25d744e
Align to master change
echarles dff202a
fix compilation issue
echarles b57ca32
fix compilation issue
echarles bcd1356
Merge branch 'master' into inject-services
echarles 3254490
update to master
echarles 6139e99
Fix compilation issue:
echarles da0ede7
fix
echarles 2e6d28f
fix
echarles 7e196d5
Merge branch 'master' into inject-services
echarles f556dc4
Merge branch 'master' into inject-services
echarles 58dec36
Merge branch 'master' into inject-services
echarles 2831c49
Merge branch 'master' into inject-services
echarles 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
Next
Next commit
add guice dependencies
- Loading branch information
commit 5002a1583681cff847c08977e614963a854d8f1b
There are no files selected for viewing
This file contains 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 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 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 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.
Seems like governator is not used (all import are commented), I think it better to remove it instead of having bunch of commented code.