summaryrefslogtreecommitdiff
path: root/app/node_modules/okresource/index.js
AgeCommit message (Collapse)Author
2015-07-10Implement basic foreign key supportv0.1.13Sean Fridman
2015-04-11Implement FSDB.updateBatch and OKResource.updateBatchSean Fridman
2015-04-11Give views sorted resourcesSean Fridman
2015-04-10Overhaul DB implSean Fridman
Make DB schema aware Add autoincrement support Add custom ID field support
2015-04-09Add resource delete functionality to adminSean Fridman
2015-04-09Oops. Resolve lodash.clonedeep correctlySean Fridman
2015-04-09Don't expose object refs in public APIs ya dummy!Sean Fridman
Make sure to deep clone them input/output objects to maintain immutability y'hear
2015-04-09Fix bug in OKResource.findSean Fridman
2015-04-08I did a bug :(Sean Fridman
2015-04-08Proper API for resource updatesSean Fridman
2015-04-08Fix resource bug where default id not set correctlySean Fridman
2015-04-08Don't just reject, fail!Sean Fridman
Changed Q promise stuff in OKResource so that it properly catches exceptions in promises.
2015-04-08Add resource instance conceptSean Fridman
Can now define resource classes bound to particular data points, in particular they can be static data defined by app config and not even in DB
2015-04-07ID fields for resources now determined by app configSean Fridman
2015-04-06Expose resource raw schemaSean Fridman
2015-04-06Expose schema as part of resource APISean Fridman
2015-04-03Beef up resource abstractionSean Fridman
2015-04-03Use "type" semantic for resource typesSean Fridman
2015-04-03Separate schema and resource conceptsSean Fridman
Also refactor a bit
2015-04-02Remove unused meta resource logicSean Fridman
2015-04-01Bootstrappin young ladSean Fridman