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: show split data during fall DST transition in daily heatmap #723

Merged
merged 41 commits into from Aug 3, 2023

Commits on Jun 6, 2023

  1. Introduce new sensor chart type

    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    5b6e0e3 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2023

  1. Fix alignment of y-axis labels

    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed Jun 7, 2023
    Configuration menu
    Copy the full SHA
    2239ff7 View commit details
    Browse the repository at this point in the history
  2. Add button to switch between sensor chart types

    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed Jun 7, 2023
    Configuration menu
    Copy the full SHA
    bfa52ab View commit details
    Browse the repository at this point in the history
  3. Streamline button title with others

    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed Jun 7, 2023
    Configuration menu
    Copy the full SHA
    0a85983 View commit details
    Browse the repository at this point in the history
  4. Improve alignment of first and last time-of-day labels

    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed Jun 7, 2023
    Configuration menu
    Copy the full SHA
    4098e76 View commit details
    Browse the repository at this point in the history
  5. Cleaner solution to prevent showing next date outside selected daterange

    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed Jun 7, 2023
    Configuration menu
    Copy the full SHA
    2c98c9d View commit details
    Browse the repository at this point in the history
  6. refactor: field definitions

    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed Jun 7, 2023
    Configuration menu
    Copy the full SHA
    04d0e28 View commit details
    Browse the repository at this point in the history
  7. remove obsolete line

    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed Jun 7, 2023
    Configuration menu
    Copy the full SHA
    402ae9e View commit details
    Browse the repository at this point in the history
  8. fix: replay ruler for new chart type

    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed Jun 7, 2023
    Configuration menu
    Copy the full SHA
    ac7430c View commit details
    Browse the repository at this point in the history
  9. black

    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed Jun 7, 2023
    Configuration menu
    Copy the full SHA
    16a1a79 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2023

  1. fix: separate overlapping data during the fall DST transition

    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed Jun 13, 2023
    Configuration menu
    Copy the full SHA
    dfb2a4a View commit details
    Browse the repository at this point in the history
  2. refactor: reuse code

    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed Jun 13, 2023
    Configuration menu
    Copy the full SHA
    efed90e View commit details
    Browse the repository at this point in the history
  3. fix: tooltip

    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed Jun 13, 2023
    Configuration menu
    Copy the full SHA
    cef688e View commit details
    Browse the repository at this point in the history
  4. fix: mind the gap

    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed Jun 13, 2023
    Configuration menu
    Copy the full SHA
    fc049a1 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2023

  1. add: warn users when viewing sensor data that includes a DST transition

    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    9571b64 View commit details
    Browse the repository at this point in the history
  2. add: also warn users when viewing asset data that includes a DST tran…

    …sition
    
    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    abb0998 View commit details
    Browse the repository at this point in the history
  3. add: UI styling

    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    d6df4a6 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2023

  1. add: add timezone to tooltip during fall DST transition

    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    dc8f749 View commit details
    Browse the repository at this point in the history
  2. style: black

    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    bf29897 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2023

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

Commits on Jul 26, 2023

  1. Configuration menu
    Copy the full SHA
    4f45b23 View commit details
    Browse the repository at this point in the history
  2. feat: remember selected chart type within session

    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    b2a71a1 View commit details
    Browse the repository at this point in the history
  3. refactor: move towards a single function to set session variables fro…

    …m request variables
    
    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    2d09c7c View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2023

  1. refactor: move template variables

    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    01759da View commit details
    Browse the repository at this point in the history
  2. only store non-None session variables

    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    129b5d9 View commit details
    Browse the repository at this point in the history
  3. docs: changelog entry

    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    90808fa View commit details
    Browse the repository at this point in the history
  4. flake8

    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    0ebb4af View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2023

  1. feat: top y-coordinate of ruler moves with belief time, too

    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    9b92b6e View commit details
    Browse the repository at this point in the history
  2. rename matrix chart to heatmap

    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    8222cf8 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2023

  1. feat: heatmap shows only data from a single source

    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    ef4563e View commit details
    Browse the repository at this point in the history
  2. feat: selected source is the one with the most visible data

    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    57d6bea View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c0197cd View commit details
    Browse the repository at this point in the history
  4. docs: add name of new chart type to changelog entry

    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    7d13ee3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    df0e923 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2023

  1. fix: workaround for vega/vega-lite#6544

    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    3d23cd9 View commit details
    Browse the repository at this point in the history
  2. docs: changelog entry

    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    ccb39ca View commit details
    Browse the repository at this point in the history
  3. fix: in case of a tied rank, where multiple sources have exactly the …

    …same number of data points, arbitrarily pick the first one in the data
    
    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    12bac09 View commit details
    Browse the repository at this point in the history
  4. feature: show a warning message whenever a heatmap is shown that mask…

    …s sources (#780)
    
    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    60d8146 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    84d9b10 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1a3017e View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2023

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