Commit 09cd17b
authored
Chore/data updates (LIF-Initiative#824)
<!--
Thank you for your pull request. Please review the requirements below.
Bug fixes and new features should be reported on the issue tracker:
https://github.com/lif-initiative/lif-core/issues
Contributing guide:
https://github.com/lif-initiative/lif-core/blob/main/docs/CONTRIBUTING.md
Code of Conduct:
https://github.com/lif-initiative/lif-core/blob/main/CODE_OF_CONDUCT.md
-->
##### Checklist
<!-- Remove items that do not apply. For completed items, change [ ] to
[x]. -->
- [x] commit message follows commit guidelines (see
commitlint.config.mjs)
- [x] tests are included (unit and/or integration tests)
- [ ] all tests are successful
- [ ] documentation is changed or added (in /docs directory)
- [ ] code passes linting checks (`uv run ruff check`)
- [ ] code passes formatting checks (`uv run ruff format`)
- [ ] code passes type checking (`uv run ty check`)
- [ ] pre-commit hooks have been run successfully
- [ ] database schema changes: migration files created and CHANGELOG.md
updated
- [ ] API changes: base (Python code) documentation in `docs/`
and project README updated
- [ ] configuration changes: relevant folder README updated
- [ ] breaking changes: added to MIGRATION.md with upgrade instructions
and CHANGELOG.md entry
##### Type of Change
<!-- Check all that apply -->
These are questionable data updates I did not add to the big data update
PR. Please review if we need to add this or ignore it.
- [ ] Bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing
functionality
to not work as expected)
- [ ] Documentation update
- [ ] Infrastructure/deployment change
- [ ] Performance improvement
- [ ] Code refactoring
##### Description of Change
<!-- Provide a clear and detailed description of the change below this
comment.
Include:
- What problem does this solve?
- What is the solution?
- Are there any side effects or limitations?
- How should reviewers test this?
-->
##### Related Issues
<!-- Link to related issues using #issue_number -->
Closes # [[add Github issue number]]
##### Testing
<!-- Describe the testing you've done -->
- [x] Manual testing performed
- [ ] Automated tests added/updated
- [x] Integration testing completed
##### Project Area(s) Affected
<!-- Check all project areas affected by this change -->
- [x] bases/
- [ ] components/
- [ ] orchestrators/
- [ ] frontends/
- [ ] deployments/
- [ ] CloudFormation/SAM templates
- [x] Database schema
- [ ] API endpoints
- [ ] Documentation
- [ ] Testing
##### Additional Notes
<!-- Any additional information that reviewers should know -->File tree
3 files changed
+114
-19
lines changed- bases/lif/example_data_source_rest_api
- components/lif/data_source_adapters/lif_to_lif_adapter
- test/components/lif/translator
3 files changed
+114
-19
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
43 | 85 | | |
44 | 86 | | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | 87 | | |
49 | 88 | | |
50 | 89 | | |
51 | | - | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
52 | 97 | | |
53 | 98 | | |
54 | 99 | | |
55 | 100 | | |
56 | 101 | | |
57 | | - | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
58 | 109 | | |
59 | 110 | | |
60 | 111 | | |
| |||
Lines changed: 2 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
30 | | - | |
| 29 | + | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
46 | | - | |
47 | 45 | | |
48 | 46 | | |
49 | 47 | | |
| |||
52 | 50 | | |
53 | 51 | | |
54 | 52 | | |
55 | | - | |
56 | | - | |
57 | 53 | | |
58 | 54 | | |
59 | 55 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
109 | 109 | | |
110 | 110 | | |
111 | 111 | | |
112 | | - | |
| 112 | + | |
113 | 113 | | |
114 | 114 | | |
115 | 115 | | |
116 | | - | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
117 | 123 | | |
118 | 124 | | |
119 | 125 | | |
120 | | - | |
121 | | - | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
122 | 140 | | |
123 | | - | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
124 | 146 | | |
125 | 147 | | |
126 | 148 | | |
| |||
138 | 160 | | |
139 | 161 | | |
140 | 162 | | |
141 | | - | |
| 163 | + | |
142 | 164 | | |
143 | 165 | | |
144 | 166 | | |
| |||
148 | 170 | | |
149 | 171 | | |
150 | 172 | | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
151 | 186 | | |
152 | 187 | | |
153 | 188 | | |
| |||
160 | 195 | | |
161 | 196 | | |
162 | 197 | | |
163 | | - | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
164 | 212 | | |
165 | 213 | | |
166 | 214 | | |
| |||
0 commit comments