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

Release v1.0.0 #26

Merged
merged 10 commits into from
Jul 26, 2024
Merged

Release v1.0.0 #26

merged 10 commits into from
Jul 26, 2024

Commits on Mar 12, 2024

  1. add: function to load expected environment variables.

    - set `OPENVAR_PLUGIN`to `$HOME/.local/share/openvariant`
    - check if environment variable are not in the env otherwise adds them
    - check if path extists already, otherwise create directory
    - update requiremente with appdir package
    FedericaBrando committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    0dd8449 View commit details
    Browse the repository at this point in the history
  2. update: builder func and create plugin func with env var

    -  update plugin builder to look for external plugin in `OPENVAR_PLUGIN`
    -  update create plugin function to use env_var by default
    - Add `loadEnvironmentVariables()` so plugin tests do not fail.
    FedericaBrando committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    7b5cb71 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2024

  1. Configuration menu
    Copy the full SHA
    51689e5 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #23 from bbglab/dev/21-add-env-variable-for-plugins

    Add environment variable `OPENVAR_PLUGIN`
    FedericaBrando authored Mar 13, 2024
    Configuration menu
    Copy the full SHA
    6b3796b View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2024

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

Commits on Mar 21, 2024

  1. Configuration menu
    Copy the full SHA
    4b13fe2 View commit details
    Browse the repository at this point in the history
  2. fix: update PyYAML so it does not break

    - fix  `AttributeError: cython_source`
    FedericaBrando committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    9b7d354 View commit details
    Browse the repository at this point in the history
  3. fix: ReadTheDocs documentation build (#24)

    * add: gcc and downgrade python to 3.7
    
    * fix: docs plugin explanation
    
    * fix: typo in docs
    FedericaBrando authored Mar 21, 2024
    Configuration menu
    Copy the full SHA
    3155df7 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2024

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

Commits on Jul 25, 2024

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