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

Edit templates for measurement registration #832

Merged

Commits on Sep 10, 2024

  1. WIP

    KochTobi committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    2b9dc75 View commit details
    Browse the repository at this point in the history
  2. wip

    KochTobi committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    7ca7d72 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2024

  1. make it work

    KochTobi committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    d45eb87 View commit details
    Browse the repository at this point in the history
  2. Extract behaviour

    KochTobi committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    f0e073b View commit details
    Browse the repository at this point in the history
  3. remove unused method

    KochTobi committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    82f0b1d View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2024

  1. Adapt proteomics template

    Fixes the edit case and renames instrument to MS device
    
    fixes #786
    KochTobi committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    265accb View commit details
    Browse the repository at this point in the history
  2. Make ngs row creation simpler

    Uses the enum and enhanced switch to make sure all columns are covered and removes complexity.
    KochTobi committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    f278e28 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9ce0bc3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c5b7496 View commit details
    Browse the repository at this point in the history
  5. Fix column name

    KochTobi committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    eb906f2 View commit details
    Browse the repository at this point in the history
  6. Fix sheet locking

    Excel protected the visible sheet. I do not know why and can only speculate that some reordering was not complete. Creating the hidden sheet second solves the issue.
    KochTobi committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    ea44f52 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5965ca5 View commit details
    Browse the repository at this point in the history
  8. correct spelling

    KochTobi committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    19568fc View commit details
    Browse the repository at this point in the history
  9. fix jpa access

    KochTobi committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    df82459 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    4c5bccd View commit details
    Browse the repository at this point in the history
  11. fix constructors in tests

    KochTobi committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    aec0f86 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2024

  1. use correct methods

    KochTobi committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    5cdefa3 View commit details
    Browse the repository at this point in the history
  2. Fix wrong imports

    Co-authored-by: steffengreiner <steffen.greiner@qbic.uni-tuebingen.de>
    KochTobi and Steffengreiner committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    4294945 View commit details
    Browse the repository at this point in the history
  3. move test

    Co-authored-by: steffengreiner <steffen.greiner@qbic.uni-tuebingen.de>
    KochTobi and Steffengreiner committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    bbdfa72 View commit details
    Browse the repository at this point in the history
  4. Add QBIC_SAMPLE_ID

    Co-authored-by: steffengreiner <steffen.greiner@qbic.uni-tuebingen.de>
    KochTobi and Steffengreiner committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    b81cef4 View commit details
    Browse the repository at this point in the history