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

Interactive apps #78

Merged
merged 51 commits into from
Jan 25, 2024
Merged

Interactive apps #78

merged 51 commits into from
Jan 25, 2024

Commits on Aug 25, 2023

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

Commits on Sep 4, 2023

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

Commits on Sep 5, 2023

  1. Configuration menu
    Copy the full SHA
    1c82e3a View commit details
    Browse the repository at this point in the history
  2. Revert "Endpoint to upload a file to a completed job"

    This reverts commit 4eae4e1.
    sverhoeven committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    1f49c86 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5fd706f View commit details
    Browse the repository at this point in the history
  4. Add missing import

    sverhoeven committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    bafcc3b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3189ba7 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2023

  1. Escape newlines in command + stringify all command args

    Otherwise quoting fails
    sverhoeven committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    0f5a55f View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2023

  1. Configuration menu
    Copy the full SHA
    2b19b51 View commit details
    Browse the repository at this point in the history
  2. Make linters happy

    sverhoeven committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    346c3ef View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2023

  1. Add re

    sverhoeven committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    6edd4e5 View commit details
    Browse the repository at this point in the history
  2. Remove newline escape

    Got error:
    usage: haddock3-re [-h] {score,clustrmsd,clustfcc} ...\nhaddock3-re: error: unrecognized arguments: 0.1  output/11_clustfcc/\n'
    sverhoeven committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    6e17255 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2023

  1. Configuration menu
    Copy the full SHA
    af04527 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    65de039 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2023

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

Commits on Nov 3, 2023

  1. Configuration menu
    Copy the full SHA
    4cac5e4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    46cc790 View commit details
    Browse the repository at this point in the history
  3. Regenerate poetry.lock

    sverhoeven committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    0fc8183 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2023

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

Commits on Nov 14, 2023

  1. Lost a $

    sverhoeven committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    f86d57b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9b17967 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    79924c8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    20cace0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    16d9c17 View commit details
    Browse the repository at this point in the history
  6. Making CI green

    sverhoeven committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    a3b517e View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2023

  1. Better english

    sverhoeven committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    0d980c2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1391388 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d3303fe View commit details
    Browse the repository at this point in the history
  4. Rename command to command_template + Rename input to `input_sch…

    …ema` + more validation on startup
    sverhoeven committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    f4bb53d View commit details
    Browse the repository at this point in the history
  5. Add q filter when validating command template during startup + add sk…

    …ipped test for nested files
    sverhoeven committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    fb63bb6 View commit details
    Browse the repository at this point in the history
  6. Fix config examples

    sverhoeven committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    4ca82fe View commit details
    Browse the repository at this point in the history
  7. One more rename

    sverhoeven committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    4d59f80 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2024

  1. During startup rewrite openapi spec so applications and interactive a…

    …pplications are static routes.
    sverhoeven committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    58b0b3f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a03a13d View commit details
    Browse the repository at this point in the history
  3. openapi generator is very picky.

    upload should be typed as blob, but changes locally elsewhere cause it to become any|null.
    Which is invalid client code.
    
    To fix had to make sure routes with fileresponse have correct response content type.
    
    TODO
    - When extra application is added then generated client has any|null type for last app.
    sverhoeven committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    98cb6c9 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2024

  1. Configuration menu
    Copy the full SHA
    55ef007 View commit details
    Browse the repository at this point in the history
  2. Fix tests

    sverhoeven committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    e293401 View commit details
    Browse the repository at this point in the history
  3. Self review

    sverhoeven committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    2c70ec3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d532117 View commit details
    Browse the repository at this point in the history
  5. More tests

    sverhoeven committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    2e08ec9 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2024

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

Commits on Jan 15, 2024

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

Commits on Jan 24, 2024

  1. Configuration menu
    Copy the full SHA
    0106108 View commit details
    Browse the repository at this point in the history
  2. Fix test

    sverhoeven committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    f07816f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6adb63a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7ec2571 View commit details
    Browse the repository at this point in the history
  5. No placeholders anymore

    sverhoeven committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    32c309b View commit details
    Browse the repository at this point in the history
  6. Fix test

    sverhoeven committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    f3d68dc View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2024

  1. Configuration menu
    Copy the full SHA
    00acb9d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d7d61b2 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #81 from i-VRESSE/richer-application

    Make application endpoints more like interactive endpoints
    sverhoeven authored Jan 25, 2024
    Configuration menu
    Copy the full SHA
    87388f7 View commit details
    Browse the repository at this point in the history