-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Merge release to mater #295
Merged
Changes from all commits
Commits
Show all changes
153 commits
Select commit
Hold shift + click to select a range
8a143d8
update the unit tests so that the job integration tests have the right
624cfa2
add TaskHistoricalEvent to the queue.
84c6bd5
partial checkin for task historical event
76d9ecc
initial check in to add task historical event type.
8e9fdcf
Merge pull request #101 from WindowsAzure/dev
7d5b4b6
second checkin to support task historical events.
2cebbbd
Merge pull request #99 from gcheng/bettertests
c3cfb9f
Merge pull request #626 from gcheng/dev
6760316
Merge pull request #104 from WindowsAzure/dev
b76886a
Merge pull request #105 from gcheng/dev
466c43b
add job integration test for taskhistorical event
84c47af
Fix JavaDoc build warnings
jcookems f4d3d60
Fixing checkstyle errors for Media Services, issue #204.
jcookems a1f7bc6
Merge pull request #4 from jcookems/fixDocWarnings
jcookems 3a63e0e
Update `settingTimeoutPrefixedFromConfigWorks` to test state of the c…
jcookems baaf794
Removing code to pre-clean tables, because the table names are now un…
jcookems bd8d7c1
Merge pull request #5 from jcookems/fixCheckStyle
jcookems 84dc395
Convert readField from recursive to iterative.
jcookems c3a60fb
Merge pull request #6 from jcookems/fix210
jcookems 64b3938
Merge pull request #211 from jcookems/dev
jcookems cc327c0
Merge branch 'dev' of https://github.com/WindowsAzure/azure-sdk-for-j…
jcookems 455f906
Merge pull request #631 from jcookems/dev
jcookems f7dce4b
code review feedback.
0ef9985
Merge pull request #100 from gcheng/historicalevents
6db3cad
a missed unit test.
3531068
Merge pull request #106 from gcheng/historicalevents
04160b9
Merge pull request #632 from gcheng/dev
78067fc
Minor changes to address the compile-time warnings
jcookems 7a8812e
Remove trivial TODO comments from tests
jcookems dda240d
Removing trivial TODO Auto-generated comments
jcookems 40bd3e5
Replace trivial *if* statement with more useful Assert
jcookems 269db3f
Remove "catch (InterruptedException e)" that could obscure unexpected…
jcookems da209fe
Merge pull request #32 from jcookems/fixWarnings
jcookems 0413d38
Merge pull request #634 from jcookems/dev
jcookems 4bf887e
Remove hard-coded Fiddler code in tests
jcookems 277921f
Adding deltas to assertEquals for Date and Double, which are likely t…
jcookems 4e7c7d4
Updated ignore
16cd488
Merge branch 'master' of https://github.com/WindowsAzure/azure-sdk-fo…
68a61bc
Merge branch 'dev' of https://github.com/WindowsAzure/azure-sdk-for-j…
5679d73
First cut at base class for connection string parsing.
88a1f7a
Updated based on code review, rewrite parser based on grammar from Jason
702c26a
Added back in test that was accidentally removed
886535a
Merge pull request #5 from christav/servicebus-connection-strings
13ef42a
Merge pull request #212 from christav/dev
a98c882
Working towards connection string support in service bus
50929a6
Connection settings class fully plumbed through config
d010841
Switched tests to running off connection string instead of individual…
e001391
Fixed up exception reporting, fixed so tests actually use connection …
87d5ba9
Adding testing for various configuration permutations.
959a3c9
Made connection settings package visible rather than public.
ba3e0f3
Only replace sb:// at start of connection string value
0f4a168
Merge pull request #6 from christav/servicebus-connection-strings
9d9e65c
Merge pull request #215 from christav/dev
fde1416
Adding javadocs for missing parameters
27be399
Merge pull request #7 from christav/servicebus-javadoc-update
e35b776
Merge pull request #216 from christav/dev
614e96e
Merge pull request #33 from jcookems/fix205
jcookems eaf464c
Merge pull request #639 from jcookems/dev
jcookems 8bca4e7
Removed leaseId from function signature - it isn't used by the service.
df49d89
initial checkin for user agent filter.
6faeb7c
get user agent working with media service.
939e60c
Added return value for breakLease. Also fixed some warnings in the bl…
3e8b32b
Updated doc comments
a053200
enable UserAgent in Blob, ServiceBus, Queue and Table.
b8a9257
fix up of related classes.
11dc82d
Added back original overloads of breakLease to keep back compat, mark…
df8140d
Merge pull request #8 from christav/update-breaklease-signature-88
3fc489f
Merge pull request #228 from christav/dev
781a0f4
code review feedback.
8c7ffac
Merge pull request #14 from gcheng/useragent
fbec962
Merge branch 'dev' of https://github.com/WindowsAzure/azure-sdk-for-j…
9b8ab6d
Fixed test cross contamination - create new config, don't reuse curre…
9cc5440
Merge pull request #9 from christav/connectionstring-test-fixes-232
79f2e3e
Merge pull request #233 from christav/dev
55c81f8
resolve a merge conflict.
686f91c
Minor changes to address the compile-time warnings
jcookems 9c2243a
Remove trivial TODO comments from tests
jcookems b375ecb
Removing trivial TODO Auto-generated comments
jcookems 2d0299f
Replace trivial *if* statement with more useful Assert
jcookems 5d6f96d
Remove "catch (InterruptedException e)" that could obscure unexpected…
jcookems 5912b78
Remove hard-coded Fiddler code in tests
jcookems cac506d
Adding deltas to assertEquals for Date and Double, which are likely t…
jcookems 9a44b2d
Merge pull request #240 from gcheng/dev
2134d76
Fixing new warnings
jcookems d321286
Merge pull request #7 from jcookems/cleanup1
jcookems e46ebae
Merge branch 'dev' of github.com:jcookems/azure-sdk-for-java into dev
jcookems f534e85
Merge pull request #241 from jcookems/dev
jcookems 12e254d
fix an issue on Jason's machine.
73e1961
Merge pull request #16 from gcheng/useragentfilter
38ec313
Merge pull request #242 from gcheng/dev
315f243
Add java test cases for WA GB18030 Certification.
b208494
1. Fix Copyright info
03c4f3b
Removed extra print
c427848
Merge pull request #10 from christav/remove-console-output-244
ed834aa
Merge pull request #248 from christav/dev
c744072
fix path in readme file.
83228b7
Merge pull request #17 from gcheng/readme
abbbe10
Merge pull request #250 from gcheng/dev
38b3a52
[JXSCL] : Make OperationContext RequestResults thread safe,
2f347c3
Merge pull request #247 from LucieZhou/master
jcookems f5e7c15
CR Feedback - Update tasks to provide result affinity. Now the Reque…
118bac1
Make BlobOutputStream use latest instead of uncommitted.
5b39feb
Reduced characters that get encoded to just the illegal set
3f7bf11
Added surrogate pair character to test
836828d
Merge pull request #11 from christav/fix-encoding-111
c4268a5
Merge pull request #258 from christav/dev
08648cc
Merge branch 'dev' of https://github.com/WindowsAzure/azure-sdk-for-j…
36ebeb4
BlobInputStream MD5 verification fix and a couple more fixes
940a8b6
Pull from WindowsAzure/dev
11b1a31
CR feedback: Update tasks to provide result affinity
bed1f7d
Merge branch 'dev' of https://github.com/WindowsAzure/azure-sdk-for-j…
guangyang 83c5aa8
Fixed test for surrogate pair, removed encoding
dcc318c
Merge pull request #12 from christav/encoding-111
98e2a46
Merge pull request #260 from christav/dev
19ef20c
fix the broken unit test due to nimbus server upgrade.
4f692bb
fix another unit test due to nimbus server upgrade.
77c9477
Merge pull request #107 from gcheng/unittestclean
ce4a3bf
Merge pull request #644 from gcheng/dev
c99a721
Removed copyright year from javadoc header
e78d698
Merge pull request #13 from christav/remove-date-256
53350d6
Merge pull request #261 from christav/dev
a542d78
Merge pull request #18 from WindowsAzure/dev
742b0e2
Clean up service bus assets created as part of test at the end.
731245a
Merge pull request #14 from christav/sb-test-cleanup-118
dc4575c
Merge pull request #263 from christav/dev
ff3d149
fix the broken unit test due to nimbus server upgrade.
34d7de1
fix another unit test due to nimbus server upgrade.
782319d
CR feedback remove extra line
cba4c0d
Merge branch 'dev' of https://github.com/WindowsAzure/azure-sdk-for-j…
39a498f
fix a broken unit test
84403a6
Merge pull request #20 from gcheng/fixunittests
8e7fc15
Merge pull request #264 from gcheng/dev
c5345f2
Merge branch 'dev' of https://github.com/sozler/azure-sdk-for-java in…
57335fe
Update Changelog for latest fixes
b792da2
Merge branch 'dev' of https://github.com/WindowsAzure/azure-sdk-for-j…
927e31e
Merge branch 'dev' of https://github.com/WindowsAzure/azure-sdk-for-j…
557804b
Merge branch 'dev' of https://github.com/sozler/azure-sdk-for-java in…
6575ffa
Merge pull request #282 from sozler/dev
22961d2
Merge branch 'release' of github.com:WindowsAzure/azure-sdk-for-java …
jcookems 6ad950a
Merge branch 'release' of https://github.com/WindowsAzure/azure-sdk-f…
0145416
Merge pull request #34 from jcookems/int
jcookems 7f614ec
Merge pull request #651 from jcookems/dev
jcookems 48ca51e
Merge pull request #9 from jcookems/int
jcookems 492299f
Merge pull request #290 from jcookems/release
jcookems 398e721
Updating POM version
jcookems 11ec4a9
Merge pull request #291 from jcookems/release
jcookems 5fc77e0
Merge pull request #289 from joeg/devMerge
b6928e0
Merge branch 'release' of https://github.com/WindowsAzure/azure-sdk-f…
guangyang baff388
update changelog for 0.4.1
guangyang 1944273
update change log and readme.md based on PR review feedback
guangyang dd74ec3
fixing policheck issues
guangyang f0d6ca3
fixing policheck issues
guangyang e92621b
Merge pull request #292 from guangyang/release
guangyang 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 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 |
---|---|---|
|
@@ -2,3 +2,5 @@ | |
.project | ||
target | ||
node_modules | ||
.idea | ||
*.iml |
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
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
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
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.
great :-/