Skip to content

Commit

Permalink
Merge pull request #9 from SaltechSystems/replicator-fixes
Browse files Browse the repository at this point in the history
Fixed some issues with the replicator
  • Loading branch information
bawelter committed Jun 14, 2019
2 parents ca3d2b8 + 0091ba1 commit 99ea95c
Show file tree
Hide file tree
Showing 5,122 changed files with 35 additions and 1,094,057 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@
.pub/
pubspec.lock

doc/
build/
.idea/workspace.xml
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ before_script:
- ./flutter/bin/flutter doctor
- gem install coveralls-lcov
script:
- ./flutter/bin/cache/dart-sdk/bin/dartfmt -n --set-exit-if-changed ./lib ./test ./example || travis_terminate 1
- ./flutter/bin/flutter test --coverage
after_success:
- coveralls-lcov coverage/lcov.info
Expand Down
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,9 @@
## 2.5.1+4

* Updated documentation
* Added more test cases
* Added more test cases

# 2.5.1+5

* Fixed Replicator Configuration bug which required certain variables like Pinned Certificate to not receive an Platform Error
* Changed the Map object in Document from unmodifiable to a modifiable copy of the Map object
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# couchbase_lite plugin
[![Build Status](https://travis-ci.org/fluttercouch/couchbase_lite.svg?branch=master)](https://travis-ci.org/fluttercouch/couchbase_lite)
[![Coverage Status](https://coveralls.io/repos/github/fluttercouch/couchbase_lite/badge.svg?branch=master)](https://coveralls.io/github/fluttercouch/couchbase_lite?branch=master)
[![Build Status](https://travis-ci.org/SaltechSystems/couchbase_lite.svg?branch=master)](https://travis-ci.org/SaltechSystems/couchbase_lite)
[![Coverage Status](https://coveralls.io/repos/github/SaltechSystems/couchbase_lite/badge.svg?branch=master)](https://coveralls.io/github/SaltechSystems/couchbase_lite?branch=master)
[![pub package](https://img.shields.io/pub/v/couchbase_lite.svg)](https://pub.dartlang.org/packages/couchbase_lite)

A Flutter plugin for Couchbase Lite Community Edition. An embedded lightweight, noSQL database with live synchronization and offline support on Android and iOS.

The goal of this project is to align this library with the [Swift SDK API](https://docs.couchbase.com/mobile/2.5.0/couchbase-lite-swift/) for Couchbase Lite.

*Note*: This plugin is still under development, and some APIs might not be available yet.
[Feedback](https://github.com/bawelter/couchbase_lite/issues) and [Pull Requests](https://github.com/bawelter/couchbase_lite/pulls) are most welcome!
[Feedback](https://github.com/SaltechSystems/couchbase_lite/issues) and [Pull Requests](https://github.com/SaltechSystems/couchbase_lite/pulls) are most welcome!

This project forked from [Fluttercouch](https://github.com/oltrenuovefrontiere/fluttercouch)

Expand All @@ -18,7 +18,7 @@ In your flutter project add the dependency:

```yaml
dependencies:
couchbase_lite: ^2.5.1+4
couchbase_lite: ^2.5.1+5

flutter:
sdk: flutter
Expand Down
104 changes: 0 additions & 104 deletions doc/api/__404error.html

This file was deleted.

83 changes: 0 additions & 83 deletions doc/api/categories.json

This file was deleted.

0 comments on commit 99ea95c

Please sign in to comment.