- 20 Mar, 2017 20 commits
-
-
Rémy Coutable authored
Use google-protobuf 3.2.0.2 See merge request !10014
-
Rémy Coutable authored
Update 8.12-to-8.13.md: gitlab version 8.13 wants gitlab-shell v3.6.7 See merge request !10071
-
Sean McGivern authored
Todos performance: Include associations in Finder See merge request !10076
-
Kamil Trzciński authored
Fix regressions introduced while adding CI endpoints in API v4 See merge request !9952
-
Rémy Coutable authored
Allow dot in branch name in trigger/builds endpoint in API Closes #29438 See merge request !10001
-
George Andrinopoulos authored
-
Jarka Kadlecova authored
-
Sean McGivern authored
Allow creating merge request even if target branch is not specified in query params Closes #28890 See merge request !9968
-
Sean McGivern authored
Allow unauthenticated access to some Branch API GET endpoints Closes #29662 See merge request !10077
-
Jacob Vosmaer authored
-
Tomasz Maczukin authored
-
Tomasz Maczukin authored
-
Tomasz Maczukin authored
In APIv1 we've been sending all jobs from previous stages and a `dependencies` list with names of jobs that user want to download artifacts from. This was selected on Runners side. In APIv1 we've planned to send only jobs that were defined (if any; and all previous jobs by default). However I've missed the fact that it was Runner who selected jobs, not GitLab. And now current version of APIV4 sends all jobs everytime. This commit fixes this. If user will define `dependencies` in his job, then GitLab will send only selected jobs.
-
Tomasz Maczukin authored
Artifacts download for authorization is using a job token of job to which the artifact belongs. In APIv1 the token was sent with dependent jobs details and in APIv4 it was designed to also contain it. However I forgot about this parameter while working on `/api/v4/jobs/request` endpoint. This commit adds a missing parameter which is required for APIv4 to work properly.
-
Tomasz Maczukin authored
In Runner v1.3.0 we've started to send User-Agent header with Runner's version data. Since GitLab v8.12.0 we've started to use this header to check if used Runner's version supports 204 status code instead of 404 as a response when there is no jobs to execute by a Runner. In APIv4 (introduced in GitLab 9.0.0) will require Runner v9.0.0. And writing more accurately: GitLab Runner v9.0.0 will require GitLab at least 9.0.0. Because of such breaking change we are able to switch entirely to 204 response code and there is no need to do check of User-Agent. This commit removes useless code and complexity.
-
Tomasz Maczukin authored
In APIv1 we were using UpdateJob to verify if the runner exists. It was the only method that was using Runner's token and used in special way had no side effects (like scheduling a new job or unregisterring a Runner). In APIv4 we've change UpdateJob to use job's token as authentication credentials, and that way we've removed the only endpoint that could be used to verify if the Runner with a certain token exists in target GitLab installation. This commit adds `POST /api/v4/runners/verify` endpoint whose only responsibility is to respond if Runner with posted credentials exists or not.
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Rémy Coutable authored
See merge request !9623. Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Rémy Coutable authored
Rename 'All issues' to 'Open issues' in Add issues modal Closes #29617 See merge request !10042
-
Alfredo Sumaran authored
don't show loading spinners for server-rendered sidebar fields Closes #24683 See merge request !9983
-
- 18 Mar, 2017 2 commits
-
-
Dark Dragon authored
-
Simon Knox authored
-
- 17 Mar, 2017 18 commits
-
-
Robert Speicher authored
All CI offline migrations See merge request !9730
-
Kamil Trzciński authored
-
Annabel Dunstone Gray authored
26236 Change gfm textarea to use monospace font Closes #26236 See merge request !10021
-
blackst0ne authored
-
tauriedavis authored
add changelog entry
-
Annabel Dunstone Gray authored
Remove width from nav links Closes #29586 See merge request !10051
-
Filipa Lacerda authored
Fixes diff comment avatar tooltip escaping issues Closes #29572 See merge request !10012
-
Rémy Coutable authored
Resolve "Extract logic of who should receive notification into separate classes" Closes #27477 See merge request !9446
-
Dongqing Hu authored
-
Rémy Coutable authored
Added Gitlab::Database.config See merge request !10045
-
Robert Speicher authored
Use Gitaly for CommitController#show See merge request !9629
-
Rémy Coutable authored
Resolve GitLab QA cold boot problems on entry page See merge request !10003
-
Alfredo Sumaran authored
Remove UJS actions from pipelines tables Closes #20450, #28535, and #5580 See merge request !9929
-
Filipa Lacerda authored
-
Robert Speicher authored
Fix time-sensitive helper spec See merge request !10046
-
Clement Ho authored
Fix Unicode 1.1 emojis Closes #29557 See merge request !10031
-
Filipa Lacerda authored
-
Yorick Peterse authored
This returns the ActiveRecord configuration for the current environment. While CE doesn't use this very often, EE will use it in a few places for the database load balancing code. I'm adding this to CE so we don't end up with merge conflicts in this file.
-