Skip to content

Commit

Permalink
Merge pull request #567 from kubeshop/f1ames/feat/origin-config
Browse files Browse the repository at this point in the history
feat: introduce method to fetch origin config
  • Loading branch information
f1ames committed Nov 20, 2023
2 parents 9182e70 + 75cc7d5 commit 8bdf3e4
Show file tree
Hide file tree
Showing 19 changed files with 531 additions and 52 deletions.
5 changes: 5 additions & 0 deletions .changeset/wise-owls-pull.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@monokle/synchronizer": minor
---

Introduced method to fetch origin config
162 changes: 156 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions packages/synchronizer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,13 @@
},
"devDependencies": {
"@types/chai": "^4.3.5",
"@types/express": "^4.17.21",
"@types/git-url-parse": "^9.0.1",
"@types/mocha": "^10.0.1",
"@types/sinon": "^10.0.16",
"c8": "^8.0.1",
"chai": "^4.3.7",
"express": "^4.18.2",
"mocha": "^10.2.0",
"sinon": "^15.2.0"
}
Expand Down
Loading

0 comments on commit 8bdf3e4

Please sign in to comment.