summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-12-18contin. debugging host port issue in configSteve Manuel
2016-12-18contin. debugging host port issue in configSteve Manuel
2016-12-18contin. debugging host port issue in configSteve Manuel
2016-12-18debugging host port issue in configSteve Manuel
2016-12-18adding _ import to register content types for item.TypesSteve Manuel
2016-12-18removing possible bug sourceSteve Manuel
2016-12-18update empty slice to nilSteve Manuel
2016-12-18adding content dir in at proj root after its vendoredSteve Manuel
2016-12-18make sure user content dir exists in new projectSteve Manuel
2016-12-18moving item and types into system/item package and updating throughout codebaseSteve Manuel
2016-12-18adding beginning of addon api (cooresponding to previous commit w/ reference ↵Steve Manuel
addon)
2016-12-17rebuild w/ pointerSteve Manuel
2016-12-17updating reference packageSteve Manuel
2016-12-17removing a new addon "get"Steve Manuel
2016-12-17adding a new addon "get"Steve Manuel
2016-12-17adding a new addon "get"Steve Manuel
2016-12-17editing server and referenceSteve Manuel
2016-12-17moving reference to addonsSteve Manuel
2016-12-17testing API based referenceSteve Manuel
2016-12-17moving reference into API package and testing API based approachSteve Manuel
2016-12-17moving reference into content package and testing API based approachSteve Manuel
2016-12-17testing simplification of reference inputSteve Manuel
2016-12-17testing fix for import cycle issueSteve Manuel
2016-12-17testing fix for import cycle issueSteve Manuel
2016-12-17testing reference input typeSteve Manuel
2016-12-17removing debugSteve Manuel
2016-12-17debugSteve Manuel
2016-12-17debugSteve Manuel
2016-12-17debugSteve Manuel
2016-12-17debugSteve Manuel
2016-12-17debugSteve Manuel
2016-12-17debugSteve Manuel
2016-12-17testing reimplementaion of build steps to copy addons and contentSteve Manuel
2016-12-17add debug for build stepSteve Manuel
2016-12-17add debug for build stepSteve Manuel
2016-12-17add debug for build stepSteve Manuel
2016-12-17add debug for build stepSteve Manuel
2016-12-17moving interfaces around which complicated import cyclesSteve Manuel
2016-12-17adding a build step: vendor all addon files - requires a change in way we ↵Steve Manuel
currently copy files & dirs around
2016-12-17adding addons dir and sample addon which enables the use of a new input ↵Steve Manuel
element in forms for referencing other content. "addons" is a conceptual plugin-like feature, similar to wordpress "plugins" dir, but not as sophisticated
2016-12-14fix pagination on pending items.Steve Manuel
2016-12-14adding cache invalidation to system start/initSteve Manuel
2016-12-14Merge pull request #23 from bosssauce/ponzu-devSteve
[tooling] Better usage and help via CLI
2016-12-14updating usage and adding specific help command to selectively show usage ↵Steve Manuel
for a single command
2016-12-14Merge pull request #22 from bosssauce/ponzu-devSteve
[core] Add a index for content slugs allowing quicker lookup via slug
2016-12-14adding db method ContentBySlug to lookup the type & id of content by its ↵Steve Manuel
slug and return it directly
2016-12-14maintain original slug and append to it with single incremental value, not manySteve Manuel
2016-12-14adding __contentIndex to map item slug to semi foreign-key, and implementing ↵Steve Manuel
add/delete features
2016-12-13Merge pull request #21 from bosssauce/ponzu-devSteve
[core] API request metrics are now stored per day
2016-12-13deleting old records after storing in metrics as a cacheSteve Manuel