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

application login user #469

Merged
merged 63 commits into from
Apr 21, 2022
Merged

application login user #469

merged 63 commits into from
Apr 21, 2022

Conversation

desistefanova
Copy link
Contributor

@desistefanova desistefanova commented Apr 12, 2022

Application login user. Fixes #407
Fixes http transport headers enumeration

nielsenko and others added 30 commits March 29, 2022 09:49
Drop once stable is updated with finalizer fix.
Don't merge before that!
Co-authored-by: blagoev <lubo@blagoev.com>
…hat will keep the corresponding dart object alive.
# Conflicts:
#	CHANGELOG.md
#	lib/src/realm_class.dart
@blagoev blagoev self-assigned this Apr 20, 2022
change user login to use persistent handle for the completer object
@blagoev blagoev marked this pull request as ready for review April 20, 2022 15:51
@blagoev blagoev requested review from nirinchev and nielsenko and removed request for nirinchev April 20, 2022 15:52
Copy link
Contributor

@nielsenko nielsenko left a comment

Choose a reason for hiding this comment

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

Let us discuss further at the round-table tomorrow

lib/src/application.dart Outdated Show resolved Hide resolved
lib/src/native/realm_core.dart Outdated Show resolved Hide resolved
lib/src/native/realm_core.dart Show resolved Hide resolved
scripts/build-linux.sh Outdated Show resolved Hide resolved
src/realm_dart.cpp Show resolved Hide resolved
test/test.dart Show resolved Hide resolved
test/test.dart Outdated Show resolved Hide resolved
test/test.dart Outdated Show resolved Hide resolved
Copy link
Member

@nirinchev nirinchev left a comment

Choose a reason for hiding this comment

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

First pass - we probably need a lot more tests and also to expose the properties on the user, but I guess those can come as a follow-up PR.

lib/src/user.dart Outdated Show resolved Hide resolved
test/test.dart Outdated Show resolved Hide resolved
test/test.dart Show resolved Hide resolved
test/test.dart Show resolved Hide resolved
remove dead env vars usage
…onfigHandle inside getApp since they are not needed anywhere else. This allows the GC to collect them when out of scope. Native instances are preserved by Core
@blagoev blagoev merged commit b21f01f into master Apr 21, 2022
@blagoev blagoev deleted the login_user branch April 21, 2022 19:11
@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.

App: login user
5 participants