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

Pr 2026 d #41

Merged
merged 66 commits into from
Nov 12, 2024
Merged

Pr 2026 d #41

merged 66 commits into from
Nov 12, 2024

Commits on Sep 4, 2024

  1. open development branch

    ihardy authored and JanisSaldabols committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    d060db6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b73ec84 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3a395c5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b88bc5f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    677d278 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8e0bfdf View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5b5cb73 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b1a1a18 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    700f9c6 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d17441e View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    1f61090 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    fd1baee View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    77b42fb View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    ba5046d View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    5a0c3f2 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    d8d533b View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    aac39db View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    034fd7a View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    c51dfca View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    05975b8 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    4e7ccfe View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    30e8e59 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    9cfc3c6 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    4696282 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    893c165 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    225485f View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    c045244 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    8fb83c2 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    fe40253 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    246cee8 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    784b715 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    120a07f View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    04df33f View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    44f84e4 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    3309970 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    aa80dc7 View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    3a3ae4c View commit details
    Browse the repository at this point in the history
  38. Merge pull request folio-org#102 from indexdata/PR-1709-dev

    PR-1709 Implement NCIP RequestItem function in FOLIO mod-ncip
    JanisSaldabols authored Sep 4, 2024
    Configuration menu
    Copy the full SHA
    be3516b View commit details
    Browse the repository at this point in the history
  39. Update NEWS.md file

    JanisSaldabols committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    827324b View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    67a76f5 View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    1f286bf View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    9980233 View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    4c28ab7 View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    9b22743 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

  1. MODNCIP-71: Upgrade dependencies for Ramsons

    https://folio-org.atlassian.net/browse/MODNCIP-71
    
    In MainVerticleTest.java:
    
    Replace the deprecated deployVerticle method that will be removed in Vert.x 5:
    Don't use the callback method, use the Future returning method instead:
    https://github.com/eclipse-vertx/vert.x/wiki/Vert.x-5#callback-sanitization
    https://github.com/folio-org/raml-module-builder/blob/master/doc/futurisation.md
    
    Replace the custom success method with Vert.x' ctx.asyncAssertSuccess
    that provides the same functionality:
    https://vertx.io/docs/vertx-unit/java/#_asynchronous_assertions
    julianladisch committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    281c51a View commit details
    Browse the repository at this point in the history
  2. Merge pull request folio-org#101 from folio-org/MODNCIP-71-dependenci…

    …es-ramsons
    
    MODNCIP-71: Upgrade dependencies for Ramsons
    julianladisch authored Sep 10, 2024
    Configuration menu
    Copy the full SHA
    f136632 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2024

  1. Configuration menu
    Copy the full SHA
    030c2a0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4fbc3d5 View commit details
    Browse the repository at this point in the history
  3. Tmp release 1.15.1 (folio-org#106)

    * Update NEWS
    
    * [maven-release-plugin] prepare release v1.15.1
    
    * [maven-release-plugin] prepare for next development iteration
    JanisSaldabols authored Oct 3, 2024
    Configuration menu
    Copy the full SHA
    84880d9 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2024

  1. Configuration menu
    Copy the full SHA
    e430647 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    49d6736 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2024

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

Commits on Oct 9, 2024

  1. Tmp release 1.15.2 (folio-org#110)

    * Update NEWS.md file
    
    * [maven-release-plugin] prepare release v1.15.2
    
    * [maven-release-plugin] prepare for next development iteration
    
    * Fix user UUID mismatch
    
    * [maven-release-plugin] prepare release v1.15.2
    
    * [maven-release-plugin] prepare for next development iteration
    JanisSaldabols authored Oct 9, 2024
    Configuration menu
    Copy the full SHA
    4c3c286 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3f4039b View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2024

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

Commits on Oct 16, 2024

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

Commits on Oct 22, 2024

  1. Updating documentation & permissions (folio-org#114)

    * Update NEWS.md release prep
    
    * Update README.md - adding email config example
    
    * Update README.md permission name typo
    
    * Update ModuleDescriptor-template.json adding module permissions
    
    * Update README.md mentioning new services
    mis306lu authored Oct 22, 2024
    Configuration menu
    Copy the full SHA
    0894ba3 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2024

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

Commits on Oct 29, 2024

  1. Correcting permissions in readme - adding to descriptor (folio-org#116)

    * Update README.md permissions
    
    * Update README.md permissions
    
    * Update ModuleDescriptor-template.json adding post permissions
    mis306lu authored Oct 29, 2024
    Configuration menu
    Copy the full SHA
    b8f2ada View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2024

  1. Update NEWS.md update date in news.md (folio-org#117)

    * Update NEWS.md update date in news.md
    
    * Update NEWS.md note - updated modulePermissions
    
    * [maven-release-plugin] prepare release v1.15.3
    
    * [maven-release-plugin] prepare for next development iteration
    mis306lu authored Oct 31, 2024
    Configuration menu
    Copy the full SHA
    01fab08 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2024

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

Commits on Nov 12, 2024

  1. Update NEWS.md file

    JanisSaldabols committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    5a9a9e9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2d65b98 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9f34917 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7fe75b8 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'development' into PR-2026-D

    # Conflicts:
    #	README.md
    #	src/main/java/org/folio/ncip/Constants.java
    #	src/main/java/org/folio/ncip/FolioNcipHelper.java
    #	src/main/java/org/folio/ncip/FolioRemoteServiceManager.java
    #	src/main/java/org/folio/ncip/services/FolioCancelRequestItemService.java
    #	src/main/java/org/folio/ncip/services/FolioCheckInItemService.java
    #	src/main/java/org/folio/ncip/services/FolioCheckOutItemService.java
    #	src/main/java/org/folio/ncip/services/FolioDeleteItemService.java
    #	src/main/java/org/folio/ncip/services/FolioLookupUserService.java
    #	src/main/java/org/folio/ncip/services/FolioRequestItemService.java
    #	src/main/resources/ncip.properties
    #	src/test/java/org/folio/ncip/CancelRequestItem.java
    #	src/test/java/org/folio/ncip/DeleteItem.java
    #	src/test/java/org/folio/ncip/MockServer.java
    #	src/test/java/org/folio/ncip/RequestItem.java
    #	src/test/resources/mockdata/ncip-acceptItem-blocked.xml
    JanisSaldabols committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    4b47b94 View commit details
    Browse the repository at this point in the history