skye rogers
452fc4773e
revert dependabot.yml to original state
2025-03-27 10:26:06 -07:00
skye rogers
7e5cd6844c
revert if check for testing
2025-03-27 10:11:39 -07:00
skye rogers
6b541e4ebc
added dependabot checker, fixed cvss check logic
2025-03-27 10:05:30 -07:00
skye rogers
aa5d93d79c
changed cvss check to < 0.1 for testing
2025-03-27 09:40:38 -07:00
skye rogers
9e2d9d6cc8
added cvss level check
2025-03-27 09:31:10 -07:00
skye rogers
38769e8a00
changed logic in if statement for !=
2025-03-26 13:46:53 -07:00
skye rogers
e9d1892c5b
changed or statment to not major statement
2025-03-26 13:22:05 -07:00
skye rogers
acda077637
fixed logic for or
2025-03-26 13:05:36 -07:00
skye rogers
ef95f23372
added minor version acceptance
2025-03-26 11:30:53 -07:00
skye rogers
85176d3eac
edited indentaton and fetch-metadata line
2025-03-26 11:10:09 -07:00
skyero-aws
97fc7c4919
Update maven.yml from github after pull shenanigans
2025-03-26 10:31:52 -07:00
skye rogers
3c7da1121c
remove metadata section
2025-03-25 16:16:51 -07:00
skyero-aws
29c532af0c
Update maven.yml in github remove all if statements
2025-03-25 16:14:50 -07:00
skyero-aws
211b80e7d3
Update maven.yml inside github
2025-03-25 16:11:59 -07:00
skye rogers
3cfd05b75f
prep to send to master branch
2025-03-25 15:58:00 -07:00
skye rogers
c88f6a9cce
disable if statement line 27; revert to defauly github token
2025-03-25 15:53:20 -07:00
skye rogers
1b0752a30e
revert to example code in maven.yml
2025-03-25 15:08:33 -07:00
skye rogers
56f3e6c8f9
delete actions.yml
2025-03-25 12:01:38 -07:00
skye rogers
1175245547
added secrets and changed github_token name
2025-03-25 11:57:49 -07:00
skye rogers
604c1acf2f
edited github-actions section
2025-03-25 11:47:21 -07:00
skye rogers
cbf4fd073a
copy dependabot.yml and maven.yml from github example
2025-03-25 11:35:50 -07:00
skye rogers
877746e6c1
add dependabot branch to dependabot.yml
2025-03-25 11:08:52 -07:00
skye rogers
0e01529da1
empty actions.yml file
2025-03-25 10:09:21 -07:00
skye rogers
6a6389a0c8
added alert-lookup and github-token; removed cvss checker from auto merge if statement
2025-03-25 10:04:41 -07:00
skye rogers
e5e23d4891
change && to || in line 23 for testing
2025-03-24 13:59:31 -07:00
skyero-aws
9c19f2ab7a
Altered if statment for triggering auto-merge
2025-03-24 13:53:44 -07:00
skyero-aws
3f60d85a9e
Update maven.yml with code from the github
2025-03-24 13:40:25 -07:00
skyero-aws
c808d6df78
Update maven.yml
2025-03-24 13:28:43 -07:00
skye rogers
3585a90c03
move actions.yml additions to maven.yml
2025-03-24 13:24:03 -07:00
skye rogers
5bc0454b67
testing functonality of backlogged tickets
2025-03-24 13:11:41 -07:00
skye rogers
4044cb3801
altered if statement checker for auto-merge in actions.yml
2025-03-24 11:57:33 -07:00
skye rogers
7e721b5822
added permissions sections and alert-lookup variable to actions.yml
2025-03-24 11:49:14 -07:00
skye rogers
7bdd41ce23
updated dependabot.yml w/ old working code; added github dependabot code to actions.yml
2025-03-24 11:22:57 -07:00
skye rogers
d71874b909
added actions.yml with github dependabot boilderplate code, reverted dependabot.yml
2025-03-24 11:11:21 -07:00
skye rogers
755f3bf6f6
barebones beginning; investigating new path
2025-03-24 10:51:15 -07:00
skye rogers
e4b5669b24
removed permissions section; added jobs section
2025-03-24 10:24:40 -07:00
skye rogers
434f8c0143
Moved permissions section
2025-03-24 10:22:47 -07:00
skye rogers
a5cc580662
Added permissions section
2025-03-24 10:21:38 -07:00
skye rogers
b617158a6c
Barebones default attempt; removed all details
2025-03-24 10:19:52 -07:00
skye rogers
44de14b8ca
Remove additional properties name, true, and permissions
2025-03-24 10:14:40 -07:00
skye rogers
db1052b5b7
Revert to previous step with fixed indentation
2025-03-24 10:10:02 -07:00
skye rogers
3e50b84aae
Change update configs to have unique combinations of required keywords package-ecosystem, directory, and target-branch
2025-03-24 09:55:44 -07:00
skye rogers
a8dded40d3
added required properties of package-ecosystem and schedule.interval
2025-03-24 09:52:25 -07:00
skye rogers
65292e4a38
auto-merge PRs for security critical patches/minor versions
2025-03-21 16:20:04 -07:00
vincentvilo-aws
dcac19e927
update dependabot.yml to track master and v2.x branches ( #1416 )
2024-12-20 10:02:54 -08:00
Aravinda Kidambi Srinivasan
b154acf7f5
Address KCLv3 issues from github ( #1398 )
...
* Address KCLv3 issues reported on github
1. Fix transitive dependencies and add a maven plugin to catch these
at build time
2. Remove the redundant shutdown of the leaseCoordinatorThreadPool
3. Fix typo THROUGHOUT_PUT_KBPS
4. Fix shutdown sequence - make sure
scheduler shutdown without invoking run works
5. Fix backward compatibility check - Avoid flagging methods as deleted
if it is marked synchronized. Also mark interfaces introduced in KCLv3 as internal.
2024-11-12 12:20:16 -08:00
Aravinda Kidambi Srinivasan
f7e909c979
Update backward compatibility check script ( #1393 )
...
Dont fail the check for major release but print the output
for information/review purposes to know what API changes
have occurred in a major release
Manually tested the changes with some incompatible API changes
between patch release, minor release and major release.
2024-11-06 14:31:25 -08:00
nakulj
3b5c59ec04
fix backwards compatibility check ( #1361 )
2024-07-12 09:46:49 -07:00
Nakul Joshi
f507066ea6
*Actually* skip tests while running backwards compatibility test.
2024-07-02 14:00:57 -07:00
vincentvilo-aws
023f6be251
Modify backwards compatibility script to ignore synthetic access methods ( #1330 )
...
* modify backwards compatibility script to ignore synthetic access methods
* ignore synthetic access methods starting at access\$000
2024-05-20 13:06:24 -07:00