Skip to content

Commit

Permalink
Merge branch 'release/0.1.4'
Browse files Browse the repository at this point in the history
  • Loading branch information
WengerK committed Apr 5, 2023
2 parents 13c9cd4 + 2516cc6 commit 4887831
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 10 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.1.4] - 2023-04-05
### Changed
- update job of Robin François - Games-of-Switzerland/swissgamesgarden#122

### Added
- add missing translations strings - Games-of-Switzerland/swissgamesgarden#126

### Fixed
- fix slow communication (timeout) between NextJS -> Backend - update the hosts strategy to be compliante with new Docker container naming architecture

## [0.1.3] - 2022-10-07
### Added
- add Robin François on the consultants section - Games-of-Switzerland/swissgamesgarden#9
Expand Down Expand Up @@ -44,7 +54,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- update changelog following 'keep a changelog'

[Unreleased]: https://github.com/Games-of-Switzerland/gos-website/compare/0.1.3...HEAD
[Unreleased]: https://github.com/Games-of-Switzerland/gos-website/compare/0.1.4...HEAD
[0.1.4]: https://github.com/Games-of-Switzerland/gos-website/compare/0.1.3...0.1.4
[0.1.3]: https://github.com/Games-of-Switzerland/gos-website/compare/0.1.2...0.1.3
[0.1.2]: https://github.com/Games-of-Switzerland/gos-website/compare/0.1.1...0.1.2
[0.1.1]: https://github.com/Games-of-Switzerland/gos-website/compare/0.1.0...0.1.1
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.3
0.1.4
6 changes: 2 additions & 4 deletions docker/setup_hosts.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,12 @@ done

# The following "hack" prevent the docker container to go "outside" when reaching the Drupal APIs.
# Ineed, on the Bolo Server the host machine can't reach the internet.
host gos_staging_app_1 | awk '/has address/ { print $4 " staging-api-gos.museebolo.ch" }' >> /etc/hosts
host gos_staging-app-1 | awk '/has address/ { print $4 " staging-api-gos.museebolo.ch" }' >> /etc/hosts
host gos_production_app_1 | awk '/has address/ { print $4 " api-gos.museebolo.ch" }' >> /etc/hosts
host gos_production-app-1 | awk '/has address/ { print $4 " api-gos.museebolo.ch" }' >> /etc/hosts
host gos_staging_app_1 | awk '/has address/ { print $4 " staging-api.swissgames.garden" }' >> /etc/hosts
host gos_staging-app-1 | awk '/has address/ { print $4 " staging-api.swissgames.garden" }' >> /etc/hosts
host gos_staging-app | awk '/has address/ { print $4 " staging-api.swissgames.garden" }' >> /etc/hosts
host gos_production_app_1 | awk '/has address/ { print $4 " api.swissgames.garden" }' >> /etc/hosts
host gos_production-app-1 | awk '/has address/ { print $4 " api.swissgames.garden" }' >> /etc/hosts
host gos_production-app | awk '/has address/ { print $4 " api.swissgames.garden" }' >> /etc/hosts

cat /etc/hosts

Expand Down
11 changes: 7 additions & 4 deletions src/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,8 @@
"role-playing_game": "Role Playing Game",
"racing": "Racing",
"cooperation": "Cooperation",
"multiplayer": "m^Multiplayer",
"multiplayer": "Multiplayer",
"local_multiplayer": "Online Multiplayer",
"narrative": "Narrative",
"point_and_click": "Point & CLick",
"arena_shooter": "Arena Shooter",
Expand Down Expand Up @@ -104,7 +105,8 @@
"satire": "Satire",
"tactical": "Tactical",
"twin-stick_shooter": "Twin-stick shooter",
"typing_game": "Typing game"
"typing_game": "Typing game",
"horror": "Horror"
},
"stores": {
"title": "Stores",
Expand All @@ -127,7 +129,8 @@
"title": "State",
"released": "Released",
"pre_release": "Pre-release",
"development": "Development"
"development": "Development",
"canceled": "Canceled"
},
"release_year_range": {
"title": "Release year"
Expand Down Expand Up @@ -289,7 +292,7 @@
"team": {
"robin": {
"name": "Robin François",
"job": "Digital Archivist and president of Mémoires Informatiques",
"job": "Digital Archivist",
"twitter": "https://www.linkedin.com/in/robinfrancois"
}
}
Expand Down

0 comments on commit 4887831

Please sign in to comment.