Commit 0f638c5
Update v2.1-wip branch from v2.0 (#1023)
* Fix faulty descriptions
Documentation changes in the XSD for `FreeRecharging`, `Cage`, `RemoteControl`, `LocalControl` and `LockingMechanism`
Refer to #999 for more details
* Buggy SIRI import fix (#1001)
The SIRI import is probably coming from a SIRI copy/paste since the NeTEx occupancy is following the SIRI one.
The NaturalLanguageStringStructure is not NeTEx type, and is only used in this file, and doesn't follow NeTEx style/rules
The SIRI import is crashing some generic NeTEx (and SIRI) import in some implementation (one of them being OpRa). The reason for this crash is difficult to analyse (and depending on the validation engine), but basically related to object redefinition. As a result this import was a useless and dangerous breaking change and has to be removed.
* Edit changelog and readme (#997)
* Update changelog
* Remove redundancy with readme
* Remove duplicates in the changelog details for v1.1.0
* Correct hierarchy of changelog for v1.0.9 and v1.0.8
* Delete change_log.md
Remove redundant file
* Fix link to CHANGELOG in README
* Rename 'Change log' to 'Changelog'
* Update README.md
Co-authored-by: Thibaut Barrère <thibaut.barrere@gmail.com>
* Update readme - typo (#1010)
Update typo in the name of elements in the repo
* Edit repo url after move + fix new org CI failures (#1015)
2 parts Pull Request
Part 1: Edit the repo URL in
- README.md
- CHANGELOG.md
- xsd/netex_part_1/part1_tacticalPlanning/netex_routingConstraint_version.xsd
The change was to replace "NeTEx-CEN" with "TransmodelEcosystem"
Part 2: Fix failing CI after moving the repo
- Test CI after org migration (#1018)
- Test: break indentation to trigger CI lint commit (#1018)
- Try to fix CI (#1018): grant write permissions to workflow token
- Lint and update documentation tables
---------
Co-authored-by: Thibaut Barrère <thibaut.barrere@gmail.com>
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
* Add some logic to prevent #982 from happening again (#1022)
Ensure that
- v2.1-wip branch is up to date from v2.0 before merging any PR
- v3.0-wip branch is up to date from v2.1-wip before merging any PR
---------
Co-authored-by: Stefan de Konink <stefan@konink.de>
Co-authored-by: Christophe Duquesne <christophe.duquesne@aurigetech.com>
Co-authored-by: Thibaut Barrère <thibaut.barrere@gmail.com>1 parent a94e5e1 commit 0f638c5
9 files changed
Lines changed: 92 additions & 3088 deletions
File tree
- .github/workflows
- xsd
- netex_framework/netex_reusableComponents
- netex_part_1
- part1_ifopt
- part1_tacticalPlanning
- netex_part_2/part2_occupancy
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
5 | 8 | | |
6 | 9 | | |
7 | 10 | | |
| |||
Large diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| |||
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
95 | | - | |
| 95 | + | |
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
| |||
114 | 114 | | |
115 | 115 | | |
116 | 116 | | |
117 | | - | |
| 117 | + | |
118 | 118 | | |
119 | 119 | | |
120 | 120 | | |
121 | 121 | | |
122 | | - | |
123 | | - | |
124 | | - | |
125 | | - | |
126 | | - | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
127 | 127 | | |
128 | 128 | | |
129 | 129 | | |
130 | 130 | | |
131 | 131 | | |
132 | 132 | | |
133 | 133 | | |
134 | | - | |
| 134 | + | |
0 commit comments