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

MVP combined #1323

Merged
merged 11 commits into from
Sep 23, 2020
Merged

MVP combined #1323

merged 11 commits into from
Sep 23, 2020

Conversation

steffenagger
Copy link
Contributor

@steffenagger steffenagger commented Sep 8, 2020

This PR holds:

  • Update to [email protected].
  • JSON export re-implemented for new toJSON handling.
  • Designated flow for Embedded Objects (MVP).
  • Schema export updated to support ObjectId, Decimal128 & Embedded Objects.
  • UI updates & some bugfixes.

This will close #1312 and closes #1301

steffenagger and others added 7 commits August 26, 2020 14:26
* Switched from internal serialization implementation to realm-js (AWAITING version realm-js with this feature).

* JSON serialization in changelog

* linting

* Skip embedded object schemas in JSON export

* Update CHANGELOG.md

Co-authored-by: Kræn Hansen <[email protected]>

* Realm.JsonSerializationReplacer comment

Co-authored-by: Kræn Hansen <[email protected]>
* embedded object warning as info text

* append " (embedded)" to grid header-type

* display non-sortable headers in another color than "links"

* AddColumnControl: never hidden, now expands with text on hover

* linting

* Logging enabled for "npm run dev"

* Disabled editMode for primary keys

* embedded object(s) CRUD using SingleObjectCollection

* Reordering fix for list of embedded objects

* Nummeric => Numeric

* "indices" consistency

* Changelog updated

* Spelling

Co-authored-by: Kenneth Geisshirt <[email protected]>

* Update src/ui/RealmBrowser/focus.ts

Co-authored-by: Kræn Hansen <[email protected]>

* Alert banner naming (type => color)

Co-authored-by: Kræn Hansen <[email protected]>

* Embedded info banner wording

Co-authored-by: Kræn Hansen <[email protected]>

* Comment

* jsdoc description for SingleObjectCollection

* Cleanup

* General alignment from PR change commits

* Moved EditMode override.

* linting

* removed unused $medium timing

* SingleObjectCollection checks in lists

* Moving embedded info instantiation

* onCreate fixed after refactor

* ISingleObjectFocus introduced in favor of SingleObjectCollection type checks.

ISingleObjectFocus cleanup

Co-authored-by: Kenneth Geisshirt <[email protected]>
Co-authored-by: Kræn Hansen <[email protected]>
Co-authored-by: Kræn Hansen <[email protected]>
@steffenagger steffenagger marked this pull request as ready for review September 8, 2020 11:33
@steffenagger steffenagger self-assigned this Sep 8, 2020
Copy link
Member

@kraenhansen kraenhansen left a comment

Choose a reason for hiding this comment

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

I reviewed these changes as individual PRs toward this branch already.
Looking good!

steffenagger and others added 3 commits September 21, 2020 14:17
* realm bumped to v10.0.0-beta.13

* Changelog corrected to "v10.0.0-beta.13"
* Added a clean build before running tests as dev build with ELECTRON_ENABLE_LOGGING=1 otherwise blocks spectron.

* (WIP) JS & TS schema exports updated with ObjectId, Decimal128 & Embedded Objects.

* swift draft

* Java draft

* Kotlin draft

* C# draft

* embedded property renaming

* comment

* Include new exported files in tests (c#, java & kotlin)

* Arrays

* C# suggestions from code review

Co-authored-by: Nikola Irinchev <[email protected]>

* C# export corrections & filteredProperties util.

* Java & kotlin export corrections

* Java & kotlin export corrections - the missing parts

* "type" included in error message

* reverted build before test-run.

* Added todos for cleanup.

* Changelog entry added for schema export

* realm file format updated for csv import test

Co-authored-by: Nikola Irinchev <[email protected]>
@steffenagger steffenagger merged commit bf02515 into channel/beta Sep 23, 2020
@steffenagger steffenagger deleted the sa/beta/mvp branch September 23, 2020 09:51
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 19, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants