-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'dev' into sp/#267-icon-weather-scheme-adaptions
# Conflicts: # CHANGELOG.md # src/main/java/edu/ie3/datamodel/io/source/couchbase/CouchbaseWeatherSource.java # src/main/java/edu/ie3/datamodel/io/source/influxdb/InfluxDbWeatherSource.java # src/test/groovy/edu/ie3/datamodel/io/source/couchbase/CouchbaseWeatherSourceCosmoIT.groovy
- Loading branch information
Showing
284 changed files
with
8,877 additions
and
5,705 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
version: 2 | ||
updates: | ||
- package-ecosystem: gradle | ||
directory: "/" | ||
schedule: | ||
interval: daily | ||
time: "04:00" | ||
open-pull-requests-limit: 10 | ||
target-branch: dev | ||
reviewers: | ||
- ckittl | ||
- johanneshiry | ||
- t-ober | ||
- sensarmad | ||
- sebastian-peter | ||
- danielfeismann | ||
ignore: | ||
- dependency-name: org.spockframework:spock-core | ||
versions: | ||
- 2.1-groovy-2.5-SNAPSHOT | ||
- 2.1-groovy-3.0-SNAPSHOT | ||
- 2.2-groovy-2.5-SNAPSHOT | ||
- 2.2-groovy-3.0-SNAPSHOT | ||
- 2.2-groovy-4.0-SNAPSHOT | ||
- 2.2-M1-groovy-2.5 | ||
- 2.2-M1-groovy-3.0 | ||
- 2.2-M1-groovy-4.0 | ||
- 2.2-M2-groovy-2.5 | ||
- 2.2-M2-groovy-3.0 | ||
- 2.2-M2-groovy-4.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# .readthedocs.yaml | ||
# Read the Docs configuration file | ||
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details | ||
|
||
# Required | ||
version: 2 | ||
|
||
# Set the version of Python and other tools you might need | ||
build: | ||
os: ubuntu-20.04 | ||
tools: | ||
python: "3.9" | ||
|
||
# Configure python | ||
python: | ||
install: | ||
- requirements: docs/readthedocs/requirements.txt | ||
|
||
# Build documentation in the docs/ directory with Sphinx | ||
sphinx: | ||
configuration: docs/readthedocs/conf.py |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.