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

Pip-installable #54

Merged
merged 49 commits into from Mar 24, 2021
Merged

Pip-installable #54

merged 49 commits into from Mar 24, 2021

Commits on Mar 1, 2021

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

Commits on Mar 2, 2021

  1. make path to config file configurable in call to app.create or as env…

    … var. Default is now ~/.flexmeasures.conf
    nhoening committed Mar 2, 2021
    Copy the full SHA
    4e0b32a View commit details
    Browse the repository at this point in the history
  2. add topypi.sh

    nhoening committed Mar 2, 2021
    Copy the full SHA
    0299081 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2021

  1. support SECRET_KEY to be in config or env, support config to be in in…

    …stance directory (as recommended by Flask docs); improve helpful error messages
    nhoening committed Mar 3, 2021
    Copy the full SHA
    fd5e3d1 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    b2b90bf View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    846217e View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2021

  1. Copy the full SHA
    7e006b3 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    1f57f68 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    3bfc6db View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2021

  1. Copy the full SHA
    7e97518 View commit details
    Browse the repository at this point in the history
  2. attempt to get git description only when we have a .git directory (wi…

    …ll not get this info on staging anymore, but we can display the version now which contains such info)
    nhoening committed Mar 5, 2021
    Copy the full SHA
    fcc25dc View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    ffd358a View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    f83ac38 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    025afba View commit details
    Browse the repository at this point in the history
  6. Return version in main API endpoint, as well. Do not retrieve flexmea…

    …sures version via pkg_resources as that apparently is slow. Instead we can use importlib_metadata as we support Python 3.7.
    nhoening committed Mar 5, 2021
    Copy the full SHA
    8d4b7d0 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2021

  1. Copy the full SHA
    04a96a5 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2021

  1. Copy the full SHA
    f3e0c3f View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    7f5fbf5 View commit details
    Browse the repository at this point in the history
  3. updated Installation documentation; make MAIL_* settings not required…

    … to run FlexMeasures, but print a warning if they are missing
    nhoening committed Mar 7, 2021
    Copy the full SHA
    f758652 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2021

  1. Copy the full SHA
    54700b6 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    6cbbea4 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2021

  1. Typo

    Flix6x committed Mar 11, 2021
    Copy the full SHA
    a1f73b2 View commit details
    Browse the repository at this point in the history
  2. Missing parameter

    Flix6x committed Mar 11, 2021
    Copy the full SHA
    99f7466 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    49955a7 View commit details
    Browse the repository at this point in the history
  4. Reformulate

    Flix6x committed Mar 11, 2021
    Copy the full SHA
    442cf06 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2021

  1. Capitalize

    Flix6x committed Mar 12, 2021
    Copy the full SHA
    f14a4b4 View commit details
    Browse the repository at this point in the history
  2. Fix CLI commands

    Flix6x committed Mar 12, 2021
    Copy the full SHA
    ae5e4cd View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2021

  1. Copy the full SHA
    5959c2c View commit details
    Browse the repository at this point in the history
  2. Merge branch 'issue-51-Pip-installable' of github.com:SeitaBV/flexmea…

    …sures into issue-51-Pip-installable
    nhoening committed Mar 13, 2021
    Copy the full SHA
    cf51422 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2021

  1. make SECRET_KEY a required setting and let all required settings be l…

    …oaded from env vars after possibly existing config file is read
    nhoening committed Mar 14, 2021
    Copy the full SHA
    38a9e1f View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2021

  1. complete Configuration docs, better support FLEXMEASURES_DEMO_YEAR, c…

    …hange FLEXMEASURES_PUBLIC_DEMO to FLEXMEASURES_PUBLIC_DEMO_CREDENTIALS, add warning if FLEXMEASURES_REDIS_* settings are missing
    nhoening committed Mar 15, 2021
    Copy the full SHA
    5d40f9d View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    256083c View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    3eea2f1 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2021

  1. Copy the full SHA
    b76c3bb View commit details
    Browse the repository at this point in the history
  2. small changes to tutorial

    nhoening committed Mar 16, 2021
    Copy the full SHA
    da43615 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2021

  1. move migrations directory within flexmeasures package and tell Flask-…

    …Migrate about its location
    nhoening committed Mar 17, 2021
    Copy the full SHA
    04920bb View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2021

  1. Copy the full SHA
    4fc7351 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2021

  1. adapt key names according to our (more recent) naming conventions in …

    …our migration history -> one complete db upgrade flow works now
    nhoening committed Mar 22, 2021
    Copy the full SHA
    64fb24d View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    72700b0 View commit details
    Browse the repository at this point in the history
  3. Display an error if no assets exist yet. Also, move some demo hack co…

    …de out of the main view function.
    nhoening committed Mar 22, 2021
    Copy the full SHA
    90b52ae View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    c1c51cd View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    d0b8c7a View commit details
    Browse the repository at this point in the history
  6. Merge branch 'issue-51-Pip-installable' of github.com:SeitaBV/flexmea…

    …sures into issue-51-Pip-installable
    nhoening committed Mar 22, 2021
    Copy the full SHA
    1703b08 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2021

  1. Typo

    Flix6x committed Mar 23, 2021
    Copy the full SHA
    fe6ba8e View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    edc98a7 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2021

  1. better help on tokens

    nhoening committed Mar 24, 2021
    Copy the full SHA
    7ce2e0b View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    d1f3c21 View commit details
    Browse the repository at this point in the history
  3. another stray hyphenation

    nhoening committed Mar 24, 2021
    Copy the full SHA
    b6d60ea View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    b7c67e8 View commit details
    Browse the repository at this point in the history