- b485cce [dsreadonly] Add read-only datastore filter. by dnj · 8 years ago master
- 6ba0ca9 [impl/memory] Enforce named tasks during txn. by dnj · 8 years ago
- a113838 [datastore] Fix querying with []byte. by iannucci · 8 years ago
- 52a3b01 [datastore] improve docs around auto-generated *Keys on Put. by iannucci · 8 years ago
- ddb4167 [dummy/info] Mock ModuleHostname and related functions. by iannucci · 8 years ago
- c229a75 Update apache2 license header to newer format. by estaab · 8 years ago
- aaaaddc Add CONTRIBUTING file. by estaab · 8 years ago
- e593adf Info Memory: Implement dummy ServiceAccount() by hinoka · 8 years ago
- 95cce9c Use luci-go simplified errors API. by Robert Iannucci · 8 years ago
- 2ace7f6 Break dependency on errors.Fix. by iannucci · 8 years ago
- 0e27a76 Fix typo in docs. by tandrii · 8 years ago
- 7fe31a8 Infra CQ: update OWNERS and add dry run access. by tandrii · 8 years ago
- da65416 Add UseFlex(c) for the cloud implementation. by hinoka · 8 years ago
- 4e7c36f gae cloud: Use with Datastore by hinoka · 9 years ago
- 272e088 impl/cloud: Report false for IsDevAppServer. by dnj · 9 years ago
- 89a62d1 Annotate ErrInvalidKey. by dnj · 9 years ago
- 4735254 impl/memory: Task queue Testable is per-namespace. by dnj · 9 years ago
- 951a9bd impl/memory: Replace gkvlite with "treapstore". by dnj · 9 years ago
- a05a77f Fix improper use of Stop in datastore. by dnj · 9 years ago
- c68b2ca Add batch Add to service/taskqueue. by dnj · 9 years ago
- 82198d4 Add datastore Put to service/datastore.Batcher. by dnj · 9 years ago
- e987b6b Add ds.Batcher class, implement Run, GetAll. by dnj · 9 years ago
- ac70e96 Split Buffer into WriteBuffer/ReadBuffer. by iannucci · 9 years ago
- 6f48bc6 Fix bug in txnBuf's WithoutTransaction funcion. by iannucci · 9 years ago
- c12ab6f impl/memory: Fix memcache stats race. by dnj · 9 years ago
- 7941536 impl/memory: Use random int as auto generated task name in Task Queues. by vadimsh · 9 years ago
- 84c7d59 Add Pull Task Queue impl/memory implementation. by vadimsh · 9 years ago
- a945170 impl/cloud: Add support for "memcached" memcache. by dnj · 9 years ago
- 3d3367c Fix #66. by iannucci · 9 years ago
- c0be545 Refactor Task Queue memory implementation to use sortedQueue struct internally. by vadimsh · 9 years ago
- 8ddad91 Add support for Pull Queues to prod implementation. by vadimsh · 9 years ago
- 1edd307 Use new mathrand API. by Dan Jacques · 9 years ago
- 04506f4 Fix a bug where deletions weren't updating the raw Kind index. by dnj · 9 years ago
- da301ac Fix 'impl/memory' context key. by dnj · 9 years ago
- 0fa8c6d Update cloud implementation w/ new datastore API by dnj · 9 years ago
- bc42c33 Add callbacks to query batch filter. by dnj · 9 years ago
- a25fc49 Make AddShardFunctions separate from the FilterRDS function. by iannucci · 9 years ago
- 31b3460 impl/prod: Make AEContext private. by dnj · 9 years ago
- cfd4c03 dscache: Use math/rand's Read for nonce. by dnj · 9 years ago
- 674c24e Add "MkKeyContext" KeyContext generation function. by dnj · 9 years ago
- 272b5f2 impl/memory: Fix round-tripping of AppID/Namespace. by dnj · 9 years ago
- cf74102 Fix prod tests, add benchmark. by dnj · 9 years ago
- 3715a27 Interface update, per-method Contexts. by dnj · 9 years ago
- c4fab9e Differentiate between single- and multi- props. by dnj · 9 years ago
- 5ea8e51 Luci GAE Datastore: Singlar Get() and Put() should always return single error by hinoka · 9 years ago
- 715e06f Implement info.ServiceAccount() on devserver via info.AccessToken(...). by vadimsh · 9 years ago
- 747577a Update cloud package. by dnj · 9 years ago
- 75ab19e Remove empty namespace assertion from impl/memory. by iannucci · 9 years ago
- df1b5cd GAE CL for luci-go common refactor by Robert Iannucci · 9 years ago
- 989edcd Add an option to install just Cloud Datastore. by dnj · 9 years ago
- 2edc40f cq.cfg: use luci builders by nodir · 9 years ago
- f297774 Add lightning talk that I didn't gave at Gophercon '16 by Robert Iannucci · 9 years ago
- 6caae32 Add cloud datastore implementation. by dnj · 9 years ago
- a212da0 datastore: Update AllocateIDs to take keys. by dnj · 9 years ago
- f11b1de Refactor multiarg, split MGS/PLS. by dnj · 9 years ago
- e3e2d44 make swarming trybuilders non-experimental by nodir · 9 years ago
- e9fd63b cq.cfg: enable experimental swarming builders by nodir · 9 years ago
- 062a323 Add datastore dumper tool. by iannucci · 9 years ago
- 48d5fbd Add TrimmedAppID to info service. by iannucci · 9 years ago
- 5f6e967 Add DefaultVersionHostname to impl/memory/info. by iannucci · 9 years ago
- 2973285 Fix typo in pls.go docs by Robert Iannucci · 9 years ago
- 47a59f6 Allow uint16 and uint32 in MakeKey. by iannucci · 9 years ago
- 5787dea Add GetNoTxn to txnBuf as a hack. by iannucci · 9 years ago
- ba34d4d Change gae to apache 2 license. by estaab · 9 years ago
- 5981afe Change codereview server to be consistent with other luci projects. by estaab · 9 years ago
- 6d78592 dscache: Reduce log level of memcache failures. by dnj · 9 years ago
- ee5266e datastore: variadic Get, Put, Exists, Delete. by dnj · 9 years ago
- 5e312ad filter/txnBuf: Use fully-qualified App ID. by dnj · 9 years ago
- a4fb70d Travis: Increase system specs, limit concurrent. by dnj · 9 years ago
- a8c62df pcg: Bump test time to 20 minutes. by dnj · 9 years ago
- 30cbeef Add meta package to datastore. by dnj · 9 years ago
- 76e9466 impl/memory: datastore and memcache namespacing by dnj · 9 years ago
- f87060b Bump max_duration for CI tests to 480s by Robert Iannucci · 9 years ago
- e6d5b59 Fix memory corruption bug in impl/memory by iannucci · 9 years ago
- 8304c6e Travis: Build against Go1.6. by dnj · 9 years ago
- 5ede455 Remove race from query finalization. by dnj · 9 years ago
- 19330b3 datastore: Fix AddIndexes with existing namespaces by dnj · 9 years ago
- 1ebcc92 service/taskqueue: Add NewPOSTTask, remove NewTask by dnj · 9 years ago
- 5c6b98b Add __namespace__ metadata query support to impl/memory. by iannucci · 9 years ago
- 15da1e8 Add Info Testable interface, implement for memory. by dnj · 9 years ago
- 6f2456b Add PopulateKey method to datastore. by dnj · 10 years ago
- f2a2648 Fix missing/broken ds.Stop handling in raw DS. by dnj · 10 years ago
- 0a4fa80 Add datastore iterating query filter. by dnj · 10 years ago
- 2b07306 Don't filter "Stop" error in raw interface. by dnj · 10 years ago
- ecb855a Make ExistsMulti return a BoolList by iannucci · 10 years ago
- 1ad17ed txnbuf: Add write count budget, size budget. by dnj · 10 years ago
- 8e00d27 Add wrappers for the module module by dsansome · 10 years ago
- caeb69f Add a MustNamespace that panics if the namespace wasn't valid by dsansome · 10 years ago
- 63bef7c Auto-project on distinct inequality fields. by dnj · 10 years ago
- 24f1007 Add header text to proto-gae tool by iannucci · 10 years ago
- ccd7f43 dscache: Only log unusual memcache errors. by dnj · 10 years ago
- b272ade Use ShouldResemble instead of ShouldResembleV. by dnj · 10 years ago
- daecce9 Add support for uint8, uint16 and uint32 in luci/gae by iannucci · 10 years ago
- 1fb004a Fixes #8: Seed indexes from index.yml by nishanths · 10 years ago
- c955069 impl/prod: Expose Remote API scopes. by dnj · 10 years ago
- ea770b8 Add UseBackground. by iannucci · 10 years ago
- fc6a394 Add tool to generate PropertyConverter implementations for proto messages. by iannucci · 10 years ago
- 7816a48 Fix logger for filter api change in luci-go. by iannucci · 10 years ago
- 139eaf1 Fix fast string comparison bug. by dnj · 10 years ago
- 3ca84d6 Add a test to ensure []byte => BlobKey PLS works. by dnj · 10 years ago