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

443 Коммитов

Автор SHA1 Сообщение Дата
Xiaolu Dai d43b8a6f71
Fix keyvault (#786)
* fix bug and update doc

* remove unsed code

* fix codacy
2019-12-02 15:43:20 +08:00
Xiaolu Dai 2f4a9d50ca
add distributionManagement for snapshot repo (#788) 2019-12-02 10:06:49 +08:00
Xiaolu Dai c0adbb76da
fix appveyor (#783) 2019-11-22 12:59:24 +08:00
Xiaolu Dai 35d0c39d94
appveyor skipITs (#782) 2019-11-21 16:07:00 +08:00
Xiaolu Dai a5d136352b
Set up CI with Azure Pipelines (#780) 2019-11-21 12:44:27 +08:00
Xiaolu Dai f0abd420d8
upadate azp status badge (#777)
* upadate azp status badge

* increase timeout limit for task

* set job timeout-in-minutes to zero
2019-11-20 15:00:03 +08:00
Xiaolu Dai c7b39017ce
complete telemetry docs (#776)
* complete telemetry docs
2019-11-18 16:35:56 +08:00
Xiaolu Dai ef0bb702f6
do not run CI when only docs be changed (#778)
* do not run CI when only docs be changed

* exclude all md file
2019-11-18 10:09:51 +08:00
Phạm Ngọc Hòa f3500d0791 perf: update docs (#769) 2019-11-13 13:15:32 +08:00
Xiaolu Dai 0b7769f332
Feature/keyvault msi integration test (#761)
* add integration test

* add checkstyle and findbug plugins for tests

* add verify phase into travis build

* catch exception while curling endpoints

* change to use kudo client for uploading jar
2019-11-13 11:30:52 +08:00
Xiaolu Dai 494bd896f7
Set up CI with Azure Pipelines (#768)
* Set up CI with Azure Pipelines
2019-11-12 17:09:06 +08:00
zoladkow 390d8fdfdc Fixes #765 (#766) 2019-11-11 12:43:59 +08:00
Zhou Liu 49cc28ff4a
Add readme of azure-spring-boot-metrics-starter. (#760)
* Add readme of azure-spring-boot-metrics-starter.

* Update README.md

* Update README.md
2019-11-04 20:28:31 +08:00
Zhou Liu a22d547dc9
Feature/add isolating in all starters (#752)
* add starter isolating mechanism

* add starter isolating mechanism sequel

* refine
2019-10-25 16:08:48 +08:00
Zhou Liu 67206a3701
security fix (#751) 2019-10-25 15:05:56 +08:00
Zhou Liu 8a99701bb8 Merge remote-tracking branch 'origin/master' 2019-10-25 14:24:56 +08:00
Zhou Liu c1d8cb0d8a update version to 2.2.1-SNAPSHOT sequel 2019-10-25 14:24:32 +08:00
Swagata Chaudhuri fe709e31df Updating README.md spring-data-gremlin to version 2.2.0 (#747) 2019-10-25 13:02:45 +08:00
Zhou Liu ed1be179c8
update version to 2.2.1-SNAPSHOT (#749)
* update version to 2.2.1-SNAPSHOT

* update version to 2.2.1-SNAPSHOT sequel
2019-10-25 10:47:28 +08:00
Zhou Liu d098597cee
Release/2.2.0 (#748)
* provision for GA 2.2.0

* provision for GA 2.2.0 sequel

* Updated cosmosdb starter to include query metrics and response diagnostics string (#746)

* update storage sample properties

* update storage sample
2019-10-23 21:15:33 +08:00
Zhou Liu 11b980ff63
Keyvault performance enhancement (#745)
* 1.add specific secret keys mode
2.add token cache
3.change hashmap 2 list in propertySource

* 1.update readme.
2.update pom.

* refine code style

* 1.keyvaultoperate bugfix
2.update sample pom dependency to 2.2.0-SNAPSHOT

* remove powermock related dependencies in pom.xml

* code refine

* adjust package

* add tests module

* fix checkstyle and findbugs

* 1.add specific secret keys mode
2.add token cache
3.change hashmap 2 list in propertySource

* 1.update readme.
2.update pom.

* refine code style

* 1.keyvaultoperate bugfix
2.update sample pom dependency to 2.2.0-SNAPSHOT

* remove powermock related dependencies in pom.xml

* code refine

* adjust package

* add integration test and isolating aadb2c configuration

* add isolating mechanism in AADB2CAutoConfiguration

* bugfix

* write keyvault and cosmosdb integration test

* refine

* refine

* refine

* bugfix

* fix codacy issues

* bugfix

* bugfix

* bugfix

* bugfix

* bugfix

* fix travis problems

* fix travis problems
2019-10-22 14:40:00 +08:00
Swagata Chaudhuri 39730c3aa3 Update Storage README.md to version 2.2.0.M1 (#744) 2019-10-21 11:02:21 +08:00
Zhou Liu 420ca9d610
remove sqlserver related codes (#735)
* remove sqlserver related codes

* remove sqlserver unit test

* remove sqlserver related configurations

* bugfix
2019-10-15 13:33:19 +08:00
Kushagra Thapar 3adedf8dad Updated starter version in cosmosdb readme file (#727) 2019-10-03 15:23:00 +08:00
Xiaolu Dai c7d8ad235b
update master version to 2.2.0-SNAPSHOT (#725) 2019-09-30 16:55:52 +08:00
Xiaolu Dai 7f90210e27
Release/2.2.0.M1 (#724)
* update version to 2.2.0.M1

* upgrade dependencies

* update spring.security.oauth2.client.registration. redirect-uri-template to redirect-uri

* change documentdb to cosmodb and fix spring security issues

* move reactor-netty to parent pom and fix gradle

* code quality

* revert
2019-09-30 16:25:41 +08:00
Xiaolu Dai 23127f88db
Fix MSI authentication for Key Vault (#718)
* update azure-client-authentication version and app services user assigned MSI

* fix version conflicts
2019-09-12 16:57:09 +08:00
JiaLin a2e3a7f8e7 Update README.md 2019-09-10 11:02:39 +08:00
Julien Dubois d2cf6c12af Refactor package name "cloundfoundry" to "cloudfoundry" (#714)
Fix #713
2019-09-06 16:16:52 +08:00
Julien Dubois 22ce21e6ec Fix wording: starers -> starters (#715) 2019-09-06 15:36:16 +08:00
Zhou Liu 5e61b8af8f
adjust samples' pom structure, add azure-active-directory-v2-spring-boot-backend-sample to the modules of the samples. (#710) 2019-09-04 13:48:29 +08:00
wandrille-hubert 2490339bf4 Update to new graph api, #679 (#680)
* Update to new graph api

Update to new graph api

* Test update And remove unused import

Test update and remove unused import

* Update to constant for test

Update to constant for test

* Formatting/Hard Code Changes

Formatting/Hard Code Changes

* Added flag to set which graph api to use

Added flag to set which graph api to use

* changes to abstract user groups

changes to abstract user groups

* Code qual fixes

Code qual fixes

* code qual fixes

code qual fixes

* code cleanup

code cleanup

* code cleanup

code cleanup

* Go to single UserGroupProperties

Go to single UserGroupProperties

* Removed api token from securitycontext

Removed api token from securitycontext

* cleanup

cleanup

* Add v2 readme

added v2 graph readme section, removed bool flag in properties, updated v2 properties to be clearer

* Added azure ad v2 api sample

Added azure ad v2 api sample

* Sample update

Sample update
2019-09-04 13:20:27 +08:00
Zhou Liu fbc9fa9958
update gremlin sample's README.md doc (#709) 2019-09-03 15:58:58 +08:00
JiaLin b1cabed783 update version to snapshot 2019-08-20 15:58:30 +08:00
jialindai c76a748822 Release/2.1.7 (#703)
* change version to 2.1.7

* change spring dependency version

* update readme for jms samples

* correct README.md of azure-sqlserver-spring-boot-starter. There is no samples code of this starter. So delete the related part of the doc.

* update version

* update readme for keyvault sample

* The test case in AADAuthenticationFilterTest is out of date, so ignore it in case of hindering current release. I will add a new test case later.

* correct checkstyle error

* upgrade gradlew version

* lombok support in gradle 5
2019-08-20 15:26:14 +08:00
Konrad c0dc9e6b08 invalid issuer in UserPrincipalManager (#642) (#698)
* invalid issuer in UserPrincipalManager (#642)

* Braking lines in the test to make the checkstyle pass

* Moving test Junit Params version dep into parent pom
2019-08-19 16:05:18 +08:00
Zhou Liu 38b5fbd133
fix the tranvis bug that run the command fail because of the license problem of oraclejdk8 (#699) 2019-08-14 17:05:34 +08:00
junjie-x 77da4f29cc Add spring jms starter for service bus (#692)
* Add spring jms starter for service bus

* Update README for homepage

* Update README for homepage

* Remove redundant comments

* Remove redundant property

* Add dependency

* Modify starter version

* Remove gradle for jms

* Divide sample into two parts, queue and topic respectively

* Modify prefix of properties for service bus jms starter
2019-07-25 11:22:39 +08:00
Mani Ramya Machiraju ddbee4a320 Update README.md (#693) 2019-07-25 09:40:30 +08:00
Wladislaw Mitzel 65717a3041 Implement tests for PR #512 (#684)
* Tests for AADAppRoleAuthenticationFilter and UserPrincipalManagerAudience.
2019-07-09 16:16:09 +08:00
Wladislaw Mitzel 483116987b Add demo project for AAD stateless app-role filter (PR #512) (#689)
* Add demo project for AAD stateless app-role filter.
* Add introduction to the README.md
2019-07-09 11:10:36 +08:00
Wladislaw Mitzel ca45e4e68f Implement stateless AAD authentication filter which uses appRoles (#494) (#512)
* Add autoconfiguration, documentation 
* Combining the configurations for AADAuthenticationFilter and stateless
2019-07-08 08:17:49 +08:00
Patrick Fratczak d1546863ad Retrieve the right user when another token received (#686) 2019-07-05 20:57:39 +08:00
Mani Ramya Machiraju 8309b099e2 Updated README.md (#685)
* Included step by step process to run this sample.
2019-07-04 23:00:35 +08:00
Pan Li 7c5d4794ff
Add README for b2c and gremlin. (#662)
Signed-off-by: Pan Li <panli@microsoft.com>
2019-06-15 22:46:01 +08:00
Lyle Hanson 5af5387ad9 Add link to oauth2AllowImplicitFlow issue (#671)
Users seeing this error may need to set `oauth2AllowImplicitFlow` as a (temporary?) workaround. Added a link to the issue where it's discussed.
2019-06-10 22:33:23 +08:00
Lyle Hanson 4b62ce1eab Typo fix (#669)
Corrected a minor typo in JavaDoc
2019-06-10 22:19:59 +08:00
Lyle Hanson 17d3e65e69 Fix link to azure-spring-boot-metrics-starter (#668)
The link was broken because there is no Readme file present in azure-spring-boot-metrics-starter. This change points the link at the directory instead.

Fixes #513
2019-06-10 22:08:48 +08:00
Lyle Hanson 8599683294 Update README.md (#667)
Spelling fix
2019-06-10 21:46:37 +08:00
Julien Dubois bb5dd02004 Migrate from DocumentDB to Cosmos DB (#674) 2019-06-04 15:48:50 +08:00