- 20 Mar, 2017 4 commits
-
-
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
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 1 commit
-
-
Simon Knox authored
-
- 17 Mar, 2017 35 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.
-
Robert Speicher authored
Add a new have_html_escaped_body_text that match an HTML-escaped text Closes #20121 See merge request !10015
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Jacob Schatz authored
Stop CI notification showing when status is nil See merge request !10044
-
Jacob Schatz authored
Updates realtime documentation for the Frontend See merge request !10038
-
Filipa Lacerda authored
-
Sean Packham (GitLab) authored
Refactor award emojis document Closes #29563 See merge request !10040
-
Filipa Lacerda authored
Issue boards blank state template in JS file See merge request !9959
-
Rémy Coutable authored
Restore sub-nav (Activity) for empty project Closes #29577 See merge request !10033
-
Sean McGivern authored
Added labels to the issue web hook Closes #22313 See merge request !9972
-
Sean McGivern authored
Use "branch_name" instead "branch" on V3 branch creation API Closes #29604 See merge request !10030
-
Sean McGivern authored
Add ability to disable Merge Request URL on push Closes #21451 See merge request !9663
-
Alex Sanford authored
-
Luke "Jared" Bennett authored
-
Sean McGivern authored
Strip reference prefixes on branch creation Closes #26470 See merge request !8498
-
Job van der Voort authored
-
Job van der Voort authored
-
Rémy Coutable authored
Make sure alias email would never match original user See merge request !10037
-