index
:
ponzu.git
master
Unnamed repository; edit this file 'description' to name the repository.
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
system
/
db
/
content.go
Age
Commit message (
Expand
)
Author
2016-11-02
adding test fix for asc order
Steve Manuel
2016-11-02
adding test fix for asc order
Steve Manuel
2016-11-02
reassigning k, v with next or prev record
Steve Manuel
2016-11-02
adding addtional stops for count/offset
Steve Manuel
2016-11-01
testing start / end positions on cursor - added back bounds check from prior ...
Steve Manuel
2016-11-01
testing start / end positions on cursor
Steve Manuel
2016-11-01
adding some bounds checking to the cursor location based on the expected results
Steve Manuel
2016-11-01
do not allow return length longer than number of values in bucket
Steve Manuel
2016-11-01
moving query like code from handler to new Query func in db package so size o...
Steve Manuel
2016-10-30
dont allow non main content types to be sorted
Steve Manuel
2016-10-30
need to delete _sorted bucket before re-sorting on delete
Steve Manuel
2016-10-30
fixing _ specifier location
Steve Manuel
2016-10-30
left out _ separator from ns+specifier in db call
Steve Manuel
2016-10-30
refactor some db code and update how status vars interpolate throughour UI code
Steve Manuel
2016-10-30
slight refactor of pending content code & reimplementing where needed
Steve Manuel
2016-10-29
adding db procedures and updating handler for external submissions / pending ...
Steve Manuel
2016-10-29
adding db procedures and updating handler for external submissions / pending ...
Steve Manuel
2016-10-29
bucket create if not exist
Steve Manuel
2016-10-29
adding db/analytics init back in after reverting for debug
Steve Manuel
2016-10-29
adding db/analytics init back in after reverting for debug
Steve Manuel
2016-10-29
adding db/analytics init back in after reverting for debug
Steve Manuel
2016-10-28
adding some clean up code and UI toggle for future external vs. internal post...
Steve Manuel
2016-10-26
need to process string in case external suffix is found where it should not be
Steve Manuel
2016-10-26
debugging
Steve Manuel
2016-10-26
implementation of insert content update to support types with no prior id
Steve Manuel
2016-10-26
debugging
Steve Manuel
2016-10-26
debugging
Steve Manuel
2016-10-26
adding capability to accept external content type submissions
Steve Manuel
2016-10-24
removing debug printlns and modifying other fmt.Println to log.Println for co...
Steve Manuel
2016-10-18
running SortContent from inside DeleteContent in same goroutine so results ar...
Steve Manuel
2016-10-18
updating call location of StoreContent to be centralized to db actions, rathe...
Steve Manuel
2016-10-18
implement Sort on all content types by Timestamp, DESC (latest to oldest) - r...
Steve Manuel
2016-10-18
implement Sort on all content types by Timestamp, DESC (latest to oldest) - r...
Steve Manuel
2016-10-18
using ref of post in sort storage and updating db key for stored post
Steve Manuel
2016-10-18
adding different key format to test default sorting inside Bolt
Steve Manuel
2016-10-18
updating sort logic on Less and storing sorted values in _sorted bucket
Steve Manuel
2016-10-18
debugging
Steve Manuel
2016-10-18
debugging
Steve Manuel
2016-10-18
debugging
Steve Manuel
2016-10-18
debugging
Steve Manuel
2016-10-18
debugging
Steve Manuel
2016-10-18
debugging
Steve Manuel
2016-10-18
debugging
Steve Manuel
2016-10-18
implementing Sort on sortable posts, testing functionality
Steve Manuel
2016-10-13
adding admin server handler for deleting content
Steve Manuel
2016-10-09
returning absolute import paths, will move to vendor in future commit
Steve Manuel
2016-10-09
renaming import paths globally to ensure build is using new files, not ones f...
Steve Manuel
2016-10-09
updating import paths
Steve Manuel
2016-10-06
adding config, user and refactored some content query code. all in their own ...
Steve Manuel
[prev]