Skip to content

feat: Add saveEventually and deleteEventually in ParseObject #911

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

Merged
merged 34 commits into from
Oct 18, 2023
Merged
Changes from 1 commit
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
6fbd06c
add saveEventually and deleteEventually
mbfakourii May 19, 2023
6ea7fc3
Merge branch 'master' into add_eventually
mbfakourii May 19, 2023
c9b68a9
Merge branch 'master' into add_eventually
mbfakourii May 20, 2023
46a9a9e
Merge branch 'master' into add_eventually
mtrezza May 20, 2023
354054b
Merge branch 'master' into add_eventually
mbfakourii May 20, 2023
e1a5948
Merge branch 'master' into add_eventually
mbfakourii May 23, 2023
cde971b
Create CONTRIBUTING.md
mbfakourii May 25, 2023
4e7ba14
Merge pull request #1 from mbfakourii/mbfakourii-patch-1
mbfakourii May 25, 2023
835a1db
just some styling
mtrezza May 25, 2023
2b6997f
Merge branch 'parse-community:master' into master
mbfakourii May 25, 2023
45928d4
Merge branch 'parse-community:master' into master
mbfakourii May 26, 2023
39168d3
Merge branch 'master' into add_eventually
mbfakourii May 26, 2023
f86d134
Merge branch 'parse-community:master' into master
mbfakourii May 28, 2023
79f9d4b
Merge branch 'parse-community:master' into master
mbfakourii May 29, 2023
54cae60
Merge branch 'master' into add_eventually
mbfakourii May 29, 2023
e3e2b15
Merge branch 'parse-community:master' into master
mbfakourii May 29, 2023
b27493f
Merge branch 'master' into add_eventually
mbfakourii May 29, 2023
b9c7e7a
Merge branch 'master' into add_eventually
mbfakourii May 29, 2023
1b96d48
Merge branch 'parse-community:master' into master
mbfakourii Jun 8, 2023
2ac7344
Merge branch 'parse-community:master' into master
mbfakourii Jun 20, 2023
9c77278
Merge branch 'parse-community:master' into master
mbfakourii Jul 3, 2023
99c081b
Merge branch 'master' into add_eventually
mbfakourii Jul 19, 2023
01cd124
Putting `submitEventually` in places to submit
mbfakourii Jul 19, 2023
69bffd2
Merge branch 'parse-community:master' into master
mbfakourii Jul 30, 2023
22971e5
Merge branch 'master' into add_eventually
mbfakourii Aug 9, 2023
f9c00d9
Merge branch 'parse-community:master' into master
mbfakourii Sep 25, 2023
b46a1b9
feat: add test
mbfakourii Oct 3, 2023
1ca99d5
fix: remove string and user response.
mbfakourii Oct 4, 2023
d98dc40
fix: remove string and user consts.
mbfakourii Oct 4, 2023
287845c
refactor: bump version and add entries in CHANGELOG.md.
mbfakourii Oct 9, 2023
9a6c089
Merge branch 'master' into add_eventually
mtrezza Oct 16, 2023
10ae85e
Merge branch 'parse-community:master' into master
mbfakourii Oct 17, 2023
638440b
Merge branch 'master' into add_eventually
mbfakourii Oct 17, 2023
36e8d56
Update packages/dart/CHANGELOG.md
mtrezza Oct 18, 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
Prev Previous commit
Next Next commit
just some styling
  • Loading branch information
mtrezza authored May 25, 2023
commit 835a1db0029a66fe80fecdfc4b88584c65dc8f45
6 changes: 5 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,22 @@
# Contributing to Parse SDK for Flutter

We want to make contributing to this project as easy and transparent as possible.

## Pull Requests

We actively welcome your pull requests. When we get one, we'll run some Parse-specific integration tests on it first. From here, we'll need to get a core member to sign off on the changes and then merge the pull request. For API changes we may need to fix internal uses, which could cause some delay. We'll do our best to provide updates and feedback throughout the process.

1. Fork the repo and create your branch from `master`.
4. Add unit tests for any new code you add.
2. Add unit tests for any new code you add.
3. If you've changed APIs, update the documentation.
4. Ensure the test suite passes.

## Code of Conduct

This project adheres to the [Contributor Covenant Code of Conduct](https://github.com/parse-community/parse-server/blob/master/CODE_OF_CONDUCT.md). By participating, you are expected to honor this code.

## License

By contributing to Parse SDK Flutter, you agree that your contributions will be licensed under its license.

[stack-overflow]: http://stackoverflow.com/tags/parse.com
Expand Down