Commit Graph

586 Commits

Author SHA1 Message Date
Pierre Delpy 0fd2481425
Merge pull request #143 from samply/mtba-hotfix
Hotfix Pierre: Use version 1.0.0 for MTBA
2024-01-09 12:50:34 +01:00
Martin Lablans ea51fc5910
Hotfix Pierre: Use version 1.0.0 for MTBA 2024-01-09 11:32:01 +01:00
Tobias Kussel 48558812aa
Merge pull request #141 from samply/feature/nngm-module-in-minimal
Add nngm module to minimal project
2023-12-18 10:53:53 +01:00
Tobias Kussel a80a980cea
Merge pull request #140 from samply/feature/dnpm-node
Feature/dnpm node
2023-12-18 10:53:39 +01:00
Tobias Kussel 2606c62b1c
Merge pull request #139 from samply/fix/dnpm-connect
Cleanup dnpm connect module
2023-12-18 10:53:25 +01:00
Tobias Kussel f66f2755d8 Change landing page path override to /landing 2023-12-15 13:32:00 +00:00
Tobias Kussel 842c83c66f Use updated nngm module setup 2023-12-15 10:39:50 +00:00
Tobias Kussel d28a3ac889 Add dnpm node module to bbmri project 2023-12-15 09:46:40 +00:00
Tobias Kussel fb6af1c4af Add nngm module to minimal project 2023-12-15 09:43:31 +00:00
Tobias Kussel c02da838c7 Cleanup dnpm connect module 2023-12-15 09:41:11 +00:00
Tobias Kussel 459fa7f78e Add DNPM Node feature to minimal 2023-12-15 09:24:06 +00:00
djuarezgf 0b90cdb769
Merge pull request #137 from samply/mtba-hotfix-image
set mtba image to latest
2023-11-30 15:00:02 +01:00
Pierre Delpy 9bf1b42003
set mtba image to latest 2023-11-30 14:58:54 +01:00
djuarezgf 7b96864e63
Merge pull request #136 from samply/bugfix/mtba-1.0.0
Bugfix: MTBA 1.0.0
2023-11-30 13:57:58 +01:00
juarez 2ba9645ab4 Bugfix: MTBA 1.0.0 2023-11-30 12:29:58 +01:00
DavidCroftDKFZ 6457b21ac6
Merge pull request #130 from samply/documentation/data_load
Information about loading data into the Bridgehead's FHIR store
2023-11-21 11:10:52 +01:00
patrickskowronekdkfz 7ce501548a
Merge pull request #134 from samply/feature/ccp-obfuscation
Enable obfuscation for ccp queries
2023-11-17 13:50:34 +01:00
Croft 545c6175f5 Replaced reference to "bbmri" with more generic "project". 2023-11-08 09:55:21 +01:00
Croft 096225a77d Incorporated Patrick's comments for PR 130 2023-11-06 09:28:43 +01:00
Tobias Kussel 2252504d78 add bwhc node module 2023-11-03 07:33:16 +00:00
Tobias Kussel 6bf34b7732 Enable obfuscation for ccp queries 2023-11-02 07:34:56 +00:00
Martin Lablans dc0d42ca07
Merge pull request #133 from samply/fix/auth_proxy_usage
fix: adjusted the forwarding of env vars to forward proxy
2023-10-26 11:41:06 +02:00
Patrick Skowronek 90248b331f fix: adjusted the forwarding of env vars to forward proxy 2023-10-25 15:22:08 +02:00
Martin Lablans e693a8f0e6
Merge pull request #132 from samply/fix/proxy-git-update
git requires http proxy config even vor https connections
2023-10-25 11:10:09 +02:00
Tobias Kussel d16eb6c94d git requires http proxy config even vor https connections 2023-10-25 08:47:02 +00:00
Martin Lablans b52d49b4ef
Merge pull request #127 from samply/fix/proxy_usage
Added proxy user + pw detection
2023-10-24 19:15:13 +02:00
Patrick Skowronek 699d8d6398 fix: git call 2023-10-24 10:42:36 +02:00
Pierre Delpy 7e7d184e8b
Merge pull request #131 from samply/feature/adt2fhir-rest
Feature/adt2fhir rest
2023-10-24 09:45:08 +02:00
lablans 392afb6410 Fix code 2023-10-24 07:23:24 +00:00
lablans f855a19865 Fix sed (?) 2023-10-24 07:12:18 +00:00
lablans bbfc607104 Always define new vars 2023-10-24 07:07:06 +00:00
lablans f008b18760 Redo proxy, set HTTPS_PROXY_HOST and HTTPS_PROXY_PORT 2023-10-24 07:01:22 +00:00
p.delpy@dkfz-heidelberg.de 0555786435 fix bash logic 2023-10-24 07:42:27 +02:00
p.delpy@dkfz-heidelberg.de 262b9bd62e add adt2fhir-rest service 2023-10-24 07:30:17 +02:00
Tobias Kussel e0990d99cb Comment out HTTP proxy parsing 2023-10-23 11:06:59 +00:00
Martin Lablans 9fc8564e4e Fixed git proxy check 2023-10-20 16:47:15 +02:00
Martin Lablans 74817a21da Rewrote proxy detection logic to deal with all combinations of no/authenticated/unauthenticated proxy servers 2023-10-20 15:59:24 +02:00
Torben Brenner 87cc0acecc
Corrected Link to Docker Daemon Proxy Configuration (#129) 2023-10-20 14:18:56 +02:00
Martin Lablans 93026d2d89 Change tag for bridgehead-landingpage 2023-10-20 13:58:46 +02:00
Croft d9794a1eea Information about loading data into the Bridgehead's FHIR store
Added this information because many sites have asked about it.
2023-10-20 10:21:52 +02:00
Patrick Skowronek 68cd62b981 reaf: var naming for proxy usage in our bridgehead scripts 2023-10-10 10:43:22 +02:00
Patrick Skowronek 85446b0a3e Added SECURE_PROXY if the https and http proxy are the same 2023-10-09 09:43:30 +02:00
Patrick Skowronek 4bdad68da5 Added proxy user + pw detection 2023-10-05 09:43:57 +02:00
Martin Lablans 3dadeef786
Merge pull request #125 from samply/urls
readme: Provide URL list for forward proxies
2023-09-27 10:06:48 +02:00
Martin Lablans 5ca11d1bf5
Update README.md 2023-09-27 10:06:28 +02:00
Martin Lablans 997c4df5c0
Merge pull request #126 from samply/fix/docker-cache
use docker cache for beam-enroll and vaultfetcher
2023-09-27 09:42:14 +02:00
Pierre Delpy 3c0a994237 use docker cache for beam-enroll and vaultfetcher 2023-09-27 09:22:11 +02:00
Martin Lablans 377b003207 Refactor, add BBMRI-ERIC gitlab 2023-09-27 09:12:48 +02:00
Martin Lablans 0c75ac2810
Add healthchecks
Co-authored-by: Torben Brenner <76154651+torbrenner@users.noreply.github.com>
2023-09-27 08:48:45 +02:00
Martin Lablans d21c6d7835 Move git/docker proxy config 2023-09-26 13:42:14 +02:00