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

evapotranspiration graph #73

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

Commits on Jun 18, 2022

  1. Bump node-sass from 5.0.0 to 7.0.0 in /src

    Bumps [node-sass](https://github.com/sass/node-sass) from 5.0.0 to 7.0.0.
    - [Release notes](https://github.com/sass/node-sass/releases)
    - [Changelog](https://github.com/sass/node-sass/blob/master/CHANGELOG.md)
    - [Commits](sass/node-sass@v5.0.0...v7.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: node-sass
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    (cherry picked from commit 31d9fd5)
    dependabot[bot] authored and seehase committed Jun 18, 2022
    Configuration menu
    Copy the full SHA
    ca1364b View commit details
    Browse the repository at this point in the history
  2. Bump hosted-git-info from 2.8.8 to 2.8.9 in /src

    Bumps [hosted-git-info](https://github.com/npm/hosted-git-info) from 2.8.8 to 2.8.9.
    - [Release notes](https://github.com/npm/hosted-git-info/releases)
    - [Changelog](https://github.com/npm/hosted-git-info/blob/v2.8.9/CHANGELOG.md)
    - [Commits](npm/hosted-git-info@v2.8.8...v2.8.9)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    (cherry picked from commit 39a1de7)
    dependabot[bot] authored and seehase committed Jun 18, 2022
    Configuration menu
    Copy the full SHA
    dcb7085 View commit details
    Browse the repository at this point in the history
  3. Bump path-parse from 1.0.6 to 1.0.7 in /src

    Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7.
    - [Release notes](https://github.com/jbgutierrez/path-parse/releases)
    - [Commits](https://github.com/jbgutierrez/path-parse/commits/v1.0.7)
    
    ---
    updated-dependencies:
    - dependency-name: path-parse
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    (cherry picked from commit b27f8a0)
    dependabot[bot] authored and seehase committed Jun 18, 2022
    Configuration menu
    Copy the full SHA
    f9961e1 View commit details
    Browse the repository at this point in the history
  4. Bump tar from 6.1.0 to 6.1.11 in /src

    Bumps [tar](https://github.com/npm/node-tar) from 6.1.0 to 6.1.11.
    - [Release notes](https://github.com/npm/node-tar/releases)
    - [Changelog](https://github.com/npm/node-tar/blob/main/CHANGELOG.md)
    - [Commits](isaacs/node-tar@v6.1.0...v6.1.11)
    
    ---
    updated-dependencies:
    - dependency-name: tar
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    (cherry picked from commit ac62267)
    dependabot[bot] authored and seehase committed Jun 18, 2022
    Configuration menu
    Copy the full SHA
    fffeb2e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    168120f View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2022

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

Commits on Jun 23, 2022

  1. Change styles and colors

    seehase committed Jun 23, 2022
    Configuration menu
    Copy the full SHA
    7274763 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2022

  1. Configuration menu
    Copy the full SHA
    7373ced View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from seehase/feature/history-report

    Feature/history report
    seehase committed Jul 30, 2022
    Configuration menu
    Copy the full SHA
    fe81da9 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2022

  1. Change min/max range to float

    seehase committed Aug 21, 2022
    Configuration menu
    Copy the full SHA
    bdf74c4 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2022

  1. Adds winDir scatter plot as per issue neoground#57

    Chip Cuccio committed Oct 21, 2022
    Configuration menu
    Copy the full SHA
    bda3e57 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2022

  1. Merge pull request #2 from seehase/feature/history-report

    Change min/max range to float
    seehase committed Oct 23, 2022
    Configuration menu
    Copy the full SHA
    7d0f232 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #3 from W0CHP/master

    Adds winDir scatter plot as per issue neoground#57
    seehase committed Oct 23, 2022
    Configuration menu
    Copy the full SHA
    5628924 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2022

  1. Further refinement of Wind Direction Scatter Plot: set min/max range …

    …of 0-360 deg. on y-axis.
    Chip Cuccio committed Nov 4, 2022
    Configuration menu
    Copy the full SHA
    f34f152 View commit details
    Browse the repository at this point in the history
  2. Further refinement of Wind Direction Scatter Plot: set min/max range …

    …of 0-360 deg. on y-axis.
    Chip Cuccio committed Nov 4, 2022
    Configuration menu
    Copy the full SHA
    08ff959 View commit details
    Browse the repository at this point in the history
  3. Further refinement of Wind Direction Scatter Plot: set min/max range …

    …of 0-360 deg. on y-axis.
    Chip Cuccio committed Nov 4, 2022
    Configuration menu
    Copy the full SHA
    ecd48a3 View commit details
    Browse the repository at this point in the history
  4. Bug fix. Thanks @Pogs2004 !

    Chip Cuccio committed Nov 4, 2022
    Configuration menu
    Copy the full SHA
    ec2a66f View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2022

  1. Fix tickAmount for WindDir plots

    Chip Cuccio committed Nov 5, 2022
    Configuration menu
    Copy the full SHA
    7edf88e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1ae7013 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c650f36 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #4 from seehase/windir

    merged Windir
    seehase committed Nov 5, 2022
    Configuration menu
    Copy the full SHA
    5f437eb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f5420ae View commit details
    Browse the repository at this point in the history
  6. Merge pull request #5 from W0CHP/master

    merge winDir
    seehase committed Nov 5, 2022
    Configuration menu
    Copy the full SHA
    2d94a2e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9a8bbac View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2022

  1. Configuration menu
    Copy the full SHA
    9ef0d27 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    52aace8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    98e88db View commit details
    Browse the repository at this point in the history
  4. changed docu as well

    seehase committed Nov 6, 2022
    Configuration menu
    Copy the full SHA
    702a182 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4e339ec View commit details
    Browse the repository at this point in the history
  6. Added icons

    seehase committed Nov 6, 2022
    Configuration menu
    Copy the full SHA
    1acd8af View commit details
    Browse the repository at this point in the history
  7. typo

    seehase committed Nov 6, 2022
    Configuration menu
    Copy the full SHA
    5ccdf01 View commit details
    Browse the repository at this point in the history
  8. Added all time records

    seehase committed Nov 6, 2022
    Configuration menu
    Copy the full SHA
    fc0b7f9 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b82d22a View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2022

  1. History(stats) improvements

    seehase committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    1f229bb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0259f83 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2022

  1. Add logic to yearly history report, to exlude month "cards" which con…

    …tain no/null data, thusly, preventing 404/non-existent mont pages and null data.
    Chip Cuccio committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    78bdc97 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2022

  1. Merge pull request #6 from W0CHP/master

    Yearly history report: empty month fix
    seehase committed Nov 9, 2022
    Configuration menu
    Copy the full SHA
    5b8a6a5 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2022

  1. Configuration menu
    Copy the full SHA
    b6028d3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b5edd37 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #7 from seehase/feature/enhance_history

    Make history all time values more reliable
    seehase committed Nov 12, 2022
    Configuration menu
    Copy the full SHA
    0eca4df View commit details
    Browse the repository at this point in the history
  4. Fixes an issue with dark modes, where observation "hi/Lo" color value…

    …ss in skin.conf are not honored.
    Chip Cuccio committed Nov 12, 2022
    Configuration menu
    Copy the full SHA
    d91dcac View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c317448 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2022

  1. Merge pull request #9 from W0CHP/master

    Fixes an issue with dark modes, where observation "hi/Lo" color values (if specified) in skin.conf are not honored.
    W0CHP committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    df364da View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2022

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

Commits on Nov 30, 2022

  1. Configuration menu
    Copy the full SHA
    8be9d40 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #13 from seehase/issue/wrong_date_in_header

    Fixed issue #11 wrong date in header
    seehase committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    6bfb365 View commit details
    Browse the repository at this point in the history
  3. Missing catalan translation of saturn, jupiter and telemetry causing …

    …cheetah.generator ERRORS
    edugovi committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    5693b76 View commit details
    Browse the repository at this point in the history
  4. Change catalan translations

    edugovi committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    8a0b75f View commit details
    Browse the repository at this point in the history
  5. Merge pull request #14 from edugovi/hotfix-catalan-translation

    Hotfix catalan translation
    seehase committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    6c00f82 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2022

  1. ✨ Add Google Analytics

    edugovi committed Dec 1, 2022
    Configuration menu
    Copy the full SHA
    e2d13e2 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2022

  1. Merge pull request #15 from edugovi/google-analytics

    ✨ Add Google Analytics
    seehase committed Dec 2, 2022
    Configuration menu
    Copy the full SHA
    eeaedb3 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2022

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

Commits on Dec 28, 2022

  1. Update skin.conf

    Missing German Translation.
    c0by85 committed Dec 28, 2022
    Configuration menu
    Copy the full SHA
    33ec7a1 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #18 from c0by85/patch-1

    Update skin.conf to include German wind translation.
    W0CHP committed Dec 28, 2022
    Configuration menu
    Copy the full SHA
    e3f0916 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2023

  1. Fix station uptime formats. Fixes #21.

    Chip Cuccio committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    307a0b4 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #22 from W0CHP/master

    Fix station uptime formats. Fixes #21.
    W0CHP committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    3671357 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2023

  1. For my custom WindDir charts, use ordinal direction names for labels …

    …(degrees are still in the hover tooltip). Also cleaned up WindDir chart grid for consistency.
    Chip Cuccio committed May 14, 2023
    Configuration menu
    Copy the full SHA
    bda692b View commit details
    Browse the repository at this point in the history

Commits on May 15, 2023

  1. Merge pull request #23 from W0CHP/master

    Use ordinal direction names for labels in my custom WindDir Charts
    seehase committed May 15, 2023
    Configuration menu
    Copy the full SHA
    9bfa6f3 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2024

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

Commits on May 11, 2024

  1. Merge pull request #26 from dmth/dev-luminositygraph

    Added the 'luminosity' key to the graphs
    seehase committed May 11, 2024
    Configuration menu
    Copy the full SHA
    193310b View commit details
    Browse the repository at this point in the history