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

Commits on Oct 30, 2023

  1. Configuration menu
    Copy the full SHA
    3b7a7a9 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2023

  1. Configuration menu
    Copy the full SHA
    0cc007d View commit details
    Browse the repository at this point in the history
  2. change parent

    JoeWang1127 committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    3b151d3 View commit details
    Browse the repository at this point in the history
  3. change source/target

    JoeWang1127 committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    49574ec View commit details
    Browse the repository at this point in the history
  4. add private constructor

    JoeWang1127 committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    cbd15e3 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2023

  1. Configuration menu
    Copy the full SHA
    420e8ec View commit details
    Browse the repository at this point in the history
  2. remove module

    JoeWang1127 committed Nov 4, 2023
    Configuration menu
    Copy the full SHA
    b97b883 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2023

  1. Configuration menu
    Copy the full SHA
    7c4ae40 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2023

  1. add main function

    JoeWang1127 committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    09f3a0e View commit details
    Browse the repository at this point in the history
  2. add action yaml

    JoeWang1127 committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    10c4243 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e42a382 View commit details
    Browse the repository at this point in the history
  4. delete unused file

    JoeWang1127 committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    e8a6412 View commit details
    Browse the repository at this point in the history
  5. change action path

    JoeWang1127 committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    2290942 View commit details
    Browse the repository at this point in the history
  6. change working directory

    JoeWang1127 committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    74f69b2 View commit details
    Browse the repository at this point in the history
  7. install modules

    JoeWang1127 committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    39c5e87 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    73d79f3 View commit details
    Browse the repository at this point in the history
  9. upgrade checkout action

    JoeWang1127 committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    ae9b747 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2023

  1. Configuration menu
    Copy the full SHA
    ec17df1 View commit details
    Browse the repository at this point in the history
  2. add error exit

    JoeWang1127 committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    22f99ff View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    df34a0e View commit details
    Browse the repository at this point in the history
  4. surpress mvn output

    JoeWang1127 committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    8b1e836 View commit details
    Browse the repository at this point in the history
  5. add slf4j

    JoeWang1127 committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    ff4a502 View commit details
    Browse the repository at this point in the history
  6. add echo to debug

    JoeWang1127 committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    5ba8ce8 View commit details
    Browse the repository at this point in the history
  7. checkout branch head

    JoeWang1127 committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    8cacf76 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2023

  1. Configuration menu
    Copy the full SHA
    abd704e View commit details
    Browse the repository at this point in the history
  2. add an unit test

    JoeWang1127 committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    a952d7a View commit details
    Browse the repository at this point in the history
  3. add an execution

    JoeWang1127 committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    e404f90 View commit details
    Browse the repository at this point in the history
  4. change phase

    JoeWang1127 committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    f15ecd9 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2023

  1. use ClassPathBuilder

    JoeWang1127 committed Dec 2, 2023
    Configuration menu
    Copy the full SHA
    f72ad9f View commit details
    Browse the repository at this point in the history
  2. restore BOM

    JoeWang1127 committed Dec 2, 2023
    Configuration menu
    Copy the full SHA
    df445ba View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3feb3e9 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2023

  1. Configuration menu
    Copy the full SHA
    d3537f9 View commit details
    Browse the repository at this point in the history
  2. change version

    JoeWang1127 committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    5df6a31 View commit details
    Browse the repository at this point in the history
  3. run unit tests in ci

    JoeWang1127 committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    1170018 View commit details
    Browse the repository at this point in the history
  4. change error message

    JoeWang1127 committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    79530e8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6590740 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    81c23f0 View commit details
    Browse the repository at this point in the history
  7. change install command

    JoeWang1127 committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    c230765 View commit details
    Browse the repository at this point in the history
  8. add a debug echo

    JoeWang1127 committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    6a1e3e5 View commit details
    Browse the repository at this point in the history
  9. change exec path

    JoeWang1127 committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    3dd389e View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2023

  1. do not install check

    JoeWang1127 committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    4300d70 View commit details
    Browse the repository at this point in the history
  2. change working dir

    JoeWang1127 committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    a17d693 View commit details
    Browse the repository at this point in the history
  3. print mvn log

    JoeWang1127 committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    cd64141 View commit details
    Browse the repository at this point in the history
  4. install modules

    JoeWang1127 committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    b28ac5e View commit details
    Browse the repository at this point in the history
  5. modify ut

    JoeWang1127 committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    a526ab0 View commit details
    Browse the repository at this point in the history
  6. add javadoc

    JoeWang1127 committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    99baeaa View commit details
    Browse the repository at this point in the history
  7. use github.action_path

    JoeWang1127 committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    4c0b1c6 View commit details
    Browse the repository at this point in the history
  8. change pom path

    JoeWang1127 committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    c92525d View commit details
    Browse the repository at this point in the history
  9. change command sequence

    JoeWang1127 committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    0723511 View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2024

  1. Configuration menu
    Copy the full SHA
    11bb40e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8c39284 View commit details
    Browse the repository at this point in the history
  3. add a variable

    JoeWang1127 committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    20fcebe View commit details
    Browse the repository at this point in the history
  4. debug

    JoeWang1127 committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    9b6d3ae View commit details
    Browse the repository at this point in the history
  5. combine steps

    JoeWang1127 committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    b01b0f0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    67310bd View commit details
    Browse the repository at this point in the history
  7. install pom in test

    JoeWang1127 committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    ae72da2 View commit details
    Browse the repository at this point in the history
  8. revert depdendency

    JoeWang1127 committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    0f35e6a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    3b276df View commit details
    Browse the repository at this point in the history
  10. add a tag for the check

    JoeWang1127 committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    f47bb73 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    3f182fa View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2024

  1. refactor

    JoeWang1127 committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    6c59374 View commit details
    Browse the repository at this point in the history
  2. restore public

    JoeWang1127 committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    abfe946 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ac23cf1 View commit details
    Browse the repository at this point in the history
  4. change error message

    JoeWang1127 committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    cce1d69 View commit details
    Browse the repository at this point in the history
  5. change variable name

    JoeWang1127 committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    d06099b View commit details
    Browse the repository at this point in the history
  6. remove main method

    JoeWang1127 committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    38b3ee4 View commit details
    Browse the repository at this point in the history
  7. Revert "remove main method"

    This reverts commit 38b3ee4.
    JoeWang1127 committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    5060033 View commit details
    Browse the repository at this point in the history
  8. change description

    JoeWang1127 committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    37a5837 View commit details
    Browse the repository at this point in the history