An error occurred fetching the project authors.
- 12 Jan, 2017 1 commit
-
-
Horacio Sanson authored
This MR enables rendering of PlantUML diagrams in Asciidoc documents. To add a PlantUML diagram all we need is to include a plantuml block like: ``` [plantuml, id="myDiagram", width="100px", height="100px"] -- bob -> alice : ping alice -> bob : pong -- ``` The plantuml block is substituted by an HTML img element with *src* pointing to an external PlantUML server. This MR also add a PlantUML integration section to the Administrator -> Settings page to configure the PlantUML rendering service and to enable/disable it. Closes: #17603
-
- 21 Dec, 2016 3 commits
-
-
Markus Koller authored
This adds counters for build artifacts and LFS objects, and moves the preexisting repository_size and commit_count from the projects table into a new project_statistics table. The counters are displayed in the administration area for projects and groups, and also available through the API for admins (on */all) and normal users (on */owned) The statistics are updated through ProjectCacheWorker, which can now do more granular updates with the new :statistics argument.
-
Markus Koller authored
-
Markus Koller authored
-
- 15 Dec, 2016 1 commit
-
-
Nick Thomas authored
-
- 07 Dec, 2016 2 commits
-
-
tiagonbotelho authored
-
tiagonbotelho authored
-
- 01 Dec, 2016 2 commits
-
-
Guyzmo authored
Adding the necessary API for the new /snippets Restful resource added with this commit. Added a new Grape class `Snippets`, as well as a `PersonalSnippet` entity. Issue: #20042 Merge-Request: !6373 Signed-off-by:
Guyzmo <guyzmo+gitlab+pub@m0g.net>
-
Robert Schilling authored
-
- 30 Nov, 2016 1 commit
-
-
Robert Schilling authored
-
- 25 Nov, 2016 1 commit
-
-
Z.J. van de Weg authored
The coverage wasn't exposed yet, now it is but only for detailed requests to save queries on the database.
-
- 23 Nov, 2016 1 commit
-
-
Valery Sizov authored
-
- 17 Nov, 2016 2 commits
-
-
Douglas Barbosa Alexandre authored
-
Douglas Barbosa Alexandre authored
-
- 14 Nov, 2016 2 commits
-
-
Francesco Coda Zabetta authored
-
Francesco Coda Zabetta authored
-
- 12 Nov, 2016 1 commit
-
-
Rebeca Méndez authored
-
- 07 Nov, 2016 2 commits
-
-
Rares Sfirlogea authored
[e44da1c] Add Label API expected keys to tests [ac929c8] Update Label API documentation
-
Robert Schilling authored
-
- 04 Nov, 2016 2 commits
-
-
Rodolfo Santos authored
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
Nick Thomas authored
-
- 02 Nov, 2016 1 commit
-
-
Zeger-Jan van de Weg authored
-
- 01 Nov, 2016 2 commits
-
-
Sean McGivern authored
-
Gauvain Pocentek authored
The UI allows to define a token to validate payload on the target URL, this patch adds the feature to the API.
-
- 31 Oct, 2016 1 commit
-
-
Z.J. van de Weg authored
Now exposed: - push_events - tag_push_events - enable_ssl_verification - token Fixes gitlab-org/gitlab-ce#23307
-
- 28 Oct, 2016 1 commit
-
-
Alejandro Rodríguez authored
When we updated gitlab_git to 10.4.1, `tag.target` changed from pointing to the sha of the tag to the sha of the commit the tag points to. The problem is that only annotated tags have `object_sha`s, lightweight tags don't (it's nil), so (only) in their case we still need to use `tag.target`.
-
- 05 Oct, 2016 1 commit
-
-
Andre Guedes authored
- Includes documentation and tests
-
- 29 Sep, 2016 2 commits
-
-
DJ Mountney authored
This will allow the Koding app to enable the integration itself once is has authorized an admin user using the application secrets.
-
Guilherme Salazar authored
add pipeline ref, sha, and status to the build API response add tests of build API (pipeline data) change API documentation for builds API log change to builds API in CHANGELOG CHANGELOG: add reference to pull request and contributor's name
-
- 28 Sep, 2016 1 commit
-
-
Felipe Artur authored
-
- 27 Sep, 2016 1 commit
-
-
Dmitriy Zaporozhets authored
Signed-off-by:
Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- 19 Sep, 2016 1 commit
-
-
Felipe Artur authored
-
- 16 Sep, 2016 1 commit
-
-
Rémy Coutable authored
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- 15 Sep, 2016 4 commits
-
-
Patricio Cano authored
-
Patricio Cano authored
Groups can enable/disable LFS, but this setting can be overridden at the project level. Admin only
-
Patricio Cano authored
-
Patricio Cano authored
- Required on the GitLab Rails side is mostly authentication and API related.
-
- 09 Sep, 2016 1 commit
-
-
Marc Siegfriedt authored
Use NotificationSetting::EMAIL_EVENTS for params
-
- 01 Sep, 2016 1 commit
-
-
Felipe Artur authored
-
- 31 Aug, 2016 1 commit
-
-
Robert Speicher authored
-