Skip to content

Releases: equinor/webviz-config

Version 0.3.5

08 Oct 13:12
fa416c2
Compare
Choose a tag to compare

Changed

Fixed

  • #498 - Explicitly use UTC when comparing time zones in the OAuth implementation.
  • #476 - Use Azure SDK Python packages instead of wrapping Azure CLI.
  • #521 - Improved performance on deployment workflow for Webviz applications with large data sets. Also allow for empty commits (i.e. redeployment of same application triggering new build).
  • #532 - Fixed syntax highlighting of code blocks in markdown.

Added

  • #503 - Added __main__.py. This will allow users to do python -m webviz_config [...] in addition to webviz [...].
  • #510 - Added command line option --debug which enables selected underlying Dash development features.

Version 0.3.5-rc.0

21 Sep 15:09
c65df43
Compare
Choose a tag to compare
Version 0.3.5-rc.0 Pre-release
Pre-release
Implemented automatic menu creation from YAML file (#496)

* Implemented automatic menu creation from YAML file
* Adjusted YAML schema
* Added `global font`, replaced logo and improved css layout
* Set default font size to `16px`
* Adjusted config parser and template to new YAML structure
* Added `test_schema` parametrization and test for second basic example

Version 0.3.4

30 Aug 13:34
ed6d0b5
Compare
Choose a tag to compare

Fixed

  • #482 - Reverted the assumption made in #419 that all argument section in init-docstrings are lists of argument descriptions, and separated deprecated plugins and arguments in doc sidebar.
  • #489 - Use Docker user on numerical format (in order for Radix/Kubernetes to correctly infer non-root user). Also changed to use new Radix supported blob mount driver.

Version 0.3.4-rc.0

24 Aug 15:56
70e557f
Compare
Choose a tag to compare
Version 0.3.4-rc.0 Pre-release
Pre-release
Use React camel case style names (#487)

Version 0.3.3

13 Jul 20:55
e65d762
Compare
Choose a tag to compare

Changed

  • #474 - Remove 62.5% CSS IE workaround.
  • #470 - Improve VSCode YAML schema installation documentation.

Version 0.3.3-rc.0

27 Jun 19:23
7e508c3
Compare
Choose a tag to compare
Version 0.3.3-rc.0 Pre-release
Pre-release
Add code of conduct (#475)

Version 0.3.3-alpha.2

24 Jun 16:16
acf46a4
Compare
Choose a tag to compare
Version 0.3.3-alpha.2 Pre-release
Pre-release
Improve VSCode YAML schema installation documentation (#470)

Version 0.3.3-alpha.1

21 Jun 12:10
55d32ff
Compare
Choose a tag to compare
Version 0.3.3-alpha.1 Pre-release
Pre-release
Changed callable signature type hint to be arbitrary (#472)

Version 0.3.3-alpha.0

10 Jun 08:02
da05914
Compare
Choose a tag to compare
Version 0.3.3-alpha.0 Pre-release
Pre-release
Support latest `mypy` release (#468)

Version 0.3.2

06 Jun 19:33
acf083e
Compare
Choose a tag to compare

Added

  • #456 - Extended error message when configuration file is invalid with suggestion to run webviz docs.
  • #426 - Added centralized factoryregistry exposed through WEBVIZ_FACTORY_REGISTRY for sharing factories between plugins.
  • #443 - Added --logconfig commandline argument to allow detailed control of logging output in webviz.
  • #447 - Plugin project dependencies(indirect and direct) are now included in PLUGIN_PROJECT_METADATA. This enablesthe generated Docker setup, when portable apps are built, to have the same dependency
    versions compared to what the user had installed when creating the portable app.
  • #445 - Added report feedback button to WebvizPluginABC.

Fixed

  • #463 - Reflect external change. Repository name for standard OAuth2 Docker containers is changed from quay.io/pusher/oauth2_proxy to quay.io/oauth2-proxy/oauth2-proxy.
  • #440 - Fixed setting of global log level for webviz application.
  • #457 - Use non-root redis Docker image in generated Radix setup.