Commit Graph

223 Commits

Author SHA1 Message Date
Lloyd McKenzie
bc539efb38 Merge branch 'master' of https://github.com/FHIR/sample-ig 2020-11-07 15:38:21 -07:00
Lloyd McKenzie
9b595e8a20
Merge pull request #41 from cmoesel/fix-updatePublisher-shebang
Fix shebang in _updatePublisher.sh
2020-09-30 08:33:39 -06:00
Chris Moesel
a853c935b8 Fix shebang in _updatePublisher.sh 2020-09-30 09:34:06 -04:00
Grahame Grieve
44596ce112 Add various test cases 2020-09-25 03:23:14 +10:00
Lloyd McKenzie
d2a03603b8 Merge branch 'master' of https://github.com/FHIR/sample-ig 2020-09-20 19:45:40 -06:00
Grahame Grieve
dbbed53f65
Merge pull request #40 from costateixeira/master
Remove hardcoded ig ini filename
2020-08-21 16:57:48 +10:00
Jose Costa Teixeira
ddc28941e5
Update _genonce.sh 2020-08-21 08:29:40 +02:00
Jose Costa Teixeira
9dd0a846d0
remove hardcoded ig ini filename 2020-08-21 08:26:38 +02:00
Jose Costa Teixeira
d09eaf0ef0
Merge pull request #4 from FHIR/master
catch up
2020-08-21 08:25:42 +02:00
Lloyd McKenzie
e0e4de74bb Merge branch 'master' of https://github.com/FHIR/sample-ig 2020-08-05 14:41:45 -06:00
Lloyd McKenzie
1df06a6bf9
Merge pull request #39 from DavidPyke/Update-publisher-script
Update _updatePublisher linux/mac script
2020-07-24 06:28:13 -06:00
David Pyke
ace44c2dfa
Update _updatePublisher linux/mac script
Update the linux/mac script to emulate what the windows batch file does (but better and more logically because it's not windows)
2020-07-24 08:21:56 -04:00
Lloyd McKenzie
a7d58e1b7b Merge branch 'master' of https://github.com/FHIR/sample-ig 2020-07-07 21:50:08 -06:00
Lloyd McKenzie
4f832fd4dd
Merge pull request #36 from costateixeira/master
fix publisher file name
2020-07-03 07:46:46 -06:00
Jose Costa Teixeira
456aefec32 fix publisher file name 2020-07-02 23:45:54 +02:00
Lloyd McKenzie
066cae477f
Merge pull request #35 from barabo/patch-1
Follow 302 redirects with curl
2020-07-01 15:35:02 -06:00
Carl Anderson
52e1448ba5
Follow 302 redirects with curl
I noticed that, after running this script, the jar file was only 144 bytes.  Running the commented-out `wget` command worked for me, so I re-ran the `curl` command with `-v`.  I noticed that the first response was a 302 redirect.  It seemed that `curl` needs an extra nudge to follow redirects.  Looking in the man page I found `-L`, which worked for me.
2020-07-01 16:26:59 -05:00
Lloyd McKenzie
159e107f58
Merge pull request #34 from costateixeira/master
Update publisher jar URL
2020-07-01 08:40:28 -06:00
Jose Costa Teixeira
e79dadd1f8
Update publisher URL (for .sh) 2020-07-01 04:55:53 +02:00
Jose Costa Teixeira
d4a43461b9
Update publisher jar URL 2020-07-01 04:53:02 +02:00
Lloyd McKenzie
8e3101f447
Merge pull request #33 from FHIR/br-anchor-in-library-template
Added anchor for cql-content in the liquid library template.
2020-06-29 19:49:32 -06:00
Bryn Rhodes
893c22eea2 Added anchor for cql-content in the liquid library template. 2020-06-29 19:08:35 -06:00
Lloyd McKenzie
886154b3cd Merge branch 'master' of https://github.com/FHIR/sample-ig 2020-06-27 11:11:11 -06:00
Lloyd McKenzie
fb4b8e43e6 Cause IG to show links to source files 2020-06-27 11:11:01 -06:00
Jose Costa Teixeira
a390a2eded
Merge pull request #3 from FHIR/master
catch up
2020-06-27 09:19:47 +02:00
Lloyd McKenzie
6d5dbb45ca
Merge pull request #30 from costateixeira/master
Revert "remove old parameter find-other-resources"
2020-06-26 16:29:49 -06:00
Jose Costa Teixeira
5991cefc8d Revert "remove old parameter find-other-resources"
This reverts commit 459e98aead.
2020-06-26 23:22:07 +02:00
Lloyd McKenzie
dc84341671
Merge pull request #29 from costateixeira/master
remove old parameter find-other-resources
2020-06-26 08:52:57 -06:00
Jose Costa Teixeira
459e98aead remove old parameter find-other-resources 2020-06-26 16:43:21 +02:00
Lloyd McKenzie
52a5e2e541
Merge pull request #28 from costateixeira/patch-3
Force ipv4 in online check
2020-06-17 14:20:06 -06:00
Jose Costa Teixeira
76d246cfe5
Force ipv4 in online check
to make sure we get "TTL" in the response for systems that have IPv6 enabled
2020-06-17 17:38:03 +02:00
Lloyd McKenzie
9224a659cd
Merge pull request #27 from costateixeira/patch-1
Quick fix for ping not working over ipv6
2020-06-16 13:09:56 -06:00
Jose Costa Teixeira
a52de5f790
Quick fix for ping not working over ipv6 2020-06-16 20:53:16 +02:00
Bryn Rhodes
a9a19ad265 Fixes to Library liquid template 2020-06-16 11:20:45 -06:00
Lloyd McKenzie
9a0158a326
Merge pull request #26 from FHIR/library-liquid-template
Library liquid template
2020-06-15 09:27:09 -06:00
Grahame Grieve
f3353a286c Add value set with no code system 2020-06-12 07:22:48 +10:00
Bryn Rhodes
946629148d Added example of cql-options.json file 2020-06-08 20:45:10 -06:00
Bryn Rhodes
837a69e037 Additional updates to template and library example 2020-06-08 20:42:17 -06:00
Bryn Rhodes
a37abbda58 Replaced use of fromBase64() with decode('base64') 2020-06-08 17:41:26 -06:00
Bryn Rhodes
64ea0c0bbb Updates to library template 2020-06-08 07:45:27 -06:00
Bryn Rhodes
dd4580566d Updates to Library liquid template 2020-06-01 21:08:21 -06:00
Bryn Rhodes
1d9b41913c Fixed template typos 2020-05-22 10:28:23 -06:00
Bryn Rhodes
1bd6dfec30 Cleaning up for commit 2020-05-21 18:26:02 -06:00
Grahame Grieve
2c5b01f849 add image to markdown 2020-05-21 20:52:27 +10:00
Grahame Grieve
5be9be9b45 fix fullurl in history 2020-05-02 07:38:53 +10:00
Lloyd McKenzie
441a6597fc
Merge pull request #24 from costateixeira/self-updating-scripts
cosmetic fix (fixed one information message and added some blank lines)
2020-04-30 09:34:03 -06:00
José Costa Teixeira
1a12cb4298 cosmetic fix (fixed one information message and added some blank lines) 2020-04-30 07:41:53 +02:00
Lloyd McKenzie
2dffe0628f
Merge pull request #23 from costateixeira/self-updating-scripts
update all scripts
2020-04-29 23:32:18 -06:00
José Costa Teixeira
0923413e75 update all scripts 2020-04-30 06:53:42 +02:00
Lloyd McKenzie
4fe9d74dfe
Merge pull request #22 from costateixeira/self-updating-scripts
Self updating scripts
2020-04-29 17:16:33 -06:00