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(config): Add manager for environment config #25

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

Commits on Mar 6, 2023

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

Commits on Mar 27, 2023

  1. feat(config): Implement simple environment config scraping

    Add tests for config usage. Missing readme for usage. Create sample
    project with simple config and simple main config maintanance. Create 3
    cases for config watcher usage.
    Matovidlo committed Mar 27, 2023
    Configuration menu
    Copy the full SHA
    9576fec View commit details
    Browse the repository at this point in the history
  2. fix(examples): Add new example with config setup

    Dump config and set watcher for file config (ignore environment one)
    Fix file watcher due to infinite streaming of events
    Matovidlo committed Mar 27, 2023
    Configuration menu
    Copy the full SHA
    f0dd7b5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6ed492f View commit details
    Browse the repository at this point in the history