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

feat: Add introspectable ConfigSpec #770

Open
wants to merge 40 commits into
base: master
Choose a base branch
from

Commits on Aug 20, 2024

  1. vcs: Ignore Metals/VSC files

    Iltotore committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    e0db591 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2024

  1. refactor: Change internal structure of ConfigValue

    * Use named nodes (case classes) instead of anonymous classes
    * Remove `flatMap`
    Iltotore committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    6ab2ffc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    027f3ee View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    66cddfb View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2024

  1. Configuration menu
    Copy the full SHA
    07b93f0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9141cc0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f5999d2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9b3a368 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2024

  1. feat: Add ConfigCodec

    Iltotore committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    eaba692 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e3ad0c2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    acc8f7c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    90d6cb9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1579255 View commit details
    Browse the repository at this point in the history
  6. feat: Add codecs for http4s

    Iltotore committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    c6d405c View commit details
    Browse the repository at this point in the history
  7. feat: Add codecs for refined

    Iltotore committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    b1cbecc View commit details
    Browse the repository at this point in the history
  8. feat: Add codecs for squants

    Iltotore committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    1bd4939 View commit details
    Browse the repository at this point in the history
  9. feat: Add codecs for circe

    Iltotore committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    65483d2 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    22d9e50 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2024

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

Commits on Aug 30, 2024

  1. feat: Add ConfigCodec.pure

    Iltotore committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    5908eb5 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2024

  1. Configuration menu
    Copy the full SHA
    5435c88 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a54f462 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cbf0bfb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7f957c1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b3adb2c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7870e09 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

  1. fix: default/option priority

    Iltotore committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    f0d7b7d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cc41d61 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d87c95e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f28e6d6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d00be0d View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2024

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

Commits on Sep 30, 2024

  1. Configuration menu
    Copy the full SHA
    37fd471 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9b12e67 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b8e091d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    99d1b5e View commit details
    Browse the repository at this point in the history
  5. Remove ConfigValue#decodeAs

    vlovgr committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    cbfc04d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1a6ee0d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a28bad7 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    277643f View commit details
    Browse the repository at this point in the history