Граф коммитов

399 Коммитов

Автор SHA1 Сообщение Дата
ZhijunZhao 82af32f195 [POC] Add Spring Social support for Microsoft Graph (#59)
* draft commit

* package cleanup

* minor clean up

* add sample for microsoft graph part 1

* cleanup

* sample / user app version should be independent of starters' verson

* rework demo

* clean up and unit test

* more unit tests

* minor cleanup

* cleanup

* correct typos

* resolve code review feedbacks

* fix typo

* fix typo

* fix test failure

* bind goal cobertura to test phase
2017-07-31 16:58:13 +08:00
ZhijunZhao 7fe1fb2f1a add README for samples (#62) 2017-07-31 14:16:24 +08:00
yungez 7478274a93 add unit tests for spring-data-documentdb (#54)
* add unit test for spring-data-documentdb

* fix license header in test file
2017-07-31 12:01:27 +08:00
Raja Kolli 53d0c62de4 Use parent project version for starters dynamically (#55)
* Use Project version for starters directly

* removes version from sample projects to use dynamic version

* adds missing dependency where dynamic version is not specified

* Fix Intendation
2017-07-26 17:53:42 +08:00
Raja Kolli 327461a6b7 Fix Broken Link (#57) 2017-07-26 10:25:35 +08:00
Raja Kolli 460bb5607f Typo Fix (#56) 2017-07-26 09:57:00 +08:00
ZhijunZhao 74de06d4cd update package version to 0.1.4 (#47)
* update package version to 0.1.4

* add @validated annotation

* reference packaged file via file stream
2017-07-25 15:50:41 +08:00
yungez e6d938e5dd add travis, codecov, license info (#52)
* add travis, codecov, license info

* add title in root readme
2017-07-25 10:37:53 +08:00
yungez f2e4d31f4d collect user mac hash for bi (#45)
* collect user mac hash for bi

* change getmac way, update readme

* add claimer for gethashmac, add more tests

* unset properties in new test

* rename bi.enabled to allow.telemetry

* fix typo
2017-07-24 18:25:14 +08:00
ZhijunZhao 46956e5cfd add license info for video.mp4 info (#44) 2017-07-24 11:05:01 +08:00
ZhijunZhao b9cabd2e16 add license header check (#42)
* add license header check

* update README
2017-07-20 18:59:39 +08:00
Raja Kolli 09c2e22855 Support Network Proxy for Azure Media Services (#39)
* Support Network Proxy for Azure Media Services

Updates ReadMe to add azure media services starter
Polish code

* Adds missing period
2017-07-19 20:55:36 +08:00
ZhijunZhao 9f2261c668 cleanup code (#37) 2017-07-19 15:01:41 +08:00
Raja Kolli 414371f759 Spring Boot Starter For Azure Media Services (#34)
* Polish gitignore

adds checkstyle and factorypath to git ingore to prevent unnecessary files being commited

* Spring Boot Starter for Azure Media Services

* removes tabs and replaces with spaces

* Implement few code review comments

* adds missing change

* JUNIT Testcases and polish

* Polish
2017-07-19 11:53:02 +08:00
ZhijunZhao 692f78b3cb rename function in sample code for Service Bus Starter (#36) 2017-07-18 11:07:39 +08:00
ZhijunZhao 7f9216658a add not null validation for document db uri & key and storage connection string (#33)
* add not null validation for document db uri & key and storage connection string

* minor

* fix merge error
2017-07-17 18:49:07 +08:00
yungez 7c3d59511b set userAgentSuffix for documentDb starters (#31)
* optimize documentdb query

* minor

* resolve comments

* add userAgentSuffix to documentdb starters

* update checkstyle, set constants name upper case

* update variable name, fix readme link
2017-07-17 17:27:13 +08:00
ZhijunZhao dc59010a6d fix warnings in Eclipse (#32)
* fix warnings in Eclipse

* minor
2017-07-17 17:03:28 +08:00
ZhijunZhao a2ad2a4426 Spring Boot Starter for Service Bus (#28)
* auto configure for service bus

* add sample code for service bus starter

* add README

* code cleanup

* fix bugs

* fix test case failure

* fix typos

* use maven-compiler-plugin to specify Java version

* move checkstyle.xml to config folder

* use pluginManagement for plugin version management

* update README

* add not null validation for connection string
2017-07-17 15:27:09 +08:00
Raja Kolli 66f0b2eb02 Polish configuration to avoid warnings (#29) 2017-07-14 13:55:13 +08:00
yungez d13e3627fd optimize documentdb query based on service team feedback (#27)
* optimize documentdb query

* minor

* resolve comments
2017-07-12 17:28:15 +08:00
yungez 5bc765e0d9 add readme for documentdb starter, and spring-data-documentdb (#26)
* add readme

* refine wording

* resolve comments
2017-07-06 17:51:09 +08:00
yungez 88e0ce0375 upgrade version to 0.1.3 (#25)
* upgrade version to 0.1.3

* remove unnecessary whitelines
2017-07-06 11:37:49 +08:00
yungez c21c4ec05c add sample code under spring-data-azure-documentdb-sample (#24)
* add sample code under spring-data-azure-documentdb-sample

* add documentdb-starter-sample, resolve comments

* update .gitignore

* update groupId in samples' pom

* minor cleanup
2017-07-05 18:33:06 +08:00
Raja Kolli 25e417f8a5 removes unnecessary dependency (#23)
Mockito core is part of spring-boot-starter-test transitive dependency hence removing this dependency
2017-07-05 14:36:29 +08:00
yungez afbd78c681 intial checkin of azure documentdb spring data repository support (#19)
* intial checkin for documentdb spring data

* fix typo

* cleanup pom file and add spring-data-azure-documentdb as child of document db starter

* correct typo in pom files

* resolve comments, and enable autoconfigure documentdb spring data

* fix local merge issue

* add license info

* minor
2017-07-05 11:05:51 +08:00
ZhijunZhao 188e1a5981 use MIT license for open source (#22)
* use MIT license for open source

* minor
2017-07-04 17:29:55 +08:00
ZhijunZhao 2027f5ff9f rework pom files (#20) 2017-07-03 18:41:54 +08:00
Raja Kolli d6c99858a4 adds option to cache repository (#18)
Caching repository helps to complete CI quicker and it wont download required jars every time  travis build is ran
2017-07-03 16:44:31 +08:00
ZhijunZhao ae1db03fc2 Use JAVA 8 for Travis CI (#17) 2017-06-30 16:55:48 +08:00
ZhijunZhao 7e1e61d134 add Travis CI to execute `mvn clean verify` for each PR (#16)
* fix checkstyle failures

* add travis file to execute `mvn clean verify` command for each pull request
2017-06-30 16:18:42 +08:00
Raja Kolli ee7b37525e updates snapshot version to follow release version (#15) 2017-06-30 16:13:26 +08:00
ZhijunZhao dfdb281321 make Azure SDK versions as properties (#14) 2017-06-30 13:43:12 +08:00
ZhijunZhao 0175c45800 update license header (#13) 2017-06-30 13:42:57 +08:00
Raja Kolli 3e3112cf7d upgrade to latest spring boot version (#11)
* upgrade to latest spring boot version

* upgrade azure-storage to 5.3.1
2017-06-30 10:17:02 +08:00
ZhijunZhao b9da8eb025 use dependency management for better version control (#10) 2017-06-29 15:46:48 +08:00
ZhijunZhao ab4957d1ee Add sample code for starters and cleanup pom files (#9)
* improve pom file

* add sample code for Auzre Document DB Starter

* add sample for Azure Storage Starter

* minor reformat
2017-06-28 17:13:30 +08:00
ZhijunZhao e025d05810 remove Azure prefix to make class name shorter (#8) 2017-06-27 11:46:00 +08:00
ZhijunZhao b439a3a6db Add autoconfigure for service bus QueueClient and code cleanups (#7)
* inital commit for Service Bus topics

* add test cases for QueueClient

* cleanup

* add user friendly log

* update README
2017-06-27 11:08:19 +08:00
ZhijunZhao 94805ef8a8 pom file cleanup (#6)
* cleanup dependencies

* add missing info

* minor
2017-06-21 14:00:16 +08:00
ZhijunZhao 41dd3df11c add readme for auto configure packages (#5)
* add readme for auto configure package

* add two more dependencies

* rename packages

* add starters

* resolve code review feedback
2017-06-20 10:38:24 +08:00
ZhijunZhao 8660635e41 cleanup package names (#4)
* cleanup package names

* minor
2017-06-16 10:35:32 +08:00
ZhijunZhao e237fc0fef add auto config for cosmos db (#3)
* use connection string instead of name and key

* avoid singleton for CloudStorageAccount bean

* add cosmos db auto configure

* minor cleanup

* allow user to override ConnectionPolicy and ConsistencyLevel for DocumentClient

* add test cases for cosmosdb autoconfigure

* add test cases for Azure Storage auto configure

* update azure storage package to the latest version 5.3.0

* resolve code review feedbacks

* Remove ConnectionPolicy related properties and use ConnectionPolicy bean instead

* minor cleanup

* fix typo

* use RuntimeException instead
2017-06-15 15:56:43 +08:00
ZhijunZhao 7191b091c9 add auto configuration for CloudStorageAccount of azure storage service (#2)
* initial commit for azure storage auto configure

* initial commit for azure storage auto configure

* clenaup

* resolve code review feedback

* resolve code review feedbacks
2017-06-09 10:47:38 +08:00
yungez 92b72ac42c Merge pull request #1 from Microsoft/yungez
add checkstyle
2017-06-08 14:46:06 +08:00
yungez 6f0b75df7b add checkstyle 2017-06-08 14:24:31 +08:00
Microsoft Open Source 2e29a252c1 Initial commit 2017-06-07 19:36:42 -07:00
Microsoft Open Source cac0e58570 Initial commit 2017-06-07 19:36:41 -07:00
Microsoft GitHub User 864812474c Initial commit 2017-06-07 19:36:34 -07:00