-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into AV-2064_remove-resource-proxy
- Loading branch information
Showing
69 changed files
with
1,628 additions
and
4,428 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
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 |
---|---|---|
|
@@ -21,6 +21,6 @@ | |
Best regards | ||
Avoindata.fi support | ||
Suomi.fi Open Data support | ||
[email protected] | ||
""") |
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
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
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
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 |
---|---|---|
|
@@ -29,12 +29,12 @@ def messageBody(user, packages): | |
|
||
|
||
|
||
subject = "Tietoaineistojesi viimeinen voimassaolopäivä Avoindata.fi-palvelussa umpeutui {valid_till} - You have datasets in Avoindata.fi that were marked as deprecated on {valid_till}" # noqa | ||
subject = "Tietoaineistojesi viimeinen voimassaolopäivä Suomi.fi-avoindatassa umpeutui {valid_till} - You have datasets in Suomi.fi Open Data that were marked as deprecated on {valid_till}" # noqa | ||
|
||
messageBodyTemplate = """ | ||
Hei, | ||
Ylläpidät tietoaineistoja Avoindata.fi-palvelussa ja olet merkinnyt niille viimeisen voimassaolopäivän. | ||
Ylläpidät tietoaineistoja Suomi.fi-avoindatassa ja olet merkinnyt niille viimeisen voimassaolopäivän. | ||
Alla listatut tietoaineistosi ovat vanhentuneet {valid_till}. Ilmoitimme sinulle tietoaineistojesi vanhentumisesta | ||
ennen niiden viimeistä voimassaolopäivää. Voit vieläkin muuttaa tietoaineistojen voimassaoloa kirjautumalla palveluun, valitsemalla | ||
|
@@ -49,12 +49,12 @@ def messageBody(user, packages): | |
-- | ||
Hello, | ||
You have uploaded a dataset or datasets in Avoindata.fi and set an expiration date for the data. | ||
You have uploaded a dataset or datasets in Suomi.fi Open Data and set an expiration date for the data. | ||
The data sets below were marked as deprecated on {valid_till}. We notified you of the expiration prior to the date of expiration. | ||
You can still extend the validity of your data set(s) by logging in the service, navigating to the expiring dataset, and updating the date in the Valid until field. | ||
Alternatively you can upload a newer version of the data set with a later expiration date in the service. Your data sets will not be removed from Avoindata.fi. | ||
Alternatively you can upload a newer version of the data set with a later expiration date in the service. Your data sets will not be removed from Suomi.fi Open Data. | ||
Our users will see the data sets as expired. | ||
Should you have any questions or need help, please get in touch with us at [email protected]. | ||
|
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
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
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 |
---|---|---|
|
@@ -20,7 +20,7 @@ def _MESSAGE_MEMBERSHIP_REQUEST(): | |
Best regards | ||
Avoindata.fi support | ||
Suomi.fi Open Data support | ||
[email protected] | ||
""") | ||
|
||
|
@@ -36,7 +36,7 @@ def _MESSAGE_MEMBERSHIP_APPROVED(): | |
Best regards | ||
Avoindata.fi support | ||
Suomi.fi Open Data support | ||
[email protected] | ||
""") | ||
|
||
|
@@ -52,7 +52,7 @@ def _MESSAGE_MEMBERSHIP_REJECTED(): | |
Best regards | ||
Avoindata.fi support | ||
Suomi.fi Open Data support | ||
[email protected] | ||
""") | ||
|
||
|
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
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 |
---|---|---|
|
@@ -34,7 +34,7 @@ info: | |
\ dialog by clicking _Authorize_ button.\n\n# Datamodels\n\nAll datamodels used\ | ||
\ are defined in separate service. LINKS HERE!\n" | ||
version: "1.0.0" | ||
title: "Avoindata.fi API" | ||
title: "Suomi.fi Open Data API" | ||
contact: | ||
email: "[email protected]" | ||
license: | ||
|
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
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# Avoindata.fi DCAT-AP extension | ||
# Suomi.fi Open Data DCAT-AP extension | ||
|
||
## Validation | ||
|
||
|
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
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# Avoindata.fi DCAT-AP extension | ||
# Suomi.fi Open Data DCAT-AP extension | ||
|
||
## Validation | ||
|
||
|
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
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
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
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
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
2 changes: 1 addition & 1 deletion
2
drupal/site_config/language/fi/metatag.metatag_defaults.front.yml
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 |
---|---|---|
@@ -1,2 +1,2 @@ | ||
tags: | ||
description: 'Avoindata.fi on Suomen avoimen datan katalogi. Palvelu kokoaa kaiken Suomessa julkaistun avoimen datan yhteen paikkaan. Tule, hyödynnä tai julkaise!' | ||
description: 'Suomi.fi-avoindata on Suomen avoimen datan katalogi. Palvelu kokoaa kaiken Suomessa julkaistun avoimen datan yhteen paikkaan. Tule, hyödynnä tai julkaise!' |
2 changes: 1 addition & 1 deletion
2
drupal/site_config/language/sv/metatag.metatag_defaults.front.yml
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 |
---|---|---|
@@ -1,3 +1,3 @@ | ||
label: Startsida | ||
tags: | ||
description: 'Avoindata.fi är katalogen för öppna data utgiven i Finland. Vi samlar all öppna data ihop in en tjänst för dig at utnyttja eller publicera via oss.' | ||
description: 'Suomi.fi-öppnadata är katalogen för öppna data utgiven i Finland. Vi samlar all öppna data ihop in en tjänst för dig at utnyttja eller publicera via oss.' |
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
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 |
---|---|---|
@@ -1,6 +1,10 @@ | ||
{ | ||
"extends": "stylelint-config-standard", | ||
"extends": "stylelint-config-standard-less", | ||
"rules": { | ||
"no-descending-specificity": null | ||
"no-descending-specificity": null, | ||
"selector-class-pattern": null, | ||
"selector-id-pattern": null, | ||
"less/no-duplicate-variables": null, | ||
"media-feature-range-notation": null | ||
} | ||
} |
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.