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

Merge #245

Merged
merged 27 commits into from
Oct 5, 2023
Merged

Merge #245

Show file tree
Hide file tree
Changes from 24 commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
209b477
feat: first pass
carlbrugger Sep 26, 2023
4285ae5
Merge branch 'main' into feat/connect-merge
carlbrugger Sep 26, 2023
d80c555
Merge branch 'main' into feat/connect-merge
carlbrugger Sep 27, 2023
9045b22
feat: refactor plugin & add sheet blueprints
carlbrugger Sep 27, 2023
decdb74
feat: add HRIS support
carlbrugger Sep 28, 2023
e039fca
feat: replace schema retrieval w/ hardcoded blueprint
carlbrugger Sep 28, 2023
d169366
feat: add next link to job completion
carlbrugger Sep 28, 2023
d170326
feat: make sheets readonly & no req fields
carlbrugger Sep 28, 2023
c9a2825
Add sync action to connected workbooks
carlbrugger Sep 28, 2023
a9acdea
feat: delete existing records on connection sync
carlbrugger Sep 28, 2023
bba3076
feat: integrate Platform PR #5417 changes
carlbrugger Sep 29, 2023
2b33ed6
feat: rough draft retrieving schema
carlbrugger Sep 30, 2023
352c46c
feat: sync retry + better error handling + better job updates
carlbrugger Oct 3, 2023
1d4fa55
fix: await tick()
carlbrugger Oct 3, 2023
2ecf4c4
fix: action non-primary
carlbrugger Oct 3, 2023
711300d
feat: rename package
carlbrugger Oct 3, 2023
b861499
Update package-lock.json
carlbrugger Oct 3, 2023
2031f67
feat: search for correct category
carlbrugger Oct 4, 2023
2da6810
feat: cleanup & readme
carlbrugger Oct 4, 2023
0bceeb0
feat: re-enable readonly & description
carlbrugger Oct 4, 2023
2f88c7d
chore: changeset
carlbrugger Oct 4, 2023
29ab5df
feat: update readme and add descriptive comments
carlbrugger Oct 4, 2023
f289abe
feat: stub other categories
carlbrugger Oct 4, 2023
5474d3e
Update package-lock.json
carlbrugger Oct 5, 2023
3822ecb
chore: update comments
carlbrugger Oct 5, 2023
3dad750
chore: review request changes
carlbrugger Oct 5, 2023
e697bf0
Update package-lock.json
carlbrugger Oct 5, 2023
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
5 changes: 5 additions & 0 deletions .changeset/chilly-dolphins-nail.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@flatfile/plugin-connect-via-merge': minor
---

Introduction a connect plugin for Merge.dev!
carlbrugger marked this conversation as resolved.
Show resolved Hide resolved
123 changes: 85 additions & 38 deletions package-lock.json

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

3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,8 @@
},
"optionalDependencies": {
"@parcel/watcher-linux-x64-glibc": "^2.3.0"
},
"dependencies": {
"axios": "^1.5.1"
}
}
Loading