Skip to content

Commit e0a237f

Browse files
authored
Feature/v6.0 (#75)
* Auth flow refactor initial commit * Optimized imports and minor changes * Initial commit * Update scope parameter of `getAuthorizationEndpoint` to use VsoScope * Updated auth flow * Allow null for AccessTokenCredential * Added Override annotation * Minor changes * Added retention leases in builds api. * Added feedmanagement api * Initial commit * Removed unused imports * Removed unused imports and added definitions and controllers builders * Complete builds Api * Updated version for preview * Added PUT request information method * Changes to `update` method * Added CRUD methods * Initial commit * Optimized imports * Optimized imports * Optimized imports * Initial commit * Added functionality to get the request url and request information. * Added functionality to get the request url and request information. * Added request header for Get request information method * Primitive type changes * Added request information * Primitive type changes * Minor update * Build tags initial commit * InstanceFactory renamed * Initial commit * Added support for yaml, stages and timeline in Build Api * CoreApi initial commit * CoreApi initial commit * CoreApi initial commit * Name change to getById method in ProfileRequestBuilder * Minor change * Minor change * Moved types package * Renamed method * Moved from sendStringAsync to sendString method * Added new synchronous methods * Added new method to set query parameter * Deprecated * Refactored for `v6.0` * Refactored for `v6.0` * Refactored for `v6.0` * Auth flow refactor initial commit * Optimized imports and minor changes * Initial commit * Update scope parameter of `getAuthorizationEndpoint` to use VsoScope * Updated auth flow * Allow null for AccessTokenCredential * Added Override annotation * Minor changes * Added retention leases in builds api. * Added feedmanagement api * Initial commit * Removed unused imports * Removed unused imports and added definitions and controllers builders * Complete builds Api * Updated version for preview Rebasing from main * Added PUT request information method * Changes to `update` method * Added CRUD methods * Initial commit * Optimized imports * Optimized imports * Optimized imports * Initial commit * Added functionality to get the request url and request information. * Added functionality to get the request url and request information. * Added request header for Get request information method * Primitive type changes * Added request information * Primitive type changes * Minor update * Build tags initial commit * InstanceFactory renamed * Initial commit * Added support for yaml, stages and timeline in Build Api * CoreApi initial commit * CoreApi initial commit * CoreApi initial commit * Name change to getById method in ProfileRequestBuilder * Minor change * Minor change * Moved types package * Renamed method * Moved from sendStringAsync to sendString method * Added new synchronous methods * Added new method to set query parameter * Deprecated * Refactored for `v6.0` * Refactored for `v6.0` * Refactored for `v6.0` * Refactored for `v6.0` * Updated from main * Updated from main * Minor update * Initial commit * Minor changes for Distributed task Api * Minor updates * Name change for handlers * Minor bug fix * Remove default project parameter * Minor change * Minor update * Changes to handlers * Added support for extension management * Updated tests * Removed redundant instance methods * Changes to package name * Updated tests * Added `getContinuationToken` method * Added comments * Git Api builders initial commit * Initial commit * Renamed `serviceClient` package to `serviceclient` * Added pull request to Git request builder * Removed deprecated values * Added pull request labels and reviewers * Refactored for `v6.0` * Updated README * Initial commit * Initial commit * Updated for feature/6.0 release * Updated for feature/6.0 release * Updated README.md * Updated README.md * Updated README.md * Updated README.md * Feature v6.0 `refactor` * Feature v6.0 `refactor` * Minor change * Feature v6.0/Release API * Feature v6.0/Security API * Minor update * Refactor feature/v6.0 * Refactor feature/v6.0 * Refactor feature/v6.0 * Refactor feature/v6.0 * Refactor feature/v6.0 * Refactor feature/v6.0 * Refactor feature/v6.0 * Refactor feature/v6.0 * Updated azure-pipelines.yml * Updated maven tests * Bumped version to `v6.0` * Updated README.md * Minor updates * Refactor feature/v6.0 * Refactor feature/v6.0 * Updated CHANGELOG.md * Updated README.md * Updated pom.xml * Updated pom.xml * Minor update * Updated examples * Updated return types. * Updated comments * Initial commit * Initial commit * Updated comments * Added new helper methods * Initial commit * Minor update * Minor update * Initial commit * Minor update * Minor update * Initial commit * Minor update * Updated documentation * Updated test package version * Updated test package version * Updated test package version * Updated test package version * Updated test package version * Updated tests * Updated docs * Updated docs * Updated docs * Updated docs
1 parent 1ac9cdb commit e0a237f

File tree

1,034 files changed

+67596
-16494
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,034 files changed

+67596
-16494
lines changed

.github/CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Thank you for your interest and support in developing **azd**.
55
## Steps to contribute
66

77
1. Visit [API documentation](https://docs.microsoft.com/en-us/rest/api/azure/devops/?WT.mc_id=docs-github-dbrown&view=azure-devops-rest-6.1)
8-
and find the API to create a wrapper function.
8+
and find the API that you want to support.
99
2. Get familiar with the REST API.
1010
3. Fork this repository and create a branch for your work.
1111
4. In your local development environment open the pom.xml file and sync to install dependencies.
46.8 KB
Loading
55.6 KB
Loading
73.4 KB
Loading
10.2 KB
Loading

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
# 6.0.0
4+
5+
**Major release**
6+
**Breaking changes**
7+
8+
- Pagination
9+
- Proxy configuration
10+
- Automatic retry
11+
- Fluent Api syntax
12+
- Issue: [#69](https://github.com/hkarthik7/azure-devops-java-sdk/issues/69)
13+
- PR: [Feature/v6.0 #75](https://github.com/hkarthik7/azure-devops-java-sdk/pull/75)
14+
315
# 5.0.13
416

517
**Minor Incremental Release**

0 commit comments

Comments
 (0)