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

User Annotation Improvements #182

Open
wants to merge 22 commits into
base: main
Choose a base branch
from
Open

Commits on Mar 8, 2024

  1. add context menu in soh graph

    this will allow opening tag dialog once created
    jacdavi committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    ff6d506 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2024

  1. get basic modal that shows tags

    rework backend to hold tags in map (need to test with mm)
    add tags column to stopped experiment
    jacdavi committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    c2a9499 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2024

  1. add frontend editing of tags

    jacdavi committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    00776ba View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ea7d8c1 View commit details
    Browse the repository at this point in the history
  3. minor cleanup

    jacdavi committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    d0ce429 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2024

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

Commits on Mar 19, 2024

  1. Configuration menu
    Copy the full SHA
    efe1a6a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6e4bb25 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2024

  1. Configuration menu
    Copy the full SHA
    f0d2c4f View commit details
    Browse the repository at this point in the history
  2. persist tag changes on running experimentrename tag modal to labels m…

    …odal since persistent, makes more sense to refer to it as labels instead of tags
    jacdavi committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    2f541da View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    67fb0dd View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2024

  1. Configuration menu
    Copy the full SHA
    b4f18cc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    139bce3 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2024

  1. make notes one line each; show in soh modal

    remove context menu from soh
    add buttons in soh for notes/labels and customizing color
    include vm tags in soh payload
    switch to using mixins for global functions
    jacdavi committed May 1, 2024
    Configuration menu
    Copy the full SHA
    cda9983 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2024

  1. add style modal to override style in soh

    update method for updating vm to allow setting or adding tags
    jacdavi committed May 21, 2024
    Configuration menu
    Copy the full SHA
    d5f4dbc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1491b67 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2024

  1. change notes to allow multiline

    fix exception when opening soh with non-booted node
    remove debug print statements
    jacdavi committed May 25, 2024
    Configuration menu
    Copy the full SHA
    f2eb567 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2024

  1. Configuration menu
    Copy the full SHA
    3aaffb4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    164f5f4 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2024

  1. fix alignment in labels table

    jacdavi committed May 30, 2024
    Configuration menu
    Copy the full SHA
    9c7ae50 View commit details
    Browse the repository at this point in the history
  2. run go fmt

    jacdavi committed May 30, 2024
    Configuration menu
    Copy the full SHA
    f3f0370 View commit details
    Browse the repository at this point in the history
  3. remove console.log statements

    jacdavi committed May 30, 2024
    Configuration menu
    Copy the full SHA
    8f66302 View commit details
    Browse the repository at this point in the history