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

Node Attributes #141

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

Commits on Feb 15, 2023

  1. 3 nodes complete

    JesusGuerrero committed Feb 15, 2023
    Configuration menu
    Copy the full SHA
    b2504bd View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2023

  1. regex node attributes

    JesusGuerrero committed Feb 17, 2023
    Configuration menu
    Copy the full SHA
    f863a4b View commit details
    Browse the repository at this point in the history
  2. cleanup for prod

    JesusGuerrero committed Feb 17, 2023
    Configuration menu
    Copy the full SHA
    ac8dc53 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2023

  1. Fix server crash

    Martha Cryan authored and Martha Cryan committed Mar 9, 2023
    Configuration menu
    Copy the full SHA
    9c87f85 View commit details
    Browse the repository at this point in the history
  2. Fix attribute bug

    Martha Cryan authored and Martha Cryan committed Mar 9, 2023
    Configuration menu
    Copy the full SHA
    3f2bf33 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2023

  1. Fix sequence node

    Martha Cryan authored and Martha Cryan committed Mar 13, 2023
    Configuration menu
    Copy the full SHA
    07f22e9 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2023

  1. Update to use attributes list instead of hash

    Martha Cryan authored and Martha Cryan committed Mar 14, 2023
    Configuration menu
    Copy the full SHA
    b51fdc0 View commit details
    Browse the repository at this point in the history
  2. Add mapped terms support

    Martha Cryan authored and Martha Cryan committed Mar 14, 2023
    Configuration menu
    Copy the full SHA
    1c716b3 View commit details
    Browse the repository at this point in the history
  3. Update regex to use arrays

    Martha Cryan authored and Martha Cryan committed Mar 14, 2023
    Configuration menu
    Copy the full SHA
    f6ec88a View commit details
    Browse the repository at this point in the history
  4. Fix check box

    Martha Cryan authored and Martha Cryan committed Mar 14, 2023
    Configuration menu
    Copy the full SHA
    87ba823 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2023

  1. Fix regex

    Martha Cryan authored and Martha Cryan committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    a6a1129 View commit details
    Browse the repository at this point in the history
  2. Clean up code

    Martha Cryan authored and Martha Cryan committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    ccd9eb7 View commit details
    Browse the repository at this point in the history
  3. Clean up sequence node

    Martha Cryan authored and Martha Cryan committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    346bd05 View commit details
    Browse the repository at this point in the history
  4. Update literal to use arrays for attributes

    Martha Cryan authored and Martha Cryan committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    df2e782 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2023

  1. Update union to use attributes [wip]

    Martha Cryan authored and Martha Cryan committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    06fb8db View commit details
    Browse the repository at this point in the history
  2. Add initial UI for attributes in filter/ consolidate nodes

    Martha Cryan authored and Martha Cryan committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    86289e1 View commit details
    Browse the repository at this point in the history
  3. Prevent consolidate nodes from having multiple inputs

    Martha Cryan authored and Martha Cryan committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    a92db8c View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2023

  1. Fix consolidate node

    Martha Cryan authored and Martha Cryan committed Mar 17, 2023
    Configuration menu
    Copy the full SHA
    bcd3b8b View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2023

  1. Fix union panel

    Martha Cryan authored and Martha Cryan committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    fee1f81 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2023

  1. Fix sequence node

    Martha Cryan authored and Martha Cryan committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    fb041c2 View commit details
    Browse the repository at this point in the history
  2. Fix consolidate and regex

    Martha Cryan authored and Martha Cryan committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    7f8c0d9 View commit details
    Browse the repository at this point in the history
  3. Fix union node

    Martha Cryan authored and Martha Cryan committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    a52f5c3 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2023

  1. Prevent filter crash when no attributes are defined

    Martha Cryan authored and Martha Cryan committed Mar 27, 2023
    Configuration menu
    Copy the full SHA
    0097d72 View commit details
    Browse the repository at this point in the history
  2. Improve error handling and fix regex

    Martha Cryan authored and Martha Cryan committed Mar 27, 2023
    Configuration menu
    Copy the full SHA
    eb8139c View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2023

  1. Fix regex label

    Martha Cryan authored and Martha Cryan committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    f27051f View commit details
    Browse the repository at this point in the history
  2. Update tutorial flow to include attributes and add attributes to unio…

    …n node
    Martha Cryan authored and Martha Cryan committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    d7a96a4 View commit details
    Browse the repository at this point in the history
  3. Remove info icon

    Martha Cryan authored and Martha Cryan committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    f8c301f View commit details
    Browse the repository at this point in the history
  4. Fix checkbox

    Martha Cryan authored and Martha Cryan committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    174e8f9 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2023

  1. Automatically save attribute without pressing enter

    Martha Cryan authored and Martha Cryan committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    c792929 View commit details
    Browse the repository at this point in the history
  2. Prevent crash if attributes aren't defined

    Martha Cryan authored and Martha Cryan committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    a8bf673 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2023

  1. Add validation to attributes list

    Martha Cryan authored and Martha Cryan committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    2df0aea View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2023

  1. Fix tokens sequence bug

    Martha Cryan authored and Martha Cryan committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    90c878e View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2023

  1. Update wording of rename attributes

    Martha Cryan authored and Martha Cryan committed Apr 3, 2023
    Configuration menu
    Copy the full SHA
    2c5206e View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2023

  1. Automatically update regex when attributes change

    Martha Cryan authored and Martha Cryan committed Apr 4, 2023
    Configuration menu
    Copy the full SHA
    8efe74e View commit details
    Browse the repository at this point in the history
  2. Update filter to select attributes instead of nodes

    Martha Cryan authored and Martha Cryan committed Apr 4, 2023
    Configuration menu
    Copy the full SHA
    36b5adf View commit details
    Browse the repository at this point in the history
  3. Update consolidate to select attributes instead of nodes

    Martha Cryan authored and Martha Cryan committed Apr 4, 2023
    Configuration menu
    Copy the full SHA
    5903aee View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2023

  1. Fix > symbol

    Martha Cryan authored and Martha Cryan committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    71b12f5 View commit details
    Browse the repository at this point in the history