summaryrefslogtreecommitdiff
path: root/lib/gitlab
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '26388-push-to-create-a-new-project' into 'master'Douwe Maan2018-02-066-64/+167
|\
| * Merge branch 'master' into '26388-push-to-create-a-new-project'Douwe Maan2018-02-0613-79/+152
| |\
| * | Check ability ability before proceeding with project specific checksTiago Botelho2018-02-061-18/+23
| * | Moves project creationg to git access check for git pushTiago Botelho2018-02-066-44/+65
| * | Adds documentation for the featureTiago Botelho2018-02-061-2/+6
| * | Abstracts ProjectMoved and ProjectCreated into a BaseProjectTiago Botelho2018-02-065-88/+71
| * | Move new project on push logic to a serviceTiago Botelho2018-02-064-21/+26
| * | Add specsTiago Botelho2018-02-062-8/+5
| * | Adds remote messsage when project is created in a push over SSH or HTTPTiago Botelho2018-02-063-15/+84
| * | Adds option to push over SSH to create a new projectTiago Botelho2018-02-061-1/+1
| * | Adds option to push over HTTP to create a new projectTiago Botelho2018-02-061-5/+24
* | | Merge branch 'dm-git-hook-popen' into 'master'Stan Hu2018-02-061-8/+14
|\ \ \ | |_|/ |/| |
| * | Only set cwd on the newly spawned process, instead of the current oneDouwe Maan2018-02-061-8/+14
* | | Merge branch 'dm-route-path-validation' into 'master'Sean McGivern2018-02-062-13/+1
|\ \ \
| * | | Validate User username only on Namespace, and bubble up appropriatelyDouwe Maan2018-02-062-13/+1
* | | | Merge branch 'dm-sidekiq-memory-killer-getcwd' into 'master'Stan Hu2018-02-061-1/+1
|\ \ \ \
| * | | | Explicitly set cwd in Sidekiq memory killer instead of depending on getcwddm-sidekiq-memory-killer-getcwdDouwe Maan2018-02-061-1/+1
| | |/ / | |/| |
* | | | Merge branch '42730-close-rugged-repository' into 'master'Douwe Maan2018-02-061-0/+4
|\ \ \ \
| * | | | Close low level rugged repository in project cache workerBastian Blank2018-02-061-0/+4
| |/ / /
* | | | Merge branch 'zj/gitlab-ce-zj-wiki-page-versions'Douwe Maan2018-02-062-9/+49
|\ \ \ \
| * \ \ \ Merge branch 'master' into 'zj-wiki-page-versions'Douwe Maan2018-02-06111-798/+2343
| |\ \ \ \
| * | | | | Allow pagination for WikiVersions on Gitaly requestZeger-Jan van de Weg2018-01-222-41/+17
| * | | | | Client implementation for WikiPageVerionZeger-Jan van de Weg2018-01-222-15/+79
* | | | | | Merge branch 'gitaly-lfs-client-prep' into 'master'Robert Speicher2018-02-065-54/+50
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | Refactor Gitlab::Git code related to LFS changes for Gitaly migrationgitaly-lfs-client-prepAlejandro Rodríguez2018-02-025-54/+50
* | | | | | Merge branch 'jej/upload-file-tracks-lfs' into 'master'Sean McGivern2018-02-061-0/+25
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | File upload UI obeys LFS filtersJames Edwards-Jones2018-02-061-0/+25
* | | | | | Merge branch 'bump-workhorse' into 'master'Nick Thomas2018-02-061-0/+12
|\ \ \ \ \ \
| * | | | | | Upgrade GitLab Workhorse to v3.6.0Kamil Trzciński2018-02-061-0/+12
| | |_|_|_|/ | |/| | | |
* | | | | | Rename CreateArtifactsTraceService to CreateTraceArtifactServiceShinya Maeda2018-02-061-8/+0
* | | | | | Revert live-trace pathShinya Maeda2018-02-061-24/+12
* | | | | | Add CreateArtifactsTraceWorkerShinya Maeda2018-02-061-6/+6
* | | | | | Expose current_pathShinya Maeda2018-02-061-6/+6
* | | | | | Check existance of the file when trace_artifact is readShinya Maeda2018-02-061-2/+2
* | | | | | Move default_path to legacy_default_path. Switch to the new path for live-traceShinya Maeda2018-02-061-10/+28
* | | | | | Remove unnecessary changesShinya Maeda2018-02-061-6/+10
* | | | | | Trace as artifactsShinya Maeda2018-02-061-8/+14
|/ / / / /
* | | | | Added ldap config setting to lower case usernamesFrancisco Javier López2018-02-053-1/+13
| |_|_|/ |/| | |
* | | | Allow moving wiki pages from the UIFrancisco Javier López2018-02-051-5/+19
* | | | Merge branch 'fix/gitaly-wiki-encoding-issues' into 'master'Robert Speicher2018-02-051-0/+5
|\ \ \ \
| * | | | Encode GitalyClient::WikiPage attributes to UTF-8fix/gitaly-wiki-encoding-issuesAhmad Sherif2018-02-051-0/+5
* | | | | Merge branch '42547-upload-store-mount-point' into 'master'Sean McGivern2018-02-051-1/+1
|\ \ \ \ \
| * | | | | add the uploader context to the upload modelMicaël Bergeron2018-02-021-1/+1
* | | | | | Enable Prometheus metrics for deployed IngressesJoshua Lambert2018-02-051-2/+6
* | | | | | Merge branch 'gitaly-user-squash' into 'master'Rémy Coutable2018-02-052-26/+63
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Incorporate OperationService.UserSquash Gitaly RPCgitaly-user-squashAlejandro Rodríguez2018-02-022-26/+63
* | | | | | Merge branch 'query-counts' into 'master'Rémy Coutable2018-02-054-0/+185
|\ \ \ \ \ \
| * | | | | | Track and act upon the number of executed queriesquery-countsYorick Peterse2018-02-014-0/+185
* | | | | | | Merge branch '25327-coverage-badge-rounding' into 'master'Rémy Coutable2018-02-052-3/+3
|\ \ \ \ \ \ \
| * | | | | | | Change coverage badge rounding for other CI system consistencyJeff Stubler2018-02-012-3/+3
| |/ / / / / /