Commit Graph

8362 Commits

Author SHA1 Message Date
GabrielInTheWorld 473c742681
Speed up the 'make run-dev' command (#6362) 2022-02-16 16:19:58 +01:00
bug0001 b9ca06af25
Documentation improvements (#6350)
Documentation improvements OS4
2022-02-16 11:24:50 +00:00
Emanuel Schütze 8f2fb37f79
Updated services (#6358) 2022-02-14 15:05:15 +00:00
Emanuel Schütze a98349020a
Updated services (#6357) 2022-02-11 12:20:40 +00:00
Emanuel Schütze a1d0d2cf44
Updated services (#6349) 2022-02-03 23:03:50 +00:00
Emanuel Schütze 18a8449b5c
Updated package-lock.json (#6348) 2022-02-03 17:42:18 +01:00
GabrielInTheWorld 13b3204dab
Update DEVELOPMENT.md (#6347)
Changes some wording to prevent mixing up "git checkout" with "After checking out".
2022-02-03 16:09:15 +00:00
Emanuel Schütze 714a03c154
Updated services (#6345) 2022-01-28 18:04:11 +00:00
Emanuel Schütze 04d2676b0b
Updated services (#6344) 2022-01-25 17:26:19 +00:00
Emanuel Schütze 9edf0487f1
Updated services (#6341) 2022-01-21 17:28:53 +01:00
Ralf Peschke df8c36030d
Open port 5678 for debugpy in dev (#6340)
Co-authored-by: Ralf Peschke <rpeschke@peschke-it.de>
2022-01-20 09:24:53 +01:00
Emanuel Schütze 532be0bac7
Updated services (#6339) 2022-01-19 16:18:25 +00:00
peb-adr d54499f633
make services-to-main.sh more compatible (#6332) 2022-01-18 19:46:13 +00:00
Emanuel Schütze 7b24b3db36
Updated services (#6333) 2022-01-14 17:07:19 +00:00
Emanuel Schütze 97a83af8c8
Updated services (#6331) 2022-01-14 00:32:03 +00:00
Emanuel Schütze e3ad7d2e1f
Use 'main' as default branch in services-to-main.sh. (#6330) 2022-01-13 19:10:34 +01:00
peb-adr ff13c99818
proxy: check ALLOWED_HOSTS only for client requests (#6328)
This feature is only intended to identify misdirected browser requests.
The other routes are called by services/tools which will not necessarily
set the 'Host' header and thus break.

Co-authored-by: Adrian Richter <adrian@intevation.de>
2022-01-12 17:11:21 +01:00
Emanuel Schütze 670bbdba5a
Updated services (#6326) 2022-01-10 17:09:19 +00:00
Sean 88dad9fc3e
Set various information to "main" (#6325)
Changes various usages from master to main
2022-01-10 17:46:40 +01:00
Norman Jäckel fa0fa370d6
Added LABELS to proxy's Dockerfile. (#6323) 2022-01-07 20:12:51 +00:00
Emanuel Schütze b8e01143ba
Merge pull request #6324 from emanuelschuetze/update-20220107
Updated services
2022-01-07 20:49:18 +01:00
Emanuel Schütze 504b620a40 Updated services 2022-01-07 20:21:11 +01:00
Emanuel Schütze b4bee3483f
Merge pull request #6320 from emanuelschuetze/update20220106
updated services
2022-01-06 23:59:58 +01:00
Emanuel Schütze 51bfd49aa5 updated services 2022-01-06 23:38:44 +01:00
Emanuel Schütze d75d11a511
Merge pull request #6319 from emanuelschuetze/update-20220106
Updated services
2022-01-06 16:09:20 +01:00
Emanuel Schütze 0e18053510 Updated services 2022-01-06 15:50:56 +01:00
Emanuel Schütze f0bff0a754
Merge pull request #6316 from gsiv/update-buildsh
docker/build.sh: Add ICC and voting service
2022-01-06 15:45:33 +01:00
peb-adr 3ecbd356dc
Merge pull request #6315 from peb-adr/proxy-ahosts
proxy: add ALLOWED_HOSTS env var
2022-01-06 12:41:09 +01:00
Gernot Schulz c841f817b2 docker/build.sh: Add ICC and voting service 2021-12-28 13:45:37 +01:00
root ba74f33e68 proxy: add ALLOWED_HOSTS env var
will setup caddy to check if the Host-header matches one of the space
delimited fields in ALLOWED_HOSTS. Or do no such thing if ALLOWED_HOSTS
is not set.
2021-12-22 12:42:46 +01:00
Emanuel Schütze b2741c782e
Merge pull request #6313 from emanuelschuetze/update-20211210
Updated services
2021-12-10 18:50:36 +01:00
Emanuel Schütze a3455c3981 Updated services 2021-12-10 18:18:52 +01:00
Norman Jäckel 51c72c543c
Merge pull request #6309 from peb-adr/local-prod
add local production setup
2021-12-10 16:34:08 +01:00
Emanuel Schütze 8a325e1569
Merge pull request #6312 from emanuelschuetze/services-to-master
Updated services-to-master script
2021-12-10 15:54:11 +01:00
Adrian Richter 26ef35f72e add local production setup 2021-12-10 12:45:06 +01:00
Emanuel Schütze 1241a651c6 Updated services-to-master script 2021-12-10 12:44:13 +01:00
GabrielInTheWorld 95504ce8c0
Merge pull request #6310 from GabrielInTheWorld/dev
Improves the 'services-to-master' function
2021-12-10 10:20:16 +01:00
GabrielInTheWorld 29edcc18f0 Improves the 'services-to-master' function 2021-12-09 16:23:36 +01:00
Emanuel Schütze 74f4f2dfbd
Merge pull request #6307 from emanuelschuetze/update-20211208
Updated services
2021-12-08 17:12:58 +01:00
Emanuel Schütze 119576f4a5 Updated services 2021-12-08 16:23:33 +01:00
Emanuel Schütze eb79dd9aca
Merge pull request #6305 from tsiegleauq/fix-icc-integration
Fix ICC integration
2021-12-07 20:14:58 +01:00
Sean 44e9c99eb3 Fix ICC integration
Updates the ICC Service
Changes the ICC port to 9007
Adjust the proxy
Adjust services.env
2021-12-07 17:47:09 +01:00
Emanuel Schütze 396dc75961
Merge pull request #6303 from GabrielInTheWorld/new-service-to-master
Automatically checkout the latest commit for every submodule
2021-12-07 16:43:30 +01:00
GabrielInTheWorld 9809eb029c Automatically checkout the latest commit for every submodule
Adds a new script "services-to-master.sh" and updates the Makefile
2021-12-02 15:17:14 +01:00
Emanuel Schütze fd3371dd0b
Merge pull request #6302 from emanuelschuetze/update20211201
Updated services
2021-12-02 12:09:16 +01:00
Emanuel Schütze 5762c4a9a0 Updated services 2021-12-02 11:49:02 +01:00
Emanuel Schütze 3d56027ae4
Update README.md 2021-11-30 22:03:19 +01:00
Emanuel Schütze 845f8c5676
Merge pull request #6297 from emanuelschuetze/update-serices20211125
Updated services
2021-11-25 23:00:12 +01:00
Emanuel Schütze 003acc1b78 Updated services 2021-11-25 20:29:43 +01:00
Sean f4e3257d88
Merge pull request #6293 from tsiegleauq/cypress-integration-no-docker
Run cypress workflow without docker
2021-11-24 11:30:11 +01:00