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
2017-05-25Merge branch '32851-fix-postgres-9-1' into 'master'Douwe Maan
Resolve "GitLab 9.0 to 9.2 is incompatible with PostgreSQL 9.1" See merge request !11709
2017-05-25Merge branch '32748-emails-are-being-sent-with-the-wrong-language' into 'master'Douwe Maan
Bugfix: Always use the default language when generating emails. Closes #32748 See merge request !11662
2017-05-25Only use DROP INDEX CONCURRENTLY on postgreql 9.2+Nick Thomas
2017-05-25Merge branch 'dm-more-dependency-linkers' into 'master'Grzegorz Bizon
Autolink package names in more dependency files See merge request !11226
2017-05-25Bugfix: Always use the default language when generating emails.Ruben Davila
There was a race condition issue when the application was generating an email and was using a language that was previously being used in other request.
2017-05-25Merge branch 'revert-b0498c17' into 'master'Robert Speicher
Refactor `DynamicPathValidator` and `GitLab::Regex` some more See merge request !11693
2017-05-25Add regexp_for_value helper methodDouwe Maan
2017-05-25Cartfile git and binary methods cannot take a GitHub repoDouwe Maan
2017-05-25Remove extra spaceDouwe Maan
2017-05-24Revert "Remove changes that are not absolutely necessary"Douwe Maan
This reverts commit b0498c176fa134761d899c9b369be12f1ca789c5
2017-05-24use full caps RSS instead of rssAlexis Reigel
2017-05-24rake task to reset all rss tokensAlexis Reigel
2017-05-24Merge branch 'dm-outdated-system-note' into 'master'Grzegorz Bizon
Add system note with link to diff comparison when MR discussion becomes outdated Closes #30058 See merge request !11584
2017-05-24Address reviewDouwe Maan
2017-05-24Merge branch 'dm-fix-routes' into 'master'Robert Speicher
Fix ambiguous routing issues by teaching router about reserved words See merge request !11570
2017-05-24Merge branch '29852-latex-formatting' into 'master'Robert Speicher
Fix LaTeX formatting for AsciiDoc wiki Closes #29852 See merge request !11212
2017-05-24Fix LaTeX formatting for AsciiDoc wikiJarka Kadlecova
2017-05-24Merge branch 'sentry-clientside-releases' into 'master'Phil Hughes
Read HEAD commit and use as sentry releases value Closes #32535 See merge request !11565
2017-05-24Remove changes that are not absolutely necessaryDouwe Maan
2017-05-24Fix ambiguous routing issues by teaching router about reserved wordsDouwe Maan
2017-05-24Fix specsDouwe Maan
2017-05-24Add system note with link to diff comparison when MR discussion becomes outdatedDouwe Maan
2017-05-24Merge branch 'fix-notify-post-receive' into 'master'Stan Hu
Prevent errors from non-functional notify_post_receive endpoint See merge request !11509
2017-05-23Autolink package names in requirements.txtDouwe Maan
2017-05-23Autolink package names in Godeps.jsonDouwe Maan
2017-05-23Autolink package names in CartfileDouwe Maan
2017-05-23Autolink package names in podspec.jsonDouwe Maan
2017-05-23Autolink package names in podspecDouwe Maan
2017-05-23Autolink package names in PodfileDouwe Maan
2017-05-23Autolink package names in composer.jsonDouwe Maan
2017-05-23Autolink package names in package.jsonDouwe Maan
2017-05-23Autolink package names in gemspecDouwe Maan
2017-05-23Refactor DependencyLinker::BaseLinkerDouwe Maan
2017-05-23Merge branch 'zj-fix-pipeline-etag' into 'master'Kamil Trzciński
Fix pipeline etag Closes #32658 See merge request !11615
2017-05-23Fix rubocopAchilleas Pipinellis
2017-05-23Add missing regex to backup managerAchilleas Pipinellis
https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/10901/diffs introduced a new naming scheme for backups, but the code which cleans up old backups wasn't updated accordingly. In order to maintain backward compatibility, we need to account for 3 naming schemes.
2017-05-22Add Etag caching for Pipeline#Show actionZ.J. van de Weg
Due to a typo this was not actually the case. Now that is fixed and performance should improve because of this.
2017-05-21Avoid resource intensive login checks if password is not providedHoratiu Eugen Vlad
Fixes #32598
2017-05-21Use Gitlab::REVISION over reading HEAD sha from gitLuke "Jared" Bennett
2017-05-19Merge branch 'dm-no-conflicts-when-branches-are-missing' into 'master'Robert Speicher
Stop MR conflict code from blowing up when branches are missing Closes #32544 See merge request !11501
2017-05-19Merge branch 'dm-catch-uri-errors' into 'master'Robert Speicher
Catch all URI errors in ExternalLinkFilter Closes #32076 See merge request !11494
2017-05-18Stop MR conflict code from blowing up when branches are missingDouwe Maan
2017-05-18Fixes for the rename reserved paths helpersBob Van Landuyt
2017-05-18Prevent errors from non-functional notify_post_receive endpointAlejandro Rodríguez
2017-05-18Remove Services count from usage ping payload.Ruben Davila
This query was timing out and is blocking the sync of usage data for GitLab.com
2017-05-18Merge branch 'dm-gemfile-viewer'Rémy Coutable
See merge request !11346.
2017-05-18Catch all URI errors in ExternalLinkFilterDouwe Maan
2017-05-18Merge branch 'gitaly-local-branches' into 'master'Douwe Maan
Incorporate Gitaly's local_branches operation into repo code Closes #27379 See merge request !10059
2017-05-18Merge branch 'add-current_user-avatar_url-to-gon' into 'master'Phil Hughes
Add current_user_avatar_url to gon See merge request !11474
2017-05-18Merge branch 'sh-fix-container-registry-s3-redirects' into 'master'Kamil Trzciński
Properly handle container registry redirects to fix metadata stored on an S3 backend Closes #22403 See merge request !11429