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

Add error codes to all exceptions #3278

Merged
merged 96 commits into from
Jan 31, 2022
Merged

Add error codes to all exceptions #3278

merged 96 commits into from
Jan 31, 2022

Commits on Nov 26, 2021

  1. Configuration menu
    Copy the full SHA
    658f809 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    96a196e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8a6c403 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2021

  1. add comment

    fil512 committed Nov 27, 2021
    Configuration menu
    Copy the full SHA
    8a3b039 View commit details
    Browse the repository at this point in the history
  2. shorten message

    fil512 committed Nov 27, 2021
    Configuration menu
    Copy the full SHA
    4fa849a View commit details
    Browse the repository at this point in the history
  3. shorten message

    fil512 committed Nov 27, 2021
    Configuration menu
    Copy the full SHA
    ca803eb View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2021

  1. added checkstyle

    fil512 committed Nov 28, 2021
    Configuration menu
    Copy the full SHA
    6c788e0 View commit details
    Browse the repository at this point in the history
  2. developing checker

    fil512 committed Nov 28, 2021
    Configuration menu
    Copy the full SHA
    597460c View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2021

  1. Configuration menu
    Copy the full SHA
    67fea59 View commit details
    Browse the repository at this point in the history
  2. fix NPE

    fil512 committed Nov 29, 2021
    Configuration menu
    Copy the full SHA
    83f201b View commit details
    Browse the repository at this point in the history
  3. merge master

    fil512 committed Nov 29, 2021
    Configuration menu
    Copy the full SHA
    04298a8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b7516d6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5f0d1a5 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2021

  1. accept Msg.code() in any parameter since some exceptions like Message…

    …Exception have the message string as the second parameter
    fil512 committed Nov 30, 2021
    Configuration menu
    Copy the full SHA
    efe5916 View commit details
    Browse the repository at this point in the history
  2. exclude generated files

    fil512 committed Nov 30, 2021
    Configuration menu
    Copy the full SHA
    16ff59e View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2021

  1. Configuration menu
    Copy the full SHA
    c8f60d2 View commit details
    Browse the repository at this point in the history
  2. merge master

    fil512 committed Dec 1, 2021
    Configuration menu
    Copy the full SHA
    713617a View commit details
    Browse the repository at this point in the history
  3. example test fix

    fil512 committed Dec 1, 2021
    Configuration menu
    Copy the full SHA
    afdb287 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2021

  1. merge master

    fil512 committed Dec 7, 2021
    Configuration menu
    Copy the full SHA
    9c29a4e View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2021

  1. Configuration menu
    Copy the full SHA
    9df0363 View commit details
    Browse the repository at this point in the history
  2. Modified additional tests such that the assert statements would bette…

    …r match the message responses.
    johnsonwlu committed Dec 10, 2021
    Configuration menu
    Copy the full SHA
    63c1c29 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2021

  1. fix test

    fil512 committed Dec 11, 2021
    Configuration menu
    Copy the full SHA
    4909281 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2021

  1. Configuration menu
    Copy the full SHA
    cbc1416 View commit details
    Browse the repository at this point in the history
  2. Merge master + Third commit of modified tests such that the assert st…

    …atements would better match the message response
    johnsonwlu committed Dec 13, 2021
    Configuration menu
    Copy the full SHA
    871a81c View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2021

  1. merge master

    fil512 committed Dec 14, 2021
    Configuration menu
    Copy the full SHA
    b24dae3 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/ks-20211126-error-codes' into ks…

    …-20211126-error-codes
    
    # Conflicts:
    #	pom.xml
    fil512 committed Dec 14, 2021
    Configuration menu
    Copy the full SHA
    791d2c2 View commit details
    Browse the repository at this point in the history
  3. merge master

    fil512 committed Dec 14, 2021
    Configuration menu
    Copy the full SHA
    f828608 View commit details
    Browse the repository at this point in the history
  4. merge master

    fil512 committed Dec 14, 2021
    Configuration menu
    Copy the full SHA
    9b5e15b View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2021

  1. Fourth commit of modified tests such that the assert statements would…

    … better match the message response
    johnsonwlu committed Dec 15, 2021
    Configuration menu
    Copy the full SHA
    1d4b39c View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2021

  1. Changes made to modify assert statements such that they match the new…

    … errors which now use error codes. Also changed ResourceNotFoundException to include error codes in its messages.
    johnsonwlu committed Dec 17, 2021
    Configuration menu
    Copy the full SHA
    5515c33 View commit details
    Browse the repository at this point in the history
  2. merge master

    johnsonwlu committed Dec 17, 2021
    Configuration menu
    Copy the full SHA
    dc1c283 View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2021

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

