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

Improve API Error Handling, etc #647

Closed

Commits on Apr 18, 2024

  1. adjust caiman dependencies

    tienday committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    ea1af91 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2024

  1. Merge pull request #342 from arayabrain/feature/adjust-caiman-depende…

    …ncies
    
    adjust caiman dependencies
    ahadjiev authored Apr 22, 2024
    Configuration menu
    Copy the full SHA
    4765836 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2024

  1. Update docs about x86_64 installation

    Miles D authored and milesAraya committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    6d0277f View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2024

  1. improve logger

    - enable debug level for optinist-logger
    - adjust logging-format
    tienday committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    c93fa91 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2024

  1. add rule name for each rules

    tienday committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    e2f3db9 View commit details
    Browse the repository at this point in the history
  2. add validation for node input data

    tienday committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    7a8d082 View commit details
    Browse the repository at this point in the history
  3. refactor snakemake modules

    - improve error message
    - use constants
    tienday committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    c580332 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2024

  1. Configuration menu
    Copy the full SHA
    9b0e3f1 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #348 from arayabrain/feature/improve-snakemake-runner

    improve snakemake runner
    emuemuJP authored Jun 11, 2024
    Configuration menu
    Copy the full SHA
    e9cf786 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2024

  1. improve workflow runner

    - Clarify definition and determination of NodeType (Data or Algo)
    tienday committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    a37bf5e View commit details
    Browse the repository at this point in the history
  2. improve workflow runner

    - Clarify definition and determination of NodeType (Data or Algo)
    tienday committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    dcc791d View commit details
    Browse the repository at this point in the history
  3. refactor ACCEPT_FILE_EXT

    Use Enum, simplify implementation
    tienday committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    6e4e207 View commit details
    Browse the repository at this point in the history
  4. fix typo

    tienday committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    a71045a View commit details
    Browse the repository at this point in the history
  5. fix typo

    tienday committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    2e157a0 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2024

  1. Merge pull request #354 from arayabrain/feature/improve-workflow-runner

    improve workflow runner
    emuemuJP authored Jun 14, 2024
    Configuration menu
    Copy the full SHA
    7b2fe11 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2024

  1. modify poetry option on dockerfile

    tienday committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    ef3bc35 View commit details
    Browse the repository at this point in the history
  2. modify poetry option on dockerfile

    tienday committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    ddd1f09 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2024

  1. update vscode settings (for prettier)

    tienday committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    c434c55 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2024

  1. update settings for multiuser mode

    tienday committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    a8afd5b View commit details
    Browse the repository at this point in the history
  2. update docs for multiuser mode

    tienday committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    3af0e07 View commit details
    Browse the repository at this point in the history
  3. corrected grammar

    tienday committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    56124c3 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2024

  1. update multiuser mode setup docs

    tienday committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    49cec32 View commit details
    Browse the repository at this point in the history
  2. add ExptDataWriter

    tienday committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    af8bc92 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #363 from arayabrain/feature/update-vscode-settings

    update vscode settings (for prettier)
    emuemuJP authored Jun 27, 2024
    Configuration menu
    Copy the full SHA
    ad49e3f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b8b9938 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2024

  1. corrected wording

    tienday committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    74d885b View commit details
    Browse the repository at this point in the history
  2. Fixed ExptDataWriter bug

    - A seek(0) was needed before file write in rename().
    tienday committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    91dcdb8 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2024

  1. Merge pull request #369 from arayabrain/feature/add_expt-data-writer

    Fixed ExptDataWriter bug
    itutu-tienday authored Jul 1, 2024
    Configuration menu
    Copy the full SHA
    f878c29 View commit details
    Browse the repository at this point in the history
  2. refactor api loading icon display

    - add loading flag to <Loading />
    - Unified variable naming rules
      - isLoading -> loading
      - selectLoadingXXX -> selectLoading
    tienday committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    e3da36d View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2024

  1. Merge pull request #364 from arayabrain/feature/update-multiuser-sett…

    …ings
    
    Update settings and docs for multiuser mode
    emuemuJP authored Jul 2, 2024
    Configuration menu
    Copy the full SHA
    16eacd3 View commit details
    Browse the repository at this point in the history
  2. add api loading icon display for workflow screen

    tienday committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    34a4931 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    583c830 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    38f836b View commit details
    Browse the repository at this point in the history
  5. add api loading icon display - for record screen

    - for get experiments
    - for delete experiments
    tienday committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    1cd1937 View commit details
    Browse the repository at this point in the history
  6. add api loading icon display - visualize - roi

    tienday committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    c22d03a View commit details
    Browse the repository at this point in the history
  7. api loading icon display) fix test code

    tienday committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    16e49f3 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2024

  1. Merge pull request #345 from arayabrain/feature/docsExplainRosetta

    Update docs about x86_64 installation
    itutu-tienday authored Jul 4, 2024
    Configuration menu
    Copy the full SHA
    502f7d1 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2024

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

