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(bpdm-gate): Extend error states #985

Commits on Jul 2, 2024

  1. Configuration menu
    Copy the full SHA
    1b5e887 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9600d6a View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2024

  1. fix: providing alternative address to orchestrator

    - now if alternative address is null, the alternative address is also passed as null to the Orchestrator
    nicoprow committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    cb2a888 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b02caa5 View commit details
    Browse the repository at this point in the history
  3. Merge pull request eclipse-tractusx#987 from eclipse-tractusx/fix/gat…

    …e-task-alt-add
    
    Cherry-Pick(release/6.0.x): Fix Gate Sending Alternative Address To Orchestrator
    nicoprow authored Jul 5, 2024
    Configuration menu
    Copy the full SHA
    daaafc5 View commit details
    Browse the repository at this point in the history
  4. fix(gate): sending business partner data to the golden record service…

    … even when they have no changes
    
    - now business partner service only sets the sharing state to ready or initial when the data really has been changed
    nicoprow committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    d8901ee View commit details
    Browse the repository at this point in the history
  5. Merge pull request eclipse-tractusx#988 from eclipse-tractusx/fix/gat…

    …e/input-ready
    
    fix(gate): Starting Golden Record Process Without Changes
    nicoprow authored Jul 5, 2024
    Configuration menu
    Copy the full SHA
    1f15ba8 View commit details
    Browse the repository at this point in the history
  6. fix(gate): sharing states sometimes taking the wrong task id from the…

    … orchestrator
    
    - now made sure sharing states are associated with the tasks in the order of the task create requests
    nicoprow committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    e4cc1be View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2024

  1. Configuration menu
    Copy the full SHA
    77e40e8 View commit details
    Browse the repository at this point in the history
  2. Merge pull request eclipse-tractusx#992 from eclipse-tractusx/build/t…

    …omcat-core
    
    build(dep): increase tomcat-embed-core dependency version
    nicoprow authored Jul 8, 2024
    Configuration menu
    Copy the full SHA
    a0a289a View commit details
    Browse the repository at this point in the history
  3. Merge pull request eclipse-tractusx#989 from eclipse-tractusx/fix/gat…

    …e/wrong-task-ids
    
    fix(gate): Assigning Wrong Task-Ids
    SujitMBRDI authored Jul 8, 2024
    Configuration menu
    Copy the full SHA
    5ea8c20 View commit details
    Browse the repository at this point in the history
  4. feat(bpdm-gate): updated upload partner process to only process site …

    …and address partners
    
    feat(bpdm-gate): updated upload partner process to only process site and address partners
    SujitMBRDI committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    da24adf View commit details
    Browse the repository at this point in the history
  5. Merge pull request eclipse-tractusx#980 from SujitMBRDI/feat/update_p…

    …artner_upload_endpoint
    
    feat(bpdm-gate): updated upload partner process to only process site and address partners
    SujitMBRDI authored Jul 8, 2024
    Configuration menu
    Copy the full SHA
    201db14 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2024

  1. Configuration menu
    Copy the full SHA
    069c5c0 View commit details
    Browse the repository at this point in the history
  2. Merge pull request eclipse-tractusx#995 from eclipse-tractusx/ci/lint…

    …-on-release
    
    ci(Linting): Check version increment only on Release
    nicoprow authored Jul 9, 2024
    Configuration menu
    Copy the full SHA
    f6fe478 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2024

  1. Configuration menu
    Copy the full SHA
    041f856 View commit details
    Browse the repository at this point in the history
  2. Merge pull request eclipse-tractusx#997 from eclipse-tractusx/ci/char…

    …t-release-check-fix
    
    ci(Release Chart): fix check for Chart release version
    nicoprow authored Jul 10, 2024
    Configuration menu
    Copy the full SHA
    cff1eb6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    95de3fe View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b2e0a9f View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2024

  1. Merge pull request eclipse-tractusx#998 from eclipse-tractusx/feat/ch…

    …art/uptime-delay
    
    feat(Charts):  Delay Container Startup
    nicoprow authored Jul 11, 2024
    Configuration menu
    Copy the full SHA
    6299ee8 View commit details
    Browse the repository at this point in the history
  2. feat(Orchestrator): add persistence layer

    - add jpa entity model
    - adapted tests to use entity model where appropriate and setup a test database
    - added a postgres dependency to the Orchestrator chart
    nicoprow committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    0febf9f View commit details
    Browse the repository at this point in the history
  3. Merge pull request eclipse-tractusx#990 from eclipse-tractusx/feat/or…

    …ch-persistence-jpa
    
    Feat(Orchestrator): Add persistence to Golden Record Tasks
    SujitMBRDI authored Jul 11, 2024
    Configuration menu
    Copy the full SHA
    879381a View commit details
    Browse the repository at this point in the history
  4. feat: add gate record ID for tasks to identify tasks for the same gat…

    …e records
    
    - create gate record IDs on receiving task create request which do not already specify a record ID
    - Gate now stores received record IDs to each sharing state, so that next time the record ID can be given to the orchestrator
    - In the Orchestrator records are identified by both a private and a public record ID. The private record ID is for the Gates to use while the public record ID is sent to the cleaning services
    nicoprow committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    86c2581 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2024

  1. Merge pull request eclipse-tractusx#991 from eclipse-tractusx/feat/or…

    …ch-record-id
    
    Feat: Add Record ID to Golden Record Tasks
    nicoprow authored Jul 12, 2024
    Configuration menu
    Copy the full SHA
    8af4933 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2024

  1. Configuration menu
    Copy the full SHA
    e344002 View commit details
    Browse the repository at this point in the history
  2. Merge pull request eclipse-tractusx#999 from eclipse-tractusx/build/v…

    …ersion/6.1.0
    
    build(version): increase BPDM app version to 6.1.0 (RELEASE)
    nicoprow authored Jul 15, 2024
    Configuration menu
    Copy the full SHA
    bedcf07 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cb624c8 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2024

  1. Configuration menu
    Copy the full SHA
    fa24b9c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0311826 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2e2b7ab View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a86e382 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ff2863d View commit details
    Browse the repository at this point in the history
  6. Revert "feat(bpdm-gate): Extend error code with description. Extend e…

    …rror code to DB schema"
    
    This reverts commit ff2863d.
    kunyao-cofinity-x committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    e514159 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    879d878 View commit details
    Browse the repository at this point in the history
  8. Merge branch 'feat/Extend-error-states' of github.com:kunyao-cofinity…

    …-x/bpdm into feat/Extend-error-states
    kunyao-cofinity-x committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    3fdff66 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2024

  1. # This is a combination of 8 commits.

    # This is the 1st commit message:
    
    feat: Adding extend error states
    
    # This is the commit message eclipse-tractusx#2:
    
    feat: Adding logic to TaskResolutionService handling conditions
    
    # This is the commit message eclipse-tractusx#3:
    
    feat(bpdm-gate): Extend error states
    
    # This is the commit message eclipse-tractusx#4:
    
    feat(bpdm-gate): Extend error code with description
    
    # This is the commit message eclipse-tractusx#5:
    
    feat(bpdm-gate): Extend error code with description. Extend error code to DB schema
    
    # This is the commit message eclipse-tractusx#6:
    
    Revert "feat(bpdm-gate): Extend error code with description. Extend error code to DB schema"
    
    This reverts commit ff2863d.
    
    # This is the commit message eclipse-tractusx#7:
    
    feat(bpdm-gate): Extend error code with description. Extend error code to DB schema
    
    # This is the commit message eclipse-tractusx#8:
    
    feat: Adding extend error states
    kunyao-cofinity-x committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    ac3cc8a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    80d20bb View commit details
    Browse the repository at this point in the history
  3. parent 80d20bb

    author kunyao-cofinity-x <[email protected]> 1721308293 +0200
    committer kunyao-cofinity-x <[email protected]> 1721308293 +0200
    
    feat(bpdm-gate): resolve changes
    
    feat(bpdm-gate): Extend error code with description
    kunyao-cofinity-x committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    04e5cd9 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'feat/Extend-error-states' of github.com:kunyao-cofinity…

    …-x/bpdm into feat/Extend-error-states
    kunyao-cofinity-x committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    a0394c8 View commit details
    Browse the repository at this point in the history