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

feat: unmanaged dependency check #2223

Merged
merged 68 commits into from Jan 3, 2024
Merged
Changes from 1 commit
Commits
Show all changes
68 commits
Select commit Hold shift + click to select a range
3b7a7a9
feat: add a unmanaged dependency check
JoeWang1127 Oct 30, 2023
0cc007d
feat: add unmanaged dependency check
JoeWang1127 Nov 3, 2023
3b151d3
change parent
JoeWang1127 Nov 3, 2023
49574ec
change source/target
JoeWang1127 Nov 3, 2023
cbd15e3
add private constructor
JoeWang1127 Nov 3, 2023
420e8ec
throw exception if the private constructor is called
JoeWang1127 Nov 4, 2023
b97b883
remove module
JoeWang1127 Nov 4, 2023
7c4ae40
Merge branch 'main' into feat/unmanaged-dependency-check
JoeWang1127 Nov 28, 2023
09f3a0e
add main function
JoeWang1127 Nov 29, 2023
10c4243
add action yaml
JoeWang1127 Nov 29, 2023
e42a382
add ci to check dependencies
JoeWang1127 Nov 29, 2023
e8a6412
delete unused file
JoeWang1127 Nov 29, 2023
2290942
change action path
JoeWang1127 Nov 29, 2023
74f69b2
change working directory
JoeWang1127 Nov 29, 2023
39c5e87
install modules
JoeWang1127 Nov 29, 2023
73d79f3
parse version of shared-dependencies
JoeWang1127 Nov 29, 2023
ae9b747
upgrade checkout action
JoeWang1127 Nov 29, 2023
ec17df1
Merge branch 'main' into feat/unmanaged-dependency-check
JoeWang1127 Nov 30, 2023
22f99ff
add error exit
JoeWang1127 Nov 30, 2023
df34a0e
add an unmanaged dependency
JoeWang1127 Nov 30, 2023
8b1e836
surpress mvn output
JoeWang1127 Nov 30, 2023
ff4a502
add slf4j
JoeWang1127 Nov 30, 2023
5ba8ce8
add echo to debug
JoeWang1127 Nov 30, 2023
8cacf76
checkout branch head
JoeWang1127 Nov 30, 2023
abd704e
Merge branch 'main' into feat/unmanaged-dependency-check
JoeWang1127 Dec 1, 2023
a952d7a
add an unit test
JoeWang1127 Dec 1, 2023
e404f90
add an execution
JoeWang1127 Dec 1, 2023
f15ecd9
change phase
JoeWang1127 Dec 1, 2023
f72ad9f
use ClassPathBuilder
JoeWang1127 Dec 2, 2023
df445ba
restore BOM
JoeWang1127 Dec 2, 2023
3feb3e9
fix shared dependency version
JoeWang1127 Dec 2, 2023
d3537f9
change check's description
JoeWang1127 Dec 19, 2023
5df6a31
change version
JoeWang1127 Dec 19, 2023
1170018
run unit tests in ci
JoeWang1127 Dec 19, 2023
79530e8
change error message
JoeWang1127 Dec 19, 2023
6590740
Merge branch 'main' into feat/unmanaged-dependency-check
JoeWang1127 Dec 19, 2023
81c23f0
only run tests in unmanaged dependency check module
JoeWang1127 Dec 19, 2023
c230765
change install command
JoeWang1127 Dec 19, 2023
6a1e3e5
add a debug echo
JoeWang1127 Dec 19, 2023
3dd389e
change exec path
JoeWang1127 Dec 19, 2023
4300d70
do not install check
JoeWang1127 Dec 20, 2023
a17d693
change working dir
JoeWang1127 Dec 20, 2023
cd64141
print mvn log
JoeWang1127 Dec 20, 2023
b28ac5e
install modules
JoeWang1127 Dec 20, 2023
a526ab0
modify ut
JoeWang1127 Dec 20, 2023
99baeaa
add javadoc
JoeWang1127 Dec 20, 2023
4c0b1c6
use github.action_path
JoeWang1127 Dec 20, 2023
c92525d
change pom path
JoeWang1127 Dec 20, 2023
0723511
change command sequence
JoeWang1127 Dec 20, 2023
11bb40e
exclude handwritten artifacts
JoeWang1127 Jan 2, 2024
8c39284
retrieve latest shared dependencies using git tag
JoeWang1127 Jan 2, 2024
20fcebe
add a variable
JoeWang1127 Jan 2, 2024
9b6d3ae
debug
JoeWang1127 Jan 2, 2024
b01b0f0
combine steps
JoeWang1127 Jan 2, 2024
67310bd
use shared dependencies bom path
JoeWang1127 Jan 2, 2024
ae72da2
install pom in test
JoeWang1127 Jan 2, 2024
0f35e6a
revert depdendency
JoeWang1127 Jan 2, 2024
3b276df
install shared dependencies in action.yaml
JoeWang1127 Jan 2, 2024
f47bb73
add a tag for the check
JoeWang1127 Jan 2, 2024
3f182fa
Merge branch 'main' into feat/unmanaged-dependency-check
JoeWang1127 Jan 2, 2024
6c59374
refactor
JoeWang1127 Jan 3, 2024
abfe946
restore public
JoeWang1127 Jan 3, 2024
ac23cf1
use artifact instead of toString
JoeWang1127 Jan 3, 2024
cce1d69
change error message
JoeWang1127 Jan 3, 2024
d06099b
change variable name
JoeWang1127 Jan 3, 2024
38b3ee4
remove main method
JoeWang1127 Jan 3, 2024
5060033
Revert "remove main method"
JoeWang1127 Jan 3, 2024
37a5837
change description
JoeWang1127 Jan 3, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
7 changes: 7 additions & 0 deletions .github/workflows/create_additional_release_tag.yaml
Expand Up @@ -36,3 +36,10 @@ jobs:
git tag $TAG_NAME
git push origin $TAG_NAME
done
# Generate a tag for unmanaged dependencies check.
JoeWang1127 marked this conversation as resolved.
Show resolved Hide resolved
# Use fixed tag so that checks in handwritten libraries do not need to
# update the version.
FIXED_CHECK_TAG="unmanaged-dependencies-check-latest"
JoeWang1127 marked this conversation as resolved.
Show resolved Hide resolved
git tag ${FIXED_CHECK_TAG}
git push origin ${FIXED_CHECK_TAG}
JoeWang1127 marked this conversation as resolved.
Show resolved Hide resolved