Skip to content

Commit

Permalink
Merge pull request #157 from trolie/156-bug-limits-forecast-snapshot-…
Browse files Browse the repository at this point in the history
…is-limited-to-240-periods

extend forecastable periods
  • Loading branch information
getorymckeag authored Sep 9, 2024
2 parents 4bf73cd + 02ce350 commit 409e215
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
8 changes: 3 additions & 5 deletions docs/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ GEM
gemoji (>= 3, < 5)
html-pipeline (~> 2.2)
jekyll (>= 3.0, < 5.0)
just-the-docs (0.9.0)
just-the-docs (0.10.0)
jekyll (>= 3.8.5)
jekyll-include-cache
jekyll-seo-tag (>= 2.0)
Expand All @@ -224,7 +224,7 @@ GEM
listen (3.9.0)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
logger (1.6.0)
logger (1.6.1)
mercenary (0.3.6)
minima (2.5.1)
jekyll (>= 3.5, < 5.0)
Expand All @@ -246,8 +246,7 @@ GEM
rb-fsevent (0.11.2)
rb-inotify (0.11.1)
ffi (~> 1.0)
rexml (3.3.6)
strscan
rexml (3.3.7)
rouge (3.30.0)
rubyzip (2.3.2)
safe_yaml (1.0.5)
Expand All @@ -261,7 +260,6 @@ GEM
faraday (>= 0.17.3, < 3)
securerandom (0.3.1)
simpleidn (0.2.3)
strscan (3.1.0)
terminal-table (1.8.0)
unicode-display_width (~> 1.1, >= 1.1.1)
typhoeus (1.4.1)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ forecast-limit-item: &limit
$ref: ./resource-id.yaml
periods: &periods
type: array
maxItems: 240
maxItems: 300
items:
$ref: 'forecast-limit-period.yaml#/snapshot-slim'
required:
Expand Down

0 comments on commit 409e215

Please sign in to comment.