Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
2018-01-22Merge branch 'patch-19' into 'master'Rémy Coutable
minor typo fix See merge request gitlab-org/gitlab-ce!16543
2018-01-22Merge branch 'gitaly-write-repo-config-prep' into 'master'Douwe Maan
Move rugged-call from Project#write_repository_config to Git::Repository#write_config See merge request gitlab-org/gitlab-ce!16572
2018-01-22Merge branch ↵Rémy Coutable
'42231-protected-branches-api-route-returns-404-for-branches-with-dots' into 'master' Resolve "Protected branches API route returns 404 for branches with dots" Closes #42231 See merge request gitlab-org/gitlab-ce!16591
2018-01-19Fix protected branches API to accept name parameter with dotMark Fletcher
2018-01-19_never_ unset gitlab.full_pathKim "BKC" Carlbäcker
2018-01-19Merge branch 'fix-redirect-routes-schema' into 'master'Yorick Peterse
rework indexes on redirect_routes See merge request gitlab-org/gitlab-ce!16211
2018-01-19Move rugged-call from Project#write_repository_config to ↵Kim "BKC" Carlbäcker
Git::Repository#write_config
2018-01-19Merge branch 'fix-derefenced-target' into 'master'Douwe Maan
Fix dereferenced_target naming in Gitlab::Git::Ref initialize See merge request gitlab-org/gitlab-ce!16504
2018-01-19Merge branch '42159-utf8-uploads' into 'master'Douwe Maan
Correctly escape UTF-8 path elements for uploads Closes #42159 See merge request gitlab-org/gitlab-ce!16560
2018-01-19Resolve "Projects API: filter 'with_issues_enabled=true' returns projects ↵Jan Christophersen
with 'issues_enabled=false'"
2018-01-19Rework indexes on redirect_routes to be more effective and enforce a case ↵Greg Stark
insensitive unique path
2018-01-18Merge branch 'background-migration-fix' into 'master'Douwe Maan
Reduce UPDATEs for background column type changes Closes #42158 See merge request gitlab-org/gitlab-ce!16551
2018-01-18Correctly escape UTF-8 path elements for uploadsNick Thomas
2018-01-18Merge branch 'gitaly-commit-signature' into 'master'Sean McGivern
Retrieve commit signatures with Gitaly Closes gitaly#923 See merge request gitlab-org/gitlab-ce!16467
2018-01-18Retrieve commit signatures with GitalyJacob Vosmaer (GitLab)
2018-01-18Remove Rugged::Walker from Repository#logJacob Vosmaer (GitLab)
2018-01-18Reduce UPDATEs for background column type changesYorick Peterse
Prior to this commit we would essentially update all rows in a table, even those where the source column (e.g. `issues.closed_at`) was NULL. This in turn could lead to statement timeouts when using the default batch size of 10 000 rows per job. To work around this we don't schedule jobs for rows where the source value is NULL. We also don't update rows where the source column is NULL (as an extra precaution) or the target column already has a non-NULL value. Using this approach it should be possible to update 10 000 rows in the "issues" table in about 7.5 - 8 seconds. Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/42158
2018-01-18Merge branch 'feature/merge-request-system-hook' into 'master'Douwe Maan
System hooks for Merge Requests See merge request gitlab-org/gitlab-ce!14387
2018-01-18Merge branch '42129-fix-project-snippet-user-agent-detail' into 'master'Sean McGivern
Fix the user-agent detail API endpoint for project snippets Closes #42129 See merge request gitlab-org/gitlab-ce!16521
2018-01-18typo fixBen Bodenmiller
2018-01-17Merge branch 'sh-backport-10-3-4-security-fixes' into 'master'Oswaldo Ferreira
Backport 10.3.4 security fixes into master See merge request gitlab-org/gitlab-ce!16509
2018-01-17Fix the user-agent detail API endpoint for project snippetsNick Thomas
2018-01-17Make ruby lint happyOswaldo Ferreira
2018-01-17In development, allow the toggling of the performance barRémy Coutable
The performance bar is still displayed by default in development. Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-01-17Merge branch '41118-add-sorting-to-deployments-api' into 'master'Rémy Coutable
Resolve "Enable ordering and sorting for the Deployments API" Closes #41118 See merge request gitlab-org/gitlab-ce!16396
2018-01-17Remove unused methods from Gitlab::GitJacob Vosmaer (GitLab)
2018-01-17Merge branch 'fix/gb/improve-manual-action-tooltips' into 'master'Grzegorz Bizon
Fix running manual action tooltip Closes #41418 See merge request gitlab-org/gitlab-ce!16489
2018-01-17Adds sorting to deployments APIJacopo
Adds sorting to deployments API through the `order_by` and sort `fields`.
2018-01-17Merge branch 'jej/fix-disabled-oauth-access-10-3' into 'security-10-3'Robert Speicher
[10.3] Prevent login with disabled OAuth providers See merge request gitlab/gitlabhq!2296 (cherry picked from commit 4936650427ffc88e6ee927aedbb2c724d24b094c) a0f9d222 Prevents login with disabled OAuth providers
2018-01-17Merge branch 'fix/import-rce-10-3' into 'security-10-3'James Lopez
[10.3] Fix RCE via project import mechanism See merge request gitlab/gitlabhq!2294 (cherry picked from commit dcfec507d6f9ee119d65a832393e7c593af1d3b2) 86d75812 Fix RCE via project import mechanism
2018-01-17Merge branch ↵Robert Speicher
'41293-fix-command-injection-vulnerability-on-system_hook_push-queue-through-web-hook' into 'security-10-3' Don't allow line breaks on HTTP headers See merge request gitlab/gitlabhq!2277 (cherry picked from commit 7fc0a6fc096768a5604d6dd24d7d952e53300c82) 073b8f9c Don't allow line breaks on HTTP headers
2018-01-17Merge branch 'sh-migrate-can-push-to-deploy-keys-projects-10-3' into ↵Douwe Maan
'security-10-3' [10.3] Migrate `can_push` column from `keys` to `deploy_keys_project` See merge request gitlab/gitlabhq!2276 (cherry picked from commit f6ca52d31bac350a23938e0aebf717c767b4710c) 1f2bd3c0 Backport to 10.3
2018-01-17Merge branch 'ac/fix-path-traversal' into 'security-10-3'Robert Speicher
[10.3] Fix path traversal in gitlab-ci.yml cache:key See merge request gitlab/gitlabhq!2270 (cherry picked from commit c32d0c6807dfd41d7838a35742e6d0986871b389) df29094a Fix path traversal in gitlab-ci.yml cache:key
2018-01-17Merge branch 'ac/41346-xss-ci-job-output' into 'security-10-3'Robert Speicher
[10.3] Fix XSS vulnerability in Pipeline job trace See merge request gitlab/gitlabhq!2258 (cherry picked from commit 44caa80ed9a2514a74a5eeab10ff51849d64851b) 5f86f3ff Fix XSS vulnerability in Pipeline job trace
2018-01-17Merge branch ↵Stan Hu
'security-10-3-do-not-expose-passwords-or-tokens-in-service-integrations-api' into 'security-10-3' Filter out sensitive fields from the project services API See merge request gitlab/gitlabhq!2281 (cherry picked from commit 476f2576444632f2a9a61b4cead9c1077f2c81d7) 2bcbbda0 Filter out sensitive fields from the project services API
2018-01-17Fix dereferenced_target naming in Gitlab::Git::Ref initializeSerdar Dogruyol
2018-01-16Merge branch 'jej/lfs-rev-list-handles-non-utf-paths-41627' into 'master'Stan Hu
Prevent RevList failing on non utf8 paths Closes #41627 See merge request gitlab-org/gitlab-ce!16440
2018-01-16Merge branch 'builds-api-nplusone' into 'master'Stan Hu
Resolve "N+1 queries with /projects/:project_id/builds API endpoint" Closes #41957 See merge request gitlab-org/gitlab-ce!16445
2018-01-16Merge branch '42031-fix-links-to-uploads-in-wikis' into 'master'Douwe Maan
Resolve "Wiki uploaded files are missing" Closes #42031 See merge request gitlab-org/gitlab-ce!16499
2018-01-16Merge branch 'print-list-of-available-backups' into 'master'Douwe Maan
List backups avilable for restore See merge request gitlab-org/gitlab-ce!16465
2018-01-16Fix links to uploaded files on wiki pagesNick Thomas
2018-01-16Merge branch '41666-cannot-search-with-keyword-merge' into 'master'Rémy Coutable
Resolve "Cannot search with keyword "merge"" Closes #41666 See merge request gitlab-org/gitlab-ce!16462
2018-01-16Prevent RevList failing on non utf8 pathsJames Edwards-Jones
2018-01-16Enables Project Milestone Deletion via APIJacopo
Enables project milestone deletion via DELETE /projects/:id/milestones/:milestone_id
2018-01-16Fix project search results for digits surrounded by colonsSean McGivern
A file containing /:\d+:/ in its contents would break the search results if those contents were part of the results, because we were splitting on colons, which can't work with untrusted input. Changing to use the null byte as a separator is much safer.
2018-01-16Fix running manual action tooltipGrzegorz Bizon
2018-01-16Merge branch 'feature/migrate-commit-uri-to-gitaly' into 'master'Sean McGivern
Migrate Commit#uri_type to Gitaly Closes gitaly#915 See merge request gitlab-org/gitlab-ce!16453
2018-01-16Use preload instead of includes to avoid joinsMatija Čupić
2018-01-15Move conditional to a separate methodBalasankar "Balu" C
2018-01-15Merge branch '1819-override-ce' into 'master'Rémy Coutable
CE: Override module to specify that we're overriding See merge request gitlab-org/gitlab-ce!16131