-
Notifications
You must be signed in to change notification settings - Fork 12
Release: common@3 #1179
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
Open
josephjclark
wants to merge
29
commits into
main
Choose a base branch
from
epic/common-3
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Release: common@3 #1179
Changes from 24 commits
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
295712f
feat: remove old expandreferences and use the new implementation
hunterachieng 91116c8
update http to request
hunterachieng 0f4f47e
Revert "update http to request"
hunterachieng 6d97964
feat: update expandreference destructure
hunterachieng 9cf7d7c
fix: failing tests
hunterachieng afa4c48
fix: update expandReferences
hunterachieng 7c0a679
fix: update common test
hunterachieng 3e32729
fix: update common version
hunterachieng 13b22fa
fix: update lock.yaml
hunterachieng 20fc025
fix: update common export and progres post()
hunterachieng 23ac8e8
fix: rename newExpandreferences to expandReferences
hunterachieng c302646
fix: Remove skip from `progres` tests
hunterachieng ea85695
feat: add changeset
hunterachieng bc409de
rapidpro: migrate from deprecated `common-http` to `fetch` (#1166)
hunterachieng 1a2404c
fix: update common changeset
hunterachieng c4625fa
fix: add path changeset
hunterachieng b6c110e
Merge branch 'feature/1120-common-migration' of github.com:OpenFn/ada…
hunterachieng 87b4f2e
progres: migrate from deprecated `common-http` to `common-request` (#…
hunterachieng 04afd9d
Merge branch 'main' of github.com:OpenFn/adaptors into feature/1120-c…
hunterachieng 2a55a3c
Merge branch 'feature/1120-common-migration' of github.com:OpenFn/ada…
hunterachieng 07b84ae
Merge pull request #1160 from OpenFn/feature/1120-common-migration
hunterachieng a4f3740
common: remove map (#1172)
josephjclark 8cef333
remove salesforce changelog
josephjclark cd6e72d
Merge branch 'main' into epic/common-3
josephjclark c822afb
remove curry import
josephjclark 664a65f
Bump undici from 5.28.5 to 5.29.0
dependabot[bot] 731fea1
Merge branch 'main' into epic/common-3
josephjclark cdd5263
Merge branch 'epic/common-3' of github.com:OpenFn/adaptors into depen…
hunterachieng c98cc0c
Merge pull request #1196 from OpenFn/dependabot/npm_and_yarn/undici-5…
josephjclark File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'@openfn/language-common': major | ||
--- | ||
|
||
Remove `map()` |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
'@openfn/language-progres': major | ||
--- | ||
|
||
- Migrate from `common.http` to `common.request`. | ||
- Remove `axios` and `nock` from progres. | ||
- Remove exportation of `http` from `common`, and the exportation of `axios`. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'@openfn/language-common': major | ||
--- | ||
|
||
- Delete deprecated `expandReferences` from common and use `expandReferences` from `common.util` |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
--- | ||
'@openfn/language-googlehealthcare': patch | ||
'@openfn/language-khanacademy': patch | ||
'@openfn/language-medicmobile': patch | ||
'@openfn/language-resourcemap': patch | ||
'@openfn/language-salesforce': patch | ||
'@openfn/language-surveycto': patch | ||
'@openfn/language-telerivet': patch | ||
'@openfn/language-dynamics': patch | ||
'@openfn/language-facebook': patch | ||
'@openfn/language-rapidpro': patch | ||
'@openfn/language-beyonic': patch | ||
'@openfn/language-cartodb': patch | ||
'@openfn/language-mailgun': patch | ||
'@openfn/language-mongodb': patch | ||
--- | ||
|
||
- Migrate from the deprecated `expandReferences` in `common` to the new `expandReferences` from common.util | ||
- Use `workspace:*` common version. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'@openfn/language-mogli': minor | ||
--- | ||
|
||
Removed map() function, exported from common |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
--- | ||
'@openfn/language-rapidpro': major | ||
--- | ||
|
||
- Update `rapidPro` to not use deprecated `common-http`. | ||
- Remove support and export of `axios` | ||
- Remove export of `http` namesepace from `common` | ||
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.