Releases: eclipse-score/docs-as-code
Releases · eclipse-score/docs-as-code
v2.0.0-alpha.1
What's Changed
- PREFIXES_ have been removed
- experimental combo/mega/full build
- support for useblocks ubCode extension (you need to run any bazel-docs command first, e.g.
bazel run //:docs_check)
How to update from 1.x
- Change version in your MODULE.bazel
- Remove all PREFIXES_ in your rst files where you refer to external needs
- Remove
project_prefixfrom your localconf.pyfile - Add
<pyth_to_docs>/ubproject.tomlto your/.gitignore - For combo/mega/full build extend index.rst with external repos
Known bugs - to be fixed in next release
- Bump version in
MODULE.bazel docs_combotarget is calleddocs_combo_experimentalin documentation- severe problems when
_builddirectory is not deleted
In Detail
- Doc sources as public target by @a-zw in #277
- 📚 Docs for updating requirements by @ubmarco in #281
- Plantuml theme by @kalu-an in #280
- Cleanup by @AlexanderLanin in #290
- Remove id prefixes for mega-build (DR-004-Infra) by @guejan in #293
- Add experimental combo/mega/full build (see DR-004) by @AlexanderLanin in #285
- ✨ Introduce needs-config-writer by @ubmarco in #283
New Contributors
Full Changelog: v1.4.0...v2.0.0-alpha.1
v1.4.0 - matching to process 1.2.0
What's Changed
- ci: Integrate verify, test and build docs in same workflow by @nicu1989 in #255
- Refactor yaml parsing by @AlexanderLanin in #256
- Delete .github/workflows/docs.yml by @nicu1989 in #262
- wip by @AlexanderLanin in #253
- Resolve issues with local RST tests by @marcmo in #266
- adjust complies link validation by @AlexanderLanin in #268
- Update tool requirements by @a-zw in #271
- Fix flaky test by @a-zw in #270
- update metamodel to follow process requirements by @antonkri in #263
- Implement validity attributes by @a-zw in #274
New Contributors
Full Changelog: v1.3.0...v1.4.0
v1.3.0
What's Changed
- fix: score_sphinx_bundle must load plantuml before sphinx-needs by @AlexanderLanin in #240
- lint: Fix lint errors by @nicu1989 in #245
- docs: Check optional links as info by @nicu1989 in #242
- Add Decision Record support by @AlexanderLanin in #236
- tooling: Integrate CLI helper by @nicu1989 in #247
- update colors in score.css by @AlexanderLanin in #248
- fix color and make score_layout self-contained by @AlexanderLanin in #249
- score_metamodel cleanup by @AlexanderLanin in #250
- fix version switcher by @AlexanderLanin in #251
- refactor: improve internal metamodel storage by @AlexanderLanin in #252
- drop id and prefix from metamodel.yaml when they are redundant by @AlexanderLanin in #254
Full Changelog: v1.2.0...v1.3.0
v1.2.0
What's Changed
- add puml-theme-score.puml by @kalu-an in #232
- Simplify-consumer-tests by @AlexanderLanin in #237
- strip down conf.py to the bare minimum by @AlexanderLanin in #233
- fix some of linter warnings by @AlexanderLanin in #238
New Contributors
Full Changelog: v1.1.0...v1.2.0
v1.1.0
What's Changed
- Complete integration of the new linter from tooling into docs-as-code by @Aymen-Soussi-01 in #202
- Add assert for existence of high CHECK in RST file tests and make Uni… by @Aymen-Soussi-01 in #206
- Fix source code links strings in code by @Aymen-Soussi-01 in #208
- Fix venv by @MaximilianSoerenPollak in #209
- Fix most of line length errors plus some other errors by @Aymen-Soussi-01 in #210
- Adding helper_lib by @MaximilianSoerenPollak in #207
- Fix linting errors part 2 by @Aymen-Soussi-01 in #211
- XML Test parsing & testlinks by @MaximilianSoerenPollak in #197
- Fix new needs weak content not detected by @Aymen-Soussi-01 in #214
- Followup PR to integrate nits of #207 by @MaximilianSoerenPollak in #212
- Update Metamodel README by @MaximilianSoerenPollak in #217
- Improve new checks logs visibility by @Aymen-Soussi-01 in #215
- Add documentation check command and time tracking by @AlexanderLanin in #218
- Integrate pytest plugin & new tooling structure by @MaximilianSoerenPollak in #220
- Update all dependencies by @Aymen-Soussi-01 in #219
- Upgrade Versions by @MaximilianSoerenPollak in #223
- Added some test decorators & changed test rst by @MaximilianSoerenPollak in #224
- simplify static path configuration and add bazel 7 support by @AlexanderLanin in #228
- dr-001 by @AlexanderLanin in #227
- Improve docs as code performance by @Aymen-Soussi-01 in #229
- Add Pull request template for docs-as-code by @Aymen-Soussi-01 in #230
- add test to verify the model loading by @mmr1909 in #231
New Contributors
Full Changelog: v1.0.2...v1.1.0
v1.0.2
What's Changed
- update requirements to match process 1.1.0 by @AlexanderLanin in #194
- docs: Allow needs_json to be visible by @nicu1989 in #198
- Improve check_id_format by @Aymen-Soussi-01 in #192
- Increase versions by @MaximilianSoerenPollak in #203
Full Changelog: v1.0.1...v1.0.2
v1.0.2-CW1
Circular Dependency Workaround 1.
⚠️ Do not use this release.
v1.0.1
What's Changed
- Enhance validation for graph checks error messages by @Aymen-Soussi-01 in #142
- Update process version by @MaximilianSoerenPollak in #191
Full Changelog: v1.0.0...v1.0.1
v1.0.0
Detailed Hand Written Update Notes will follow
What's Changed in Detail
- Fixing current BUILD errors by @MaximilianSoerenPollak in #153
- Expand the check of stop words in the title to be for all requirements by @Aymen-Soussi-01 in #149
- Add DevContainer Support by @opajonk in #151
- Add Process Overview Table for Process–Tool Requirements Mapping by @Aymen-Soussi-01 in #133
- Automatically Execute ide_support Command by @opajonk in #157
- WIP: Consumer tests by @MaximilianSoerenPollak in #129
- Fixing consumer tests by @MaximilianSoerenPollak in #161
- Update LICENSE and NOTICE files by @AlexanderLanin in #163
- fill FAQ with recent questions and answers by @AlexanderLanin in #164
- Add permissions to workflow by @MaximilianSoerenPollak in #165
- Fixing consumer_test triggers & color output by @MaximilianSoerenPollak in #167
- Add content check by @MaximilianSoerenPollak in #152
- Msp fix consumer test by @MaximilianSoerenPollak in #170
- remove obsolete venv by @AlexanderLanin in #171
- update tool_reqs by @AlexanderLanin in #172
- Update DevContainer Usage by @opajonk in #179
- Fix conent checks by @MaximilianSoerenPollak in #173
- Improve consumer test by @MaximilianSoerenPollak in #177
- Upgrade bazel version to 8.3.0 by @marcmo in #181
- Adding FMEA/DFA & Needpie function by @MaximilianSoerenPollak in #183
- Cleanup docs and fix error reporting by @AlexanderLanin in #184
- Add mitigates back in by @MaximilianSoerenPollak in #185
- Change how docs-as-code is used by @AlexanderLanin in #187
- Prepare for release by @MaximilianSoerenPollak in #190
New Contributors
Full Changelog: v0.4.4...v1.0.0
v1.0.0-RC1
v1.0.0-RC1 => Release Candidate 1
Full changelogs etc. will be in the full release of Docs-As-Code 1.0.0