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

Conflict resolution #393

Merged
merged 12 commits into from
Jun 23, 2020
Merged

Conflict resolution #393

merged 12 commits into from
Jun 23, 2020

Conversation

sleidig
Copy link
Member

@sleidig sleidig commented Jan 7, 2020

also see issue: #79

Visible/Frontend Changes

  • Route "admin/conflicts" (admin only) to Conflict Resolution GUI
  • Paginated list of all document conflicts
  • Component to compare conflicting versions and manually resolve to one of the versions or a custom merge
  • Automatically deleting trivial conflicts
  • improve visualization of conflicting versions (use https://www.npmjs.com/package/ngx-text-diff ?)
  • make this a lazy-loadable module

@sleidig sleidig changed the title WIP: Conflict resolution [WIP] Conflict resolution Jan 22, 2020
@sleidig sleidig force-pushed the conflict-resolution branch from 2f39ce8 to 5f1669d Compare April 16, 2020 03:55
@sleidig sleidig force-pushed the conflict-resolution branch 3 times, most recently from 03f951b to 27c7b27 Compare April 16, 2020 04:53
@sleidig sleidig force-pushed the conflict-resolution branch from 27c7b27 to 92ce2f6 Compare May 19, 2020 16:52
sleidig added 3 commits May 19, 2020 20:53
# Conflicts:
#	package-lock.json
#	package.json
#	src/app/app.module.ts
#	src/app/app.routing.ts
#	src/app/core/database/pouch-database.ts
@sleidig sleidig force-pushed the conflict-resolution branch from e360b1f to 8bc5ba7 Compare May 21, 2020 19:27
@sleidig sleidig marked this pull request as ready for review May 21, 2020 19:28
@sleidig sleidig force-pushed the conflict-resolution branch from 8bc5ba7 to 3ad6870 Compare May 21, 2020 19:57
@sleidig sleidig changed the title [WIP] Conflict resolution Conflict resolution May 21, 2020
# Conflicts:
#	package-lock.json
#	package.json
sleidig and others added 3 commits June 23, 2020 21:12
Co-authored-by: vlle1 <36682087+vlle1@users.noreply.github.com>
# Conflicts:
#	package-lock.json
#	package.json
#	src/app/app.module.ts
#	src/app/child-dev-project/children/children.module.ts
#	src/app/core/database/pouch-database.ts
@sleidig sleidig force-pushed the conflict-resolution branch from e244aac to 5712e97 Compare June 23, 2020 20:01
@sleidig sleidig merged commit 2a84025 into master Jun 23, 2020
@sleidig sleidig deleted the conflict-resolution branch June 23, 2020 20:18
sleidig pushed a commit that referenced this pull request Jun 27, 2020
# [2.14.0](2.13.2...2.14.0) (2020-06-27)

### Bug Fixes

* prevent error log message about serviceworker not available ([a2eebf9](a2eebf9))
* **dashboard:** improve styling of recent-notes dashboard widgets ([4355ea4](4355ea4))
* **note:** prevent disappearing of children linked in notes ([4aba52b](4aba52b))
* **notes:** add full width to notes table ([7eef007](7eef007)), closes [#457](#457) [#458](#458)
* **search:** improve search: loading indication and other hints ([6995476](6995476)), closes [#366](#366) [#456](#456)

### Features

* add pagination to tables ([87cddde](87cddde)), closes [#381](#381) [#445](#445)
* **conflict-resolution:** view and resolve pouchdb document conflicts ([2a84025](2a84025)), closes [#79](#79) [#393](#393)
* **latest-changes:** display changelog based on GitHub Release information ([7226f08](7226f08)), closes [#238](#238)
@sleidig
Copy link
Member Author

sleidig commented Jun 27, 2020

🎉 This PR is included in version 2.14.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants