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

Credential Tagging Implementation #170

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

Credential Tagging Implementation #170

wants to merge 28 commits into from

Commits on Jun 14, 2024

  1. Configuration menu
    Copy the full SHA
    a05de31 View commit details
    Browse the repository at this point in the history
  2. Add ADS workspace

    markashleybell committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    4a2f218 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6dc7984 View commit details
    Browse the repository at this point in the history
  4. Initial SQLite schema

    markashleybell committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    51024e1 View commit details
    Browse the repository at this point in the history
  5. We no longer return UserID for every single credential in the summary…

    … list
    
    We already know what it is... so let's not transmit thousands of the same value over the wire.
    markashleybell committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    4709709 View commit details
    Browse the repository at this point in the history
  6. WIP: Very basic initial implementation of tagging

    This actually works pretty well, but there is no way to add or manage tags through the app yet, and a tag search doesn't yet work in combination with the standard text search (which it should).
    markashleybell committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    fe2ec21 View commit details
    Browse the repository at this point in the history
  7. Stop annoying UI jump when adding/removing tags

    This will do until I can restyle the tag input using flexbox/grid...
    markashleybell committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    bfd5d93 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2024

  1. Configuration menu
    Copy the full SHA
    a3b5300 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3a20f26 View commit details
    Browse the repository at this point in the history
  3. Formatting

    markashleybell committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    3d3399a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d7f0a92 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5eed0fa View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2024

  1. Configuration menu
    Copy the full SHA
    74c0f2f View commit details
    Browse the repository at this point in the history
  2. Remove console.log

    markashleybell committed Jun 22, 2024
    Configuration menu
    Copy the full SHA
    284907f View commit details
    Browse the repository at this point in the history
  3. Fix tag removal

    Dapper doesn't like you passing a list to multi-statement SQL; it seems to just ignore the DELETE completely. So this just splits out the DELETE from the UPDATE.
    markashleybell committed Jun 22, 2024
    Configuration menu
    Copy the full SHA
    d4a9de1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    43e5c2b View commit details
    Browse the repository at this point in the history
  5. Fix tag ordering

    markashleybell committed Jun 22, 2024
    Configuration menu
    Copy the full SHA
    c991ebb View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9a25708 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1bd22f2 View commit details
    Browse the repository at this point in the history
  8. Remove debug logging

    markashleybell committed Jun 22, 2024
    Configuration menu
    Copy the full SHA
    ad18438 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    026a9ee View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    4cb2a7f View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    c1e12ba View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    e9783c1 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    b32efa9 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    c7d3694 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    8b3d34d View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2024

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