Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
793c73b
[Resource Access Control] [Part1] Introduces SPI for resource access …
DarshitChanpura Apr 1, 2025
315e6f4
Merge remote-tracking branch 'upstream/main' into feature/resource-pe…
DarshitChanpura Apr 8, 2025
239a8ec
Merge remote-tracking branch 'upstream/main' into feature/resource-pe…
DarshitChanpura Apr 10, 2025
350b0c1
Merge remote-tracking branch 'upstream/main' into feature/resource-pe…
DarshitChanpura Apr 14, 2025
adf96f1
[Resource Access Control] [Part2] Updates SPI to introduce a Resource…
DarshitChanpura Apr 18, 2025
3594c5a
[Resource Access Control] [Part3] Introduces a sample plugin to demon…
DarshitChanpura Apr 21, 2025
88ad450
Merge remote-tracking branch 'upstream/main' into feature/resource-pe…
DarshitChanpura Apr 21, 2025
c74c4ef
Expands UserSubjectImpl tests
DarshitChanpura Apr 21, 2025
6ccfcdf
Removes test inheritance and update suppresswarning note
DarshitChanpura Apr 22, 2025
5b049e3
Updates codecov file and removes duplicate check
DarshitChanpura Apr 22, 2025
a4615fa
Adds jacoco codecoverage to sample plugin
DarshitChanpura Apr 22, 2025
c7369ce
Adds jacocoReport as final step of sample plugin integTests
DarshitChanpura Apr 22, 2025
27c12ee
Created singleton pattern for client accessor
DarshitChanpura Apr 22, 2025
04439e6
Removes Noop client
DarshitChanpura Apr 22, 2025
3e2e552
Updates sample plugin to reflect changes and updates doc
DarshitChanpura Apr 22, 2025
ce87257
Update sample plugin share and revoke API registration and removes co…
DarshitChanpura Apr 23, 2025
d31c3aa
Adds `experimental` to feature flag and removes pre-computation and a…
DarshitChanpura Apr 23, 2025
158c820
Fixes checkstyle violation
DarshitChanpura Apr 23, 2025
ad03cc8
Moves resource sharing components behind feature flag and moves resou…
DarshitChanpura Apr 24, 2025
540d3c6
Move all loading behind feature-flag
DarshitChanpura Apr 24, 2025
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
473 changes: 338 additions & 135 deletions .github/workflows/ci.yml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .github/workflows/maven-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ jobs:
export SONATYPE_PASSWORD=$(aws secretsmanager get-secret-value --secret-id maven-snapshots-password --query SecretString --output text)
echo "::add-mask::$SONATYPE_USERNAME"
echo "::add-mask::$SONATYPE_PASSWORD"
./gradlew publishPluginZipPublicationToSnapshotsRepository
./gradlew --no-daemon publishPluginZipPublicationToSnapshotsRepository publishShadowPublicationToSnapshotsRepository
4 changes: 0 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,3 @@ out/
build/
gradle-build/
.gradle/

# nodejs
node_modules/
package-lock.json
Loading
Loading