1. 616772c Merge remote-tracking branch 'github/master' by Sapan Bhatia · 7 years ago cord-3.0 cord-4.0 cord-4.1 cord-5.0 master null
  2. 195a91b Initial empty repository by Larry Peterson · 7 years ago cord-2.0
  3. 14df56a Merge remote-tracking branch 'upstream/master' by Sapan Bhatia · 8 years ago
  4. ffd73a9 Current version of xos core in Django converted to YANG, minus by Sapan Bhatia · 8 years ago
  5. 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
  6. d29da3c Merge branch 'master' of github.com:corenova/yang-cord by Peter K. Lee · 8 years ago
  7. 9d242b1 Added slice to xos-core along with django-specific types (#7) by sb98052 · 8 years ago
  8. c396050 minor update to flow link and placeholder for slice by Peter K. Lee · 8 years ago
  9. d570dcb Added slice to xos-core along with django-specific types by Sapan Bhatia · 8 years ago
  10. 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
  11. 2da7863 updated xos-base with synchronizer feature specific 'record' container using 'xos-sync-record' by Peter K. Lee · 8 years ago
  12. 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
  13. 7f3d275 update to latest yang-js/yang-express by Peter K. Lee · 8 years ago
  14. b211c13 update to latest yang-js/yang-express by Peter K. Lee · 8 years ago
  15. f1f9e2a update to latest yang-js/yang-express with protection against POST into a list-item and enforce key conflict checks by Peter K. Lee · 8 years ago
  16. 83e3d0f upgrade to latest yang-js/yang-express by Peter K. Lee · 8 years ago
  17. 1a856a0 upgrade to latest yang-js/yang-express by Peter K. Lee · 8 years ago
  18. 191d760 update to latest yang-js/express by Peter Lee · 8 years ago
  19. 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
  20. 3773af4 update to latest yang-* by Peter K. Lee · 8 years ago
  21. 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
  22. b391868 updated to latest yang-js/yang-express with fixes on #5,#6 by Peter Lee · 8 years ago
  23. 29a9514 major update to latest yang-js/yang-express to now support hot-pluggable data models during runtime. also enable complete event-propagation for changes to the data models on a per-model basis. fixes #2 and #3. documentation updated to reflect initial support for openapi/swagger 2.0 specification auto-generation. near-complete support for websocket/socket.io will enable dynamic change push to the client application by Peter K. Lee · 8 years ago
  24. 13e63a7 Merge branch 'master' of github.com:corenova/yang-cord by Peter K. Lee · 8 years ago
  25. 28b3c40 update to latest yang-js/yang-express by Peter K. Lee · 8 years ago
  26. c93837c Update README.md by Peter K. Lee · 8 years ago
  27. 87698fa update to latest yang-express and adapt api/server to specify controller/view by Peter K. Lee · 8 years ago
  28. 0f24ea9 update to latest yang-express with OPTIONS, update API doc to explain usage by Peter K. Lee · 8 years ago
  29. 25d2aa6 update to latest yang-js/yang-express by Peter K. Lee · 8 years ago
  30. 9827a3d bump for publish by Peter K. Lee · 8 years ago
  31. f0f33d7 update deps to latest yang-express and yang-js by Peter K. Lee · 8 years ago
  32. 78ff07d Added CLI option to specify server port (#1) by Matteo · 8 years ago
  33. 1c6e24c add .npmignore so that lib/* are grabbed during package publish by Peter Lee · 8 years ago
  34. 16d4cd1 bump version for publish by Peter Lee · 8 years ago
  35. afb5460 Update README.md by Peter K. Lee · 8 years ago
  36. d882a9b Updated with formatting changes by Peter K. Lee · 8 years ago
  37. df26beb added API Guide documentation and updated Modeler's Guide by Peter Lee · 8 years ago
  38. 1182ca8 updated documentation for main package README as well as schema Modeler's Guide by Peter Lee · 8 years ago
  39. 3a262ed Update README.md by Peter K. Lee · 8 years ago
  40. ca9a02b Update README.md by Peter K. Lee · 8 years ago
  41. 0b611d6 Update README.md by Peter K. Lee · 8 years ago
  42. e8d9867 temporarily increase default max listeners to suppress warnings by Peter Lee · 8 years ago
  43. d02309b bump to latest yang-express and yang-js by Peter K. Lee · 8 years ago
  44. 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
  45. 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
  46. ba88188 update dep to latest yang-js by Peter K. Lee · 8 years ago
  47. cfb1e6f tweak for demo by Peter K. Lee · 8 years ago
  48. 42d56c2 update to latest yang-js by Peter K. Lee · 8 years ago
  49. 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
  50. 3145d03 relocate create/delete from grouping into list by Peter K. Lee · 8 years ago
  51. b7f310d note about configuration tree inside cord-subscriber.yang by Peter K. Lee · 8 years ago
  52. f5e580e updated section on subscriber-controller by Peter K. Lee · 8 years ago
  53. 2b10ce6 Update README.md by Peter K. Lee · 8 years ago
  54. 2bade4d initial checkin of xos-core, cord-device, and cord-subscriber YANG models by Peter K. Lee · 8 years ago
  55. 7e1c4b3 Initial commit by Peter K. Lee · 8 years ago