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

Component API #1985

Merged
merged 48 commits into from
May 14, 2024
Merged

Component API #1985

merged 48 commits into from
May 14, 2024

Commits on Apr 11, 2024

  1. Initial work on component API

    Signed-off-by: worksofliam <mrliamallan@live.co.uk>
    worksofliam committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    f0eb283 View commit details
    Browse the repository at this point in the history
  2. Test API

    Signed-off-by: worksofliam <mrliamallan@live.co.uk>
    worksofliam committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    a4156c9 View commit details
    Browse the repository at this point in the history
  3. Better support for version check

    Signed-off-by: worksofliam <mrliamallan@live.co.uk>
    worksofliam committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    e65c8bd View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2024

  1. Check components before showing UI

    Signed-off-by: worksofliam <mrliamallan@live.co.uk>
    worksofliam committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    ca510d9 View commit details
    Browse the repository at this point in the history
  2. SQL to CSV component

    Co-authored-by: Niels Liisberg <nli@system-method.com>
    Signed-off-by: worksofliam <mrliamallan@live.co.uk>
    worksofliam and NielsLiisberg committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    f3d87ea View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' into cleanup/component_api

    Signed-off-by: worksofliam <mrliamallan@live.co.uk>
    worksofliam committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    952c801 View commit details
    Browse the repository at this point in the history
  4. Change how components are defined

    Signed-off-by: worksofliam <mrliamallan@live.co.uk>
    worksofliam committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    b43188e View commit details
    Browse the repository at this point in the history
  5. Untested: move content definition, move CSV logic to IBMi

    Signed-off-by: worksofliam <mrliamallan@live.co.uk>
    worksofliam committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    4eac951 View commit details
    Browse the repository at this point in the history
  6. Add missing assignment for new SQL statement

    Signed-off-by: worksofliam <mrliamallan@live.co.uk>
    worksofliam committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    8117681 View commit details
    Browse the repository at this point in the history
  7. Untested: Start of IFS_WRITE component

    Co-authored-by: Niels Liisberg <nli@system-method.com>
    Signed-off-by: worksofliam <mrliamallan@live.co.uk>
    worksofliam and NielsLiisberg committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    aae7485 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2024

  1. Use IFS_WRITE in SQL_TO_CSV

    Signed-off-by: worksofliam <mrliamallan@live.co.uk>
    worksofliam committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    b38d876 View commit details
    Browse the repository at this point in the history
  2. Improvements to statement handler

    Signed-off-by: worksofliam <mrliamallan@live.co.uk>
    worksofliam committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    b521070 View commit details
    Browse the repository at this point in the history
  3. Replace for bit data.

    Signed-off-by: worksofliam <mrliamallan@live.co.uk>
    worksofliam committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    81115fa View commit details
    Browse the repository at this point in the history
  4. Fix component test

    Signed-off-by: worksofliam <mrliamallan@live.co.uk>
    worksofliam committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    511f29c View commit details
    Browse the repository at this point in the history
  5. Add encoding tests

    Signed-off-by: worksofliam <mrliamallan@live.co.uk>
    worksofliam committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    607c6d7 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2024

  1. Added return type to withTempDir

    Signed-off-by: Seb Julliand <sebjulliand@gmail.com>
    sebjulliand committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    8c0987c View commit details
    Browse the repository at this point in the history
  2. Use withTempDir for deploying components

    Signed-off-by: Seb Julliand <sebjulliand@gmail.com>
    sebjulliand committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    9d484ba View commit details
    Browse the repository at this point in the history
  3. Use non deprecated writeStreamfileRaw

    Signed-off-by: Seb Julliand <sebjulliand@gmail.com>
    sebjulliand committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    db2fb63 View commit details
    Browse the repository at this point in the history
  4. Tiny cleanup

    Signed-off-by: Seb Julliand <sebjulliand@gmail.com>
    sebjulliand committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    eac4e82 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2024

  1. Fallback to CPYTOIMPF in some cases

    Signed-off-by: worksofliam <mrliamallan@live.co.uk>
    worksofliam committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    105f905 View commit details
    Browse the repository at this point in the history
  2. Remove SQL functionality from getTable

    Signed-off-by: worksofliam <mrliamallan@live.co.uk>
    worksofliam committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    23f0844 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2024

  1. Fallback to copy to import

    Signed-off-by: worksofliam <mrliamallan@live.co.uk>
    worksofliam committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    091c2af View commit details
    Browse the repository at this point in the history
  2. QCCSID and job CCSID have their own properties

    Signed-off-by: worksofliam <mrliamallan@live.co.uk>
    worksofliam committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    b3c73c0 View commit details
    Browse the repository at this point in the history
  3. Fix null error in SQL_TO_CSV

    Co-authored-by: forstie <forstie@us.ibm.com>
    Signed-off-by: worksofliam <mrliamallan@live.co.uk>
    worksofliam and forstie committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    25db90c View commit details
    Browse the repository at this point in the history
  4. Correctly use version numbers

    Signed-off-by: worksofliam <mrliamallan@live.co.uk>
    worksofliam committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    bd93547 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'master' into cleanup/component_api

    Signed-off-by: worksofliam <mrliamallan@live.co.uk>
    worksofliam committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    5e5cb1c View commit details
    Browse the repository at this point in the history
  6. Migrate getMemberInfo into a component

    Signed-off-by: worksofliam <mrliamallan@live.co.uk>
    worksofliam committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    8538273 View commit details
    Browse the repository at this point in the history
  7. Remove null condition handler

    Signed-off-by: worksofliam <mrliamallan@live.co.uk>
    worksofliam committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    04176f6 View commit details
    Browse the repository at this point in the history
  8. Fix to copy to import wrap command

    Signed-off-by: worksofliam <mrliamallan@live.co.uk>
    worksofliam committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    62b777f View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2024

  1. Fix to tab escape issue

    Signed-off-by: worksofliam <mrliamallan@live.co.uk>
    worksofliam committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    8313b5d View commit details
    Browse the repository at this point in the history
  2. Move getMemberInfo test into component suite

    Signed-off-by: worksofliam <mrliamallan@live.co.uk>
    worksofliam committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    b11059f View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2024

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

