Skip to content
Snippets Groups Projects
Commit 69bffa16 authored by Tomasz Maczukin's avatar Tomasz Maczukin
Browse files

Update ./doc/api

parent 531d79a1
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -23,7 +23,21 @@ Parameters:
"author_email": "dzaporozhets@sphereconsultinginc.com",
"created_at": "2012-09-20T11:50:22+03:00",
"message": "Replace sanitize with escape once",
"allow_failure": false
"allow_failure": false,
"last_build": {
"allow_failure": false,
"coverage": null,
"created_at": "2016-01-05T15:33:25.936Z",
"deploy": false,
"description": null,
"finished_at": "2016-01-05T15:33:47.553Z",
"id": 66,
"name": "rubocop",
"stage": "test",
"started_at": null,
"status": "canceled",
"target_url": "http://gitlab.dev/root/gitlab-ce/builds/66"
}
},
{
"id": "6104942438c14ec7bd21c6cd5bd995272b3faff6",
Loading
Loading
@@ -33,7 +47,8 @@ Parameters:
"author_email": "dmitriy.zaporozhets@gmail.com",
"created_at": "2012-09-20T09:06:12+03:00",
"message": "Sanitize for network graph",
"allow_failure": false
"allow_failure": false,
"last_build": null
}
]
```
Loading
Loading
@@ -65,7 +80,22 @@ Parameters:
"parent_ids": [
"ae1d9fb46aa2b07ee9836d49862ec4e2c46fbbba"
],
"status": "running"
"status": "running",
last_build: {
"allow_failure": false,
"commands": "./scripts/prepare_build.sh\nruby -v\nwhich ruby\ngem install bundler --no-ri --no-rdoc\ncp config/gitlab.yml.example config/gitlab.yml\ntouch log/application.log\ntouch log/test.log\nbundle install --without postgres production --jobs $(nproc) \"${FLAGS[@]}\"\nbundle exec rake db:create RAILS_ENV=test\nbundle exec rubocop",
"coverage": null,
"created_at": "2016-01-05T15:33:25.936Z",
"deploy": false,
"description": null,
"finished_at": "2016-01-05T15:33:47.553Z",
"id": 66,
"name": "rubocop",
"stage": "test",
"started_at": null,
"status": "canceled",
"target_url": "http://gitlab.dev/root/gitlab-ce/builds/66"
}
}
```
 
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment