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 the guidance on change history #1531

Open
wants to merge 31 commits into
base: 1.2-dev
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
d0ce223
docs: rename change history to incremental updates
yolile Jun 24, 2022
b4cc904
docs: rename easy releases to full updates
yolile Jun 24, 2022
758fc03
docs: add no change history worked example
yolile Jun 24, 2022
1d24b5f
docs: add guidance on change history options
yolile Jun 24, 2022
5de1d90
docs(schema): add clarification about compiled releases creation
yolile Jun 24, 2022
2dc0d7d
changelog: add #1531
yolile Jun 24, 2022
2b2b029
Apply suggestions from code review
yolile Jul 7, 2022
6a3f07b
Update docs/guidance/build/change_history_options.md
yolile Jul 7, 2022
28d9680
Update docs/guidance/build/full_updates.md
yolile Jul 7, 2022
25607b4
build/change_history_options: Rewrite per discussion in #1531
jpmckinney Aug 19, 2022
1feca1a
docs/guidance/build/incremental_updates.md: Rename, update examples
duncandewhurst Mar 4, 2024
3c64c95
docs/guidance/build/full_updates.md: Update title, examples and copy
duncandewhurst Mar 5, 2024
c4f4723
docs/guidance/build/no_change_history.md: Update title, example and copy
duncandewhurst Mar 5, 2024
98d98b0
docs/guidance/build: Copy-edit for consistency
duncandewhurst Mar 5, 2024
a6b55b6
docs/guidance/design.md: Add link to change history guidance
duncandewhurst Mar 5, 2024
104d2a4
Merge branch '1.2-dev' into 1412-optional-releases-guidance
duncandewhurst Mar 5, 2024
0cc23e1
docs/guidance/map/amendments.md: Update example
duncandewhurst Mar 5, 2024
6ba0733
docs: Resolve build errors
duncandewhurst Mar 5, 2024
18cb601
docs/examples/no_change_history/compiled_releases.json: Indent
duncandewhurst Mar 5, 2024
540e26d
docs/guidance/build/change_history_options.md: Copy edits and correct…
duncandewhurst Mar 7, 2024
33d859c
docs/guidance/map/amendments.md: Simplify tender example
duncandewhurst Feb 28, 2024
9117db7
docs/guidance/map/amendments.md: Add paragraph breaks
duncandewhurst Feb 28, 2024
96e62d2
docs/examples/amendments/tender.json: Reindent
duncandewhurst Feb 28, 2024
01ffeb9
docs/guidance/map/amendments.md: Copy edits
duncandewhurst Feb 28, 2024
ced1166
docs/guidance/map/amendments.md: Remove contract example
duncandewhurst Feb 29, 2024
6f51570
docs/guidance/map/amendments.md: Update no change history example
duncandewhurst Mar 8, 2024
060129c
docs/guidance/build/individual_releases.md: Copy edit
duncandewhurst Mar 8, 2024
c848382
docs/guidance/build/individual_releases.md: Simplify examples
duncandewhurst Mar 27, 2024
06fb413
Merge branch '1.2-dev' into 1412-optional-releases-guidance (conflict…
jpmckinney Mar 27, 2024
efefc9a
docs: Remove OCDS Kit commands for deleted files
jpmckinney Mar 27, 2024
bdc42da
Merge branch '1.2-dev' into 1412-optional-releases-guidance
jpmckinney Mar 28, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 0 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,3 @@ cat docs/examples/merging/deletions/field_tender*.json | ocdskit --pretty compil
cat docs/examples/merging/deletions/object_tender*.json | ocdskit --pretty compile --package --versioned --schema schema/release-schema.json > docs/examples/merging/deletions/object_record.json
cat docs/examples/merging/deletions/array_award*.json | ocdskit --pretty compile --package --versioned --schema schema/release-schema.json > docs/examples/merging/deletions/array_record.json
```

Update the examples in `docs/examples/change_history`:

```shell
cat docs/examples/change_history/tender.json | ocdskit --pretty compile --published-date 2010-03-15T09:30:00Z --uri https://standard.open-contracting.org/examples/records/ocds-213czf-000-00001.json --package --versioned --schema schema/release-schema.json > docs/examples/change_history/records/tender.json
cat docs/examples/change_history/{tender,tenderUpdate}.json | ocdskit --pretty compile --published-date 2010-03-20T09:45:00Z --uri https://standard.open-contracting.org/examples/records/ocds-213czf-000-00001.json --package --versioned --schema schema/release-schema.json > docs/examples/change_history/records/tenderUpdate.json
cat docs/examples/change_history/{tender,tenderUpdate,award}.json | ocdskit --pretty compile --published-date 2010-05-10T09:30:00Z --uri https://standard.open-contracting.org/examples/records/ocds-213czf-000-00001.json --package --versioned --schema schema/release-schema.json > docs/examples/change_history/records/award.json
cat docs/examples/change_history/{tender,tenderUpdate,award,contract}.json | ocdskit --pretty compile --published-date 2010-06-10T10:30:00Z --uri https://standard.open-contracting.org/examples/records/ocds-213czf-000-00001.json --package --versioned --schema schema/release-schema.json > docs/examples/change_history/records/contract.json
cat docs/examples/change_history/{tender,tenderUpdate,award,contract,implementation}.json | ocdskit --pretty compile --published-date 2011-01-10T09:30:00Z --uri https://standard.open-contracting.org/examples/records/ocds-213czf-000-00001.json --package --versioned --schema schema/release-schema.json > docs/examples/change_history/records/implementation.json
cat docs/examples/change_history/{tender,tenderUpdate,award,contract,implementation,contractAmendment}.json | ocdskit --pretty compile --published-date 2011-04-05T13:30:00Z --uri https://standard.open-contracting.org/examples/records/ocds-213czf-000-00001.json --package --versioned --schema schema/release-schema.json > docs/examples/change_history/records/contractAmendment.json
```
1 change: 1 addition & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
extensions = [
'myst_parser',
'sphinx.ext.ifconfig',
'sphinx_design',
'sphinxcontrib.jsonschema',
'sphinxcontrib.opencontracting',
'sphinxcontrib.opendataservices',
Expand Down
3 changes: 0 additions & 3 deletions docs/examples/amendments/contract_notice.csv

This file was deleted.

Loading