Commits on May 2, 2024

  1. Merge branch 'master' into cleanup/component_api

    Signed-off-by: worksofliam <mrliamallan@live.co.uk>
    worksofliam committed May 2, 2024
    Configuration menu
    Copy the full SHA
    d0b91a4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    193a442 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2024

  1. Merge branch 'master' into cleanup/component_api

    Signed-off-by: worksofliam <mrliamallan@live.co.uk>
    worksofliam committed May 9, 2024
    Configuration menu
    Copy the full SHA
    e2ce391 View commit details
    Browse the repository at this point in the history
  2. Remove TODO

    Signed-off-by: worksofliam <mrliamallan@live.co.uk>
    worksofliam committed May 9, 2024
    Configuration menu
    Copy the full SHA
    6cc1cf6 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2024

  1. Support for CLOB in IFS_WRITE

    Signed-off-by: worksofliam <mrliamallan@live.co.uk>
    worksofliam committed May 10, 2024
    Configuration menu
    Copy the full SHA
    1c9853d View commit details
    Browse the repository at this point in the history
  2. Improved component state checking

    Signed-off-by: worksofliam <mrliamallan@live.co.uk>
    worksofliam committed May 10, 2024
    Configuration menu
    Copy the full SHA
    2b3091d View commit details
    Browse the repository at this point in the history
  3. Provide input SQL when error happens

    Signed-off-by: worksofliam <mrliamallan@live.co.uk>
    worksofliam committed May 10, 2024
    Configuration menu
    Copy the full SHA
    2a8fa11 View commit details
    Browse the repository at this point in the history
  4. Disable SQL_TO_CSV

    Signed-off-by: worksofliam <mrliamallan@live.co.uk>
    worksofliam committed May 10, 2024
    Configuration menu
    Copy the full SHA
    3264a72 View commit details
    Browse the repository at this point in the history
  5. Fix error message inconsistancy

    Signed-off-by: worksofliam <mrliamallan@live.co.uk>
    worksofliam committed May 10, 2024
    Configuration menu
    Copy the full SHA
    26a9c24 View commit details
    Browse the repository at this point in the history
  6. Disable some components

    Signed-off-by: worksofliam <mrliamallan@live.co.uk>
    worksofliam committed May 10, 2024
    Configuration menu
    Copy the full SHA
    ff68822 View commit details
    Browse the repository at this point in the history
  7. Fix up for encoding tests (specifically Arabic)

    Signed-off-by: worksofliam <mrliamallan@live.co.uk>
    worksofliam committed May 10, 2024
    Configuration menu
    Copy the full SHA
    98e3557 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    51de002 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b1b85c8 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2024

  1. Remove SQL_TO_CSV and IFS_WRITE

    Signed-off-by: worksofliam <mrliamallan@live.co.uk>
    worksofliam committed May 13, 2024
    Configuration menu
    Copy the full SHA
    e10ecb6 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2024

  1. Format

    Signed-off-by: Seb Julliand <sebjulliand@gmail.com>
    sebjulliand committed May 14, 2024
    Configuration menu
    Copy the full SHA
    3ecfe0d View commit details
    Browse the repository at this point in the history
  2. Fixed getMemberInfo test

    Signed-off-by: Seb Julliand <sebjulliand@gmail.com>
    sebjulliand committed May 14, 2024
    Configuration menu
    Copy the full SHA
    53901fd View commit details
    Browse the repository at this point in the history