1
0
Fork 0
mirror of https://github.com/imjasonh/appengine-value synced 2026-07-06 22:12:22 +00:00
Commit graph

32 commits

Author SHA1 Message Date
589432686a spacing 2014-08-22 16:43:23 -04:00
bd93c5f186 update usage sample for GetMulti 2014-08-22 16:42:35 -04:00
87e9551ae4 comment out flag-like syntax -- it doesn't work 2014-05-23 15:53:00 -04:00
0ae1462112 dst and key must have same length, add TODO about MultiError 2014-05-18 17:14:49 -04:00
b20fa32b5e admin UI for issuing a Get/GetMulti 2014-05-18 17:07:20 -04:00
560d1b4d30 build-tag admin.go 2014-05-18 17:01:38 -04:00
f1eb035910 align 2014-05-18 16:56:39 -04:00
3859745cd6 gofmt README 2014-05-18 16:55:41 -04:00
c0777de2d2 Update README.md 2014-05-18 16:54:36 -04:00
86c89b75f1 Get calls GetMulti, add godoc 2014-05-18 16:48:29 -04:00
3090a99314 StringVar 2014-05-18 16:40:37 -04:00
c44df16c62 GetMulti, untested 2014-05-18 16:39:11 -04:00
973b7ec198 remove local instance map, probably useless 2014-05-18 16:03:08 -04:00
a283b20b4e actually add admin.go, start working on Init and flag-like syntax 2014-05-18 16:00:47 -04:00
1920b7693d split out admin.go 2014-05-18 15:52:40 -04:00
75e40fc7ee Update README.md 2014-05-17 14:35:18 -04:00
4b9c600836 Update README.md 2014-05-17 14:34:53 -04:00
fee07c8d10 Merge branch 'master' of https://github.com/ImJasonH/appengine-value 2014-05-17 14:24:55 -04:00
4f9c210fda Initial commit 2014-05-17 11:24:32 -07:00
39e9eb1b25 support deleting values from admin UI 2014-05-17 14:22:24 -04:00
73f69577eb fix set bug, move Save button 2014-05-16 21:10:07 -04:00
89ad0a3874 add admin UI, this is nearly ready to become a real repo 2014-05-16 20:42:39 -04:00
a4c88314bf RunInTransaction requires nil arg 2014-05-16 19:47:20 -04:00
e11bda8d60 add Set method, which cannot update already set values, and must be run by an admin 2014-05-16 16:34:35 -04:00
988dec7bbc remove godoc link, it doesn't build appengine build-tagged files 2014-05-13 16:26:03 -04:00
4569307ba7 godoc link 2014-05-13 16:18:12 -04:00
da385af7f7 don't ignore datastore value 2014-05-13 15:27:48 -04:00
2b4f17894a rename value -> secret, update documentation 2014-05-13 15:21:15 -04:00
dc56ef4b4a add appengine build tag 2014-05-13 15:14:51 -04:00
69deb0fdf2 wordsmithing 2014-05-13 11:12:01 -04:00
7de3f6270b Rename getter, add godoc 2014-05-13 11:10:05 -04:00
3000359472 2014-05-13 08:03:36 -07:00