summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Used named parameter for refreshing usage dataStan Hu2017-04-141-4/+4
* Cache the last usage data to avoid unicorn timeoutsStan Hu2017-04-141-4/+4
* Port 'Add uuid to usage ping' to CESean McGivern2017-04-141-1/+4
* Track Mattermost usageZ.J. van de Weg2017-04-141-1/+2
* Remove pushes count from usage ping payloadRuben Davila2017-04-141-1/+0
* Port 'Add more usage data to EE ping' to CESean McGivern2017-04-141-0/+57
* Merge branch '30349-create-users-build-service' into 'master' Rémy Coutable2017-04-141-1/+1
|\
| * Implement Users::BuildServicegeoandri2017-04-131-1/+1
* | Merge branch 'branch-versions' into 'master' Rémy Coutable2017-04-144-34/+22
|\ \
| * | Expand components version specification format to allow branchesbranch-versionsAlejandro Rodríguez2017-04-134-34/+22
* | | Merge branch 'fix-appending-state-to-issuable-references' into 'master' Robert Speicher2017-04-131-2/+2
|\ \ \
| * | | Fix appending state to issuable referencesfix-appending-state-to-issuable-referencesAdam Niedzielski2017-04-131-2/+2
* | | | Merge branch 'fix-trace-seeking-readline' into 'master' Kamil Trzciński2017-04-131-4/+3
|\ \ \ \
| * | | | Don't seek at all if the log is small anywayLin Jen-Shin2017-04-131-5/+3
| * | | | After Trace#limit, we seek to the next line in caseLin Jen-Shin2017-04-131-0/+1
| |/ / /
* | | | Sanitize container repository path in model classfix/gb/fix-registry-for-uppercased-project-pathsGrzegorz Bizon2017-04-131-2/+2
* | | | Fix registry for projects with uppercases in pathGrzegorz Bizon2017-04-131-1/+1
|/ / /
* | | Revert "Fix registry for projects with uppercases in path"Grzegorz Bizon2017-04-131-1/+1
* | | Fix registry for projects with uppercases in pathGrzegorz Bizon2017-04-131-1/+1
| |/ |/|
* | Merge branch 'omnibus-gitlab-1993-check-shell-repositories-path-group-is-root...Sean McGivern2017-04-121-7/+7
|\ \
| * | Fix the `gitlab:gitlab_shell:check` taskomnibus-gitlab-1993-check-shell-repositories-path-group-is-rootRémy Coutable2017-04-121-7/+7
| |/
* | Merge branch 'zero-downtime-migrations' into 'master' Douwe Maan2017-04-122-1/+293
|\ \ | |/ |/|
| * Prepare for zero downtime migrationszero-downtime-migrationsYorick Peterse2017-04-122-1/+293
* | Merge branch 'contributing-ci-templates' into 'master' Rémy Coutable2017-04-121-1/+1
|\ \
| * | Include CONTRIBUTING.md file when importing .gitlab-ci.yml templatescontributing-ci-templatesAdam Niedzielski2017-04-121-1/+1
* | | Merge branch '29056-backport-ee-cleanup-database-file' into 'master' Douwe Maan2017-04-122-4/+12
|\ \ \
| * | | removes redundant code from database.rb29056-backport-ee-cleanup-database-fileTiago Botelho2017-04-112-4/+12
* | | | Merge branch 'zj-fix-coverage-bug' into 'master' Kamil Trzciński2017-04-121-1/+4
|\ \ \ \ | |_|_|/ |/| | |
| * | | Return nil as coverage instead of a File objectzj-fix-coverage-bugZ.J. van de Weg2017-04-121-1/+4
| |/ /
* | | Merge branch 'zj-api-fix-build-events' into 'master' Rémy Coutable2017-04-121-3/+9
|\ \ \
| * | | Fix API not accepting job_events for webhookszj-api-fix-build-eventsZ.J. van de Weg2017-04-121-3/+9
| | |/ | |/|
* | | Merge branch 'gitaly-testing' into 'master' Rémy Coutable2017-04-121-32/+40
|\ \ \ | |/ / |/| |
| * | Setup and run a Gitaly server for testing if GitalyClient is enabledgitaly-testingAlejandro Rodríguez2017-04-111-32/+40
* | | Merge branch 'bb_save_trace' into 'master' Sean McGivern2017-04-122-6/+4
|\ \ \
| * | | [BB Importer] Save the error trace and the whole raw documentbb_save_traceValery Sizov2017-04-112-6/+4
| | |/ | |/|
* | | Merge branch 'dm-outdated-diff-link' into 'master' Sean McGivern2017-04-111-0/+6
|\ \ \
| * | | Cache MR diffs by diff refsDouwe Maan2017-04-081-0/+6
* | | | Merge branch '28017-separate-ce-params-on-api' into 'master' Douwe Maan2017-04-116-30/+111
|\ \ \ \ | |_|/ / |/| | |
| * | | Add share_with_group_lock to CE optional params block28017-separate-ce-params-on-apiOswaldo Ferreira2017-04-101-0/+1
| * | | Separate CE params on Grape APIOswaldo Ferreira2017-04-106-30/+110
* | | | Merge branch 'fix/gb/improve-container-registry-clipboard-links' into 'master' Kamil Trzciński2017-04-111-0/+4
|\ \ \ \ | |/ / / |/| | |
| * | | Add method that returns location of registry imageGrzegorz Bizon2017-04-101-0/+4
| |/ /
* | | Merge branch 'backport-ee-1525' into 'master' Robert Speicher2017-04-108-57/+91
|\ \ \
| * | | Don't pass `env` anymore to GitAccess, ChangeAccess, and ForcePushbackport-ee-1525Rémy Coutable2017-04-103-7/+4
| * | | Retrieve Git-specific env in Gitlab::Git::RevList and add a new #new_refs methodRémy Coutable2017-04-102-31/+28
| * | | Retrieve Git-specific env in Gitlab::Git::Repository#ruggedRémy Coutable2017-04-101-1/+9
| * | | Set Git-specific env in /api/internal/allowedRémy Coutable2017-04-102-18/+12
| * | | Add a Gitlab::Git::Env to store Git-specific env thread-safelyRémy Coutable2017-04-101-0/+38
* | | | Merge branch 'merge-request-parser-merge-requests-for-nodes' into 'master' Douwe Maan2017-04-101-11/+30
|\ \ \ \ | |/ / / |/| | |
| * | | Reuse "merge_requests_for_nodes" in "MergeRequestParser"merge-request-parser-merge-requests-for-nodesAdam Niedzielski2017-04-101-11/+30
| | |/ | |/|