Commits on Jan 4, 2022

  1. merge master

    johnsonwlu committed Jan 4, 2022
    Configuration menu
    Copy the full SHA
    00bb3a9 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2022

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

Commits on Jan 7, 2022

  1. Merge branch 'master' into ks-20211126-error-codes

    Simon Zuccherato committed Jan 7, 2022
    Configuration menu
    Copy the full SHA
    a38c588 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2022

  1. Configuration menu
    Copy the full SHA
    21a4a23 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    381159f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    260a571 View commit details
    Browse the repository at this point in the history
  4. Added comments for time zone fixes. Previous commit comment on time z…

    …one fixes was incorrect. By invaliding caches, all tests on both intellij and mvn install passed.
    johnsonwlu committed Jan 10, 2022
    Configuration menu
    Copy the full SHA
    a9dca4d View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2022

  1. Configuration menu
    Copy the full SHA
    44b9d5c View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into ks-20211126-error-codes

    Merge master
    johnsonwlu committed Jan 11, 2022
    Configuration menu
    Copy the full SHA
    e4871a1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    db7c44d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2f2f6ca View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d8f67d0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ef24275 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9bd9dbc View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1f7b9ea View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b802050 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    5b82dc7 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    ba94dcc View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    b54baaa View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    d1ad490 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2022

  1. Configuration menu
    Copy the full SHA
    88a14e3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fd39bd6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1cf31f0 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2022

  1. Configuration menu
    Copy the full SHA
    ff2ab1e View commit details
    Browse the repository at this point in the history
  2. checkstyle config location change for hapi-depoloyable-pom. (will be …

    …reverted if it does not work)
    johnsonwlu committed Jan 13, 2022
    Configuration menu
    Copy the full SHA
    7ab7f5d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    256e251 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c60e995 View commit details
    Browse the repository at this point in the history
  5. add javadoc

    fil512 committed Jan 13, 2022
    Configuration menu
    Copy the full SHA
    d1c4853 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4fc453e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ba34fed View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2022

  1. update last code

    fil512 committed Jan 14, 2022
    Configuration menu
    Copy the full SHA
    7ca29b7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    63a2577 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7b4eed9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7d7a6db View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1a3cf3d View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2022

  1. Test pipelining

    simonzuccherato committed Jan 17, 2022
    Configuration menu
    Copy the full SHA
    09db558 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2022

  1. Configuration menu
    Copy the full SHA
    30dcb75 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7c1e7fc View commit details
    Browse the repository at this point in the history
  3. Merge

    simonzuccherato committed Jan 18, 2022
    Configuration menu
    Copy the full SHA
    689dbc4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c4fcaab View commit details
    Browse the repository at this point in the history
  5. Merge

    simonzuccherato committed Jan 18, 2022
    Configuration menu
    Copy the full SHA
    242502b View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2022

  1. Configuration menu
    Copy the full SHA
    9e59095 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b3fbf5d View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2022

  1. Configuration menu
    Copy the full SHA
    9f05a13 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1fddc82 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d4246bb View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2022

  1. Merge with master

    simonzuccherato committed Jan 21, 2022
    Configuration menu
    Copy the full SHA
    7905318 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bab41d8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4f6755f View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2022

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

Commits on Jan 24, 2022

  1. Merge

    simonzuccherato committed Jan 24, 2022
    Configuration menu
    Copy the full SHA
    4af37c0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c51dac0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    88498f5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    780abb1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    61f8d49 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2022

  1. Merge

    simonzuccherato committed Jan 25, 2022
    Configuration menu
    Copy the full SHA
    cabb099 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    755760d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    992c6fa View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2022

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

Commits on Jan 27, 2022

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

Commits on Jan 28, 2022

  1. Configuration menu
    Copy the full SHA
    f465f11 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c2de108 View commit details
    Browse the repository at this point in the history
  3. Merge changes

    simonzuccherato committed Jan 28, 2022
    Configuration menu
    Copy the full SHA
    5c7b2d0 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2022

  1. allow checkstyle pom to deploy

    tadgh committed Jan 30, 2022
    Configuration menu
    Copy the full SHA
    f433ed0 View commit details
    Browse the repository at this point in the history