Overdrivr / micro-ci

Continuous Integration for embedded platforms
0 stars 0 forks source link

More properties for Repository model #112

Open Overdrivr opened 8 years ago

Overdrivr commented 8 years ago

Repository model should store a few more fields for interfacing with github & co:

All are provided in a get payload:

    "name": "Hello-World",
     "html_url": "https://github.com/octocat/Hello-World",
    "clone_url": "https://github.com/octocat/Hello-World.git",

I need the repo name for #54