summaryrefslogtreecommitdiff
path: root/system/db/content.go
AgeCommit message (Collapse)Author
2016-11-02adding test fix for asc orderSteve Manuel
2016-11-02adding test fix for asc orderSteve Manuel
2016-11-02reassigning k, v with next or prev recordSteve Manuel
2016-11-02adding addtional stops for count/offsetSteve Manuel
2016-11-01testing start / end positions on cursor - added back bounds check from prior ↵Steve Manuel
version
2016-11-01testing start / end positions on cursorSteve Manuel
2016-11-01adding some bounds checking to the cursor location based on the expected resultsSteve Manuel
2016-11-01do not allow return length longer than number of values in bucketSteve Manuel
2016-11-01moving query like code from handler to new Query func in db package so size ↵Steve Manuel
of posts returned is just what was requested
2016-10-30dont allow non main content types to be sortedSteve Manuel
2016-10-30need to delete _sorted bucket before re-sorting on deleteSteve Manuel
2016-10-30fixing _ specifier locationSteve Manuel
2016-10-30left out _ separator from ns+specifier in db callSteve Manuel
2016-10-30refactor some db code and update how status vars interpolate throughour UI codeSteve Manuel
2016-10-30slight refactor of pending content code & reimplementing where neededSteve Manuel
2016-10-29adding db procedures and updating handler for external submissions / pending ↵Steve Manuel
content
2016-10-29adding db procedures and updating handler for external submissions / pending ↵Steve Manuel
content
2016-10-29bucket create if not existSteve Manuel
2016-10-29adding db/analytics init back in after reverting for debugSteve Manuel
2016-10-29adding db/analytics init back in after reverting for debugSteve Manuel
2016-10-29adding db/analytics init back in after reverting for debugSteve Manuel
2016-10-28adding some clean up code and UI toggle for future external vs. internal ↵Steve Manuel
posted content
2016-10-26need to process string in case external suffix is found where it should not beSteve Manuel
2016-10-26debuggingSteve Manuel
2016-10-26implementation of insert content update to support types with no prior idSteve Manuel
2016-10-26debuggingSteve Manuel
2016-10-26debuggingSteve Manuel
2016-10-26adding capability to accept external content type submissionsSteve Manuel
2016-10-24removing debug printlns and modifying other fmt.Println to log.Println for ↵Steve Manuel
consistency
2016-10-18running SortContent from inside DeleteContent in same goroutine so results ↵Steve Manuel
are sync
2016-10-18updating call location of StoreContent to be centralized to db actions, ↵Steve Manuel
rather than inside http handlers
2016-10-18implement Sort on all content types by Timestamp, DESC (latest to oldest) - ↵Steve Manuel
run in goroutine on db.Init() as well as any time content is saved via SetContent
2016-10-18implement Sort on all content types by Timestamp, DESC (latest to oldest) - ↵Steve Manuel
run in goroutine on db.Init() as well as any time content is saved via SetContent
2016-10-18using ref of post in sort storage and updating db key for stored postSteve Manuel
2016-10-18adding different key format to test default sorting inside BoltSteve Manuel
2016-10-18updating sort logic on Less and storing sorted values in _sorted bucketSteve Manuel
2016-10-18debuggingSteve Manuel
2016-10-18debuggingSteve Manuel
2016-10-18debuggingSteve Manuel
2016-10-18debuggingSteve Manuel
2016-10-18debuggingSteve Manuel
2016-10-18debuggingSteve Manuel
2016-10-18debuggingSteve Manuel
2016-10-18implementing Sort on sortable posts, testing functionalitySteve Manuel
2016-10-13adding admin server handler for deleting contentSteve Manuel
2016-10-09returning absolute import paths, will move to vendor in future commitSteve Manuel
2016-10-09renaming import paths globally to ensure build is using new files, not ones ↵Steve Manuel
from original repo
2016-10-09updating import pathsSteve Manuel
2016-10-06adding config, user and refactored some content query code. all in their own ↵Steve Manuel
files for better maintainability