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

701 Коммитов

Автор SHA1 Сообщение Дата
Anu Thomas Chandy af178824b2 azure-communication-chat: adding dependency to android azure-communication-common 2021-03-08 13:46:15 -08:00
Anu Thomas Chandy 55b9ec4f8e azure-communication-chat: using 310bp time types in model and client types 2021-03-08 13:43:06 -08:00
Anu Thomas Chandy d6a209eed9 azure-core-http-*: Correcting META-INF HttpClientProvider file names to have android namespace. 2021-03-08 13:41:14 -08:00
Anu Thomas Chandy 7996ce4c36 azure-communication-chat: Refactoring inline Callback instantiation to static inner class. Getting clean build ready. 2021-03-07 16:30:17 -08:00
Anu Thomas Chandy 8fe689f469 Merge remote-tracking branch 'upstream/feature/v2-sdk' into acs-1 2021-03-07 10:58:00 -08:00
Azure SDK Bot 43ca15c95f
move SetTestPipeline into its own template (#626)
Co-authored-by: Chidozie Ononiwu <chononiw@microsoft.com>
2021-03-05 17:21:21 -08:00
Azure SDK Bot 0cbcd888f5
Fix logic in SetTestPipelineVersionInEngCommon (#625)
Co-authored-by: Chidozie Ononiwu <chononiw@microsoft.com>
2021-03-05 13:48:20 -08:00
Azure SDK Bot 82500cc62c
Fix bug where imported matrix parameter duplicates are not overrided (#624)
Co-authored-by: Ben Broderick Phillips <bebroder@microsoft.com>
2021-03-05 12:59:45 -08:00
Azure SDK Bot b9af79915b
Sync eng/common directory with azure-sdk-tools for PR 1448 (#615)
* Added more logging to API view create

* Updated logs with arch board rescue email address

* Fix as per review comments

* Update logging to show API URL

Co-authored-by: praveenkuttappan <prmarott@microsoft.com>
2021-03-05 06:46:56 -08:00
Azure SDK Bot 500e33c872
Enable APIView status check (#622)
Co-authored-by: praveenkuttappan <55455725+praveenkuttappan@users.noreply.github.com>
2021-03-05 03:11:31 -08:00
Azure SDK Bot fcd5b4974f
Fix PackageName typo (#623)
Co-authored-by: Chidozie Ononiwu <chononiw@microsoft.com>
2021-03-04 20:10:42 -08:00
Anu Thomas Chandy ee6aa960b6 azure-communication-chat: Set min API to 15 and removing commented code 2021-03-04 20:04:33 -08:00
Anu Thomas Chandy 6ac88fb546 azure-communication-chat: step_2: onboarding to new module system, transform callback to CompletableFuture 2021-03-04 19:30:45 -08:00
Azure SDK Bot 7a15da4d11
Move SetTestPipelineVersion.ps1 to eng/common (#621)
Co-authored-by: Chidozie Ononiwu <chononiw@microsoft.com>
2021-03-04 18:31:24 -08:00
Anu Thomas Chandy 075186f995 azure-communication-chat: step_1: onboarding to new module system, as first step using callback for async 2021-03-04 17:28:29 -08:00
Anu Thomas Chandy 8ea9cb409d azure-communication-chat: excluding 'handwriitten' package from build and checkstyle to ease migration of autogenerated code to new android module system. 2021-03-04 00:41:59 -08:00
Anu Thomas Chandy 73645165ec azure-communication-chat: move all convenience code to a package handwritten, this is to ease the migration of autogen code to new android module system 2021-03-04 00:06:26 -08:00
Anu Thomas Chandy 5c245765dd azure-communication-chat: Setting APILevel29 and getting module compiled 2021-03-03 20:04:55 -08:00
Anu Thomas Chandy 67886f7fd7 azure-communication-chat: update sample to use android subpackage, updating references in swagger/README and pom.xml 2021-03-03 17:55:53 -08:00
Anu Thomas Chandy b3351e5287 azure-communication-chat: test:moving communication subpackage to android subpackage 2021-03-03 17:52:35 -08:00
Anu Thomas Chandy d74a01ec04 azure-communication-chat: src:moving communication subpackage to android subpackage 2021-03-03 17:49:47 -08:00
Anu Thomas Chandy 05314bbcfa azure-communication-chat: adding buiild.gradle and importing to settings.gradle 2021-03-03 17:40:56 -08:00
Anu Thomas Chandy 29d132c1bc Copying azure-communication-chat from azure-sdk-for-java:master baseline commit: a317d242b8 2021-03-03 17:29:08 -08:00
Anu Thomas Chandy 94687de261 azure-core: Addressing checkstyle in ExpandableStringEnum 2021-03-03 17:11:22 -08:00
Anu Thomas Chandy ba9bd261cd azure-communication-common: Getting tests working on JUnit5 2021-03-03 16:32:01 -08:00
Anu Thomas Chandy 1dcd9cff0f azure-communication-common: Addressing checkstyle and spotbug warnings 2021-03-03 16:31:03 -08:00
Azure SDK Bot 47ea1a337e
Fix LanguageShort typo (#614)
Co-authored-by: Chidozie Ononiwu <chononiw@microsoft.com>
2021-03-03 12:22:00 -08:00
Anu Thomas Chandy e1e7a3b6b4
Getting CI ready for v2-sdk branch (#613)
* Deleting unused files and dir from eng dir

* Copying eng content from master commit: 101fcb3653

* Adding ci.yml for core modules

* Applying junit5 plugin to enable running tests from terminal

* Updating build.gradle to produce jacco report

* Updating gradle to v6.4.1

* Excluding jdk internal classes from jacoco

* jacoco: attempting to exclude jdk internal class by path

* Fixing NPE in jacoco config

* Attempting to use java8 image

* Using ubuntu 18

* Adding test package for credential and logging module
2021-03-03 08:52:31 -08:00
Chidozie Ononiwu 101fcb3653
add eng/common workflow enforcer (#611) 2021-03-02 10:17:10 -08:00
Azure SDK Bot 3833c529f3
Update Prepare-Release script (#607)
- Remove BuildType parameter as we can default it from package properties
- Stop passing BuildType and GroupId and instead defaul them from package properties
- Enable StrictMode to help identify potential errors
- Start passing sdktype and isnewsdk properties to devops script
- Sync latest changes with devops work item to fix a couple bugs

Co-authored-by: Wes Haggard <Wes.Haggard@microsoft.com>
2021-02-26 18:46:37 -08:00
marche0133 fc97730ba2
Update version in both packages' CHANGELOG.md and build.gradle (#606)
* Fix incompatibility between String and CommunicationUserIdentifier when serialization

* version number update on root folder

* Remove the test app

* Fix link in README.md
Add one example to README.md

* Update CHANGELOG.md

* Update version in both packages' CHANGELOG.md and build.gradle

* Update common's version in common ReadMe and root ReadMe

Co-authored-by: Marc Ma <marcma@microsoft.com>
2021-02-26 23:39:30 +00:00
marche0133 3217529856
Fix incompatibility between String and CommunicationUserIdentifier when serialization [1.0.0-beta.6] (#605)
* Fix incompatibility between String and CommunicationUserIdentifier when serialization

* version number update on root folder

* Remove the test app

* Fix link in README.md
Add one example to README.md

* Update CHANGELOG.md

Co-authored-by: Marc Ma <marcma@microsoft.com>
2021-02-26 12:13:40 -08:00
Anu Thomas Chandy f775e3062b baselining azure-communication-common to L15 2021-02-25 15:22:57 -08:00
Anu Thomas Chandy 2c97b77488 adding ExpaandableEnum to azure-core utils 2021-02-25 15:22:16 -08:00
Anu Thomas Chandy 09da73632f Copying azure-communication-common from the commit: 845592d241 2021-02-25 14:42:54 -08:00
Anu Thomas Chandy 921094ed16
custom serde has no usecase in android yet, hence removing the module. (#603) 2021-02-24 16:14:54 -08:00
Anu Thomas Chandy d8f2c843cc
Enable SPI for Http modules (#602) 2021-02-24 15:49:34 -08:00
Anu Thomas Chandy 3908667ac8
Code cleanup in azure-core-jackson module (#601)
* Code cleanup in azure-core-jackson

* code cleanup; rename variables/params with name serdeAdapter to jacksonSerder
2021-02-24 13:18:45 -08:00
Anu Thomas Chandy e32e46f2af
Updating readme to have module diagram on the top. 2021-02-24 11:01:00 -08:00
Anu Thomas Chandy 786de85ea0
Updating readme to reflect the removal of azure-core-serde 2021-02-24 09:41:20 -08:00
Anu Thomas Chandy 567e3c0b4b
Removing azure-core-serde contract (#600)
* [Remove serde cntract]: Replacing serde types with jackson types.

* [Remove serde cntract]: Deleting azure-core-serde moodule with serde contracts.

* [Remove serde cntract]: Renaming the module azure-core-serde-jackson to azure-core-jackson
2021-02-24 09:38:50 -08:00
Azure SDK Bot 5bf8ff1592
Sync eng/common directory with azure-sdk-tools for PR 1421 (#597)
* Add common tools for spell check

* Updates from further iteration

* Review feedback: Add check for git as well

* Review feedback * Use common approach to resolving base branch name * Eliminate default base branch "master" as this will be changed later, providing no default and using a mandatory parameter means a dev must provide the value * Check for existence of $CspellConfigPath * No need to Set-Location if run from the root of the repo (most common scenario) * -join

* Review feedback: Rename TargetRef -> TargetBranch, add SourceBranch, Add reference to spelling docs, exit 0, Rename to check-spelling-in-changed-files.ps1,

* Review feedback: Remove ValidateNotNullOrEmpty (we do more definitive validation farther down that will also catch these errors), Update comments and script name

Co-authored-by: Daniel Jurek <djurek@microsoft.com>
2021-02-22 22:16:07 -08:00
marche0133 7c5c2a5b96
Update README.md (#585)
* Update README.md
* Update root README.md

Co-authored-by: Marc Ma <marcma@microsoft.com>
2021-02-23 02:32:01 +00:00
Anu Thomas Chandy 3c26be495e
Calling out minSdkVersion ini readme. 2021-02-22 17:26:17 -08:00
Anu Thomas Chandy be710f035d
Configuring the minSdkVersion in the project level build.gradle (#599) 2021-02-22 17:25:28 -08:00
Anu Thomas Chandy 8d884ed587
Adding modules diagram to readme 2021-02-22 17:15:42 -08:00
Anu Thomas Chandy 974b172bb7
Making azure-core-rest module baselined to apiLevel-15 (#598)
* azure-core-rest minApi-15: baselining azure-core-rest to Api Level 15.

* Given rest and serde-jackson modules are L15 now, removing the temporary overrideLibrary for them from HttpClient impls
2021-02-22 17:09:31 -08:00
Azure SDK Bot 0fa3e4ae44
Restore pipeline output variable for Agent OS name (#590)
Co-authored-by: Ben Broderick Phillips <bebroder@microsoft.com>
2021-02-22 16:42:56 -05:00
Anu Thomas Chandy df2e9d83af
Making azure-core-serde-jackson, azure-core-custom-serde-json-jackson and azure-core-custom-serde baselined to apiLevel-15 (#596) 2021-02-22 12:39:37 -08:00
Anu Thomas Chandy 20e48d244b
Making azure-core-http-httpurlconnection baselined to apiLevel-15 and azure-core-http-okhttp to apiLevel-21 (#595)
* Updating azure-core-serde module's build.gradle be to explict about minSdkVersion:15

* azure-core--http-[httpclient]* minApi: baselining azure-core-http-httpurlconnection to Api Level 15 and azure-core-http-okhttp to api Level 21 (21 is enforced by okhttp).
2021-02-22 10:35:40 -08:00