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

Feature/runtime secret #37 condtype on mec only #46

Merged

Commits on Feb 29, 2024

  1. added empty CHANGELOG file; deleted secret_sync.rs; focusing on relea…

    …sing 0.2.0; will NOT remove associated types for async support
    root committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    ce0294a View commit details
    Browse the repository at this point in the history
  2. added self.1.clone() for the clone impl lol

    root committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    890a421 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2024

  1. Configuration menu
    Copy the full SHA
    cd22817 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9158072 View commit details
    Browse the repository at this point in the history
  3. updated the readme

    root committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    ba926ab View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2024

  1. added some docs + SecrecySecret type alias

    root committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    7c26805 View commit details
    Browse the repository at this point in the history
  2. added a few more lines of docs

    root committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    1a6c340 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2024

  1. update; refine docs on readme

    root committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    d01bc51 View commit details
    Browse the repository at this point in the history
  2. completely removed Unchecked and RTExposeSecretUnchecked because U0 m…

    …eans shouldn't be able to expose at all
    root committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    5729eb2 View commit details
    Browse the repository at this point in the history
  3. tests passed

    root committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    3cf0832 View commit details
    Browse the repository at this point in the history
  4. added more tests to rt secret

    root committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    40ce585 View commit details
    Browse the repository at this point in the history
  5. tests passed for rt secret, added some more

    root committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    44b3431 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    eb055cc View commit details
    Browse the repository at this point in the history
  7. make RTExposeSecret trait simpler

    root committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    8f31418 View commit details
    Browse the repository at this point in the history
  8. impl ChooseMinimallyRepresentableUInt for NumericalZeroSizedType; pub…

    … use runtime::secret::*;
    root committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    a20b14a View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2024

  1. removed unsigned trait bound from MEC

    root committed Mar 9, 2024
    Configuration menu
    Copy the full SHA
    c99dc70 View commit details
    Browse the repository at this point in the history
  2. further simplify the ExposeSecret trait

    root committed Mar 9, 2024
    Configuration menu
    Copy the full SHA
    303bf50 View commit details
    Browse the repository at this point in the history
  3. secrecysecret is completedgit status!

    root committed Mar 9, 2024
    Configuration menu
    Copy the full SHA
    90833ff View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b3e803b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    07e66e4 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2024

  1. added docstrings

    root committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    f043eb6 View commit details
    Browse the repository at this point in the history
  2. update docs

    root committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    035dbf8 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2024

  1. Configuration menu
    Copy the full SHA
    80821e0 View commit details
    Browse the repository at this point in the history
  2. fixed the problem without using 'static by having another private fun…

    …ction can_expose()
    root committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    0e4fba8 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #45 from jymchng/runtime-secret-#37-condtype-on-me…

    …c-only-remove-generic-error-on-rtexposesecret-trait
    
    Runtime secret #37 condtype on mec only remove generic error on rtexposesecret trait
    jymchng authored Mar 15, 2024
    Configuration menu
    Copy the full SHA
    5ec70ce View commit details
    Browse the repository at this point in the history
  4. updated readme with more examples

    root committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    41f5695 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2024

  1. written changelog, refined README.md

    root committed Mar 16, 2024
    Configuration menu
    Copy the full SHA
    54c56e8 View commit details
    Browse the repository at this point in the history
  2. update README.md

    root committed Mar 16, 2024
    Configuration menu
    Copy the full SHA
    5b1d69f View commit details
    Browse the repository at this point in the history
  3. v0.2.0git status!

    root committed Mar 16, 2024
    Configuration menu
    Copy the full SHA
    019e2c6 View commit details
    Browse the repository at this point in the history