summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Add a method to format issues/pull requests/comments bodyDouglas Barbosa Alexandre2017-04-241-10/+24
|
* Does not remove the GitHub remoteDouglas Barbosa Alexandre2017-04-241-1/+0
|
* Pass a options hash to Github::ClientDouglas Barbosa Alexandre2017-04-249-27/+37
|
* Extract a method to import issues/pull requests commentsDouglas Barbosa Alexandre2017-04-241-79/+33
|
* Extract Github::Representation::IssuableDouglas Barbosa Alexandre2017-04-243-66/+39
|
* Extract common attributes to Github::Representation::BaseDouglas Barbosa Alexandre2017-04-246-52/+12
|
* Remove sensitive informationDouglas Barbosa Alexandre2017-04-241-1/+1
|
* Apply labels to issues/merge requestsDouglas Barbosa Alexandre2017-04-242-42/+74
|
* Import issues commentsDouglas Barbosa Alexandre2017-04-242-0/+34
|
* Import pull requests commentsDouglas Barbosa Alexandre2017-04-241-1/+61
|
* Fix comment representationDouglas Barbosa Alexandre2017-04-241-2/+2
|
* Refactoring Github responseDouglas Barbosa Alexandre2017-04-242-8/+11
|
* Refactoring Github import to avoid memory leakDouglas Barbosa Alexandre2017-04-241-58/+129
|
* Refactoring client to not parse response body automaticallyDouglas Barbosa Alexandre2017-04-243-13/+15
|
* Refactoring collection wrapperDouglas Barbosa Alexandre2017-04-242-9/+5
|
* Add comment representationDouglas Barbosa Alexandre2017-04-241-0/+58
|
* Add issue representationDouglas Barbosa Alexandre2017-04-241-0/+57
|
* Remove unused GitHub endpoint wrappersDouglas Barbosa Alexandre2017-04-245-100/+0
|
* Bump oj gem to version 2.17.5Douglas Barbosa Alexandre2017-04-241-1/+1
|
* Remove unused gemsDouglas Barbosa Alexandre2017-04-242-7/+0
|
* Add basic importer for GitHub repositoriesDouglas Barbosa Alexandre2017-04-241-0/+166
|
* Add basic representations for the Github API resultsDouglas Barbosa Alexandre2017-04-247-0/+270
|
* Add basic client for the GitHub APIDouglas Barbosa Alexandre2017-04-2411-0/+250
|
* Add faraday gemDouglas Barbosa Alexandre2017-04-242-10/+20
|
* Merge branch '31269-task-scroll' into 'master' Jacob Schatz2017-04-241-0/+4
|\ | | | | | | | | | | | | Add normal wrapping to task lists Closes #31269 See merge request !10860
| * Add normal wrapping to task lists31269-task-scrollAnnabel Dunstone Gray2017-04-211-0/+4
| |
* | Merge branch 'notebooklab-in-repo' into 'master' Jacob Schatz2017-04-2422-5736/+933
|\ \ | | | | | | | | | | | | Moved NotebookLab assets into repo See merge request !10630
| * \ Merge branch 'master' into notebooklab-in-reponotebooklab-in-repoPhil Hughes2017-04-1361-2015/+2137
| |\ \
| * | | Pulled in latest changesPhil Hughes2017-04-131-14/+59
| | | |
| * | | Pulled in latest changes from NotebookLabPhil Hughes2017-04-131-0/+4
| | | |
| * | | Merge branch 'master' into notebooklab-in-repoPhil Hughes2017-04-13162-1219/+3343
| |\ \ \
| * | | | Pull in fixture files from the repoPhil Hughes2017-04-116-7/+49
| | | | |
| * | | | Removed notebooklab vendor filePhil Hughes2017-04-111-5887/+0
| | | | |
| * | | | Moved NotebookLab assets into repoPhil Hughes2017-04-1119-2/+841
| | | | | | | | | | | | | | | | | | | | Moved all the notebooklab assets into the GitLab repo
* | | | | Merge branch 'sh-optimize-milestone-polymorphic-url' into 'master' Sean McGivern2017-04-244-5/+28
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Eliminate N+1 queries in loading namespaces for every issuable in milestones See merge request !10871
| * | | | | Optimize project namespace lookup for milestones and add specssh-optimize-milestone-polymorphic-urlStan Hu2017-04-243-5/+24
| | | | | |
| * | | | | Eliminate N+1 queries in loading namespaces for every issuable in milestonesStan Hu2017-04-232-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If we rely on the helper functions in `GitlabRoutingHelper` for `merge_request_path`, we end up calling a database query to look up the Namespace association for every merge request since `entity.project.namespace` is called. By reusing the project defined in the controller, we avoid that problem. Partial fix to #27387
* | | | | | Merge branch 'dm-fix-position-tracer-for-hidden-lines' into 'master' Sean McGivern2017-04-243-8/+15
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix commenting on an existing discussion on an unchanged line that is no longer in the diff Closes #31339 See merge request !10888
| * | | | | | Fix commenting on an existing discussion on an unchanged line that is no ↵Douwe Maan2017-04-243-8/+15
| |/ / / / / | | | | | | | | | | | | | | | | | | longer in the diff
* | | | | | Merge branch 'diff-discussion-buttons-spacing' into 'master' Annabel Dunstone Gray2017-04-242-0/+5
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes the spacing around diff discussion buttons Closes #31102 See merge request !10879
| * | | | | | Fixes the spacing around diff discussion buttonsdiff-discussion-buttons-spacingPhil Hughes2017-04-242-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Closes #31102
* | | | | | | Merge branch 'test-pg' into 'master' Rémy Coutable2017-04-246-85/+212
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Test both PostgreSQL and MySQL for the win Closes #2582 See merge request !10156
| * | | | | | | Properly use $BUNDLE_INSTALL_FLAGStest-pg-mysqltest-pgLin Jen-Shin2017-04-132-5/+4
| | | | | | | |
| * | | | | | | Always use . and add more comments to prepare_build.shLin Jen-Shin2017-04-132-2/+7
| | | | | | | |