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

support execution collection input #685

Merged
merged 42 commits into from
Sep 4, 2024
Merged

support execution collection input #685

merged 42 commits into from
Sep 4, 2024

Commits on Jul 16, 2024

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

Commits on Jul 17, 2024

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

Commits on Jul 18, 2024

  1. Configuration menu
    Copy the full SHA
    e14150b View commit details
    Browse the repository at this point in the history
  2. update docs with 'OGC API Processes - Part 3 - CollectionInput' detai…

    …ls + prepare builtin process and tests for collection input
    fmigneault committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    a890478 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2024

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

Commits on Jul 26, 2024

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

Commits on Jul 27, 2024

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

Commits on Aug 21, 2024

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

Commits on Aug 22, 2024

  1. Configuration menu
    Copy the full SHA
    c7ae658 View commit details
    Browse the repository at this point in the history
  2. fix parsing of CWL I/O with 'format' as JS expression used to handle …

    …multiple format/media-type combinations (relates to common-workflow-language/cwl-v1.3#52)
    fmigneault committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    b504128 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2024

  1. Configuration menu
    Copy the full SHA
    dd0c8c7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a9ba7e2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ee63f2c View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2024

  1. [wip] adjust CWL output format with namespace - still error extractin…

    …g media-type GeoJSON instead of OGC FeatureCollection format
    fmigneault committed Aug 24, 2024
    Configuration menu
    Copy the full SHA
    bb9e069 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2024

  1. Configuration menu
    Copy the full SHA
    4b30de5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1fa2c98 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7c6a914 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2024

  1. add test for OGC API Features via Collection Input + patch headers ex…

    …pecting JSON although not provided by OWSLib
    fmigneault committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    111ab3f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d79f0f5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    525a5d5 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2024

  1. Configuration menu
    Copy the full SHA
    4e3f623 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    db269b7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3d0e54f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ffe4343 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e2999fb View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    263223a View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2024

  1. Configuration menu
    Copy the full SHA
    35ab78f View commit details
    Browse the repository at this point in the history
  2. fix lint

    fmigneault committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    81a754d View commit details
    Browse the repository at this point in the history
  3. fix test failing some combinations for filter/filter-lang/filter-crs …

    …check for collection input
    fmigneault committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    6ca4418 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a7eaabf View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0f060a4 View commit details
    Browse the repository at this point in the history
  6. fix docs and lint

    fmigneault committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    3f3baa1 View commit details
    Browse the repository at this point in the history
  7. change STAC Asset URL

    fmigneault committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    2ba2141 View commit details
    Browse the repository at this point in the history
  8. fix imports lint

    fmigneault committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    759f478 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2024

  1. Configuration menu
    Copy the full SHA
    3352189 View commit details
    Browse the repository at this point in the history
  2. add typing

    fmigneault committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    b88baf8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8adfae1 View commit details
    Browse the repository at this point in the history
  4. fix bad test

    fmigneault committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    4477ef3 View commit details
    Browse the repository at this point in the history
  5. more test coverage

    fmigneault committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    2e136c8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d3f165e View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2024

  1. Configuration menu
    Copy the full SHA
    c02aa51 View commit details
    Browse the repository at this point in the history
  2. patch merge conflict

    fmigneault committed Aug 31, 2024
    Configuration menu
    Copy the full SHA
    03f34ee View commit details
    Browse the repository at this point in the history