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

Enabling entity level setting for sourceCapture optional settings #1326

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

Commits on Oct 24, 2024

  1. Configuration menu
    Copy the full SHA
    25f61b0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d5083a7 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2024

  1. Merge remote-tracking branch 'origin/main' into travjenkins/feature/i…

    …ncompatible-schema-entity-level
    travjenkins committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    72d8b19 View commit details
    Browse the repository at this point in the history
  2. Starting wiring up stuff. Going to end up sharing a lot of this code

     for sure - but want the UI stubbed out
    travjenkins committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    fea1924 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2024

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

Commits on Nov 7, 2024

  1. Switching to new design where both settings are just switches

    Starting to move delta updates into a stand alone component
    travjenkins committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    faea0de View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2024

  1. Merge remote-tracking branch 'origin/main' into travjenkins/feature/i…

    …ncompatible-schema-entity-level
    travjenkins committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    2be4a10 View commit details
    Browse the repository at this point in the history
  2. adding items to the store

    moving details into a single chip
    travjenkins committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    3be6125 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2024

  1. Configuration menu
    Copy the full SHA
    c7b33d1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    688e424 View commit details
    Browse the repository at this point in the history
  3. Fixing the delete button size

    Adding some padding around the top and bottom
    travjenkins committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    4dca48b View commit details
    Browse the repository at this point in the history
  4. Adding some more space

    travjenkins committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    7777ede View commit details
    Browse the repository at this point in the history
  5. more spacing tweaks

    travjenkins committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    3349e4a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    49055ca View commit details
    Browse the repository at this point in the history
  7. final spacing tweak

    travjenkins committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    d8af346 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f45097f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a813a3d View commit details
    Browse the repository at this point in the history
  10. Starting to wire up passing around the new props

    Getting tests working
    travjenkins committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    e68e51c View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    3dc7ff6 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2024

  1. TODO

    travjenkins committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    8c921a0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ecc9ac6 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2024

  1. Doing deeper compares to know when to update (so flags are updated pr…

    …operly)
    
    Starting to stub out where the WASM calls will go
    Adding a Nullable typescript util
    travjenkins committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    752b262 View commit details
    Browse the repository at this point in the history
  2. Getting some more specific typing handled

    Minor renaming
    More work on handling name vs setting changes
    travjenkins committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    003bda8 View commit details
    Browse the repository at this point in the history
  3. Won't need binding index because these settings are INSIDE the resource

      config so they are not going to be like backfill
    Getting the cancel button working right
    travjenkins committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    e661964 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b7e583f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    954b42e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d6f7828 View commit details
    Browse the repository at this point in the history
  7. Moving some content to lang files

    Starting to check the props in the forms
    travjenkins committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    eaf7f57 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2024

  1. Merge remote-tracking branch 'origin/main' into travjenkins/feature/i…

    …ncompatible-schema-entity-level
    travjenkins committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    9635b2d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2e56e23 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9973289 View commit details
    Browse the repository at this point in the history
  4. Changing how we generate our AJV instance

    Looping over the annotation enum properly
    Checking for pointers properly
    travjenkins committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    77c8293 View commit details
    Browse the repository at this point in the history
  5. Disabling stuff so this can be merged while we wait on the new wasm

     features being exported
    travjenkins committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    e6aa9e3 View commit details
    Browse the repository at this point in the history
  6. disabling always updating

    travjenkins committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    cfa6e26 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a762449 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2024

  1. Getting the initial loading working

    Adding hook to fetch the source capture def
    travjenkins committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    0727a7d View commit details
    Browse the repository at this point in the history
  2. Removing some of the code to handle setting on bindings as that will be

     done later on.
    Adding hooks to fetch and set the source def
    Only defaulting sourceCapture once now
    Updating def type to be proper
    Handling not always showing optional settings
    travjenkins committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    0933a0d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a8d153d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a178979 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2024

  1. Being safe and checking if the form is active. Hard to open the modal

     while updating but should be safe
    travjenkins committed Dec 2, 2024
    Configuration menu
    Copy the full SHA
    393e161 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4471f04 View commit details
    Browse the repository at this point in the history
  3. cleaning up logging

    travjenkins committed Dec 2, 2024
    Configuration menu
    Copy the full SHA
    c062aa4 View commit details
    Browse the repository at this point in the history
  4. Not used

    travjenkins committed Dec 2, 2024
    Configuration menu
    Copy the full SHA
    c449b99 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    76683b3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a52b7ea View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a0fb0c7 View commit details
    Browse the repository at this point in the history
  8. Renaming files

    Moving options into stand alone file
    Cleaning up unused values
    travjenkins committed Dec 2, 2024
    Configuration menu
    Copy the full SHA
    1fdd888 View commit details
    Browse the repository at this point in the history
  9. not needed

    travjenkins committed Dec 2, 2024
    Configuration menu
    Copy the full SHA
    8349a56 View commit details
    Browse the repository at this point in the history
  10. marking todo

    travjenkins committed Dec 2, 2024
    Configuration menu
    Copy the full SHA
    c96ca7a View commit details
    Browse the repository at this point in the history
  11. marking todo

    travjenkins committed Dec 2, 2024
    Configuration menu
    Copy the full SHA
    ff5d994 View commit details
    Browse the repository at this point in the history
  12. removing commented code

    travjenkins committed Dec 2, 2024
    Configuration menu
    Copy the full SHA
    4eb0b59 View commit details
    Browse the repository at this point in the history
  13. Not needed

    travjenkins committed Dec 2, 2024
    Configuration menu
    Copy the full SHA
    b028f0b View commit details
    Browse the repository at this point in the history