1. 14df56a Merge remote-tracking branch 'upstream/master' by Sapan Bhatia · 8 years ago
  2. ffd73a9 Current version of xos core in Django converted to YANG, minus by Sapan Bhatia · 8 years ago
  3. 4d93689 fixes #7. I'm preserving all the typedefs inside xos-types for now but I don't think they're necessary. The intent of YANG typedef system is to define distinct forms of type for reusability but since all these typedefs are of the 'unique-identifier' type, they are largely redundant. by Peter K. Lee · 8 years ago
  4. d29da3c Merge branch 'master' of github.com:corenova/yang-cord by Peter K. Lee · 8 years ago
  5. 9d242b1 Added slice to xos-core along with django-specific types (#7) by sb98052 · 8 years ago
  6. c396050 minor update to flow link and placeholder for slice by Peter K. Lee · 8 years ago
  7. d570dcb Added slice to xos-core along with django-specific types by Sapan Bhatia · 8 years ago
  8. 0db45ac introduce cord-service-volt.yang and cord-service-vsg.yang. complete re-rendering of the underyling service/tenancy associations. need to review further with team. by Peter K. Lee · 8 years ago
  9. 2da7863 updated xos-base with synchronizer feature specific 'record' container using 'xos-sync-record' by Peter K. Lee · 8 years ago
  10. cb2eb92 transition to latest yang-js/yang-express, introduce additional xos-core models for service-attribute, xos-base, provider, service, and tenancy by Peter K. Lee · 8 years ago
  11. af777da update to latest yang-js/yang-express and adapt schema/server to conform to latest interface changes by Peter K. Lee · 8 years ago
  12. 7b2bdbc update to latest yang-express/yang-js, addresses issue reported by Matteo for running multiple instances of the yang-express server app during 'supertest', adds support for granular model event subscription using XPATH, change the 'humanReadableName' property to 'label' by Peter K. Lee · 8 years ago
  13. f0f33d7 update deps to latest yang-express and yang-js by Peter K. Lee · 8 years ago
  14. df26beb added API Guide documentation and updated Modeler's Guide by Peter Lee · 8 years ago
  15. 1182ca8 updated documentation for main package README as well as schema Modeler's Guide by Peter Lee · 8 years ago
  16. 4302f47 completed REST/JSON interface generation integration with yang-js and yang-express. now supports complete CRUD operations against the subscriber model. need to update documentation to reflect latest changes by Peter K. Lee · 8 years ago
  17. f4d38d3 first initial working version of REST API auto-generation via yang-express using xos-core, cord-core, and its dependent modules. validate/polish various YANG schema files, introduce 'cord-core.yang' data model schema, annotate copyright/license info inside YANG schemas, create initial controller logic bindings for various cord data models. build/packaging complete with dependency mappings by Peter K. Lee · 8 years ago
  18. cfb1e6f tweak for demo by Peter K. Lee · 8 years ago
  19. 5539580 moved YANG schema files from root folder into ./schema directory, introduced package.json to prepare for adding code bindings, fix minor issues with YANG schema validation by Peter K. Lee · 8 years ago