Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ES-1398 Pipeline integration with corda-api scanner PR gates #1274

Merged
merged 23 commits into from
Oct 25, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
f64fc82
ES-1049: api-scanner
tomstark99 Sep 27, 2023
82d2538
Update CODEOWNERS
ronanbrowne Oct 2, 2023
630821c
Revert test change Update CODEOWNERS
ronanbrowne Oct 2, 2023
39275b6
Update Jenkinsfile
jacob-scott3141 Oct 3, 2023
7682139
Add API Scanner yaml files to CODEOWNERS
jacob-scott3141 Oct 3, 2023
a69ba69
Update Jenkinsfile
jacob-scott3141 Oct 4, 2023
ea5679d
Test adding a breaking change to API
jacob-scott3141 Oct 4, 2023
6cfaa45
Merge branch 'release/os/5.1' into jacob/ES-1398
jacob-scott3141 Oct 4, 2023
ca2389c
Update JenkinsApiCompatibility
jacob-scott3141 Oct 4, 2023
e7cf030
Revert VaultNamedQueryCollector.java
jacob-scott3141 Oct 4, 2023
7cba8c3
Cement API
jacob-scott3141 Oct 4, 2023
daa4a47
Merge branch 'release/os/5.1' into jacob/ES-1398
jacob-scott3141 Oct 5, 2023
ef64719
Merge branch 'release/os/5.1' into jacob/ES-1398
jacob-scott3141 Oct 5, 2023
ae731af
cement api
jacob-scott3141 Oct 6, 2023
cc334c4
Merge branch 'release/os/5.1' into jacob/ES-1398
jacob-scott3141 Oct 6, 2023
8ebf3b2
Merge branch 'release/os/5.1' into jacob/ES-1398
jacob-scott3141 Oct 6, 2023
ffb8ce0
API scan not needed in schemas
jacob-scott3141 Oct 6, 2023
ab475a5
Merge branch 'jacob/ES-1398' of https://github.com/corda/corda-api in…
jacob-scott3141 Oct 6, 2023
13569ae
Merge branch 'release/os/5.1' into jacob/ES-1398
jacob-scott3141 Oct 16, 2023
69a79f0
move yamls to scans dir and cementApi
jacob-scott3141 Oct 16, 2023
d566474
Merge branch 'release/os/5.1' into jacob/ES-1398
jacob-scott3141 Oct 16, 2023
25c887c
revert Jenkinsfiles
jacob-scott3141 Oct 16, 2023
c9c958e
Merge branch 'release/os/5.1' into jacob/ES-1398
jacob-scott3141 Oct 25, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions application/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ plugins {
id 'corda-api.common-library'
id 'corda.common-publishing'
id 'corda.java-only'
id 'corda.api-scanner'
}

description 'Corda Application'
Expand Down
Loading