Sign in
vanadium
/
release.js.syncbase
/
HEAD
50fa7a1
TBR: js.syncbase: Make all versions 'v23-0.1'.
by Nicolas Lacasse
· 9 years ago
master
98fd386
TBR: Use "node npm" rather than calling "npm" directly.
by Nicolas Lacasse
· 9 years ago
c5d6c41
js/syncbase: Make RunInBatch work for readonly batches.
by Ivan Pilat
· 9 years ago
4349d15
syncbase/exec: Expose support for parameterized queries.
by Ivan Pilat
· 9 years ago
107145c
syncbase/watch: Return initial state for empty ResumeMarker.
by Ivan Pilat
· 9 years ago
848da57
Remove code related to db Upgrade callback.
by Jatin Lodhia
· 9 years ago
4e9e0b6
TBR: js.syncbase: Remove .v23 from all .gitignore files.
by Nicolas Lacasse
· 9 years ago
bbfc805
TBR: js.syncbase: update 'docs' references to point to vanadium.github.io
by Adam Sadovsky
· 9 years ago
ec6bb7e
js.syncbase: Remove the -builtin_vdlroot flag.
by Todd Wang
· 9 years ago
c4b509b
js.syncbase: mojo.syncbase: syncbase+mojo: implement batches
by Adam Sadovsky
· 9 years ago
ca85e2b
v.io/jiri: add policy driven flags for merging environment variables.
by Cosmos Nicolaou
· 9 years ago
6880860
js.syncbase: Rename struct SyncgroupPrefix to a more generic 'TableRow'
by Jatin Lodhia
· 9 years ago
7ef956e
TBR: Fix path of node and npm.
by Nicolas Lacasse
· 9 years ago
a273f13
TBR: js.syncbase: syncbase: s/yncGroup/yncgroup/
by Adam Sadovsky
· 9 years ago
5cc1a83
js: Removing some pre-public specific stuff.
by Ali Ghassemi
· 9 years ago
6468b74
todos: allow sg with >2 members
by Adam Sadovsky
· 9 years ago
6e206e6
js.syncbase: syncbase API: split SG prefix string into struct{tableName, rowPrefix}
by Adam Sadovsky
· 9 years ago
8aa834b
TBR: js.syncbase: switch to CONTRIBUTING.md
by Adam Sadovsky
· 9 years ago
b5aaa50
TBR: Upgrading tap-xunit to latest.
by Ali Ghassemi
· 9 years ago
e60c03b
js/syncbase: tweak gitignore
by Adam Sadovsky
· 9 years ago
3e4f342
syncbase: naming change follow-ups
by Adam Sadovsky
· 9 years ago
7ed6a92
Merge "TBR: js.syncbase: Replace V23_ROOT with JIRI_ROOT everywhere."
by Nicolas Lacasse
· 9 years ago
8e748b9
syncbase: new naming scheme
by Adam Sadovsky
· 9 years ago
aee91a5
syncbase/table: manage both the Table ACL and the empty prefix ACL.
by Sergey Rogulenko
· 9 years ago
a1e47c0
TBR: js.syncbase: Replace V23_ROOT with JIRI_ROOT everywhere.
by Nicolas Lacasse
· 9 years ago
612e9df
Patching up batch JS deficiencies and adding tests
by Ross Wang
· 9 years ago
78ffa2a
TBR: js.syncbase: Open-source prep: update links and such to point to GitHub locations
by Adam Sadovsky
· 9 years ago
94a0f36
TBR: update sg name as needed per v.io/c/15374
by Adam Sadovsky
· 9 years ago
071f5d2
syncbase: switch to /$/ hierarchy separator scheme
by Adam Sadovsky
· 9 years ago
bde08f8
Fix prefixes in syncgroup test.
by Nicolas Lacasse
· 9 years ago
ddc7c07
Add prefixes to syncgroups in tests.
by Nicolas Lacasse
· 9 years ago
43c8ba6
TBR: js.syncbase: Add '/.jiri' to .gitignore in all repos.
by Nicolas Lacasse
· 9 years ago
e00414a
syncbase: Picking up breaking JS API changes from http://v.io/c/15404
by Ali Ghassemi
· 9 years ago
35cde98
TBR: js.syncbase: Prepare all repos for open-sourcing.
by Todd Wang
· 9 years ago
60f6815
TBR everything: run `v23 copyright fix` to regen VERSION file
by Adam Sadovsky
· 9 years ago
9e412e3
javascript/syncbase: Allowing methods that take
by Ali Ghassemi
· 9 years ago
6353d6a
Merge "javascript/syncbase: Setup jsdoc for syncbase."
by Jing Jin
· 9 years ago
55c0d35
syncbase: Table.Delete renamed to Table.DeleteRange(range) and
by Ali Ghassemi
· 9 years ago
d4c65de
javascript/syncbase: Setup jsdoc for syncbase.
by Jing Jin
· 9 years ago
85dd8d0
syncbase: Change db.createTable/deleteTable to table.create/destroy
by Ali Ghassemi
· 9 years ago
139543d
javascript/syncbase: Renaming (app/db).delete() to destroy()
by Ali Ghassemi
· 9 years ago
629930d
Syncbase.js: Adding a basic README.md similar to the one in core.js
by Ali Ghassemi
· 9 years ago
ee404c9
TBR: Regenerating vdl files and fixing the namespaces now
by Ali Ghassemi
· 9 years ago
bb53e6b
TBR: fix another syncbase location.
by Jing Jin
· 9 years ago
034d50b
TBR syncbase.js: roadmap->release
by Adam Sadovsky
· 9 years ago
8920dfb
merge
by Adam Sadovsky
· 9 years ago
1190591
Add .v23 to .gitignore.
by Nicolas Lacasse
· 9 years ago
67013bf
Initial empty repository
by Nicolas Lacasse
· 9 years ago
df618ec
Client support for Blobs.
by Nicolas Lacasse
· 9 years ago
534da6a
Support for schemas in syncbase js client.
by Nicolas Lacasse
· 9 years ago
8d2fbac
Implement client watch.
by Nicolas Lacasse
· 9 years ago
350d751
Pass 'version' in syncgroup.setSpec.
by Nicolas Lacasse
· 9 years ago
9cb6293
javascript/syncbase: change js test to use Type(v) = "type"
by John Kline
· 9 years ago
54f0efa
javascript/syncbase: change js test to use "Type(v)" like idiom.
by John Kline
· 9 years ago
91c2ab7
javascript/syncbase: t -> Type(v) in query language.
by John Kline
· 9 years ago
f18c672
Merge "Add expected database schema version to RPCs. - Add schema version to client code with minimum disruption to API surface. - This cl is based on following cl https://vanadium-review.googlesource.com/#/c/13734/ - TODO to port definiton of Schema from go to js."
by Jatin Lodhia
· 9 years ago
0c7dfdc
Add expected database schema version to RPCs.
by Jatin Lodhia
· 9 years ago
5ab96f0
syncbase.js: runInBatch retries and tweaks for consistency
by Adam Sadovsky
· 9 years ago
4e781d4
Default to using leveldb as storage engine in tests.
by Nicolas Lacasse
· 9 years ago
3ee868c
Syncbase JS tests: use a /tmp dir for syncbase storage.
by Raja Daoud
· 9 years ago
0c2b278
Add stub code in javascript based on schema cl
by Jatin Lodhia
· 9 years ago
48f7d88
syncbase.js: Add Exists rpc method to app, db, table, row.
by Ivan Pilat
· 9 years ago
182bee9
syncbase.js: better document concurrency semantics
by Adam Sadovsky
· 9 years ago
c5ea656
syncbase.js: fix JS test on GCE
by Adam Sadovsky
· 9 years ago
9ba496c
syncbase.js: syncgroup names must contain the syncbaseSuffix.
by Nicolas Lacasse
· 9 years ago
b34518e
TBR: Return stream errors to the caller.
by Nicolas Lacasse
· 9 years ago
d7cf82a
syncbase.js: Support for exec queries.
by Nicolas Lacasse
· 9 years ago
9e2eccf
TBR: Add tap-xunit dev dependency.
by Nicolas Lacasse
· 9 years ago
7bd79f6
syncbase.js support for syncgroups
by Nicolas Lacasse
· 9 years ago
5105dbe
TBR: Add missing "if (err)" check spotted by sadovsky in go/vcl/12569
by Nicolas Lacasse
· 9 years ago
c3353c4
syncbase.js: Implement client batches.
by Nicolas Lacasse
· 9 years ago
01bcacd
syncbase.js Implementation and tests for Tables and Row client APIs.
by Ali Ghassemi
· 9 years ago
0813db0
Implement listApps, listDatabases, and listTables. Also start
by Nicolas Lacasse
· 9 years ago
7bb204b
Implementation and tests for most Database methods.
by Nicolas Lacasse
· 9 years ago
f33c312
syncbase.js: Partial tests and implementation of service and app
by Ali Ghassemi
· 9 years ago
fe03a7c
syncbase.js: Renaming from fullname to fullName
by Ali Ghassemi
· 10 years ago
21911ec
syncbase.js: Stubs for Table and Row.
by Ali Ghassemi
· 10 years ago
372a04a
syncbase.js: Stubs for the Database and batch part of NoSqlDatabase.
by Ali Ghassemi
· 10 years ago
f049c80
Add stub methods for App and Service, taken from Go client API.
by Nicolas Lacasse
· 10 years ago
e2f6b03
syncbase.js: Inital repo and test setup.
by Nicolas Lacasse
· 10 years ago
3b8d4a9
Adding .v23 to .gitignore.
by Nicolas Lacasse
· 10 years ago
b6f3a26
Initial empty repository
by Nicolas Lacasse
· 10 years ago