Commits on Jul 9, 2024

  1. modify doc internal link

    Support for internal linking in multiple environments (markdonw,sphinx). (Use special characters for numbers)
    tienday committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    69141c3 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #382 from arayabrain/feature/update-multiuser-setu…

    …p-doc
    
    modify doc internal link
    itutu-tienday authored Jul 9, 2024
    Configuration menu
    Copy the full SHA
    2a8816c View commit details
    Browse the repository at this point in the history
  3. build frontend for refactor loading icon

    tienday committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    c0c54bc View commit details
    Browse the repository at this point in the history
  4. Merge pull request #376 from arayabrain/feature/refactor-api-loading-…

    …icon
    
    Refactoring loading icon display at API request
    itutu-tienday authored Jul 9, 2024
    Configuration menu
    Copy the full SHA
    03193ad View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2024

  1. add ExptOutputPathIds

    tienday committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    1fb604f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #386 from arayabrain/feature/add-output-path-id-pa…

    …rser
    
    Add a parser for each ID in the experiment output data path
    itutu-tienday authored Jul 11, 2024
    Configuration menu
    Copy the full SHA
    225ae0c View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2024

  1. add loading icon for fetch workflow api

    tienday committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    189653a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #388 from arayabrain/feature/refactor-api-loading-…

    …icon
    
    add loading icon for fetch workflow api
    itutu-tienday authored Jul 16, 2024
    Configuration menu
    Copy the full SHA
    9bbf4e6 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2024

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

Commits on Jul 25, 2024

  1. update makefile

    - add comments
    - change `docker compose` command to modern format
    tienday committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    df8c373 View commit details
    Browse the repository at this point in the history
  2. update makefile

    - Adjusted build_frontend to work properly
    - Adjustment of useless container removal behavior
      - Removed --remove-orphans from docker compose down
      s- Added rm_unused_docker_containers function
    tienday committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    6d2aedc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e23dae9 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2024

  1. Merge pull request #393 from arayabrain/feature/update-makefile

    Update optinist Makefile
    itutu-tienday authored Jul 29, 2024
    Configuration menu
    Copy the full SHA
    33b77d6 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2024

  1. improve suite2p conda yaml

    - Stabilize and speed up create env (mainly for apple sillicon machine)
    tienday committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    c775e9b View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2024

  1. add export version info script

    tienday committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    bdfa5e2 View commit details
    Browse the repository at this point in the history
  2. add DevelopmentInformation component

    tienday committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    27c318a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c86b46f View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2024

  1. support dynamic import of .versions.json

    tienday committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    ec52a86 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2024

  1. Merge pull request #401 from arayabrain/feature/add-development-info

    Feature/add development info
    itutu-tienday authored Aug 5, 2024
    Configuration menu
    Copy the full SHA
    75155e0 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2024

  1. Merge pull request #400 from arayabrain/feature/improve-suite2p-conda…

    …-yaml
    
    improve suite2p conda yaml
    itutu-tienday authored Aug 6, 2024
    Configuration menu
    Copy the full SHA
    a4daf31 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    72a8fe1 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2024

  1. update test makefile and docker files

    - makefile
      - keep test docker image
    - docker files
      - docker-compose
        - rename docker-compose service name
      - dockerfile
        - build conda environment in dockerfile
        - keep poetry install status
    tienday committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    359862d View commit details
    Browse the repository at this point in the history
  2. modify test_snakemake_executor.py

    - fixed snakemake to run properly
      - add and update files needed for testing (.yaml, .pkl)
    - organized test cases
    tienday committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    bff7062 View commit details
    Browse the repository at this point in the history
  3. resolve pytest warnings

    tienday committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    4ac3e2a View commit details
    Browse the repository at this point in the history
  4. test code refactoring

    - organize test data input/output paths
    - detailed factoring of test code
    tienday committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    bbe2ecd View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2024

  1. add util func to PickleReader

    tienday committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    7549b05 View commit details
    Browse the repository at this point in the history
  2. add lccd workflow to snakemake test code

    tienday committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    4019720 View commit details
    Browse the repository at this point in the history
  3. add lccd workflow to snakemake test code #2

    tienday committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    4d22983 View commit details
    Browse the repository at this point in the history
  4. Supports mode switching for testing by environment

    - Switch between test_backend (lighter process) and test_backend_full (heavier process)
    tienday committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    451e99a View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2024

  1. update docs with algorithm node descriptions & Some renaming/reorgani…

    …sation
    
    Add some more information to data_nodes
    milesAraya committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    994bd5a View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2024

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

