-
Notifications
You must be signed in to change notification settings - Fork 306
Remove Base64 and Other Redundant Utils. Implement Async Error Checks for Integration Tests. #4
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
61 commits
Select commit
Hold shift + click to select a range
428eedb
Initial code migration:
cfbbd6a
Reformatting code according to check-style plugin conventions
hiranya911 59842b8
Code reformatting: Fixing javadoc indentation
hiranya911 fef4ecf
More reformatting: Added google check style config
hiranya911 a606833
Code formatting continued
hiranya911 1d2ed82
Code formatting continued
hiranya911 8972b1b
Reformatting
hiranya911 e5509c3
Fixed all checkstyle violations; Build configured to fail on lint errors
0587d52
Updated checkstyle config
7f2f470
Working on re-enabling the integration tests
8ee5cfc
Temporarily removing IT test cases
dbc6ee6
Extending checkstyle coverage to test sourcesw
c66f35b
Cleaned up verbose test output
f7cbdc2
Adding 2 integration tests to verify the maven integration test support
7715b90
Moving test only trampolines to the test/ subtree; Adding a removed m…
c3591ed
Fixing integration tests
hiranya911 bc54329
Added event test
hiranya911 75df20f
Added the real time test
hiranya911 471d0a9
Adding data test back
hiranya911 f692bb6
Fixed the object serialization test
hiranya911 c368248
Adding a factory method to MapBuilder
hiranya911 a30ae95
Added transaction integration test
hiranya911 7714024
Added transaction test
hiranya911 2da7955
Added rules integration test
hiranya911 094d756
Updated rules test
hiranya911 f446c79
Merge branch 'hkj-initial-code-migration' into hkj-db-integration-tests
hiranya911 952c6b0
Cleaning up the test code; Removed unnecessary utils and constants
hiranya911 594bfbb
Added more factory methods for MapBuilder; Removed unused legacy depe…
hiranya911 5dc413f
Dropped the jackson test dependency
hiranya911 738c75e
Adding release profile
5e81a8b
Ignoring some maven specific temp files
922054d
Updated pom to use release + nexus plugin combo
337299f
Loading the version numbner from a Maven-filtered resource
aa88398
Adding the initial version of contribution guide
a0ef544
Merge branch 'hkj-db-integration-tests' into hkj-release-process
8b2ff85
Inferring the DB URL from project ID
2da5b03
Fixed test race condition
a24340c
Merge branch 'hkj-db-integration-tests' into hkj-release-process
7d39734
Fixing some race conditions in ITs
5f8e82a
Merge branch 'hkj-db-integration-tests' into hkj-release-process
4b0361c
Cleaning up EventHelper instances after use
hiranya911 e5eca5c
Merge branch 'hkj-db-integration-tests' into hkj-release-process
3d3be22
Adding back some logging code; Dropping fblocal URLs
eefc4ce
Dropping all references to fblocal
d13b1ec
Merge branch 'hkj-db-integration-tests' into hkj-release-process
e911387
Removing port numbers from test URLs
3c7f98f
Separated conjunctive assertions into separate ones for better error …
hiranya911 7efbd53
Merge branch 'hkj-db-integration-tests' into hkj-release-process
hiranya911 59d1689
Merge branch 'hkj-release-process' of github.com:firebase/firebase-ad…
0dc979c
Fixing merge conflict
b47dbf6
Allowing snapshot versions in database
78fdef7
Updated contributing guide
f5883d7
Updated titles and links
21e14d6
Fixing SCM URL
4bb3923
Removed Base64 and Preconditions
36b334f
Removed Objects
ca5af15
Implemented a mechanism to capture async errors and fail during integ…
e0757cd
Downgrading guava version to 20.0 since 21.0 only works on Java 8 (ht…
d6de43d
Merge branch 'hkj-release-process' into hkj-remove-utils
5517d00
Merge branch 'master' of github.com:firebase/firebase-admin-java into…
2cdff1f
Updated all test URLs to https; Documented TestHelpers
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
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
2 changes: 1 addition & 1 deletion
2
src/main/java/com/google/firebase/database/core/JvmAuthTokenProvider.java
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
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.
Thanks for tackling this! For future reference, it'd be nice to keep unrelated changes like this in a separate PR for easier reviewing... especially since the rest of this PR is pretty mechanical... but now that I've seen a non-mechanical change, I'm paranoid there may be others I should watch out for (in other words, it's usually better to keep "pure refactoring" PRs separate from "behavior change" PRs)
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.
Ack