Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
189 commits
Select commit Hold shift + click to select a range
53c9d30
Auth flow refactor initial commit
hkarthik7 Aug 5, 2023
b498ee5
Optimized imports and minor changes
hkarthik7 Aug 5, 2023
d4eea36
Initial commit
hkarthik7 Aug 5, 2023
11f405f
Update scope parameter of `getAuthorizationEndpoint` to use VsoScope
hkarthik7 Aug 5, 2023
2dd32e2
Updated auth flow
hkarthik7 Aug 5, 2023
a9d32a6
Allow null for AccessTokenCredential
hkarthik7 Aug 5, 2023
24062bf
Added Override annotation
hkarthik7 Aug 5, 2023
8c6f78d
Minor changes
hkarthik7 Aug 5, 2023
a51fce8
Added retention leases in builds api.
hkarthik7 Aug 5, 2023
a0efbc7
Added feedmanagement api
hkarthik7 Aug 7, 2023
f805424
Initial commit
hkarthik7 Aug 8, 2023
40faaea
Removed unused imports
hkarthik7 Aug 8, 2023
93d13fa
Removed unused imports and added definitions and controllers builders
hkarthik7 Aug 8, 2023
d6fb50f
Complete builds Api
hkarthik7 Aug 8, 2023
3cd54ae
Updated version for preview
hkarthik7 Aug 8, 2023
8547497
Added PUT request information method
hkarthik7 Aug 9, 2023
640cd97
Changes to `update` method
hkarthik7 Aug 9, 2023
8089596
Added CRUD methods
hkarthik7 Aug 9, 2023
c0b23a2
Initial commit
hkarthik7 Aug 9, 2023
71e3ec0
Optimized imports
hkarthik7 Aug 9, 2023
c91b670
Optimized imports
hkarthik7 Aug 9, 2023
18f4b54
Optimized imports
hkarthik7 Aug 9, 2023
4a8447d
Initial commit
hkarthik7 Aug 11, 2023
23d071f
Added functionality to get the request url and request information.
hkarthik7 Aug 11, 2023
604291f
Added functionality to get the request url and request information.
hkarthik7 Aug 11, 2023
d9e82ef
Added request header for Get request information method
hkarthik7 Aug 11, 2023
02f8e9e
Primitive type changes
hkarthik7 Aug 11, 2023
84b4346
Added request information
hkarthik7 Aug 11, 2023
5853763
Primitive type changes
hkarthik7 Aug 11, 2023
8ddec71
Minor update
hkarthik7 Aug 11, 2023
904b953
Build tags initial commit
hkarthik7 Aug 16, 2023
11960ff
InstanceFactory renamed
hkarthik7 Aug 16, 2023
3db53e3
Initial commit
hkarthik7 Aug 16, 2023
e99f98c
Added support for yaml, stages and timeline in Build Api
hkarthik7 Aug 21, 2023
b7da5c2
CoreApi initial commit
hkarthik7 Aug 23, 2023
164466e
CoreApi initial commit
hkarthik7 Aug 23, 2023
bfab385
CoreApi initial commit
hkarthik7 Aug 23, 2023
d33ef40
Name change to getById method in ProfileRequestBuilder
hkarthik7 Sep 30, 2023
013d952
Minor change
hkarthik7 Sep 30, 2023
2547ed6
Minor change
hkarthik7 Sep 30, 2023
391fbac
Moved types package
hkarthik7 Sep 30, 2023
c4120af
Renamed method
hkarthik7 Sep 30, 2023
b7dcf6a
Moved from sendStringAsync to sendString method
hkarthik7 Oct 3, 2023
080fea1
Added new synchronous methods
hkarthik7 Oct 3, 2023
5d643cf
Added new method to set query parameter
hkarthik7 Oct 3, 2023
e8ef673
Deprecated
hkarthik7 Oct 3, 2023
0174692
Refactored for `v6.0`
hkarthik7 Oct 4, 2023
f75876a
Refactored for `v6.0`
hkarthik7 Oct 5, 2023
50422f7
Refactored for `v6.0`
hkarthik7 Oct 5, 2023
18c45ce
Auth flow refactor initial commit
hkarthik7 Aug 5, 2023
aecce7a
Optimized imports and minor changes
hkarthik7 Aug 5, 2023
4a6b169
Initial commit
hkarthik7 Aug 5, 2023
aa14d60
Update scope parameter of `getAuthorizationEndpoint` to use VsoScope
hkarthik7 Aug 5, 2023
973e55f
Updated auth flow
hkarthik7 Aug 5, 2023
f309d46
Allow null for AccessTokenCredential
hkarthik7 Aug 5, 2023
56c5cfd
Added Override annotation
hkarthik7 Aug 5, 2023
2ebfb25
Minor changes
hkarthik7 Aug 5, 2023
298533e
Added retention leases in builds api.
hkarthik7 Aug 5, 2023
12061b1
Added feedmanagement api
hkarthik7 Aug 7, 2023
5c500e8
Initial commit
hkarthik7 Aug 8, 2023
db89d5c
Removed unused imports
hkarthik7 Aug 8, 2023
6735ca4
Removed unused imports and added definitions and controllers builders
hkarthik7 Aug 8, 2023
2181e86
Complete builds Api
hkarthik7 Aug 8, 2023
e679e99
Updated version for preview
hkarthik7 Aug 8, 2023
6a11063
Added PUT request information method
hkarthik7 Aug 9, 2023
ee67dc6
Changes to `update` method
hkarthik7 Aug 9, 2023
d375ea8
Added CRUD methods
hkarthik7 Aug 9, 2023
676e2c5
Initial commit
hkarthik7 Aug 9, 2023
5299fa8
Optimized imports
hkarthik7 Aug 9, 2023
f0cc1c2
Optimized imports
hkarthik7 Aug 9, 2023
4a2e5f8
Optimized imports
hkarthik7 Aug 9, 2023
ba3bbbe
Initial commit
hkarthik7 Aug 11, 2023
75dc14c
Added functionality to get the request url and request information.
hkarthik7 Aug 11, 2023
5908d19
Added functionality to get the request url and request information.
hkarthik7 Aug 11, 2023
e3ae7fa
Added request header for Get request information method
hkarthik7 Aug 11, 2023
864b4a0
Primitive type changes
hkarthik7 Aug 11, 2023
685984a
Added request information
hkarthik7 Aug 11, 2023
98d5bfe
Primitive type changes
hkarthik7 Aug 11, 2023
5136686
Minor update
hkarthik7 Aug 11, 2023
8f2cfe4
Build tags initial commit
hkarthik7 Aug 16, 2023
2399083
InstanceFactory renamed
hkarthik7 Aug 16, 2023
c9ce60c
Initial commit
hkarthik7 Aug 16, 2023
b3c9438
Added support for yaml, stages and timeline in Build Api
hkarthik7 Aug 21, 2023
3956b62
CoreApi initial commit
hkarthik7 Aug 23, 2023
dcc213c
CoreApi initial commit
hkarthik7 Aug 23, 2023
7ad305a
CoreApi initial commit
hkarthik7 Aug 23, 2023
7f24ea1
Name change to getById method in ProfileRequestBuilder
hkarthik7 Sep 30, 2023
6ac1947
Minor change
hkarthik7 Sep 30, 2023
0528dee
Minor change
hkarthik7 Sep 30, 2023
c677698
Moved types package
hkarthik7 Sep 30, 2023
a3e1103
Renamed method
hkarthik7 Sep 30, 2023
64c9731
Moved from sendStringAsync to sendString method
hkarthik7 Oct 3, 2023
475b901
Added new synchronous methods
hkarthik7 Oct 3, 2023
202da85
Added new method to set query parameter
hkarthik7 Oct 3, 2023
291b005
Deprecated
hkarthik7 Oct 3, 2023
96fc31d
Refactored for `v6.0`
hkarthik7 Oct 4, 2023
38700bb
Refactored for `v6.0`
hkarthik7 Oct 5, 2023
3cc533a
Refactored for `v6.0`
hkarthik7 Oct 5, 2023
769acbc
Refactored for `v6.0`
hkarthik7 Oct 6, 2023
968d662
Rebasing main
hkarthik7 Oct 6, 2023
f767e50
Updated from main
hkarthik7 Oct 6, 2023
d9e70c4
Updated from main
hkarthik7 Oct 6, 2023
55d91e1
Minor update
hkarthik7 Dec 11, 2023
20a8b1f
Initial commit
hkarthik7 Dec 11, 2023
12e8f12
Minor changes for Distributed task Api
hkarthik7 Dec 11, 2023
b957953
Minor updates
hkarthik7 Dec 11, 2023
0b6f830
Name change for handlers
hkarthik7 Dec 11, 2023
1d33f51
Minor bug fix
hkarthik7 Dec 11, 2023
3c9f3f4
Remove default project parameter
hkarthik7 Dec 11, 2023
63ce039
Minor change
hkarthik7 Dec 11, 2023
a9cadd1
Minor update
hkarthik7 Dec 11, 2023
8ec1731
Changes to handlers
hkarthik7 Dec 18, 2023
edb0e7b
Added support for extension management
hkarthik7 Dec 18, 2023
6a4bad2
Updated tests
hkarthik7 Dec 18, 2023
5b04e2b
Removed redundant instance methods
hkarthik7 Dec 18, 2023
9c41685
Changes to package name
hkarthik7 Dec 18, 2023
29e0825
Updated tests
hkarthik7 Dec 18, 2023
21874ac
Added `getContinuationToken` method
hkarthik7 Dec 18, 2023
5793de1
Added comments
hkarthik7 Dec 18, 2023
21c1611
Git Api builders initial commit
hkarthik7 Dec 18, 2023
82b29a0
Initial commit
hkarthik7 Dec 18, 2023
68e3f05
Merge branch 'main' into feature/v6.0
hkarthik7 Dec 18, 2023
68951c4
Renamed `serviceClient` package to `serviceclient`
hkarthik7 Dec 18, 2023
4a2d026
Added pull request to Git request builder
hkarthik7 Dec 18, 2023
fc1c950
Removed deprecated values
hkarthik7 Dec 19, 2023
9cecae5
Added pull request labels and reviewers
hkarthik7 Dec 19, 2023
ec573f9
Refactored for `v6.0`
hkarthik7 Jan 4, 2024
18a60e1
Updated README
hkarthik7 Jan 4, 2024
451a775
Initial commit
hkarthik7 Jan 24, 2024
01563ad
Initial commit
hkarthik7 Jan 25, 2024
9656535
Updated for feature/6.0 release
hkarthik7 Jan 25, 2024
938b83a
Updated for feature/6.0 release
hkarthik7 Jan 25, 2024
da9d52f
Updated README.md
hkarthik7 Jan 30, 2024
567e970
Updated README.md
hkarthik7 Jan 30, 2024
860626e
Updated README.md
hkarthik7 Feb 3, 2024
bc8482e
Updated README.md
hkarthik7 Feb 3, 2024
69bc62b
Feature v6.0 `refactor`
hkarthik7 Feb 4, 2024
75a23b5
Feature v6.0 `refactor`
hkarthik7 Feb 6, 2024
4d5f3b2
Minor change
hkarthik7 Feb 8, 2024
0d4f9c1
Feature v6.0/Release API
hkarthik7 Feb 24, 2024
8a492fd
Feature v6.0/Security API
hkarthik7 Feb 25, 2024
d8d8cc3
Minor update
hkarthik7 Feb 25, 2024
d996806
Refactor feature/v6.0
hkarthik7 Feb 28, 2024
0797b50
Refactor feature/v6.0
hkarthik7 Feb 28, 2024
23970f0
Refactor feature/v6.0
hkarthik7 Mar 9, 2024
e12e579
Refactor feature/v6.0
hkarthik7 Mar 12, 2024
41b5b34
Refactor feature/v6.0
hkarthik7 Jun 5, 2024
2749e34
Refactor feature/v6.0
hkarthik7 Jun 28, 2024
8478eba
Refactor feature/v6.0
hkarthik7 Jun 28, 2024
80dda8d
Refactor feature/v6.0
hkarthik7 Jun 30, 2024
a78cb54
Updated azure-pipelines.yml
hkarthik7 Sep 20, 2024
66392b1
Updated maven tests
hkarthik7 Sep 20, 2024
a741ef2
Bumped version to `v6.0`
hkarthik7 Sep 20, 2024
791f658
Updated README.md
hkarthik7 Sep 20, 2024
cb9597e
Minor updates
hkarthik7 Sep 20, 2024
6903db3
Refactor feature/v6.0
hkarthik7 Sep 20, 2024
56101f9
Refactor feature/v6.0
hkarthik7 Sep 20, 2024
95483c6
Refactor feature/v6.0
hkarthik7 Sep 20, 2024
37e7d1e
Updated CHANGELOG.md
hkarthik7 Sep 20, 2024
044cbee
Updated README.md
hkarthik7 Sep 20, 2024
fdfa040
Updated pom.xml
hkarthik7 Sep 20, 2024
ed1c0ce
Updated pom.xml
hkarthik7 Sep 20, 2024
3e884b8
Minor update
hkarthik7 Sep 20, 2024
60c31b6
Updated examples
hkarthik7 Sep 25, 2024
5e01e87
Updated return types.
hkarthik7 Sep 26, 2024
85a89b2
Updated comments
hkarthik7 Sep 26, 2024
cedab19
Initial commit
hkarthik7 Sep 26, 2024
2c3ea95
Initial commit
hkarthik7 Sep 26, 2024
22b8f21
Updated comments
hkarthik7 Oct 1, 2024
b4a8eaf
Added new helper methods
hkarthik7 Oct 1, 2024
bc24ada
Initial commit
hkarthik7 Oct 1, 2024
161b3ea
Minor update
hkarthik7 Oct 1, 2024
8bf5cd6
Minor update
hkarthik7 Oct 2, 2024
b0e367f
Initial commit
hkarthik7 Oct 2, 2024
1585294
Minor update
hkarthik7 Oct 3, 2024
c542a29
Minor update
hkarthik7 Oct 3, 2024
8c6907b
Initial commit
hkarthik7 Oct 3, 2024
c3693cc
Minor update
hkarthik7 Nov 23, 2024
5648212
Updated documentation
hkarthik7 Nov 24, 2024
5170544
Updated test package version
hkarthik7 Nov 24, 2024
b638120
Updated test package version
hkarthik7 Nov 24, 2024
18fa68b
Updated test package version
hkarthik7 Nov 24, 2024
dcf174d
Updated test package version
hkarthik7 Nov 24, 2024
83882fb
Updated test package version
hkarthik7 Nov 24, 2024
feb19bf
Updated tests
hkarthik7 Nov 25, 2024
e49ba52
Updated docs
hkarthik7 Nov 25, 2024
3f6e454
Updated docs
hkarthik7 Nov 26, 2024
900e6fc
Updated docs
hkarthik7 Nov 26, 2024
9d6eae6
Updated docs
hkarthik7 Nov 26, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Thank you for your interest and support in developing **azd**.
## Steps to contribute

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)
and find the API to create a wrapper function.
and find the API that you want to support.
2. Get familiar with the REST API.
3. Fork this repository and create a branch for your work.
4. In your local development environment open the pom.xml file and sync to install dependencies.
Expand Down
Binary file added .github/screencaptures/client_snip_1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .github/screencaptures/client_snip_2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .github/screencaptures/doc_snip.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .github/screencaptures/doc_snip_1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

# 6.0.0

**Major release**
**Breaking changes**

- Pagination
- Proxy configuration
- Automatic retry
- Fluent Api syntax
- Issue: [#69](https://github.com/hkarthik7/azure-devops-java-sdk/issues/69)
- PR: [Feature/v6.0 #75](https://github.com/hkarthik7/azure-devops-java-sdk/pull/75)

# 5.0.13

**Minor Incremental Release**
Expand Down
Loading