Commits on Aug 20, 2024

  1. Configuration menu
    Copy the full SHA
    3a7ba4b View commit details
    Browse the repository at this point in the history
  2. adjusted document tree hierarchy

    tienday committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    be0aebf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3e4b028 View commit details
    Browse the repository at this point in the history
  4. fixed a bug in the rename of exepriment name

    tienday committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    f7ab834 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2024

  1. Merge pull request #416 from arayabrain/feature/add_expt-data-writer

    fixed a bug in the rename of exepriment name
    itutu-tienday authored Aug 21, 2024
    Configuration menu
    Copy the full SHA
    b5eb69b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #415 from arayabrain/feature/update-docs-2

    Update for feature/update-docs
    milesAraya authored Aug 21, 2024
    Configuration menu
    Copy the full SHA
    0823d17 View commit details
    Browse the repository at this point in the history
  3. update docs with algorithm node descriptions & Some renaming/reorgani…

    …sation
    
    Add some more information to data_nodes
    milesAraya committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    0448e0a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8707be3 View commit details
    Browse the repository at this point in the history
  5. adjusted document tree hierarchy

    tienday authored and milesAraya committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    c1ab962 View commit details
    Browse the repository at this point in the history
  6. adjusted document tree hierarchy (additional fixes)

    tienday authored and milesAraya committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    a9ce49a View commit details
    Browse the repository at this point in the history
  7. fixes based on PR comments

    milesAraya committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    89a1e80 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5d4fab6 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2024

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

Commits on Aug 30, 2024

  1. nwb file to for_developer

    milesAraya committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    c56089a View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

  1. Improved handling of authentication errors

    tienday committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    ac7c7e5 View commit details
    Browse the repository at this point in the history
  2. Adjusted header icon display in multiuser mode

    tienday committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    f8e3958 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #430 from arayabrain/feature/improve-auth-and-mino…

    …r-issues
    
    Improvements in auth and minor ui
    itutu-tienday authored Sep 10, 2024
    Configuration menu
    Copy the full SHA
    42e6cde View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2024

  1. multiuser mode docs fix

    milesAraya committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    a2c9148 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eb7ec03 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    be95cd9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5008a07 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    227b1b7 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

  1. Configuration menu
    Copy the full SHA
    5cf66c4 View commit details
    Browse the repository at this point in the history
  2. [edit_roi] improve loading icon: Full screen display of loading icon …

    …in “commit roi”
    tienday committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    f4bd705 View commit details
    Browse the repository at this point in the history
  3. [edit roi] Improved message display in frontend when backend errors o…

    …ccur
    
    - be: Fixed snakemake run to correctly detect if there is an error or not.
    - fe: Fixed proper display of snackbar when be error occurs
    tienday committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    7a8ff69 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2024

  1. [edit roi] refactor variables

    tienday committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    2990532 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #446 from arayabrain/feature/edit-roi-ui-improve-b…

    …ugfix
    
    Edit ROI UI improve bugfix
    itutu-tienday authored Sep 27, 2024
    Configuration menu
    Copy the full SHA
    29a93a4 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2024

  1. Merge pull request #410 from arayabrain/feature/update-docs

    update docs with algorithm node descriptions & Some renaming/reorganisation
    milesAraya authored Oct 1, 2024
    Configuration menu
    Copy the full SHA
    283e4ec View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2024

  1. improve frontend dotenv

    - Change default value of API endpoint variable (from window.location)
    tienday committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    99ff301 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2024

  1. Merge pull request #458 from arayabrain/feature/improve-fe-dotenv

    improve frontend dotenv
    itutu-tienday authored Oct 8, 2024
    Configuration menu
    Copy the full SHA
    e4c0cdf View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2024

  1. improve api request error handling

    tienday committed Oct 12, 2024
    Configuration menu
    Copy the full SHA
    426d864 View commit details
    Browse the repository at this point in the history
  2. improve frontend .env validation

    tienday committed Oct 12, 2024
    Configuration menu
    Copy the full SHA
    664e7c8 View commit details
    Browse the repository at this point in the history