Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | | | Merge branch '35161_first_time_contributor_badge' into 'master' | Sean McGivern | 2017-09-06 | 1 | -1/+5 | |
|\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | First time contributor badge Closes #35161 See merge request !13902 | |||||
| * | | | | | | | | WIP: refactor the first-contributor to Issuable | micael.bergeron | 2017-09-06 | 1 | -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 Maan | 2017-09-06 | 1 | -6/+13 | |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix problems sanitizing URLs with empty passwords Closes gitlab-ee#3352 See merge request !14083 | |||||
| * | | | | | | | | Remove blank passwords from sanitized URLs | Nick Thomas | 2017-09-06 | 1 | -3/+10 | |
| | | | | | | | | | ||||||
| * | | | | | | | | Backport EE fixes to Gitlab::UrlSanitizer to CE | Nick Thomas | 2017-09-06 | 1 | -6/+6 | |
| | | | | | | | | | ||||||
* | | | | | | | | | Merge branch 'feature/gb/download-single-job-artifact-using-api' into 'master' | Kamil Trzciński | 2017-09-06 | 7 | -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-api | Grzegorz Bizon | 2017-09-06 | 1 | -2/+2 | |
| | | | | | | | | | | ||||||
| * | | | | | | | | | Merge commit 'd1b60cbc67dc14b21820ef3f823a8e1ea851697d' into ↵ | Grzegorz Bizon | 2017-09-06 | 33 | -220/+1020 | |
| |\ \ \ \ \ \ \ \ \ | | | |_|_|_|_|/ / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | feature/gb/download-single-job-artifact-using-api * commit 'd1b60cbc67dc14b21820ef3f823a8e1ea851697d': (210 commits) | |||||
| * | | | | | | | | | Remove unneeded string interpolation from entry class | Grzegorz Bizon | 2017-09-06 | 1 | -1/+1 | |
| | | | | | | | | | | ||||||
| * | | | | | | | | | Respond with a bad request if artifact path is invalid | Grzegorz Bizon | 2017-09-06 | 2 | -2/+2 | |
| | | | | | | | | | | ||||||
| * | | | | | | | | | Extract job artifacts API code to a separate file | Grzegorz Bizon | 2017-09-06 | 4 | -99/+99 | |
| | | | | | | | | | | ||||||
| * | | | | | | | | | Do not require API authentication if artifacts are public | Grzegorz Bizon | 2017-09-05 | 1 | -36/+43 | |
| | | | | | | | | | | ||||||
| * | | | | | | | | | Do not use artifacts metadata to access single artifact | Grzegorz Bizon | 2017-09-05 | 1 | -3/+4 | |
| | | | | | | | | | | ||||||
| * | | | | | | | | | Make it explicit that workhorse needs artifact path | Grzegorz Bizon | 2017-09-05 | 1 | -2/+2 | |
| | | | | | | | | | | ||||||
| * | | | | | | | | | Extract a class that represents artifacts file path | Grzegorz Bizon | 2017-09-05 | 2 | -122/+173 | |
| | | | | | | | | | | ||||||
| * | | | | | | | | | Use API helper to send artifact file through Workhorse | Grzegorz Bizon | 2017-09-05 | 2 | -1/+5 | |
| | | | | | | | | | | ||||||
| * | | | | | | | | | Add API endpoint for downloading single job artifact | Grzegorz Bizon | 2017-09-04 | 1 | -0/+19 | |
| | | | | | | | | | | ||||||
* | | | | | | | | | | Merge branch '35942_api_binary_encoding' into 'master' | Sean McGivern | 2017-09-06 | 5 | -12/+38 | |
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | API fix for non UTF-8 data Closes #35942 See merge request !14038 | |||||
| * | | | | | | | | | | remove useless comment | micael.bergeron | 2017-09-06 | 1 | -2/+0 | |
| | | | | | | | | | | | ||||||
| * | | | | | | | | | | renames ambiguous methods and add spec | micael.bergeron | 2017-09-06 | 3 | -7/+9 | |
| | | | | | | | | | | | ||||||
| * | | | | | | | | | | fix refactoring error with Blob.binary? | micael.bergeron | 2017-09-06 | 3 | -10/+10 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | remove some lint | |||||
| * | | | | | | | | | | revert to using a simple representation | micael.bergeron | 2017-09-06 | 4 | -22/+25 | |
| | | | | | | | | | | | ||||||
| * | | | | | | | | | | wip: fake its a binary diff | micael.bergeron | 2017-09-06 | 4 | -7/+30 | |
| | |_|_|/ / / / / / | |/| | | | | | | | | ||||||
* | | | | | | | | | | Profile updates from providers | Alexander Keramidas | 2017-09-06 | 4 | -16/+39 | |
| |_|_|/ / / / / / |/| | | | | | | | | ||||||
* | | | | | | | | | Merge branch 'gitaly-shell-redis-2' into 'master' | Sean McGivern | 2017-09-06 | 2 | -1/+19 | |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Internal API changes to decouple redis from Shell Closes gitaly#520 See merge request !13971 | |||||
| * | | | | | | | | Implement /internal/pre-receive for shell operations | Alejandro Rodríguez | 2017-09-05 | 1 | -0/+8 | |
| | | | | | | | | | ||||||
| * | | | | | | | | Return a value to check if redis is available on /internal/check | Alejandro Rodríguez | 2017-09-05 | 2 | -1/+11 | |
| | | | | | | | | | ||||||
* | | | | | | | | | Merge branch ↵ | Douwe Maan | 2017-09-06 | 4 | -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 discussions | Ashley Dumaine | 2017-09-06 | 4 | -6/+6 | |
| | | | | | | | | | | ||||||
| * | | | | | | | | | Add functionality to collapse outdated diff comments regardless of ↵ | Ashley Dumaine | 2017-09-06 | 4 | -3/+8 | |
| | |_|/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | discussion resolution | |||||
* | | | | | | | | | Merge branch 'fix/import-export-performance' into 'master' | Douwe Maan | 2017-09-06 | 3 | -27/+55 | |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Improve Import/Export memory use and performance Closes #35389 and #26556 See merge request !13957 | |||||
| * | | | | | | | | refactored code | James Lopez | 2017-09-06 | 1 | -4/+3 | |
| | | | | | | | | | ||||||
| * | | | | | | | | refactor code based on feedbackfix/import-export-performance | James Lopez | 2017-09-06 | 1 | -3/+1 | |
| | | | | | | | | | ||||||
| * | | | | | | | | fix spec failures | James Lopez | 2017-09-06 | 1 | -1/+1 | |
| | | | | | | | | | ||||||
| * | | | | | | | | small refactor | James Lopez | 2017-09-06 | 1 | -5/+5 | |
| | | | | | | | | | ||||||
| * | | | | | | | | fix specs | James Lopez | 2017-09-05 | 1 | -6/+4 | |
| | | | | | | | | | ||||||
| * | | | | | | | | refactor code a little | James Lopez | 2017-09-05 | 1 | -3/+12 | |
| | | | | | | | | | ||||||
| * | | | | | | | | fix export performance of CI builds | James Lopez | 2017-09-05 | 2 | -3/+2 | |
| | | | | | | | | | ||||||
| * | | | | | | | | started refactoring reader | James Lopez | 2017-09-05 | 1 | -1/+3 | |
| | | | | | | | | | ||||||
| * | | | | | | | | some more refactoring | James Lopez | 2017-09-05 | 2 | -18/+5 | |
| | | | | | | | | | ||||||
| * | | | | | | | | some more refactoring | James Lopez | 2017-09-05 | 1 | -17/+15 | |
| | | | | | | | | | ||||||
| * | | | | | | | | enable AR caching, refactor tree hash loop | James Lopez | 2017-09-05 | 1 | -12/+27 | |
| | | | | | | | | | ||||||
| * | | | | | | | | remove relation after used from the hash tree | James Lopez | 2017-09-05 | 1 | -6/+3 | |
| | | | | | | | | | ||||||
| * | | | | | | | | more refactoring | James Lopez | 2017-09-05 | 1 | -3/+5 | |
| | | | | | | | | | ||||||
| * | | | | | | | | some more performance refactoring | James Lopez | 2017-09-05 | 1 | -12/+33 | |
| | | | | | | | | | ||||||
| * | | | | | | | | start improving memory use on I/E | James Lopez | 2017-09-05 | 1 | -3/+6 | |
| | | | | | | | | | ||||||
* | | | | | | | | | Merge branch 'system-checks-incoming-email' into 'master' | Sean McGivern | 2017-09-06 | 8 | -132/+187 | |
|\ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | Move Incoming Email checks to System Checks See merge request !14028 | |||||
| * | | | | | | | | Refactored Incoming Email checks to use SystemCheck librarysystem-checks-incoming-email | Gabriel Mazetto | 2017-09-04 | 5 | -117/+151 | |
| | | | | | | | | | ||||||
| * | | | | | | | | Refactored app/init script check to use dynamic skip reason | Gabriel Mazetto | 2017-09-04 | 1 | -13/+15 | |
| | | | | | | | | | ||||||
| * | | | | | | | | Added dynamic skip reason to SystemCheck | Gabriel Mazetto | 2017-09-04 | 2 | -2/+21 | |
| | | | | | | | | |