Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update from source in rdf parser #2

Open
wants to merge 1,823 commits into
base: artonio-rdf-parser
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
1823 commits
Select commit Hold shift + click to select a range
828ddd5
Update docs
tadgh Mar 4, 2020
0acfc51
Split test into two tests, one of which passes, one of which fails, s…
tadgh Mar 6, 2020
46c67d2
Add VEIG(Vietnam Ehealth Innovation Group) to points.json
dttvn0010 Mar 6, 2020
b299d0b
Fix Typos, reduce code duplication
tadgh Mar 6, 2020
aca4bcf
Minor refactoring for readability
tadgh Mar 6, 2020
202b9c9
License header
jamesagnew Mar 8, 2020
34d42a1
Add tests
jamesagnew Mar 9, 2020
9f72589
Drop anyresource classes (#1755)
jamesagnew Mar 9, 2020
59d1603
Some variable renaming. Adds some questions.
tadgh Mar 9, 2020
12412a7
Add query capturing to query
tadgh Mar 9, 2020
e38ec3e
Fix typo
tadgh Mar 9, 2020
c3ceffb
wip
tadgh Mar 9, 2020
ecf5284
moved common Json annotations out into an interface
fil512 Mar 12, 2020
fe51c08
Merge pull request #1753 from dttvn0010/master
tadgh Mar 12, 2020
1dc5d89
Optmize forced ID resolution (#1754)
jamesagnew Mar 12, 2020
72b9d9a
FIx spelling mistake
jamesagnew Mar 13, 2020
74fd2c1
wip
tadgh Mar 13, 2020
6b01949
Merge pull request #1758 from jamesagnew/ks-20200312-json-annotation
fil512 Mar 13, 2020
03567c5
Add perftrace. Remove regex
tadgh Mar 13, 2020
d91cb75
Fix up whitespace
tadgh Mar 13, 2020
b80e717
Tidy, fix up tests
tadgh Mar 14, 2020
4777d75
Merge branch 'master' into bugfix/1752-support-chained-parameters-ins…
tadgh Mar 14, 2020
a39ac88
Fix error while resolving rebase
tadgh Mar 14, 2020
6f872ff
Minor refactor
tadgh Mar 14, 2020
5867d62
Avoid duplicate predicate in _id queries (#1761)
jamesagnew Mar 17, 2020
288abe4
Improve efficiency in search deleting (#1759)
jamesagnew Mar 17, 2020
77733b5
Add changelog
tadgh Mar 17, 2020
80139f4
Update pom.xml (#1709)
jvitrifork Mar 17, 2020
9305bef
Remove useless migrator task generics (#1687)
jamesagnew Mar 17, 2020
2241391
Validation api changes (#1719)
jamesagnew Mar 17, 2020
3eb09b1
Merge branch 'master' into bugfix/1752-support-chained-parameters-ins…
tadgh Mar 17, 2020
4c1bbd0
Intermittent test fix
jamesagnew Mar 17, 2020
4583cb9
Merge pull request #1760 from jamesagnew/bugfix/1752-support-chained-…
tadgh Mar 17, 2020
bde7c35
Implement Jackson parser/serializer (#1733)
jamesagnew Mar 17, 2020
7bdb42d
Restore accidentally removed method
jamesagnew Mar 17, 2020
ad46c31
Add missed attribution to changelog
tadgh Mar 18, 2020
44ef5a4
Merge pull request #1766 from jamesagnew/attribution-fix
tadgh Mar 18, 2020
ecd2bcf
Add a test utility
jamesagnew Mar 18, 2020
2795961
Add basic stale.yml (#1764)
tadgh Mar 19, 2020
a5257f0
Add new indexing extractor method
jamesagnew Mar 20, 2020
b3cf323
Add docs
jamesagnew Mar 20, 2020
b8b8248
Merge branch 'master' of https://github.com/jaferkhan/hapi-fhir into …
jaferkhan Mar 21, 2020
75402e3
Merge pull request #1648 from jaferkhan/cleanup-docs-v2
jamesagnew Mar 21, 2020
c2ae5a8
Add FHIRPath evaluation interceptor (#1769)
jamesagnew Mar 22, 2020
f896615
Missed noe rename in #1769
jamesagnew Mar 22, 2020
3f20f7b
Make SubscriptionDeliveryHandlerFactory not abstract
jamesagnew Mar 23, 2020
1431614
Resolve some docs issues
jamesagnew Mar 23, 2020
0ac434e
Add chain on _type parameter
jamesagnew Mar 23, 2020
7706600
Add changelog
jamesagnew Mar 23, 2020
a067a20
Test fix
jamesagnew Mar 23, 2020
300c4e6
Fix broken test
jamesagnew Mar 23, 2020
2b23a6f
Fix Xml parse issue: do not override the references with global conta…
Mar 23, 2020
a75bf94
Remove personal data
Mar 23, 2020
a9b6864
remove first attempt to fix
Mar 23, 2020
2c1ec8f
add test to check that json parsing also fails with identically named…
Mar 23, 2020
fa29f3e
Credit for #1770
jamesagnew Mar 23, 2020
13f0e53
Address review comments
jamesagnew Mar 24, 2020
31893be
Fix azure yaml
jamesagnew Mar 24, 2020
22e0c7a
Correct HTTPs in pom
jamesagnew Mar 24, 2020
bb4cbb6
One more pom tweak
jamesagnew Mar 24, 2020
718c248
Test fix
jamesagnew Mar 24, 2020
274a6cb
Try azure again
jamesagnew Mar 24, 2020
1271d5c
One more azure tweak
jamesagnew Mar 24, 2020
c6d23a8
Add chain on _type parameter (#1772)
jamesagnew Mar 24, 2020
eaaddaf
Fix #1763 - Include bundle type in summary=count responses (#1773)
jamesagnew Mar 24, 2020
4b5165b
Docs fix
jamesagnew Mar 25, 2020
b794618
Avoid a crash encoding contained bundle (#1778)
jamesagnew Mar 26, 2020
97ac551
Dont fail on shrink only task
jamesagnew Mar 26, 2020
ec6fe70
Merge branch 'master' into ja_20200206_multitenancy
jamesagnew Mar 27, 2020
9df4c58
Work on multitenancy
jamesagnew Mar 27, 2020
691f2c4
Work on muiltitenancy
jamesagnew Mar 29, 2020
62d8679
Work on multitenancy
jamesagnew Mar 29, 2020
8e714b6
Work on uniques
jamesagnew Mar 30, 2020
2e43c57
Work on multitenancy
jamesagnew Mar 30, 2020
fe48313
Add response size capturing interceptor (#1776)
jamesagnew Mar 30, 2020
c4bd1a9
Add test
jamesagnew Mar 30, 2020
ea1f35b
Work on multitenancy
jamesagnew Mar 31, 2020
9d09466
Add debug logging to CLI
jamesagnew Mar 31, 2020
082c201
Improve debug logging
jamesagnew Mar 31, 2020
7f2605d
Run migrator tests against DERBY and H2
jamesagnew Mar 31, 2020
0021561
Raise an error on including invalid query string parameter(s) in read…
jaferkhan Mar 30, 2020
ce012ff
Add test case for invalid query parameters in read operation
jaferkhan Mar 31, 2020
08c1c28
Credit for #1786
jamesagnew Apr 1, 2020
e1142f4
Start work on subscription cleanup
jamesagnew Apr 2, 2020
6baf199
Work on subscription cleanup
jamesagnew Apr 3, 2020
43b4d8e
Work on subscriptions
jamesagnew Apr 3, 2020
470063e
Subscription cleanup
jamesagnew Apr 3, 2020
7c6024f
More work on subscriptions
jamesagnew Apr 3, 2020
68db40d
Queue factory cleanup
jamesagnew Apr 3, 2020
fef447a
Work on subscription cleanup
jamesagnew Apr 4, 2020
79da157
Subscription cleanup
jamesagnew Apr 5, 2020
0a28c0c
Work on subscription cleanup
jamesagnew Apr 5, 2020
d088466
Work on subscription cleanup
jamesagnew Apr 5, 2020
40d0c27
Work on subscription cleanup
jamesagnew Apr 5, 2020
328f74e
add two additional test to check the JSON and XML parsers
RuslanZinovyev Apr 6, 2020
cce62ec
@Test annotation was missed
RuslanZinovyev Apr 6, 2020
b78205c
Ongoing cleanup
jamesagnew Apr 6, 2020
826ba64
Subscription work
jamesagnew Apr 7, 2020
347ecc7
Tests passing
jamesagnew Apr 7, 2020
2205d23
Move resource provider factory
jamesagnew Apr 7, 2020
4778666
Test fixes
jamesagnew Apr 7, 2020
c2e00bb
Bugfix on #1772
jamesagnew Apr 7, 2020
35e1dba
One more bugfix on #1772
jamesagnew Apr 7, 2020
edc3056
Address review changes
jamesagnew Apr 7, 2020
8a77d83
One more change
jamesagnew Apr 7, 2020
a5b5e34
Test fixes
jamesagnew Apr 7, 2020
0e44786
Add changelog
jamesagnew Apr 8, 2020
1c738b9
Decouple subscription submission / matching (#1790)
jamesagnew Apr 8, 2020
c0df887
Intermittent test fix
jamesagnew Apr 8, 2020
96a4eff
Test fix
jamesagnew Apr 8, 2020
8cdc3a7
Fix #1794 - Client ID and Server ID mode clash (#1795)
jamesagnew Apr 9, 2020
2a43aa3
Improve error message reporting for invalid json - Fix #1793
jamesagnew Apr 9, 2020
879fbb0
Test fixes
jamesagnew Apr 9, 2020
dce4205
Test fix
jamesagnew Apr 9, 2020
fdf6633
Add validation for currencies to validator (#1797)
jamesagnew Apr 9, 2020
e0fcbe1
Merge branch 'master' into ja_20200206_multitenancy
jamesagnew Apr 9, 2020
c1d682e
Test fixes
jamesagnew Apr 9, 2020
ac29073
Test fixes
jamesagnew Apr 9, 2020
f0bc70f
Merge pull request #1792 from jamesagnew/json_should_not_preserve_inv…
jamesagnew Apr 9, 2020
1a3a40b
Merge pull request #1796 from jamesagnew/ja_20200409_report_json_erro…
jamesagnew Apr 9, 2020
432b249
Add license headers
jamesagnew Apr 10, 2020
219332e
Work on multitenancy
jamesagnew Apr 10, 2020
8d8c657
More work on multitenancy
jamesagnew Apr 10, 2020
e55ccf8
Work on multitenancy
jamesagnew Apr 11, 2020
c26a555
Multitenancy work
jamesagnew Apr 13, 2020
f2fa865
Test fix
jamesagnew Apr 13, 2020
982b54d
Work on multitenancy
jamesagnew Apr 13, 2020
f95f619
Correct two JPA processing bugs (#1801)
jamesagnew Apr 15, 2020
d822867
Merge branch 'master' into ja_20200206_multitenancy
jamesagnew Apr 16, 2020
cd06137
Work on multitenancy
jamesagnew Apr 16, 2020
8873749
Add license headers
jamesagnew Apr 16, 2020
25cdbb1
Work on multitenancy
jamesagnew Apr 16, 2020
81723c3
Work on multitenancy
jamesagnew Apr 16, 2020
4977575
Improve search method binding priority (#1802)
jamesagnew Apr 17, 2020
a1b3a97
Work on docs
jamesagnew Apr 17, 2020
68f4371
Add license header
jamesagnew Apr 17, 2020
e0b4193
Bump up hamcrest version and force the use of the latest version
jamesagnew Apr 17, 2020
48057b9
Merge branch 'master' into ja_20200206_multitenancy
jamesagnew Apr 17, 2020
bcac2b0
Credit for #1799
jamesagnew Apr 18, 2020
37dcf58
Add millis methods to DateClientParam, #1798
Apr 10, 2020
461739f
Add test for millisecond precision
Apr 10, 2020
42c8cd0
Add cascading delete to client (#1804)
jamesagnew Apr 18, 2020
843de42
Add license header
jamesagnew Apr 18, 2020
2ddeea3
Work on multitenancy
jamesagnew Apr 18, 2020
c0965b1
Work on docs
jamesagnew Apr 18, 2020
6c760c9
DOcs work
jamesagnew Apr 18, 2020
cd3e1c5
Tenancy docs
jamesagnew Apr 19, 2020
d3479cd
Work on docs
jamesagnew Apr 19, 2020
c412339
Merge branch 'ja_20200206_multitenancy' of github.com:jamesagnew/hapi…
jamesagnew Apr 19, 2020
7248b4e
Finish docs
jamesagnew Apr 20, 2020
95b77af
Merge branch 'master' into ja_20200206_multitenancy
jamesagnew Apr 20, 2020
faddeeb
Add changelog
jamesagnew Apr 20, 2020
bbab016
Rename config
jamesagnew Apr 20, 2020
544d9fb
Add migration tasks
jamesagnew Apr 20, 2020
e6c8062
Merge branch 'ja_20200206_multitenancy' of github.com:jamesagnew/hapi…
jamesagnew Apr 20, 2020
00b1912
Fix typo
jamesagnew Apr 20, 2020
1133c5a
retroactively add javadoc for a search database change
fil512 Apr 20, 2020
e98bf2b
Migration fix
jamesagnew Apr 20, 2020
9ed358f
One more migration fix
jamesagnew Apr 20, 2020
465bce9
A couple more migration fixes
jamesagnew Apr 20, 2020
4abebf2
Docs cleanup
jamesagnew Apr 21, 2020
33b8e82
Compile fix
jamesagnew Apr 21, 2020
7b2db83
Merge branch 'master' into ja_20200206_multitenancy
jamesagnew Apr 21, 2020
998c1f7
Work on docs
jamesagnew Apr 21, 2020
edf6c71
formatting tweak - use "text-danger" style for "This is not a product…
jschneid-nmdp Apr 21, 2020
15577d8
formatting tweak (in additional files) - use "text-danger" style for …
jschneid-nmdp Apr 21, 2020
f218ade
Credit for #1810
jamesagnew Apr 21, 2020
c716216
Adjust return type for fluent delete() operation (#1805)
jamesagnew Apr 21, 2020
3225075
Fix GraphQL Error (#1791)
ibrohimislam Apr 21, 2020
1f848dd
Credit for #1791
jamesagnew Apr 21, 2020
f69fb1a
Set ES username and password only if they're not blank (#1806)
mkucharek Apr 21, 2020
4b93a0d
Credit for #1806
jamesagnew Apr 21, 2020
11fade2
Bump boot version
jamesagnew Apr 21, 2020
138369e
Update hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/docs/server…
jamesagnew Apr 22, 2020
02e5dcb
Update hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/docs/server…
jamesagnew Apr 22, 2020
c7de853
Work on review comments
jamesagnew Apr 22, 2020
c67cbca
Update hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/docs/server…
jamesagnew Apr 22, 2020
53695c5
Update hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/docs/server…
jamesagnew Apr 22, 2020
4fe7f6e
Update hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/docs/server…
jamesagnew Apr 22, 2020
532c830
Update hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/docs/server…
jamesagnew Apr 22, 2020
fb4e620
Update hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/docs/server…
jamesagnew Apr 22, 2020
d10538c
Update hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/docs/server…
jamesagnew Apr 22, 2020
7d0d7d9
Update hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/docs/server…
jamesagnew Apr 22, 2020
6e44498
Update hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/docs/server…
jamesagnew Apr 22, 2020
50ef7d7
Update hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/docs/server…
jamesagnew Apr 22, 2020
4184268
Update hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/docs/server…
jamesagnew Apr 22, 2020
45fdd99
Update hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/docs/server…
jamesagnew Apr 22, 2020
49d15db
Update hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/docs/server…
jamesagnew Apr 22, 2020
cc2b745
Update hapi-fhir-jpaserver-base/src/main/java/ca/uhn/fhir/jpa/dao/ind…
jamesagnew Apr 22, 2020
1f37cdd
Address review comments
jamesagnew Apr 22, 2020
6226381
Merge branch 'master' into ja_20200206_multitenancy
jamesagnew Apr 22, 2020
7efd8a9
Merge branch 'ja_20200206_multitenancy' of github.com:jamesagnew/hapi…
jamesagnew Apr 22, 2020
009d644
Compile fx
jamesagnew Apr 22, 2020
8a2b799
Test fixes
jamesagnew Apr 22, 2020
be5f819
One more bugfix
jamesagnew Apr 22, 2020
99b9ec0
Fix compilation error
fitzoh Apr 22, 2020
06ae9bc
Update operation name
jamesagnew Apr 22, 2020
6b7d8c4
Merge branch 'master' into ja_20200206_multitenancy
jamesagnew Apr 22, 2020
fc6642e
Add one more constant
jamesagnew Apr 22, 2020
af43c43
Roll back a change that was causing test failures
jamesagnew Apr 22, 2020
36a7e9c
Test fixes
jamesagnew Apr 22, 2020
ccda668
Restore subscription loading at startup
jamesagnew Apr 23, 2020
4978a5d
Add test
jamesagnew Apr 22, 2020
371cda2
Test fix
jamesagnew Apr 23, 2020
5f88d87
Tweak to #1801 - Normalize double leading zeros in database (#1815)
jamesagnew Apr 23, 2020
c994f48
Add test case
jamesagnew Apr 23, 2020
b728c14
Update hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/4…
fil512 Apr 23, 2020
0b1a64d
Merge pull request #1809 from jamesagnew/ks-20200420-changelog
fil512 Apr 23, 2020
37aa111
Docs fixes
jamesagnew Apr 24, 2020
ededcc1
Add Partitioning / Multitenancy (#1807)
jamesagnew Apr 24, 2020
e219c17
Merge branch 'master' of github.com:jamesagnew/hapi-fhir
jamesagnew Apr 24, 2020
ea817de
Extend support for additional forwared headers x-forwarded-port and (…
Thopap Apr 29, 2020
885a18e
Credit for #1788
jamesagnew Apr 29, 2020
0d8c42e
Migrator tweaks
jamesagnew Apr 29, 2020
e439891
Add test
jamesagnew Apr 29, 2020
8f8a8a3
Merge branch 'master' into date-match-bug
tadgh Apr 29, 2020
a5e1b3d
Minor changes for merge conflicts
tadgh Apr 29, 2020
8fce86b
Merge pull request #1730 from jamesagnew/date-match-bug
tadgh Apr 30, 2020
f94f2fd
Add delegating setters and getters to DaoConfig (#1825)
tadgh Apr 30, 2020
3d5a8bb
Add UCUM support (#1824)
jamesagnew Apr 30, 2020
4105609
License header updates
jamesagnew Apr 30, 2020
c8ad3e8
Correction in comment (#1734)
Bert-R May 1, 2020
439a901
Credit for #1734
jamesagnew May 1, 2020
38a899b
Take super class methods into account and adding unit test (#1812)
zilin375 May 1, 2020
a786756
Credit for #1812
jamesagnew May 1, 2020
9ace488
enhance constructor, so an existing InterceptorService could be passe…
May 1, 2020
586089f
Credit for #1749
jamesagnew May 1, 2020
394a47b
Fix YAML error
jamesagnew May 1, 2020
31f8695
Fix compile error
jamesagnew May 1, 2020
8b49142
Clean up migrator tasks
jamesagnew May 1, 2020
41c715d
Make BaseOrListParam and BaseParam visible outside of the package (#1…
ibacher May 4, 2020
ceae417
Credit for #1710
jamesagnew May 4, 2020
91147cf
Scope tag search to correct resource type (#1829)
jamesagnew May 5, 2020
dada217
Clean up hash code calculation (#1830)
jamesagnew May 5, 2020
35c2b7a
Allow disabling text modifier indexing (#1831)
jamesagnew May 5, 2020
a77aa6a
Multitenancy Ticket 2 - #1813 (#1821)
jamesagnew May 5, 2020
b67509d
Transaction write performance fix (#1832)
jamesagnew May 7, 2020
6cc07b6
Make binary storage work for bulk export (#1836)
jamesagnew May 7, 2020
78fa296
License header updates
jamesagnew May 7, 2020
7f12f80
Docs correction
jamesagnew May 8, 2020
9d8bd0d
Bump R4 definitions to 4.0.1 (#1837)
jamesagnew May 8, 2020
034e878
Add NOP tasks for 4.3.0 to avoid migrator issues
jamesagnew May 10, 2020
5ea94ab
Merge branch 'master' of github.com:jamesagnew/hapi-fhir
jamesagnew May 10, 2020
386f395
Version bump 2 dependencies
jamesagnew May 10, 2020
0c13a65
Bump to latest Core version (#1841)
jamesagnew May 11, 2020
c7da4b0
Build Cleanup
jamesagnew May 11, 2020
d631ecf
Prepare for 5.0.0
jamesagnew May 12, 2020
1d13e29
Version bump to 5.1.0-SNAPSHOT
jamesagnew May 13, 2020
8a360eb
Fix version enum
jamesagnew May 13, 2020
c8a3e99
Merge pull request #1 from jamesagnew/master
artonio May 14, 2020
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
259 changes: 255 additions & 4 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -5,28 +5,279 @@ end_of_line = lf
insert_final_newline = true
tab_width = 3
indent_size = 3
charset = utf-8

[*.java]
[*.xml]
charset = utf-8
indent_style = tab
tab_width = 3
indent_size = 3

[*.xml]
[*.json]
charset = utf-8
indent_style = tab
tab_width = 3
indent_size = 3

[*.json]
[*.vm]
charset = utf-8
indent_style = tab
tab_width = 3
indent_size = 3

[*.vm]

[*.java]
charset = utf-8
indent_style = tab
tab_width = 3
indent_size = 3
ij_java_align_consecutive_assignments = false
ij_java_align_consecutive_variable_declarations = false
ij_java_align_group_field_declarations = false
ij_java_align_multiline_annotation_parameters = false
ij_java_align_multiline_array_initializer_expression = false
ij_java_align_multiline_assignment = false
ij_java_align_multiline_binary_operation = false
ij_java_align_multiline_chained_methods = false
ij_java_align_multiline_extends_list = false
ij_java_align_multiline_for = true
ij_java_align_multiline_method_parentheses = false
ij_java_align_multiline_parameters = true
ij_java_align_multiline_parameters_in_calls = false
ij_java_align_multiline_parenthesized_expression = false
ij_java_align_multiline_records = true
ij_java_align_multiline_resources = true
ij_java_align_multiline_ternary_operation = false
ij_java_align_multiline_text_blocks = false
ij_java_align_multiline_throws_list = false
ij_java_align_subsequent_simple_methods = false
ij_java_align_throws_keyword = false
ij_java_annotation_parameter_wrap = off
ij_java_array_initializer_new_line_after_left_brace = false
ij_java_array_initializer_right_brace_on_new_line = false
ij_java_array_initializer_wrap = off
ij_java_assert_statement_colon_on_next_line = false
ij_java_assert_statement_wrap = off
ij_java_assignment_wrap = off
ij_java_binary_operation_sign_on_next_line = false
ij_java_binary_operation_wrap = off
ij_java_blank_lines_after_anonymous_class_header = 0
ij_java_blank_lines_after_class_header = 0
ij_java_blank_lines_after_imports = 1
ij_java_blank_lines_after_package = 1
ij_java_blank_lines_around_class = 1
ij_java_blank_lines_around_field = 0
ij_java_blank_lines_around_field_in_interface = 0
ij_java_blank_lines_around_initializer = 1
ij_java_blank_lines_around_method = 1
ij_java_blank_lines_around_method_in_interface = 1
ij_java_blank_lines_before_class_end = 0
ij_java_blank_lines_before_imports = 1
ij_java_blank_lines_before_method_body = 0
ij_java_blank_lines_before_package = 0
ij_java_block_brace_style = end_of_line
ij_java_block_comment_at_first_column = true
ij_java_call_parameters_new_line_after_left_paren = false
ij_java_call_parameters_right_paren_on_new_line = false
ij_java_call_parameters_wrap = off
ij_java_case_statement_on_separate_line = true
ij_java_catch_on_new_line = false
ij_java_class_annotation_wrap = split_into_lines
ij_java_class_brace_style = end_of_line
ij_java_class_count_to_use_import_on_demand = 999
ij_java_class_names_in_javadoc = 1
ij_java_do_not_indent_top_level_class_members = false
ij_java_do_not_wrap_after_single_annotation = false
ij_java_do_while_brace_force = never
ij_java_doc_add_blank_line_after_description = true
ij_java_doc_add_blank_line_after_param_comments = false
ij_java_doc_add_blank_line_after_return = false
ij_java_doc_add_p_tag_on_empty_lines = true
ij_java_doc_align_exception_comments = true
ij_java_doc_align_param_comments = true
ij_java_doc_do_not_wrap_if_one_line = false
ij_java_doc_enable_formatting = true
ij_java_doc_enable_leading_asterisks = true
ij_java_doc_indent_on_continuation = false
ij_java_doc_keep_empty_lines = true
ij_java_doc_keep_empty_parameter_tag = true
ij_java_doc_keep_empty_return_tag = true
ij_java_doc_keep_empty_throws_tag = true
ij_java_doc_keep_invalid_tags = true
ij_java_doc_param_description_on_new_line = false
ij_java_doc_preserve_line_breaks = false
ij_java_doc_use_throws_not_exception_tag = true
ij_java_else_on_new_line = false
ij_java_entity_dd_suffix = EJB
ij_java_entity_eb_suffix = Bean
ij_java_entity_hi_suffix = Home
ij_java_entity_lhi_prefix = Local
ij_java_entity_lhi_suffix = Home
ij_java_entity_li_prefix = Local
ij_java_entity_pk_class = java.lang.String
ij_java_entity_vo_suffix = VO
ij_java_enum_constants_wrap = off
ij_java_extends_keyword_wrap = off
ij_java_extends_list_wrap = off
ij_java_field_annotation_wrap = split_into_lines
ij_java_field_name_prefix = my
ij_java_finally_on_new_line = false
ij_java_for_brace_force = never
ij_java_for_statement_new_line_after_left_paren = false
ij_java_for_statement_right_paren_on_new_line = false
ij_java_for_statement_wrap = off
ij_java_generate_final_locals = false
ij_java_generate_final_parameters = false
ij_java_if_brace_force = never
ij_java_imports_layout = *,|,javax.**,java.**,|,$*
ij_java_indent_case_from_switch = true
ij_java_insert_inner_class_imports = false
ij_java_insert_override_annotation = true
ij_java_keep_blank_lines_before_right_brace = 2
ij_java_keep_blank_lines_between_package_declaration_and_header = 2
ij_java_keep_blank_lines_in_code = 2
ij_java_keep_blank_lines_in_declarations = 2
ij_java_keep_control_statement_in_one_line = true
ij_java_keep_first_column_comment = true
ij_java_keep_indents_on_empty_lines = false
ij_java_keep_line_breaks = true
ij_java_keep_multiple_expressions_in_one_line = false
ij_java_keep_simple_blocks_in_one_line = false
ij_java_keep_simple_classes_in_one_line = false
ij_java_keep_simple_lambdas_in_one_line = false
ij_java_keep_simple_methods_in_one_line = false
ij_java_label_indent_absolute = false
ij_java_label_indent_size = 0
ij_java_lambda_brace_style = end_of_line
ij_java_layout_static_imports_separately = true
ij_java_line_comment_add_space = false
ij_java_line_comment_at_first_column = true
ij_java_message_dd_suffix = EJB
ij_java_message_eb_suffix = Bean
ij_java_method_annotation_wrap = split_into_lines
ij_java_method_brace_style = end_of_line
ij_java_method_call_chain_wrap = off
ij_java_method_parameters_new_line_after_left_paren = false
ij_java_method_parameters_right_paren_on_new_line = false
ij_java_method_parameters_wrap = off
ij_java_modifier_list_wrap = false
ij_java_names_count_to_use_import_on_demand = 999
ij_java_new_line_after_lparen_in_record_header = false
ij_java_packages_to_use_import_on_demand = java.awt.*,javax.swing.*
ij_java_parameter_annotation_wrap = off
ij_java_parameter_name_prefix = the
ij_java_parentheses_expression_new_line_after_left_paren = false
ij_java_parentheses_expression_right_paren_on_new_line = false
ij_java_place_assignment_sign_on_next_line = false
ij_java_prefer_longer_names = true
ij_java_prefer_parameters_wrap = false
ij_java_record_components_wrap = normal
ij_java_repeat_synchronized = true
ij_java_replace_instanceof_and_cast = false
ij_java_replace_null_check = true
ij_java_replace_sum_lambda_with_method_ref = true
ij_java_resource_list_new_line_after_left_paren = false
ij_java_resource_list_right_paren_on_new_line = false
ij_java_resource_list_wrap = off
ij_java_rparen_on_new_line_in_record_header = false
ij_java_session_dd_suffix = EJB
ij_java_session_eb_suffix = Bean
ij_java_session_hi_suffix = Home
ij_java_session_lhi_prefix = Local
ij_java_session_lhi_suffix = Home
ij_java_session_li_prefix = Local
ij_java_session_si_suffix = Service
ij_java_space_after_closing_angle_bracket_in_type_argument = false
ij_java_space_after_colon = true
ij_java_space_after_comma = true
ij_java_space_after_comma_in_type_arguments = true
ij_java_space_after_for_semicolon = true
ij_java_space_after_quest = true
ij_java_space_after_type_cast = true
ij_java_space_before_annotation_array_initializer_left_brace = false
ij_java_space_before_annotation_parameter_list = false
ij_java_space_before_array_initializer_left_brace = false
ij_java_space_before_catch_keyword = true
ij_java_space_before_catch_left_brace = true
ij_java_space_before_catch_parentheses = true
ij_java_space_before_class_left_brace = true
ij_java_space_before_colon = true
ij_java_space_before_colon_in_foreach = true
ij_java_space_before_comma = false
ij_java_space_before_do_left_brace = true
ij_java_space_before_else_keyword = true
ij_java_space_before_else_left_brace = true
ij_java_space_before_finally_keyword = true
ij_java_space_before_finally_left_brace = true
ij_java_space_before_for_left_brace = true
ij_java_space_before_for_parentheses = true
ij_java_space_before_for_semicolon = false
ij_java_space_before_if_left_brace = true
ij_java_space_before_if_parentheses = true
ij_java_space_before_method_call_parentheses = false
ij_java_space_before_method_left_brace = true
ij_java_space_before_method_parentheses = false
ij_java_space_before_opening_angle_bracket_in_type_parameter = false
ij_java_space_before_quest = true
ij_java_space_before_switch_left_brace = true
ij_java_space_before_switch_parentheses = true
ij_java_space_before_synchronized_left_brace = true
ij_java_space_before_synchronized_parentheses = true
ij_java_space_before_try_left_brace = true
ij_java_space_before_try_parentheses = true
ij_java_space_before_type_parameter_list = false
ij_java_space_before_while_keyword = true
ij_java_space_before_while_left_brace = true
ij_java_space_before_while_parentheses = true
ij_java_space_inside_one_line_enum_braces = false
ij_java_space_within_empty_array_initializer_braces = false
ij_java_space_within_empty_method_call_parentheses = false
ij_java_space_within_empty_method_parentheses = false
ij_java_spaces_around_additive_operators = true
ij_java_spaces_around_assignment_operators = true
ij_java_spaces_around_bitwise_operators = true
ij_java_spaces_around_equality_operators = true
ij_java_spaces_around_lambda_arrow = true
ij_java_spaces_around_logical_operators = true
ij_java_spaces_around_method_ref_dbl_colon = false
ij_java_spaces_around_multiplicative_operators = true
ij_java_spaces_around_relational_operators = true
ij_java_spaces_around_shift_operators = true
ij_java_spaces_around_type_bounds_in_type_parameters = true
ij_java_spaces_around_unary_operator = false
ij_java_spaces_within_angle_brackets = false
ij_java_spaces_within_annotation_parentheses = false
ij_java_spaces_within_array_initializer_braces = false
ij_java_spaces_within_braces = false
ij_java_spaces_within_brackets = false
ij_java_spaces_within_cast_parentheses = false
ij_java_spaces_within_catch_parentheses = false
ij_java_spaces_within_for_parentheses = false
ij_java_spaces_within_if_parentheses = false
ij_java_spaces_within_method_call_parentheses = false
ij_java_spaces_within_method_parentheses = false
ij_java_spaces_within_parentheses = false
ij_java_spaces_within_switch_parentheses = false
ij_java_spaces_within_synchronized_parentheses = false
ij_java_spaces_within_try_parentheses = false
ij_java_spaces_within_while_parentheses = false
ij_java_special_else_if_treatment = true
ij_java_static_field_name_prefix = our
ij_java_subclass_name_suffix = Impl
ij_java_ternary_operation_signs_on_next_line = false
ij_java_ternary_operation_wrap = off
ij_java_test_name_suffix = Test
ij_java_throws_keyword_wrap = off
ij_java_throws_list_wrap = off
ij_java_use_external_annotations = false
ij_java_use_fq_class_names = false
ij_java_use_relative_indents = false
ij_java_use_single_class_imports = true
ij_java_variable_annotation_wrap = off
ij_java_visibility = public
ij_java_while_brace_force = never
ij_java_while_on_new_line = false
ij_java_wrap_comments = false
ij_java_wrap_first_method_in_call_chain = false
ij_java_wrap_long_lines = false

5 changes: 5 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
blank_issues_enabled: false
contact_links:
- name: Getting Help / Community
url: https://github.com/jamesagnew/hapi-fhir/wiki/Getting-Help
about: Please click here to learn about where to ask questions about HAPI FHIR
17 changes: 17 additions & 0 deletions .github/stale.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Two years until issues go stale
daysUntilStale: 730
# Number of days of inactivity before a stale issue is closed
daysUntilClose: 7
# Issues with these labels will never be considered stale
exemptLabels:
- pinned
- security
# Label to use when marking an issue as stale
staleLabel: wontfix
# Comment to post when marking an issue as stale. Set to `false` to disable
markComment: >
This issue has been automatically marked as stale because it has not had
recent activity. It will be closed if no further activity occurs. Thank you
for your contributions.
# Comment to post when closing a stale issue. Set to `false` to disable
closeComment: false
Empty file modified .travis.yml
100644 → 100755
Empty file.
10 changes: 4 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,13 @@ HAPI FHIR

HAPI FHIR - Java API for HL7 FHIR Clients and Servers

[![Coverage Status](https://coveralls.io/repos/jamesagnew/hapi-fhir/badge.svg?branch=master&service=github)](https://coveralls.io/github/jamesagnew/hapi-fhir?branch=master)
[![Build Status](https://dev.azure.com/jamesagnew214/jamesagnew214/_apis/build/status/jamesagnew.hapi-fhir?branchName=master)](https://dev.azure.com/jamesagnew214/jamesagnew214/_build/latest?definitionId=1&branchName=master)
[![codecov](https://codecov.io/gh/jamesagnew/hapi-fhir/branch/master/graph/badge.svg)](https://codecov.io/gh/jamesagnew/hapi-fhir)
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/ca.uhn.hapi.fhir/hapi-fhir-base/badge.svg)](http://search.maven.org/#search|ga|1|ca.uhn.hapi.fhir)
[![License](https://img.shields.io/badge/license-apache%202.0-60C060.svg)](http://jamesagnew.github.io/hapi-fhir/license.html)

* Linux Build: [![Build Status](https://travis-ci.org/jamesagnew/hapi-fhir.svg?branch=master)](https://travis-ci.org/jamesagnew/hapi-fhir)
* Windows Build: <a href="https://ci.appveyor.com/project/jamesagnew/hapi-fhir"><img src="https://ci.appveyor.com/api/projects/status/github/jamesagnew/hapi-fhir?branch=master&svg=true"></a>
[![License](https://img.shields.io/badge/license-apache%202.0-60C060.svg)](https://hapifhir.io/hapi-fhir/license.html)

Complete project documentation is available here:
http://jamesagnew.github.io/hapi-fhir/
http://hapifhir.io

A demonstration of this project is available here:
http://hapi.fhir.org/
Expand Down
9 changes: 0 additions & 9 deletions appveyor.yml

This file was deleted.

Loading