Skip to content

Commit

Permalink
remove delta (#522)
Browse files Browse the repository at this point in the history
  • Loading branch information
reuvenharrison authored Apr 9, 2024
1 parent 161fffc commit 051d11e
Show file tree
Hide file tree
Showing 20 changed files with 30 additions and 664 deletions.
2 changes: 1 addition & 1 deletion ALLOF.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ In order to reduce such false-positives, oasdiff supports the ability to replace
oasdiff breaking data/allof/simple.yaml data/allof/revision.yaml --flatten-allof
```
In this case no breaking changes are reported, correctly.
The `--flatten-allof` flag is also supported with `diff`, `changelog`, `delta` and `summary`.
The `--flatten-allof` flag is also supported with `diff`, `changelog` and `summary`.

In order to see how oasdiff merges allOf, you can use the dedicated `flatten` command:
```
Expand Down
50 changes: 0 additions & 50 deletions DELTA.md

This file was deleted.

1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ docker run --rm -t tufin/oasdiff changelog https://raw.githubusercontent.com/Tuf
- [Excluding endpoints](#excluding-specific-endpoints)
- [Extending breaking changes with custom checks](CUSTOMIZING-CHECKS.md)
- Localization: display breaking changes and changelog messages in English or Russian ([please contribute support for your language](https://github.com/Tufin/oasdiff/issues/383))
- [Measure a numeric distance between a pair of specifications](DELTA.md)


## Install with Go
Expand Down
39 changes: 0 additions & 39 deletions delta/delta.go

This file was deleted.

230 changes: 0 additions & 230 deletions delta/delta_test.go

This file was deleted.

16 changes: 0 additions & 16 deletions delta/doc.go

This file was deleted.

43 changes: 0 additions & 43 deletions delta/endpoints.go

This file was deleted.

Loading

0 comments on commit 051d11e

Please sign in to comment.