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

Update ci badge #122

Closed
wants to merge 45 commits into from
Closed

Update ci badge #122

wants to merge 45 commits into from

Commits on Oct 13, 2020

  1. enable Java 8

    hajk1 authored and hajk1 committed Oct 13, 2020
    Configuration menu
    Copy the full SHA
    9af0b12 View commit details
    Browse the repository at this point in the history
  2. checks for national check digit be present in BBAN

    hajk1 authored and hajk1 committed Oct 13, 2020
    Configuration menu
    Copy the full SHA
    e7bd72e View commit details
    Browse the repository at this point in the history
  3. enable skipTests

    hajk1 authored and hajk1 committed Oct 13, 2020
    Configuration menu
    Copy the full SHA
    db2ccce View commit details
    Browse the repository at this point in the history
  4. dependency update

    hajk1 authored and hajk1 committed Oct 13, 2020
    Configuration menu
    Copy the full SHA
    70eee95 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2020

  1. Merge pull request #1 from hajk1/natioalCheckDigit

    Natioal check digit
    hajk1 committed Oct 21, 2020
    Configuration menu
    Copy the full SHA
    f4ef42c View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2023

  1. Bump junit from 4.11 to 4.13.1

    Bumps [junit](https://github.com/junit-team/junit4) from 4.11 to 4.13.1.
    - [Release notes](https://github.com/junit-team/junit4/releases)
    - [Changelog](https://github.com/junit-team/junit4/blob/main/doc/ReleaseNotes4.11.md)
    - [Commits](junit-team/junit4@r4.11...r4.13.1)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and hajk1 committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    991b98a View commit details
    Browse the repository at this point in the history
  2. arturmkrtchyan#67: fix VG struncture

    ccostin93 authored and hajk1 committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    f725794 View commit details
    Browse the repository at this point in the history
  3. java 6 replaced with java 7

    hajk1 authored and hajk1 committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    0d0ec50 View commit details
    Browse the repository at this point in the history
  4. Belarus BBAN bug fixed

    hajk1 authored and hajk1 committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    f3c1d46 View commit details
    Browse the repository at this point in the history
  5. update oss plugin

    hajk1 authored and hajk1 committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    d3927b8 View commit details
    Browse the repository at this point in the history
  6. release 3.2.2-RELEASE

    hajk1 authored and hajk1 committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    4ad09c5 View commit details
    Browse the repository at this point in the history
  7. Add French subterritories support

    kaldebert authored and hajk1 committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    361b50b View commit details
    Browse the repository at this point in the history
  8. release 3.2.3-RELEASE

    hajk1 committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    13771f1 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    87cb5ea View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d3cca38 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    10fccd1 View commit details
    Browse the repository at this point in the history
  12. update Maven config

    - remove deprecated parent pom
    - bump java version to 1.8
    - add maven wrapper
    - bump versions
    - change broken project URL to GitHub project URL
    - add maven wrapper
    aSemy authored and hajk1 committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    d5eb162 View commit details
    Browse the repository at this point in the history
  13. adding Iraq IBAN support

    Kayvan Tehrani authored and hajk1 committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    6c32c50 View commit details
    Browse the repository at this point in the history
  14. new release updated

    Kayvan Tehrani authored and hajk1 committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    edd1c07 View commit details
    Browse the repository at this point in the history
  15. added Egypt IBAN structure

    bogacaslan authored and hajk1 committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    06df7ab View commit details
    Browse the repository at this point in the history
  16. Adding Gabon BbanStructure

    Added correct BbanStructure for Gabon and included Test case
    dvg2207x authored and hajk1 committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    a744cb7 View commit details
    Browse the repository at this point in the history
  17. Release 3.2.5

    hajk1 committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    f139083 View commit details
    Browse the repository at this point in the history
  18. Fix typo in Guernsey

    becky-sequence authored and hajk1 committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    e30eb47 View commit details
    Browse the repository at this point in the history
  19. adding GB and FI sub-territories support (arturmkrtchyan#100)

    Co-authored-by: Remy Duval <remy.duval@nickel.eu>
    2 people authored and hajk1 committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    3c37aa6 View commit details
    Browse the repository at this point in the history
  20. Refactor tests (arturmkrtchyan#108)

    * update junit version to 5
    
    * update junit version to 5
    
    * test cases refactored
    
    * test cases refactored
    
    * test cases refactored
    
    * test cases refactored to new class
    
    * test cases refactored
    
    * test cases refactored
    
    * test cases refactored
    
    * Parametrized test cases refactored
    
    * Hamcrest test cases refactored
    
    * fixing test case
    
    * fixing test case
    
    * fixing test case
    
    * fixing test case
    
    * fixing test case
    
    * fixing test case
    
    * fixing test case
    
    * fixing test case
    
    * fixing test case
    
    * fixing test case
    
    * fixing test case
    
    * fixing test case
    
    * fixing test case
    
    * fixing test case
    
    * fixing test case
    
    * fixing test case
    hajk1 committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    b5606af View commit details
    Browse the repository at this point in the history
  21. Create CODE_OF_CONDUCT.md

    hajk1 committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    4fd80b3 View commit details
    Browse the repository at this point in the history
  22. GitHub action (arturmkrtchyan#109)

    * testing github action
    
    * testing github action java
    
    * testing github action java
    
    * testing github action
    
    * testing github action
    
    * testing github action
    hajk1 committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    82f370b View commit details
    Browse the repository at this point in the history
  23. GitHub action (arturmkrtchyan#110)

    * testing github action
    
    * testing github action java
    
    * testing github action java
    
    * testing github action
    
    * testing github action
    
    * testing github action
    
    * testing github action
    hajk1 committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    1816730 View commit details
    Browse the repository at this point in the history
  24. GitHub action (arturmkrtchyan#111)

    * testing github action
    
    * testing github action java
    
    * testing github action java
    
    * testing github action
    
    * testing github action
    
    * testing github action
    
    * testing github action
    
    * update java adopt jdk badge
    hajk1 committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    4f69ff1 View commit details
    Browse the repository at this point in the history
  25. Issue 33 (arturmkrtchyan#112)

    * update java adopt jdk badge
    
    * adding non default padded character
    
    * adding branch code to use padding left
    
    * change the README.md
    
    * release 3.2.6-RELEASE
    hajk1 committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    057d833 View commit details
    Browse the repository at this point in the history
  26. fixed formatting

    hajk1 committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    89c4ed8 View commit details
    Browse the repository at this point in the history
  27. fixed formatting

    hajk1 committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    5bbeca5 View commit details
    Browse the repository at this point in the history
  28. Issue 101 (arturmkrtchyan#113)

    * adding two new methods
    
    * adding test for the isValid false results
    
    * adding missing tests
    
    * adding valid tests for isValid
    hajk1 committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    6890e73 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    9eae291 View commit details
    Browse the repository at this point in the history
  30. Add GitHub action for verifying tests (arturmkrtchyan#94)

    * add GHA for maven verify
    
    * add GHA for maven verify
    
    * add test report step
    
    * experimenting with some other reporting actions
    
    * tweaking GHA
    
    * tweaking GHA
    
    * tweaking GHA
    
    * tweaking GHA
    
    * rm broken/buggy test report actions
    
    * try fixing jacoco report
    
    * rm jacoco report upload
    
    * rm jacoco report upload
    
    * rm jacoco report upload
    aSemy authored and hajk1 committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    027039e View commit details
    Browse the repository at this point in the history
  31. Delete .github/workflows/build-github-actions.yml

    deleted because of new ci yml
    hajk1 committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    b60dce4 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    2761e7e View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    092d91d View commit details
    Browse the repository at this point in the history
  34. 3.2.7 released

    hajk1 committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    3f4f709 View commit details
    Browse the repository at this point in the history
  35. readme

    updated to show 3.2.7 release
    hajk1 committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    50c9db3 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    8b4331f View commit details
    Browse the repository at this point in the history
  37. Adding Cap Verde structure (arturmkrtchyan#102)

    * Adding Cap Verde structure
    
    * Adding tests for CV
    
    ---------
    
    Co-authored-by: RHoog <romain.hoog@kshuttle.io>
    2 people authored and hajk1 committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    bd1bd80 View commit details
    Browse the repository at this point in the history
  38. Allow setting a custom Random (arturmkrtchyan#93)

    * fix spelling mistake, ibanContruction -> ibanConstruction
    
    * add overload to allow passing a custom Random
    
    - add toString() to BbanStructureEntry.java
    - tests to check if randomness is deterministic
    - add additional tests for validity of BbanStructureEntry.java
    - TODO figure out if 'c' can generate a-z
    
    * remove TODO - a-z is not required
    
    * fix code suggestions/warnings
    
    * update tests to JUnit5
    
    * remove duplicated `ibanConstructionRandom()` test
    
    * update assertions
    
    * fix test name after merge
    
    * update expected random values
    
    * re-add accidentally removed test
    
    ---------
    
    Co-authored-by: aSemy <aSemy@users.noreply.github.com>
    2 people authored and hajk1 committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    a90c8fb View commit details
    Browse the repository at this point in the history
  39. update CI badge

    hajk1 committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    5a74959 View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    24916ed View commit details
    Browse the repository at this point in the history