Skip to content

[Chore] Update Alpha With Master #87

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

Merged
merged 53 commits into from
May 30, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
53 commits
Select commit Hold shift + click to select a range
0ffe8e0
Improve credntials templates
benitav Feb 20, 2024
a3d616b
Format comments correctly
benitav Feb 20, 2024
32def4d
Merge branch 'master' into testing-credentials
benitav Feb 20, 2024
a007899
Update demos/supabase-todolist/lib/app_config_template.dart
benitav Feb 21, 2024
159b158
Merge branch 'master' into testing-credentials
DominicGBauer Feb 22, 2024
bcb3bea
chore: update podfile.lock (#67)
DominicGBauer Mar 28, 2024
242636f
fix: attachment queue duplicating requests (#68)
DominicGBauer Apr 3, 2024
fbb7cb4
chore: add crud throttle option (#71)
DominicGBauer Apr 8, 2024
2a2b2ab
chore(powersync): update version (#72)
DominicGBauer Apr 10, 2024
21a28e9
sqlite_async v0.6.1
rkistner Apr 11, 2024
90cff10
Improve streaming_sync_tests.
rkistner Apr 11, 2024
58fa056
Add failing test.
rkistner Apr 11, 2024
f32b30c
Fix issue when calling connect() multiple times.
rkistner Apr 11, 2024
ccaf293
Fix lint issue.
rkistner Apr 11, 2024
f9177e3
Merge pull request #74 from powersync-ja/fix-multiple-connections
rkistner Apr 11, 2024
1177101
chore(attachments): minor improvements and fix loop (#70)
DominicGBauer Apr 11, 2024
24931d6
v1.3.1
rkistner Apr 11, 2024
c33abf6
Merge pull request #75 from powersync-ja/release/1.3.1
rkistner Apr 11, 2024
7e6ab86
fix: reset isProcessing when exception is thrown during sync process.…
ScottAtRedHawk Apr 30, 2024
d2d7ee1
chore(attachments): update version 0.3.2 (#82)
DominicGBauer Apr 30, 2024
a8e9772
Leaner Readme
benitav Apr 30, 2024
0eb5376
Merge remote-tracking branch 'origin/testing-credentials' into chore/…
benitav Apr 30, 2024
3be82c6
Run melos format
benitav Apr 30, 2024
49dd2c2
Merge pull request #83 from powersync-ja/chore/update-readme
benitav Apr 30, 2024
a0e74e6
feat(attachments)!: cater for subdirectories in storage (#78)
DominicGBauer May 2, 2024
dffe000
Fix disconnectAndClear not clearing ps_untyped.
rkistner May 6, 2024
321937d
Merge branch 'master' into fix-clearning-untyped
rkistner May 6, 2024
7686115
Merge pull request #84 from powersync-ja/fix-clearning-untyped
rkistner May 7, 2024
f52ed55
Lower path_provider dependency version
kobiebotha May 14, 2024
b72ecf3
Merge pull request #85 from powersync-ja/chore/loosen-pathprovider-de…
kobiebotha May 14, 2024
35d1ff9
chore(attachments): update version 0.4.1 (#86)
DominicGBauer May 15, 2024
422f178
update from main
stevensJourney May 29, 2024
87e7c4e
fix tests
stevensJourney May 29, 2024
7a7c0a3
fix tests
stevensJourney May 29, 2024
8d00dd6
revert test package version
stevensJourney May 29, 2024
decbdcb
Revert "revert test package version"
stevensJourney May 29, 2024
ea99fb3
fix tests
stevensJourney May 29, 2024
02b96a6
update reconnect test
stevensJourney May 29, 2024
7c0ae77
fix issues where Sync stream manager's mutex would not release
stevensJourney May 30, 2024
51198a5
Update graphic
benitav May 30, 2024
87216d7
Remove old graphic
benitav May 30, 2024
cb5d9a4
Merge pull request #88 from powersync-ja/branding-updates
benitav May 30, 2024
b6e5abd
Update banner image in repo root
benitav May 30, 2024
a8bfafb
update dependencies
stevensJourney May 30, 2024
2070ea6
Merge branch 'master' into alpha-main
stevensJourney May 30, 2024
27a9769
Merge pull request #89 from powersync-ja/update-branding
benitav May 30, 2024
6b8ed50
cleanup
stevensJourney May 30, 2024
ec49cb5
update dependencies
stevensJourney May 30, 2024
7347e9a
update sqlite versions
stevensJourney May 30, 2024
c2b68a3
Merge branch 'master' into alpha-main
stevensJourney May 30, 2024
a5c929f
update lockfiles after testing
stevensJourney May 30, 2024
ac09108
better version ranges
stevensJourney May 30, 2024
d3ddb12
restore dcli
stevensJourney May 30, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<p align="center">
<a href="https://www.powersync.com" target="_blank"><img src="https://github.com/powersync-ja/.github/assets/19345049/602bafa0-41ce-4cee-a432-56848c278722"/></a>
<a href="https://www.powersync.com" target="_blank"><img src="https://github.com/powersync-ja/.github/assets/7372448/d2538c43-c1a0-4c47-9a76-41462dba484f"/></a>
</p>

*Bad connectivity is everywhere, and we're tired of it. PowerSync is on a mission to help developers write offline-first real-time reactive apps.*
Expand Down
7 changes: 4 additions & 3 deletions demos/supabase-anonymous-auth/lib/app_config_template.dart
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
// Copy this template: `cp lib/app_config_template.dart lib/app_config.dart`
// Edit lib/app_config.dart and enter your Supabase and PowerSync project details.
class AppConfig {
static const String supabaseUrl = 'https://jrimaqxlgrpjipgssldo.supabase.co';
static const String supabaseAnonKey =
'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJzdXBhYmFzZSIsInJlZiI6ImpyaW1hcXhsZ3JwamlwZ3NzbGRvIiwicm9sZSI6ImFub24iLCJpYXQiOjE2OTE1ODY5MTAsImV4cCI6MjAwNzE2MjkxMH0.K-Qb-YFz0oVpLshUEezGU-Do-sX08zKqBzVccDoZp_Y';
static const String supabaseUrl = 'https://foo.supabase.co';
static const String supabaseAnonKey = 'foo';
}
30 changes: 15 additions & 15 deletions demos/supabase-anonymous-auth/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -204,26 +204,26 @@ packages:
dependency: transitive
description:
name: leak_tracker
sha256: "78eb209deea09858f5269f5a5b02be4049535f568c07b275096836f01ea323fa"
sha256: "7f0df31977cb2c0b88585095d168e689669a2cc9b97c309665e3386f3e9d341a"
url: "https://pub.dev"
source: hosted
version: "10.0.0"
version: "10.0.4"
leak_tracker_flutter_testing:
dependency: transitive
description:
name: leak_tracker_flutter_testing
sha256: b46c5e37c19120a8a01918cfaf293547f47269f7cb4b0058f21531c2465d6ef0
sha256: "06e98f569d004c1315b991ded39924b21af84cf14cc94791b8aea337d25b57f8"
url: "https://pub.dev"
source: hosted
version: "2.0.1"
version: "3.0.3"
leak_tracker_testing:
dependency: transitive
description:
name: leak_tracker_testing
sha256: a597f72a664dbd293f3bfc51f9ba69816f84dcd403cdac7066cb3f6003f3ab47
sha256: "6ba465d5d76e67ddf503e1161d1f4a6bc42306f9d66ca1e8f079a47290fb06d3"
url: "https://pub.dev"
source: hosted
version: "2.0.1"
version: "3.0.1"
lints:
dependency: transitive
description:
Expand Down Expand Up @@ -260,10 +260,10 @@ packages:
dependency: transitive
description:
name: meta
sha256: d584fa6707a52763a52446f02cc621b077888fb63b93bbcb1143a7be5a0c0c04
sha256: "7687075e408b093f36e6bbf6c91878cc0d4cd10f409506f7bc996f68220b9136"
url: "https://pub.dev"
source: hosted
version: "1.11.0"
version: "1.12.0"
mime:
dependency: transitive
description:
Expand Down Expand Up @@ -366,7 +366,7 @@ packages:
path: "../../packages/powersync"
relative: true
source: path
version: "1.3.0-alpha.3"
version: "1.3.0-alpha.4"
realtime_client:
dependency: transitive
description:
Expand Down Expand Up @@ -472,10 +472,10 @@ packages:
dependency: transitive
description:
name: sqlite3
sha256: "1abbeb84bf2b1a10e5e1138c913123c8aa9d83cd64e5f9a0dd847b3c83063202"
sha256: b384f598b813b347c5a7e5ffad82cbaff1bec3d1561af267041e66f6f0899295
url: "https://pub.dev"
source: hosted
version: "2.4.2"
version: "2.4.3"
sqlite3_flutter_libs:
dependency: transitive
description:
Expand Down Expand Up @@ -552,10 +552,10 @@ packages:
dependency: transitive
description:
name: test_api
sha256: "5c2f730018264d276c20e4f1503fd1308dfbbae39ec8ee63c5236311ac06954b"
sha256: "9955ae474176f7ac8ee4e989dadfb411a58c30415bcfb648fa04b2b8a03afa7f"
url: "https://pub.dev"
source: hosted
version: "0.6.1"
version: "0.7.0"
typed_data:
dependency: transitive
description:
Expand Down Expand Up @@ -656,10 +656,10 @@ packages:
dependency: transitive
description:
name: vm_service
sha256: b3d56ff4341b8f182b96aceb2fa20e3dcb336b9f867bc0eafc0de10f1048e957
sha256: "3923c89304b715fb1eb6423f017651664a03bf5f4b29983627c4da791f74a4ec"
url: "https://pub.dev"
source: hosted
version: "13.0.0"
version: "14.2.1"
web:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion demos/supabase-anonymous-auth/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ dependencies:
supabase_flutter: ^2.0.2
path: ^1.8.3
logging: ^1.2.0
sqlite_async: ^0.7.0-alpha.2
sqlite_async: ^0.7.0-alpha.3
universal_io: ^2.2.2

dev_dependencies:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
// Copy this template: `cp lib/app_config_template.dart lib/app_config.dart`
// Edit lib/app_config.dart and enter your Supabase and PowerSync project details.
class AppConfig {
static const String supabaseUrl = 'https://jrimaqxlgrpjipgssldo.supabase.co';
static const String supabaseAnonKey =
'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJzdXBhYmFzZSIsInJlZiI6ImpyaW1hcXhsZ3JwamlwZ3NzbGRvIiwicm9sZSI6ImFub24iLCJpYXQiOjE2OTE1ODY5MTAsImV4cCI6MjAwNzE2MjkxMH0.K-Qb-YFz0oVpLshUEezGU-Do-sX08zKqBzVccDoZp_Y';
static const String supabaseUrl = 'https://foo.supabase.co';
static const String supabaseAnonKey = 'foo';
}
30 changes: 15 additions & 15 deletions demos/supabase-edge-function-auth/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -204,26 +204,26 @@ packages:
dependency: transitive
description:
name: leak_tracker
sha256: "78eb209deea09858f5269f5a5b02be4049535f568c07b275096836f01ea323fa"
sha256: "7f0df31977cb2c0b88585095d168e689669a2cc9b97c309665e3386f3e9d341a"
url: "https://pub.dev"
source: hosted
version: "10.0.0"
version: "10.0.4"
leak_tracker_flutter_testing:
dependency: transitive
description:
name: leak_tracker_flutter_testing
sha256: b46c5e37c19120a8a01918cfaf293547f47269f7cb4b0058f21531c2465d6ef0
sha256: "06e98f569d004c1315b991ded39924b21af84cf14cc94791b8aea337d25b57f8"
url: "https://pub.dev"
source: hosted
version: "2.0.1"
version: "3.0.3"
leak_tracker_testing:
dependency: transitive
description:
name: leak_tracker_testing
sha256: a597f72a664dbd293f3bfc51f9ba69816f84dcd403cdac7066cb3f6003f3ab47
sha256: "6ba465d5d76e67ddf503e1161d1f4a6bc42306f9d66ca1e8f079a47290fb06d3"
url: "https://pub.dev"
source: hosted
version: "2.0.1"
version: "3.0.1"
lints:
dependency: transitive
description:
Expand Down Expand Up @@ -260,10 +260,10 @@ packages:
dependency: transitive
description:
name: meta
sha256: d584fa6707a52763a52446f02cc621b077888fb63b93bbcb1143a7be5a0c0c04
sha256: "7687075e408b093f36e6bbf6c91878cc0d4cd10f409506f7bc996f68220b9136"
url: "https://pub.dev"
source: hosted
version: "1.11.0"
version: "1.12.0"
mime:
dependency: transitive
description:
Expand Down Expand Up @@ -366,7 +366,7 @@ packages:
path: "../../packages/powersync"
relative: true
source: path
version: "1.3.0-alpha.3"
version: "1.3.0-alpha.4"
realtime_client:
dependency: transitive
description:
Expand Down Expand Up @@ -472,10 +472,10 @@ packages:
dependency: transitive
description:
name: sqlite3
sha256: "1abbeb84bf2b1a10e5e1138c913123c8aa9d83cd64e5f9a0dd847b3c83063202"
sha256: b384f598b813b347c5a7e5ffad82cbaff1bec3d1561af267041e66f6f0899295
url: "https://pub.dev"
source: hosted
version: "2.4.2"
version: "2.4.3"
sqlite3_flutter_libs:
dependency: transitive
description:
Expand Down Expand Up @@ -552,10 +552,10 @@ packages:
dependency: transitive
description:
name: test_api
sha256: "5c2f730018264d276c20e4f1503fd1308dfbbae39ec8ee63c5236311ac06954b"
sha256: "9955ae474176f7ac8ee4e989dadfb411a58c30415bcfb648fa04b2b8a03afa7f"
url: "https://pub.dev"
source: hosted
version: "0.6.1"
version: "0.7.0"
typed_data:
dependency: transitive
description:
Expand Down Expand Up @@ -656,10 +656,10 @@ packages:
dependency: transitive
description:
name: vm_service
sha256: b3d56ff4341b8f182b96aceb2fa20e3dcb336b9f867bc0eafc0de10f1048e957
sha256: "3923c89304b715fb1eb6423f017651664a03bf5f4b29983627c4da791f74a4ec"
url: "https://pub.dev"
source: hosted
version: "13.0.0"
version: "14.2.1"
web:
dependency: transitive
description:
Expand Down
9 changes: 5 additions & 4 deletions demos/supabase-simple-chat/lib/app_config_template.dart
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// Copy this template: `cp lib/app_config_template.dart lib/app_config.dart`
// Edit lib/app_config.dart and enter your Supabase and PowerSync project details.
class AppConfig {
static const String supabaseUrl = 'https://aaaaaaaaaaaa.supabase.co';
static const String supabaseAnonKey = 'eyeyeyeyeyeye';
static const String powersyncUrl =
'https://65130c9db6679a3682ba380a.powersync.journeyapps.com';
static const String supabaseUrl = 'https://foo.supabase.co';
static const String supabaseAnonKey = 'foo';
static const String powersyncUrl = 'https://foo.powersync.journeyapps.com';
}
30 changes: 15 additions & 15 deletions demos/supabase-simple-chat/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -236,26 +236,26 @@ packages:
dependency: transitive
description:
name: leak_tracker
sha256: "78eb209deea09858f5269f5a5b02be4049535f568c07b275096836f01ea323fa"
sha256: "7f0df31977cb2c0b88585095d168e689669a2cc9b97c309665e3386f3e9d341a"
url: "https://pub.dev"
source: hosted
version: "10.0.0"
version: "10.0.4"
leak_tracker_flutter_testing:
dependency: transitive
description:
name: leak_tracker_flutter_testing
sha256: b46c5e37c19120a8a01918cfaf293547f47269f7cb4b0058f21531c2465d6ef0
sha256: "06e98f569d004c1315b991ded39924b21af84cf14cc94791b8aea337d25b57f8"
url: "https://pub.dev"
source: hosted
version: "2.0.1"
version: "3.0.3"
leak_tracker_testing:
dependency: transitive
description:
name: leak_tracker_testing
sha256: a597f72a664dbd293f3bfc51f9ba69816f84dcd403cdac7066cb3f6003f3ab47
sha256: "6ba465d5d76e67ddf503e1161d1f4a6bc42306f9d66ca1e8f079a47290fb06d3"
url: "https://pub.dev"
source: hosted
version: "2.0.1"
version: "3.0.1"
lints:
dependency: transitive
description:
Expand Down Expand Up @@ -292,10 +292,10 @@ packages:
dependency: transitive
description:
name: meta
sha256: d584fa6707a52763a52446f02cc621b077888fb63b93bbcb1143a7be5a0c0c04
sha256: "7687075e408b093f36e6bbf6c91878cc0d4cd10f409506f7bc996f68220b9136"
url: "https://pub.dev"
source: hosted
version: "1.11.0"
version: "1.12.0"
mime:
dependency: transitive
description:
Expand Down Expand Up @@ -398,7 +398,7 @@ packages:
path: "../../packages/powersync"
relative: true
source: path
version: "1.3.0-alpha.3"
version: "1.3.0-alpha.4"
realtime_client:
dependency: transitive
description:
Expand Down Expand Up @@ -528,10 +528,10 @@ packages:
dependency: transitive
description:
name: sqlite3
sha256: "1abbeb84bf2b1a10e5e1138c913123c8aa9d83cd64e5f9a0dd847b3c83063202"
sha256: b384f598b813b347c5a7e5ffad82cbaff1bec3d1561af267041e66f6f0899295
url: "https://pub.dev"
source: hosted
version: "2.4.2"
version: "2.4.3"
sqlite3_flutter_libs:
dependency: transitive
description:
Expand Down Expand Up @@ -608,10 +608,10 @@ packages:
dependency: transitive
description:
name: test_api
sha256: "5c2f730018264d276c20e4f1503fd1308dfbbae39ec8ee63c5236311ac06954b"
sha256: "9955ae474176f7ac8ee4e989dadfb411a58c30415bcfb648fa04b2b8a03afa7f"
url: "https://pub.dev"
source: hosted
version: "0.6.1"
version: "0.7.0"
timeago:
dependency: "direct main"
description:
Expand Down Expand Up @@ -720,10 +720,10 @@ packages:
dependency: transitive
description:
name: vm_service
sha256: b3d56ff4341b8f182b96aceb2fa20e3dcb336b9f867bc0eafc0de10f1048e957
sha256: "3923c89304b715fb1eb6423f017651664a03bf5f4b29983627c4da791f74a4ec"
url: "https://pub.dev"
source: hosted
version: "13.0.0"
version: "14.2.1"
web:
dependency: transitive
description:
Expand Down
4 changes: 1 addition & 3 deletions demos/supabase-todolist/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
# PowerSync + Supabase Flutter Demo: Todo List App

![docs-supabase-integration](https://github.com/journeyapps/powersync-supabase-flutter-demo/assets/277659/291fa2eb-abe6-4567-8d4b-c88e0ee850cf)

Demo app demonstrating use of the PowerSync SDK for Flutter together with Supabase. For a step-by-step guide, see [here](https://docs.powersync.co/integration-guides/supabase).
Demo app demonstrating use of the PowerSync SDK for Flutter together with Supabase. For a step-by-step guide, see [here](https://docs.powersync.com/integration-guides/supabase).

# Running the app

Expand Down
22 changes: 11 additions & 11 deletions demos/supabase-todolist/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,18 @@ PODS:
- shared_preferences_foundation (0.0.1):
- Flutter
- FlutterMacOS
- sqlite3 (3.45.1):
- sqlite3/common (= 3.45.1)
- sqlite3/common (3.45.1)
- sqlite3/fts5 (3.45.1):
- "sqlite3 (3.45.3+1)":
- "sqlite3/common (= 3.45.3+1)"
- "sqlite3/common (3.45.3+1)"
- "sqlite3/fts5 (3.45.3+1)":
- sqlite3/common
- sqlite3/perf-threadsafe (3.45.1):
- "sqlite3/perf-threadsafe (3.45.3+1)":
- sqlite3/common
- sqlite3/rtree (3.45.1):
- "sqlite3/rtree (3.45.3+1)":
- sqlite3/common
- sqlite3_flutter_libs (0.0.1):
- Flutter
- sqlite3 (~> 3.45.1)
- "sqlite3 (~> 3.45.3+1)"
- sqlite3/fts5
- sqlite3/perf-threadsafe
- sqlite3/rtree
Expand Down Expand Up @@ -58,14 +58,14 @@ EXTERNAL SOURCES:
:path: ".symlinks/plugins/url_launcher_ios/ios"

SPEC CHECKSUMS:
app_links: 5ef33d0d295a89d9d16bb81b0e3b0d5f70d6c875
app_links: e70ca16b4b0f88253b3b3660200d4a10b4ea9795
camera_avfoundation: 759172d1a77ae7be0de08fc104cfb79738b8a59e
Flutter: e0871f40cf51350855a761d2e70bf5af5b9b5de7
path_provider_foundation: 3784922295ac71e43754bd15e0653ccfd36a147c
shared_preferences_foundation: b4c3b4cddf1c21f02770737f147a3f5da9d39695
sqlite3: 73b7fc691fdc43277614250e04d183740cb15078
sqlite3_flutter_libs: af0e8fe9bce48abddd1ffdbbf839db0302d72d80
url_launcher_ios: bbd758c6e7f9fd7b5b1d4cde34d2b95fcce5e812
sqlite3: 02d1f07eaaa01f80a1c16b4b31dfcbb3345ee01a
sqlite3_flutter_libs: 9bfe005308998aeca155330bbc2ea6dddf834a3b
url_launcher_ios: 6116280ddcfe98ab8820085d8d76ae7449447586

PODFILE CHECKSUM: f7b3cb7384a2d5da4b22b090e1f632de7f377987

Expand Down
Loading
Loading