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

http transport #302

Merged
merged 10 commits into from
Apr 11, 2022
Merged

http transport #302

merged 10 commits into from
Apr 11, 2022

Conversation

nielsenko
Copy link
Contributor

@nielsenko nielsenko commented Mar 16, 2022

Add support for http_transport. Fixes #300

@cla-bot cla-bot bot added the cla: yes label Mar 16, 2022
@coveralls
Copy link

Pull Request Test Coverage Report for Build 1993436378

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 93.706%

Totals Coverage Status
Change from base Build 1961847570: 0.0%
Covered Lines: 402
Relevant Lines: 429

💛 - Coveralls

@nielsenko nielsenko force-pushed the http_transport branch 2 times, most recently from 9c197e6 to fb26972 Compare March 16, 2022 15:11
@nielsenko nielsenko changed the base branch from master to rollback-weak-handle-finalizer-hack March 16, 2022 15:11
@nielsenko nielsenko force-pushed the http_transport branch 2 times, most recently from f96586a to 21156f2 Compare March 17, 2022 08:03
@nielsenko nielsenko force-pushed the rollback-weak-handle-finalizer-hack branch from 4c66ff0 to b0b7a43 Compare March 17, 2022 14:27
@nielsenko nielsenko force-pushed the rollback-weak-handle-finalizer-hack branch from b0b7a43 to 717046e Compare March 18, 2022 13:23
@nielsenko nielsenko force-pushed the rollback-weak-handle-finalizer-hack branch from 717046e to 7c44f96 Compare March 22, 2022 15:43
@nielsenko nielsenko force-pushed the rollback-weak-handle-finalizer-hack branch from 7c44f96 to cf3de80 Compare March 23, 2022 14:27
@nielsenko nielsenko force-pushed the http_transport branch 2 times, most recently from 46bdc2b to 9ed782c Compare March 24, 2022 09:38
@nielsenko nielsenko force-pushed the rollback-weak-handle-finalizer-hack branch from cf3de80 to 8cd3bfc Compare March 24, 2022 15:15
@nielsenko nielsenko marked this pull request as ready for review March 25, 2022 12:52
@nielsenko
Copy link
Contributor Author

There are no tests yet, as there are too many dependencies not satisfied yet.

lib/src/native/realm_core.dart Outdated Show resolved Hide resolved
lib/src/native/realm_core.dart Outdated Show resolved Hide resolved
lib/src/native/realm_core.dart Outdated Show resolved Hide resolved
lib/src/native/realm_core.dart Outdated Show resolved Hide resolved
src/realm_dart_http_transport.cpp Outdated Show resolved Hide resolved
lib/src/native/realm_core.dart Outdated Show resolved Hide resolved
lib/src/native/realm_core.dart Outdated Show resolved Hide resolved
lib/src/native/realm_core.dart Outdated Show resolved Hide resolved
lib/src/native/realm_core.dart Outdated Show resolved Hide resolved
Copy link
Contributor

@blagoev blagoev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

some comments

lib/src/native/realm_core.dart Outdated Show resolved Hide resolved
lib/src/native/realm_core.dart Outdated Show resolved Hide resolved
lib/src/native/realm_core.dart Outdated Show resolved Hide resolved
lib/src/native/realm_core.dart Outdated Show resolved Hide resolved
lib/src/native/realm_core.dart Outdated Show resolved Hide resolved
lib/src/native/realm_core.dart Outdated Show resolved Hide resolved
lib/src/native/realm_core.dart Outdated Show resolved Hide resolved
lib/src/native/realm_core.dart Outdated Show resolved Hide resolved
Base automatically changed from gc-handles to master April 11, 2022 16:57
# Conflicts:
#	lib/src/native/realm_bindings.dart
#	lib/src/native/realm_core.dart
#	src/realm_dart.cpp
#	src/realm_dart.h
Co-authored-by: Desislava Stefanova <95419820+desistefanova@users.noreply.github.com>
@blagoev blagoev merged commit 1f6e88c into master Apr 11, 2022
@blagoev blagoev deleted the http_transport branch April 11, 2022 18:23
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 15, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support http transport
5 participants