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