summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Memoize response from `has_rate_limit?` to avoid extra API callfix-gh-rate-limitDouglas Barbosa Alexandre2016-07-121-1/+3
* Checks if rate limit is enabled instead of stubbing responseDouglas Barbosa Alexandre2016-07-121-2/+6
* Fix GItHub client requests when rate limit is disabledDouglas Barbosa Alexandre2016-07-121-0/+5
* Merge branch 'remove-branch-api' into 'master' Rémy Coutable2016-07-121-0/+2
|\
| * api: expose {should,force}_remove_source_branchBen Boeckel2016-07-111-0/+2
* | Optimize system note visibility checking by hiding notes thatStan Hu2016-07-112-18/+29
* | Merge branch 'fix/import-event-error' into 'master' Robert Speicher2016-07-111-0/+9
|\ \
| * \ Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into fix/import-even...James Lopez2016-07-1196-319/+1321
| |\ \ | | |/
| * | squashed - refactor to cope with sub sub N relations probably using the sub_r...James Lopez2016-07-111-0/+9
* | | Merge branch 'single-file-diffs' into 'master' Douwe Maan2016-07-111-0/+4
|\ \ \
| * \ \ Merge branch 'master' into single-file-diffsSean McGivern2016-07-118-16/+131
| |\ \ \ | | | |/ | | |/|
| * | | Collapse large diffs by defaultSean McGivern2016-07-081-0/+4
* | | | Merge branch 'remove-duplicate-api-field' into 'master' Rémy Coutable2016-07-111-1/+0
|\ \ \ \
| * | | | entities: remove :description from MergeRequestBen Boeckel2016-07-111-1/+0
| | |/ / | |/| |
* | | | Merge branch 'send-entry-via-Gitlab-Workhorse-Send-Data' into 'master' Douwe Maan2016-07-111-0/+12
|\ \ \ \ | |/ / / |/| | |
| * | | Use Gitlab-Workhorse-Send-Data to send entry:Lin Jen-Shin2016-07-051-0/+12
* | | | Merge branch 'fix/remove-import-url-migration' into 'master' Rémy Coutable2016-07-111-0/+2
|\ \ \ \
| * | | | spec and fix for sanitize methodJames Lopez2016-07-111-0/+2
| | |/ / | |/| |
* | | | Merge branch 'blockquote-fence-filter' into 'master' Robert Speicher2016-07-102-1/+73
|\ \ \ \
| * | | | Add more comments to regexDouwe Maan2016-07-101-11/+32
| * | | | Add blockquote fence syntax to MarkdownDouwe Maan2016-07-092-1/+52
* | | | | Re-use queries in reference parsersreuse-queries-in-reference-parsersYorick Peterse2016-07-082-4/+37
|/ / / /
* | | | Merge branch 'rubocop/enable-identical-conditional-branches-cop' into 'master' Robert Speicher2016-07-081-10/+6
|\ \ \ \
| * | | | Enable Style/IdenticalConditionalBranches Rubocop copGrzegorz Bizon2016-07-081-10/+6
| |/ / /
* | | | Merge branch '1548-average-commits-per-day' into 'master' Rémy Coutable2016-07-081-1/+1
|\ \ \ \
| * | | | Infinity Bug in Commit StatisticsJonas Weber2016-05-201-1/+1
* | | | | Merge branch 'api-shared-projects' into 'master' Rémy Coutable2016-07-081-0/+12
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | API: Expose shared projects in a groupapi-shared-projectsRobert Schilling2016-07-081-0/+1
| * | | | Expose shared groups for projectsapi-shared-groupsRobert Schilling2016-07-081-0/+11
* | | | | Merge branch 'feature/option-set-new-users-external' into 'master' Rémy Coutable2016-07-081-0/+1
|\ \ \ \ \
| * | | | | Added setting to set new users by default as externalDravere2016-07-071-0/+1
* | | | | | Merge branch '18627-wildcard-branch-protection' into 'master' Douwe Maan2016-07-071-6/+3
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Improve the error message displayed when branch creation fails.Timothy Andrew2016-07-051-6/+3
* | | | | | Merge branch 'new-diff-notes' into 'master' Douwe Maan2016-07-0715-83/+580
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Remove duplication, unused methods, and some other style thingsDouwe Maan2016-07-062-9/+9
| * | | | | Add some more code comments.Douwe Maan2016-07-063-1/+16
| * | | | | Add send_git_patch helperDouwe Maan2016-07-061-3/+3
| * | | | | Display new diff notes and allow creation through the web interfaceDouwe Maan2016-07-061-3/+13
| * | | | | Allow reply-by-email with diff notesDouwe Maan2016-07-061-9/+1
| * | | | | Add Gitlab::Git::PositionTracerDouwe Maan2016-07-061-0/+168
| * | | | | Add Gitlab::Diff::LineMapperDouwe Maan2016-07-061-0/+64
| * | | | | Add Gitlab::Git::PositionDouwe Maan2016-07-062-0/+182
| * | | | | Extract parts of LegacyDiffNote into DiffOnNote concern and move part of resp...Douwe Maan2016-07-065-26/+38
| * | | | | Style diff and blob file headers the same wayDouwe Maan2016-07-061-10/+5
| * | | | | Add DiffFile#blob and #old_blobDouwe Maan2016-07-061-5/+21
| * | | | | Add Timeless helper module to prevent updated_at from being updatedDouwe Maan2016-07-061-0/+16
| * | | | | Represent DiffRefs as proper class instead of tuple arrayDouwe Maan2016-07-065-22/+49
| * | | | | Rename MergeRequest methods that return commits or shas to be more clear and ...Douwe Maan2016-07-062-4/+4
* | | | | | Merge branch 'fix/import-export-log' into 'master' Rémy Coutable2016-07-072-2/+2
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | fix log statements in import/exportJames Lopez2016-07-072-2/+2