Skip to content

Commit

Permalink
Add missing properties to pipelines stream
Browse files Browse the repository at this point in the history
  • Loading branch information
franloza committed Dec 27, 2021
1 parent 7c6bfcc commit 32f3581
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## 0.1.1
* Add missing properties to `pipelines` stream: `vcs.review_id` and `vcs.review_url`

## 0.1.0
* Initial stream development. Added the following streams:
* Pipelines
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "tap-circle-ci"
version = "0.1.0"
version = "0.1.1"
description = "`tap-circle-ci` is a Singer tap for CircleCI, built with the Meltano SDK for Singer Taps."
authors = ["Fran Lozano"]
keywords = [
Expand Down
12 changes: 12 additions & 0 deletions tap_circle_ci/schemas/pipelines.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,18 @@
"string"
]
},
"review_id": {
"type": [
"null",
"string"
]
},
"review_url": {
"type": [
"null",
"string"
]
},
"revision": {
"type": [
"null",
Expand Down

0 comments on commit 32f3581

Please sign in to comment.