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

Aggies Sprint 9 #117

Open
wants to merge 39 commits into
base: master
Choose a base branch
from
Open

Aggies Sprint 9 #117

wants to merge 39 commits into from

Commits on Apr 2, 2024

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

Commits on Apr 11, 2024

  1. Configuration menu
    Copy the full SHA
    6fc61f7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    71c21fe View commit details
    Browse the repository at this point in the history

Commits on May 9, 2024

  1. Merge pull request #129 from TAMULib/1.1.9-SNAPSHOT

    Update version to 1.1.9 SNAPSHOT
    kaladay authored May 9, 2024
    Configuration menu
    Copy the full SHA
    1d2f431 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    36a67ca View commit details
    Browse the repository at this point in the history

Commits on May 10, 2024

  1. Merge pull request #131 from TAMULib/sprint17-staging

    Sprint17 staging
    kaladay authored May 10, 2024
    Configuration menu
    Copy the full SHA
    b60c66c View commit details
    Browse the repository at this point in the history

Commits on May 30, 2024

  1. Merge pull request #132 from folio-org/master

    Downstream merge of sprint 5.
    kaladay authored May 30, 2024
    Configuration menu
    Copy the full SHA
    bb145af View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2024

  1. Merge pull request #133 from folio-org/master

    Downport Community Sprint 6
    kaladay authored Jun 18, 2024
    Configuration menu
    Copy the full SHA
    d675385 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2024

  1. Merge pull request #134 from folio-org/master

    Downport aggies-sprint-8 staging.
    kaladay authored Sep 12, 2024
    Configuration menu
    Copy the full SHA
    a73340d View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2024

  1. Update README.md

    wwelling authored Oct 1, 2024
    Configuration menu
    Copy the full SHA
    5a39ca7 View commit details
    Browse the repository at this point in the history
  2. Null check headers

    ```
    workflow     | 15:26:57 [] [tamu] [] [mod-workflow] INFO  orkflowEngineService FETCHING DEPLOYMENT DEFINITION: 90bd8ad7-8004-11ef-88f9-0242ac140006 1.0 tamu null
    workflow     | 15:26:57 [] [tamu] [] [mod-workflow] INFO  orkflowEngineService URL: http://camunda:8081/rest/process-definition?deploymentId=90bd8ad7-8004-11ef-88f9-0242ac140006&versionTag=1.0&maxResults=1
    workflow     | 15:26:57 [] [tamu] [] [mod-workflow] DEBUG flowControllerAdvice Failed to deployment definition: Parameter specified as non-null is null: method okhttp3.Request$Builder.addHeader, parameter value! http://camunda:8081/rest/process-definition?deploymentId=90bd8ad7-8004-11ef-88f9-0242ac140006&versionTag=1.0&maxResults=1
    workflow     | org.folio.rest.workflow.exception.WorkflowEngineServiceException: Failed to deployment definition: Parameter specified as non-null is null: method okhttp3.Request$Builder.addHeader, parameter value! http://camunda:8081/rest/process-definition?deploymentId=90bd8ad7-8004-11ef-88f9-0242ac140006&versionTag=1.0&maxResults=1
    ```
    wwelling committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    757eb6d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fa34781 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2024

  1. Merge pull request #139 from TAMULib/sprint20-staging

    Sprint 20 - FOLIO Spring Way HttpHeaders
    wwelling authored Oct 3, 2024
    Configuration menu
    Copy the full SHA
    b44c9bd View commit details
    Browse the repository at this point in the history
  2. Merge pull request #137 from TAMULib/wwelling-patch-1

    Update README.md
    wwelling authored Oct 3, 2024
    Configuration menu
    Copy the full SHA
    b3efed2 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2024

  1. Work in progress

    wwelling committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    4725fcc View commit details
    Browse the repository at this point in the history
  2. Add Kafka producer config

    wwelling committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    ea8d7ee View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2024

  1. Merge pull request #115 from TAMULib/main

    Null check request headers
    wwelling authored Oct 17, 2024
    Configuration menu
    Copy the full SHA
    37fa6f3 View commit details
    Browse the repository at this point in the history
  2. Remove ActiveMQ properties

    wwelling committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    b0f32c4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    be274d0 View commit details
    Browse the repository at this point in the history
  4. Undo a bit

    wwelling committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    d2fb42a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    862c78c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b4af7d3 View commit details
    Browse the repository at this point in the history
  7. Update EventProducer.java

    wwelling committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    8e0a7c8 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2024

  1. Remove ActiveMQ port binding in launch descriptor

    Co-Authored-By: Rajdeep H <[email protected]>
    wwelling and rhundal7 committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    41cc02b View commit details
    Browse the repository at this point in the history
  2. Add nodes to module descriptor

    Required permissions
    
    ```
        "workflow.nodes.all",
        "workflow.nodes.item.post",
    ```
    wwelling committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    fe96067 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2024

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

    wwelling committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    7be5cb6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c74bb6b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c2b6244 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    01f4ee7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e903edc View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a2785de View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c7d52bb View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2024

  1. Configuration menu
    Copy the full SHA
    ee458cb View commit details
    Browse the repository at this point in the history
  2. Update README.md

    wwelling committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    c56e830 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    591d7db View commit details
    Browse the repository at this point in the history
  4. Update README.md

    wwelling committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    6e9a60f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    82dfe7f View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2024

  1. Merge pull request #116 from wwelling/MODWRKFLOW-34

    MODWRKFLOW-34: Use Kafka
    wwelling authored Oct 22, 2024
    Configuration menu
    Copy the full SHA
    d75fd0d View commit details
    Browse the repository at this point in the history