summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* correct documentation on opt-out-ness of usage pingopt-out-not-inJob van der Voort2017-04-261-1/+1
* Merge branch 'zj-rspec-set' into 'master' Rémy Coutable2017-04-266-34/+58
|\
| * Use rspec-set to speed up examplesZeger-Jan van de Weg2017-04-266-34/+58
|/
* Merge branch 'backport-md-cache-fix' into 'master' Dmitriy Zaporozhets2017-04-262-3/+5
|\
| * Fix a failing specNick Thomas2017-04-251-2/+2
| * Swap a before_save call with a before_create/before_update pair to avoid a co...Nick Thomas2017-04-251-1/+3
* | Merge branch '26509-show-update-time' into 'master' Annabel Dunstone Gray2017-04-265-17/+26
|\ \
| * | Add updated time to project listJeff Stubler2017-04-215-17/+26
* | | Merge branch 'docs-reorg-landing-page' into 'master' Achilleas Pipinellis2017-04-263-95/+214
|\ \ \
| * | | Reorg CE Docs landing pageMarcia Ramos2017-04-263-95/+214
* | | | Merge branch '22826-ui-inconsistency-different-files-views-find-file-button-m...Clement Ho2017-04-265-10/+39
|\ \ \ \ | |/ / / |/| | |
| * | | [#22826] Add newline before expect in accordance to four phase thoughtbot styleTM Lee2017-04-251-0/+2
| * | | [#22826] Ensure find_file_link and download button is part of file tree headerTM Lee2017-04-235-10/+37
* | | | Merge branch '12910-personal-snippet-prep-2' into 'master' Sean McGivern2017-04-2610-29/+80
|\ \ \ \
| * | | | Support preview_markdown action for personal_snippetsJarka Kadlecova2017-04-2610-29/+80
* | | | | Merge branch '27376-bvl-load-pipelinestatus-in-batch' into 'master' Rémy Coutable2017-04-268-30/+204
|\ \ \ \ \
| * | | | | Load a project's CI status in batch from redisBob Van Landuyt2017-04-268-30/+204
|/ / / / /
* | | | | Update CHANGELOG.md for 9.1.1Lin Jen-Shin2017-04-2612-45/+15
* | | | | Merge branch '31439-fix-transient-spinach-failures' into 'master' Sean McGivern2017-04-261-0/+5
|\ \ \ \ \
| * | | | | Wait for AJAX after steps defined in SharedActiveTab31439-fix-transient-spinach-failuresRémy Coutable2017-04-261-0/+5
* | | | | | Merge branch '26437-closed-by' into 'master' Rémy Coutable2017-04-266-1/+122
|\ \ \ \ \ \
| * | | | | | Add issues/:iid/closed_by api endpointmhasbini2017-04-126-1/+122
* | | | | | | Merge branch 'fix/github-importer' into 'master' Sean McGivern2017-04-2622-101/+930
|\ \ \ \ \ \ \
| * | | | | | | Add basic progress output to GitHub importDouglas Barbosa Alexandre2017-04-252-3/+12
| * | | | | | | Fix undefined attribute params from import taskDouglas Barbosa Alexandre2017-04-251-1/+0
| * | | | | | | Fix Rubocop offensesDouglas Barbosa Alexandre2017-04-251-2/+6
| * | | | | | | Fix import of notes on Pull Request diffDouglas Barbosa Alexandre2017-04-253-9/+12
| * | | | | | | Create project repository only when it not existsDouglas Barbosa Alexandre2017-04-251-1/+1
| * | | | | | | Fix small typo on GitHub::ImportDouglas Barbosa Alexandre2017-04-251-1/+1
| * | | | | | | Remove the Github::Error base classDouglas Barbosa Alexandre2017-04-251-2/+1
| * | | | | | | Add blank line before the raise method on Github::CollectionDouglas Barbosa Alexandre2017-04-251-0/+1
| * | | | | | | Fix small typoDouglas Barbosa Alexandre2017-04-241-2/+2
| * | | | | | | Use Class.new(SuperClass) to define an empty custom error classDouglas Barbosa Alexandre2017-04-241-4/+2
| * | | | | | | Set timeout options to the Github::ClientDouglas Barbosa Alexandre2017-04-241-0/+2
| * | | | | | | Use the base initiliazer for representationsDouglas Barbosa Alexandre2017-04-243-14/+11
| * | | | | | | Cache labels at the same time we fetch them from the GH APIDouglas Barbosa Alexandre2017-04-241-8/+6
| * | | | | | | Avoid unnecessary use of Arel to find users by external uidDouglas Barbosa Alexandre2017-04-241-3/+1
| * | | | | | | Finish the import process if some error occurs when fetching the repoDouglas Barbosa Alexandre2017-04-242-3/+14
| * | | | | | | Use only one cache hash with with a hash initializer by defaultDouglas Barbosa Alexandre2017-04-241-11/+8
| * | | | | | | Refactoring Github::RateLimitDouglas Barbosa Alexandre2017-04-242-27/+14
| * | | | | | | Extract rate limit URL to a constantDouglas Barbosa Alexandre2017-04-241-5/+2
| * | | | | | | Does not freeze integer valuesDouglas Barbosa Alexandre2017-04-241-2/+2
| * | | | | | | Add Github::Representation::Base#idDouglas Barbosa Alexandre2017-04-243-7/+4
| * | | | | | | Rename find_by_email/find_by_external_uid methodsDouglas Barbosa Alexandre2017-04-241-3/+3
| * | | | | | | Refactor rake task to to import GitHub repositoresDouglas Barbosa Alexandre2017-04-243-92/+28
| * | | | | | | Keep track of import errorsDouglas Barbosa Alexandre2017-04-241-0/+10
| * | | | | | | Clone GitHub wikiDouglas Barbosa Alexandre2017-04-241-2/+21
| * | | | | | | Import Github releasesDouglas Barbosa Alexandre2017-04-242-0/+44
| * | | | | | | Refactoring Github importDouglas Barbosa Alexandre2017-04-241-25/+38
| * | | | | | | Use while instead of loop/breakDouglas Barbosa Alexandre2017-04-241-12/+10