summaryrefslogtreecommitdiff
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | | | | | Merge branch '35161_first_time_contributor_badge' into 'master'Sean McGivern2017-09-061-1/+5
|\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | First time contributor badge Closes #35161 See merge request !13902
| * | | | | | | | WIP: refactor the first-contributor to Issuablemicael.bergeron2017-09-061-1/+5
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | this will remove the need make N queries (per-note) at the cost of having to mark notes with an attribute this opens up the possibility for other special roles for notes
* | | | | | | | Merge branch 'url-sanitizer-fixes' into 'master'Douwe Maan2017-09-061-6/+13
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix problems sanitizing URLs with empty passwords Closes gitlab-ee#3352 See merge request !14083
| * | | | | | | | Remove blank passwords from sanitized URLsNick Thomas2017-09-061-3/+10
| | | | | | | | |
| * | | | | | | | Backport EE fixes to Gitlab::UrlSanitizer to CENick Thomas2017-09-061-6/+6
| | | | | | | | |
* | | | | | | | | Merge branch 'feature/gb/download-single-job-artifact-using-api' into 'master'Kamil Trzciński2017-09-067-197/+279
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add API endpoint for downloading a single job artifact Closes #37196 See merge request !14027
| * | | | | | | | | Revert moving authorization hook in jobs APIfeature/gb/download-single-job-artifact-using-apiGrzegorz Bizon2017-09-061-2/+2
| | | | | | | | | |
| * | | | | | | | | Merge commit 'd1b60cbc67dc14b21820ef3f823a8e1ea851697d' into ↵Grzegorz Bizon2017-09-0633-220/+1020
| |\ \ \ \ \ \ \ \ \ | | | |_|_|_|_|/ / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | feature/gb/download-single-job-artifact-using-api * commit 'd1b60cbc67dc14b21820ef3f823a8e1ea851697d': (210 commits)
| * | | | | | | | | Remove unneeded string interpolation from entry classGrzegorz Bizon2017-09-061-1/+1
| | | | | | | | | |
| * | | | | | | | | Respond with a bad request if artifact path is invalidGrzegorz Bizon2017-09-062-2/+2
| | | | | | | | | |
| * | | | | | | | | Extract job artifacts API code to a separate fileGrzegorz Bizon2017-09-064-99/+99
| | | | | | | | | |
| * | | | | | | | | Do not require API authentication if artifacts are publicGrzegorz Bizon2017-09-051-36/+43
| | | | | | | | | |
| * | | | | | | | | Do not use artifacts metadata to access single artifactGrzegorz Bizon2017-09-051-3/+4
| | | | | | | | | |
| * | | | | | | | | Make it explicit that workhorse needs artifact pathGrzegorz Bizon2017-09-051-2/+2
| | | | | | | | | |
| * | | | | | | | | Extract a class that represents artifacts file pathGrzegorz Bizon2017-09-052-122/+173
| | | | | | | | | |
| * | | | | | | | | Use API helper to send artifact file through WorkhorseGrzegorz Bizon2017-09-052-1/+5
| | | | | | | | | |
| * | | | | | | | | Add API endpoint for downloading single job artifactGrzegorz Bizon2017-09-041-0/+19
| | | | | | | | | |
* | | | | | | | | | Merge branch '35942_api_binary_encoding' into 'master'Sean McGivern2017-09-065-12/+38
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | API fix for non UTF-8 data Closes #35942 See merge request !14038
| * | | | | | | | | | remove useless commentmicael.bergeron2017-09-061-2/+0
| | | | | | | | | | |
| * | | | | | | | | | renames ambiguous methods and add specmicael.bergeron2017-09-063-7/+9
| | | | | | | | | | |
| * | | | | | | | | | fix refactoring error with Blob.binary?micael.bergeron2017-09-063-10/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | remove some lint
| * | | | | | | | | | revert to using a simple representationmicael.bergeron2017-09-064-22/+25
| | | | | | | | | | |
| * | | | | | | | | | wip: fake its a binary diffmicael.bergeron2017-09-064-7/+30
| | |_|_|/ / / / / / | |/| | | | | | | |
* | | | | | | | | | Profile updates from providersAlexander Keramidas2017-09-064-16/+39
| |_|_|/ / / / / / |/| | | | | | | |
* | | | | | | | | Merge branch 'gitaly-shell-redis-2' into 'master'Sean McGivern2017-09-062-1/+19
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Internal API changes to decouple redis from Shell Closes gitaly#520 See merge request !13971
| * | | | | | | | Implement /internal/pre-receive for shell operationsAlejandro Rodríguez2017-09-051-0/+8
| | | | | | | | |
| * | | | | | | | Return a value to check if redis is available on /internal/checkAlejandro Rodríguez2017-09-052-1/+11
| | | | | | | | |
* | | | | | | | | Merge branch ↵Douwe Maan2017-09-064-3/+8
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'AshleyDumaine/gitlab-ce-36994-toggle-for-automatically-collapsing-outdated-diff-comments' into 'master' Add setting to collapse outdated diff comments on push Closes #36994 See merge request !14053
| * | | | | | | | | change collapse to resolve and comments to discussionsAshley Dumaine2017-09-064-6/+6
| | | | | | | | | |
| * | | | | | | | | Add functionality to collapse outdated diff comments regardless of ↵Ashley Dumaine2017-09-064-3/+8
| | |_|/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | discussion resolution
* | | | | | | | | Merge branch 'fix/import-export-performance' into 'master'Douwe Maan2017-09-063-27/+55
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Improve Import/Export memory use and performance Closes #35389 and #26556 See merge request !13957
| * | | | | | | | refactored codeJames Lopez2017-09-061-4/+3
| | | | | | | | |
| * | | | | | | | refactor code based on feedbackfix/import-export-performanceJames Lopez2017-09-061-3/+1
| | | | | | | | |
| * | | | | | | | fix spec failuresJames Lopez2017-09-061-1/+1
| | | | | | | | |
| * | | | | | | | small refactorJames Lopez2017-09-061-5/+5
| | | | | | | | |
| * | | | | | | | fix specsJames Lopez2017-09-051-6/+4
| | | | | | | | |
| * | | | | | | | refactor code a littleJames Lopez2017-09-051-3/+12
| | | | | | | | |
| * | | | | | | | fix export performance of CI buildsJames Lopez2017-09-052-3/+2
| | | | | | | | |
| * | | | | | | | started refactoring readerJames Lopez2017-09-051-1/+3
| | | | | | | | |
| * | | | | | | | some more refactoringJames Lopez2017-09-052-18/+5
| | | | | | | | |
| * | | | | | | | some more refactoringJames Lopez2017-09-051-17/+15
| | | | | | | | |
| * | | | | | | | enable AR caching, refactor tree hash loopJames Lopez2017-09-051-12/+27
| | | | | | | | |
| * | | | | | | | remove relation after used from the hash treeJames Lopez2017-09-051-6/+3
| | | | | | | | |
| * | | | | | | | more refactoringJames Lopez2017-09-051-3/+5
| | | | | | | | |
| * | | | | | | | some more performance refactoringJames Lopez2017-09-051-12/+33
| | | | | | | | |
| * | | | | | | | start improving memory use on I/EJames Lopez2017-09-051-3/+6
| | | | | | | | |
* | | | | | | | | Merge branch 'system-checks-incoming-email' into 'master'Sean McGivern2017-09-068-132/+187
|\ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | Move Incoming Email checks to System Checks See merge request !14028
| * | | | | | | | Refactored Incoming Email checks to use SystemCheck librarysystem-checks-incoming-emailGabriel Mazetto2017-09-045-117/+151
| | | | | | | | |
| * | | | | | | | Refactored app/init script check to use dynamic skip reasonGabriel Mazetto2017-09-041-13/+15
| | | | | | | | |
| * | | | | | | | Added dynamic skip reason to SystemCheckGabriel Mazetto2017-09-042-2/+21
| | | | | | | | |