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

701 Коммитов

Автор SHA1 Сообщение Дата
Anu Thomas Chandy 9d121afab1
Making azure-core-http and azure-core-credentials modules baselined to ApiLevel-15 (#594)
* Removing the azure-core-http module's dependency on azure-core-test module (avoiding cyclic dependency).

* Removing the azure-core-rest module's dependency on azure-core-test module (avoiding cyclic dependency).

* Updating azure-core-logging and azure-core module's build.gradle be to explict about minSdkVersion:15.

* azure-core-credentials minApi-15: baselining azure-core-credentails to Api Level 15.

* azure-core-http minApi-15: baselining azure-core-http to Api Level 15.

* build.gradle minor readability improvement for azure-core-test

* The dexsafe is not compactible with android tool-chain java8 'syntax desugaring', disabling it https://github.com/KeepSafe/dexcount-gradle-plugin/issues/222\#issuecomment-604247658
2021-02-22 08:54:59 -08:00
Anu Thomas Chandy 2b9af8fc46
Making azure-core module baselined to ApiLevel-15 (#593)
* Removing Base64 unit-tests, these unit-tests will be converted to instrumentation-tests.

* azure-core minApi-15: Using base64 types from android.util.Base64 instead of java.util.Base64; java.util.Base64 is available only from L26.

* azure-core minApi-15: adding instrumentation-tests for Base64Util and Base64Url, given android.util.Base64 in unit-test execution scope.

* azure-core minApi-15: replacing Objects.requireNonNull, Objects.hashCode, Objects.equals and RuntimeException Ctr with stacktrace param to enable azure-core to work on api-level 15

* In azure-core-rest 'test-scope', adding Base64 type to get the test using base64 to work on non-android host.
2021-02-19 17:01:08 -08:00
Azure SDK Bot 3784748b4c
Update pipeline generator version to include weekly convention name fix (#592)
Co-authored-by: Ben Broderick Phillips <bebroder@microsoft.com>
2021-02-19 18:27:03 -05:00
Azure SDK Bot 923cbfc02d
Sync eng/common directory with azure-sdk-tools for PR 1429 (#587)
* Add job matrix generation scripts

* Add working job matrix example pipeline and common matrix generation pipeline.

* Update job matrix tests path

* Parameterize matrix generation job path

* Add global variable to override nuget security checks to sample matrix pipeline

* Update readme matrix pipeline example to match sample file

Co-authored-by: Ben Broderick Phillips <bebroder@microsoft.com>
2021-02-19 17:41:31 -05:00
Anu Thomas Chandy 7bde2e894b
Fixing rendering of readme-table for presentations. 2021-02-19 14:28:33 -08:00
Anu Thomas Chandy fc9df2741b
Adding readme table to list any presentations 2021-02-19 14:27:03 -08:00
Anu Thomas Chandy bd9aeea4b4
Removing java.time, replace it with 310bp. (#591) 2021-02-19 14:19:15 -08:00
Azure SDK Bot 1e8d4988bb
Sync eng/common directory with azure-sdk-tools for PR 1425 (#586) 2021-02-19 12:01:47 -08:00
Azure SDK Bot b51a924cca
Only run eng/common check when target branch is master (#581)
Co-authored-by: Chidozie Ononiwu <chononiw@microsoft.com>
2021-02-19 11:06:42 -08:00
minnieliu 845592d241
[Communication] - Common - Update CommunicationTokenCredential ctor to use CommunicationTokenRefreshOptions (#584)
* Rename token to initialToken

* Revert

* Update CommunicationTokenCredential to use CommunicationTokenRefreshOptions

* Updating README and CHANGELOG

* Address comments

Co-authored-by: Minnie Liu <peiliu@microsoft.com>
2021-02-18 12:02:08 -08:00
Azure SDK Bot ce3e222e9a
Sync eng/common directory with azure-sdk-tools for PR 1396 (#583)
* Change other version to all versions

* Exclude the packages which already show up in latest GA and preview

* Update main.js

Co-authored-by: Sima Zhu <sizhu@microsoft.com>
Co-authored-by: Sima Zhu <48036328+sima-zhu@users.noreply.github.com>
2021-02-18 11:55:13 -08:00
minnieliu 25496a65bf
[Communication] - Common - Rename token to initialToken (#580)
* Rename token to initialToken

* Revert

* Rename token to initialToken

Co-authored-by: Minnie Liu <peiliu@microsoft.com>
2021-02-17 13:03:39 -08:00
Azure SDK Bot 921ed09795
Sync eng/common directory with azure-sdk-tools for PR 1374 (#579)
* Create package property file using artifact name

* Add option to pass config file dir

* Set default config file directory to avoid script execution failure

Co-authored-by: praveenkuttappan <prmarott@microsoft.com>
2021-02-16 11:57:54 -08:00
Mitch Denny aee151cd2e
Re-enable OS image verification (#559)
* Re-enable OS image verification
2021-02-16 16:04:55 +11:00
Azure SDK Bot 198129efe1
Sync eng/common directory with azure-sdk-tools for PR 1371 (#563)
* Rework verify agent OS step.

* Address feedback

* Justing string matching instead.

* ! instead of -not

Co-authored-by: Mitch Denny <midenn@microsoft.com>
2021-02-14 15:56:22 -08:00
Azure SDK Bot 2da0aee8fe
Sync eng/common directory with azure-sdk-tools for PR 1408 (#578)
* Improve TestResources docs and logging

Resolves #1388
Resolves #1407

Also ignores cached service principal if it no longer exists. I ran into this while testing since I cleaned up old SPs.

* Add ADP test sub to look-up

Co-authored-by: Heath Stewart <heaths@microsoft.com>
2021-02-12 19:08:09 -08:00
Azure SDK Bot d7b5f8fe2d
Allow logging into specific subscription (#576)
Resolves #1404

Co-authored-by: Heath Stewart <heaths@microsoft.com>
2021-02-12 12:33:19 -08:00
Azure SDK Bot cef8428df2
Update eng-common-workflow-enforcer (#575)
Co-authored-by: Chidozie Ononiwu <chononiw@microsoft.com>
2021-02-12 11:41:08 -08:00
Azure SDK Bot adbd317a1a
Change script parameters to boolean (#574)
Co-authored-by: Chidozie Ononiwu <chononiw@microsoft.com>
2021-02-11 13:43:07 -08:00
Azure SDK Bot 6eca3034df
Enable passing devops pat for work item scripts (#573)
Co-authored-by: Wes Haggard <Wes.Haggard@microsoft.com>
2021-02-11 11:12:15 -08:00
Anu Thomas Chandy 3add2ff1fd
updaing serde contract module to use min api as 14 (#572) 2021-02-10 19:44:59 -08:00
Azure SDK Bot bb77fa661a
Sync eng/common directory with azure-sdk-tools for PR 1358 (#571)
* Extend Get-GitHubPullRequest to return only files

* Add check to prevent eng/common changes that are not proper syncs

* Update eng/common/pipelines/templates/steps/eng-common-workflow-enforcer.yml

Co-authored-by: Wes Haggard <weshaggard@users.noreply.github.com>

* Update eng/common/pipelines/templates/steps/eng-common-workflow-enforcer.yml

Co-authored-by: Wes Haggard <weshaggard@users.noreply.github.com>

Co-authored-by: Chidozie Ononiwu <chononiw@microsoft.com>
Co-authored-by: Chidozie Ononiwu <31145988+chidozieononiwu@users.noreply.github.com>
Co-authored-by: Wes Haggard <weshaggard@users.noreply.github.com>
2021-02-10 19:30:24 -08:00
Anu Thomas Chandy c78b524963
updating logging module to use min level as 14 (#570) 2021-02-10 19:13:52 -08:00
Azure SDK Bot cbbdd6c1f6
Sync eng/common directory with azure-sdk-tools for PR 1303 (#569)
* Add PrepareRelease Script

* Update Package-Properties.ps1

* Update Collect-ChangeLog Script

* Update Collect-ChangeLog.ps1 and Collect-Unreleased.ps1

* Update GeneralReleaseNotesParser.ps1 script

* Change GeneralReleaseNotesParser logic

* Change GeneralReleaseNotesParser.ps1 logic

* Remoce GeneralReleaseNotesParsercopy

* Update collect changelog and generalreleasenotes parser logic

* Refine CollectChangelog Logic

* Add logic for filtering collected changelog

* Add Filter-ReleaseHighlights function

* Update General ReleasNotes Logic

* Delete GeneralReleaseNotesLogic.ps1

* Update Collect ChangeLogLogic

Co-authored-by: Chidozie Ononiwu <chononiw@microsoft.com>
2021-02-10 18:46:45 -08:00
Anu Thomas Chandy 6af6cb2959
removing unused dependencies (#568) 2021-02-10 15:38:07 -08:00
Azure SDK Bot ea2994415c
Sync eng/common directory with azure-sdk-tools for PR 1393 (#566)
* Hide the package which set to true instead of putting to Other page

* Hide the package not showing in csv

* Added logging message

* fix the variable

* leave an extra space

* Update eng/common/docgeneration/Generate-DocIndex.ps1

Co-authored-by: Sima Zhu <sizhu@microsoft.com>
Co-authored-by: Wes Haggard <weshaggard@users.noreply.github.com>
2021-02-10 13:36:35 -08:00
Anu Thomas Chandy 8db5fbfd7a
adding RestProxy API and dependency graph doc 2021-02-09 13:48:56 -08:00
Anu Thomas Chandy 1c59ba389b
Adding reference to HttpPipeline Chain Design 2021-02-09 11:28:45 -08:00
Anu Thomas Chandy f1be1fce92
adding design doc table 2021-02-09 11:24:21 -08:00
Anu Thomas Chandy 846cee8386
Removing no more used modules and sub packages (#565)
* removing async serialize|deserialize methods from customserde

* Removing search module used to validate the core modules splitting

* Removing all core subpackage rooted at com.azure, now that we've core subpackage under com.azure.android

* now that core subpackage removed from com.azure (in favor of com.azure.android.core), remove related supressions from checkstyle and spotbugs
2021-02-09 10:03:32 -08:00
Jianping Chen d3ec885dae
Update build.gradle and ChangeLog for common and Chat after release (#564)
Co-authored-by: JP Chen <jiach@microsoft.com>
2021-02-09 09:04:28 -08:00
Anu Thomas Chandy 2c20ad6f16 Adding unit tests for types in azure-core-test. 2021-02-09 07:26:20 -08:00
Anu Thomas Chandy 8d146d9af8 Adding XML based RestProxy unit tests and HttpHeaders unit tests. 2021-02-08 22:40:29 -08:00
Anu Thomas Chandy 94c239ca14 Adding unit tests for HttpHeader|UrlBuilder|UrlTokenizer in azure-core-http. 2021-02-08 21:38:59 -08:00
Anu Thomas Chandy 020f378204 Polishing UserAgent policy and adding unit tests. 2021-02-08 20:44:00 -08:00
Anu Thomas Chandy a6c229cc55 Remove unused throws from unit tests. 2021-02-08 20:43:30 -08:00
marche0133 5e6a106f63
Update readme, changelog, add back some previous changes
Add SendChatMessageResult converting to messageId changes back 
Add renaming updateChatThread to updateTopic back
Add renaming UpdateChatThreadRequest to UpdateTopicRequest back
Update README
Update CHANGELOG

Co-authored-by: Marc Ma <marcma@microsoft.com>
2021-02-08 16:51:21 -08:00
Anu Thomas Chandy 6af0c0913f Adding missing 'core' sub-package-name to httpurlconnection test package. 2021-02-08 16:44:06 -08:00
Anu Thomas Chandy b303efedfa Adding BOM header tests to azure-core-test and enabling same tests for OkHttp and HttpUrlConnection HttpClient impls 2021-02-08 16:34:51 -08:00
Anu Thomas Chandy 624d126893 Getting record-playback for android (that uses azure-core Android HttpPipeline|HttpClient) 2021-02-08 15:45:51 -08:00
Jianping Chen 773de4653c
[Communication] Update files for February release (#558)
* Initial changes

* Update ChangeLog.md files for release date

* Update common change log with details

* Update ChangeLog.md detail for common

* Update ChangeLog.md detail for common

* Remove some stupidity

Co-authored-by: JP Chen <jiach@microsoft.com>
2021-02-08 21:26:50 +00:00
Azure SDK Bot 4ba0d82f12
Update devops helper script based on changes in azure-sdk repo (#560)
- Sync devops helper script changes
- Fix issue in SemVer script when using strict mode with Language not set

Co-authored-by: Wes Haggard <Wes.Haggard@microsoft.com>
2021-02-08 12:45:34 -08:00
Anu Thomas Chandy 5d84077615 Updating BuildTool version to 30.0.3 (Tools->SDKManager->Appearance&Behavior->SystemSettings->AndroidSDK->SDKTools). This tool version can understand Java Class version 53 (java9), that the non-instrumentation jupiter unit test uses 2021-02-08 12:19:41 -08:00
Anu Thomas Chandy 2d5edf78f1 Getting AzureKeyCredential to azure-core-credentials android subpackage, adjusting reference to it and some cleanup 2021-02-06 20:23:10 -08:00
Anu Thomas Chandy cb43246c78 Removing Util type from azure-core-http impl package 2021-02-06 20:11:32 -08:00
Anu Thomas Chandy f5989a417e Getting exception subpackage to azure-core android package, updating references from azure-core-http 2021-02-06 15:48:23 -08:00
Anu Thomas Chandy f47ae50b9e Getting Base64Url|Base64Util|DateTimeRfc1123|UnixTime|Header to azure-core android package, updating references to them from android packages in other modules. Some minor javadoc fixes as well. 2021-02-06 15:39:10 -08:00
Anu Thomas Chandy 94c6a25aa9 Removing micro subpackage from azure-core and move it's subpackages to core package, adjusting references from other modules. 2021-02-06 14:20:32 -08:00
Anu Thomas Chandy 6025f48ef4 Rename the module azure-core-micro to azure-core (the micro package is yet to be removed) 2021-02-06 13:38:53 -08:00
Anu Thomas Chandy e1098309d4 adjusting serde references in azure-core-test module to use serde types in azure-core-serde android package 2021-02-06 12:39:01 -08:00