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

DA5-15 Recurring merge from main #1320

Merged
merged 43 commits into from
Nov 7, 2023

Commits on Sep 27, 2023

  1. ES-1049: api-scanner

    tomstark99 committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    f64fc82 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2023

  1. Update CODEOWNERS

    ronanbrowne authored Oct 2, 2023
    Configuration menu
    Copy the full SHA
    82d2538 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    630821c View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2023

  1. Update Jenkinsfile

    jacob-scott3141 authored Oct 3, 2023
    Configuration menu
    Copy the full SHA
    39275b6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7682139 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2023

  1. Update Jenkinsfile

    jacob-scott3141 authored Oct 4, 2023
    Configuration menu
    Copy the full SHA
    a69ba69 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ea5679d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6cfaa45 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ca2389c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e7cf030 View commit details
    Browse the repository at this point in the history
  6. Cement API

    jacob-scott3141 committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    7cba8c3 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2023

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

Commits on Oct 6, 2023

  1. cement api

    jacob-scott3141 committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    ae731af View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cc334c4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8ebf3b2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ffb8ce0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ab475a5 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2023

  1. CORE-17623 - Change ACL mappings to add tokenSelection worker. (#1291)

    * Change ACL mappings to add tokenSelection worker.
    driessamyn authored Oct 12, 2023
    Configuration menu
    Copy the full SHA
    35e36fc View commit details
    Browse the repository at this point in the history
  2. CORE-16323: Add Index on State Version Column (#1295)

    Add index on the version field to improve optimistic locking checks.
    jujoramos authored Oct 12, 2023
    Configuration menu
    Copy the full SHA
    c781f5f View commit details
    Browse the repository at this point in the history
  3. CORE-16323: Improve State Manager Index (#1296)

    Update recently introduced index so it uses both the "key" and
    "version" columns as both are used by the State Manager during update
    and delete queries.
    jujoramos authored Oct 12, 2023
    Configuration menu
    Copy the full SHA
    c5788ec View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2023

  1. CORE-17431 utxo_transaction_metadata table and related migrations (#1286

    )
    
    CORE-17431 Create utxo_transaction_metadata for storing metadata since it is relatively large but does not change frequently. Also, two new fields for accessing signed group parameters and CPI file checksum easier.
    vlajos authored Oct 13, 2023
    Configuration menu
    Copy the full SHA
    086845e View commit details
    Browse the repository at this point in the history
  2. CORE-17430 Modify the utxo_transaction_sources table by removing unus…

    …ed columns and renaming (#1288)
    
    The created and is_ref_input columns are unnecessary to have in the utxo_transaction_sources table.
    The created column will be the same as in utxo_transaction_component table and it’s a 1:1 mapping.
    Whether a state is an input or a reference can be found out by using the groupIdx column rather than having an extra is_ref_input column.
    
    Also rename the ref_transaction_id and ref_leaf_idx columns as those are quite confusing.
    nkovacsx authored Oct 13, 2023
    Configuration menu
    Copy the full SHA
    2abfc20 View commit details
    Browse the repository at this point in the history
  3. CORE-17747 Remove attachments (#1297)

    Remove mentioning of attachments from the API - this has never been implemented and is unlikely to make an appearance soon, so having dead API calls is misleading.
    blsemo authored Oct 13, 2023
    Configuration menu
    Copy the full SHA
    1eab83e View commit details
    Browse the repository at this point in the history
  4. CORE-15552 Add findUnconsumedStatesByExactType paging API (#1292)

    Add `findUnconsumedStatesByExactType` to `UtxoLedgerService `, allowing developers to retrieve states by type from the vault in pages. This dissuades developers from retrieving every state from the vault in one go and returning them to a flow.
    
    Remove the non-paged version of the API.
    lankydan authored Oct 13, 2023
    Configuration menu
    Copy the full SHA
    40eb1aa View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    23e83c2 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2023

  1. Configuration menu
    Copy the full SHA
    c09ddb6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    13569ae View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b003f7d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    69a79f0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d566474 View commit details
    Browse the repository at this point in the history
  6. revert Jenkinsfiles

    jacob-scott3141 committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    25c887c View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2023

  1. Configuration menu
    Copy the full SHA
    a12bd0b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1301 from corda/jacob/ES-1485

    ES-1485 PR and Branch housekeeping automation dry run
    jacob-scott3141 authored Oct 17, 2023
    Configuration menu
    Copy the full SHA
    ef8a898 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6211fc3 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1303 from corda/jacob/ES-1485

    ES-1485 PR and Branch housekeeping automation (still dry-run)
    jacob-scott3141 authored Oct 17, 2023
    Configuration menu
    Copy the full SHA
    decde62 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2023

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

Commits on Oct 24, 2023

  1. CORE-17768 Topology changes - Use new topics (#1306)

    Set permission for FlowMapper to send messages to Kafka topic "flow.mapper.session.in"
    
    Set permission for TokenSelection to send messages to Kafka topic "flow.session"
    mbrkic-r3 authored Oct 24, 2023
    Configuration menu
    Copy the full SHA
    eb1d079 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2023

  1. Configuration menu
    Copy the full SHA
    c9c958e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1274 from corda/jacob/ES-1398

    ES-1398 Pipeline integration with corda-api scanner PR gates
    jacob-scott3141 authored Oct 25, 2023
    Configuration menu
    Copy the full SHA
    e6d293a View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2023

  1. Configuration menu
    Copy the full SHA
    fc5891e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    072ae2e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8753141 View commit details
    Browse the repository at this point in the history