summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | Refactor getting user groups/projects/contributionsYorick Peterse2015-11-182-20/+96
| * | | | | | | | | | | Prefix table names for User UNIONsYorick Peterse2015-11-181-2/+3
| * | | | | | | | | | | Use SQL::Union for User#authorized_groupsYorick Peterse2015-11-181-4/+7
| * | | | | | | | | | | Make it easier to re-apply default sort ordersYorick Peterse2015-11-181-1/+2
| * | | | | | | | | | | Use SQL::Union for User#authorized_projectsYorick Peterse2015-11-181-21/+19
| * | | | | | | | | | | Added Gitlab::SQL::Union classYorick Peterse2015-11-182-0/+50
| * | | | | | | | | | | Faster way of obtaining latest event update timeYorick Peterse2015-11-186-4/+31
| | |_|_|_|/ / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge branch 'check_if_it_should_be_archived_in_backup' into 'master' Dmitriy Zaporozhets2015-11-192-9/+8
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | USe reject.check_if_it_should_be_archived_in_backupMarin Jankovski2015-11-181-1/+1
| * | | | | | | | | | | Specs that failed before the fix.Marin Jankovski2015-11-181-1/+2
| * | | | | | | | | | | Check which folders and archives should be packed before passing to tar command.Marin Jankovski2015-11-181-8/+6
* | | | | | | | | | | | Fix CHANGELOGKamil Trzcinski2015-11-191-1/+3
| |_|/ / / / / / / / / |/| | | | | | | | | |
* | | | | | | | | | | Merge branch 'fix-diff-stats-ui' into 'master' v8.5.1.RD2v8.5.1.RD1Dmitriy Zaporozhets2015-11-181-0/+1
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Fix huge line height for diff files listDmitriy Zaporozhets2015-11-181-0/+1
| | |_|_|_|_|/ / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge branch 'ce-mirror-backport' into 'master' Douwe Maan2015-11-1826-145/+176
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | |
| * | | | | | | | | | Use gitlab-shell 2.6.7ce-mirror-backportDouwe Maan2015-11-181-1/+1
| * | | | | | | | | | Load raw repository lazily to recover from failed readDouwe Maan2015-11-181-7/+11
| * | | | | | | | | | Fix specsDouwe Maan2015-11-183-14/+5
| * | | | | | | | | | Remove unused variable in repository importDouwe Maan2015-11-181-1/+1
| * | | | | | | | | | Fix styling of import error.Douwe Maan2015-11-182-6/+7
| * | | | | | | | | | Add tooltips to home panel buttons.Douwe Maan2015-11-186-28/+25
| * | | | | | | | | | Clean up Repository cache code.Douwe Maan2015-11-181-8/+14
| * | | | | | | | | | Add Repository#is_ancestor? convenience method.Douwe Maan2015-11-181-1/+6
| * | | | | | | | | | Tweak code formatting.Douwe Maan2015-11-181-4/+4
| * | | | | | | | | | Fix redirect after import fails.Douwe Maan2015-11-181-2/+2
| * | | | | | | | | | Move import form to partial.Douwe Maan2015-11-184-24/+23
| * | | | | | | | | | Add Project#safe_import_url helper.Douwe Maan2015-11-183-9/+9
| * | | | | | | | | | Store and show reason why import failed.Douwe Maan2015-11-185-45/+65
| * | | | | | | | | | Add import_error to project.Douwe Maan2015-11-182-1/+9
| | |/ / / / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ceDmitriy Zaporozhets2015-11-182-2/+143
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / /
| * | | | | | | | | Merge branch 'add_lfs_doc' into 'master' Job van der Voort2015-11-181-0/+136
| |\ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | |/| | | | | | | |
| | * | | | | | | | missing .Job van der Voort2015-11-181-4/+2
| | * | | | | | | | Updates to the lfs doc.Marin Jankovski2015-11-181-13/+24
| | * | | | | | | | LFS doc, first draftadd_lfs_docMarin Jankovski2015-11-171-0/+127
| * | | | | | | | | Merge branch 'issue-labels' into 'master' Sytse Sijbrandij2015-11-171-2/+7
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | Example workflow.Sytse Sijbrandij2015-11-171-0/+2
| | * | | | | | | | | More labels since we get more specializations.issue-labelsSytse Sijbrandij2015-11-171-2/+5
* | | | | | | | | | | Merge pull request #9838 from evindor/masterDouwe Maan2015-11-181-1/+1
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | |
| * | | | | | | | | | Fix github importer to handle empty issuesArseny Zarechnev2015-11-181-1/+1
* | | | | | | | | | | Merge branch 'compare-first-commit' into 'master' Robert Speicher2015-11-172-3/+3
|\ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / |/| | | | | | | | | |
| * | | | | | | | | | Correctly set comparison first commit when range includes a merge commitcompare-first-commitDouwe Maan2015-11-172-3/+3
| | |_|_|_|_|_|_|_|/ | |/| | | | | | | |
* | | | | | | | | | Fix CHANGELOGRobert Speicher2015-11-171-2/+1
* | | | | | | | | | Merge branch 'contributor-graph-by-email' into 'master'Robert Speicher2015-11-172-4/+5
|\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge branch 'master' into contributor-graph-by-emailcontributor-graph-by-emailDouwe Maan2015-11-17502-2349/+8281
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Update changelogDouwe Maan2015-10-291-1/+2
| * | | | | | | | | | | Fix grouping of contributors by email in graph.Douwe Maan2015-10-291-3/+2
| | |_|_|_|_|_|_|/ / / | |/| | | | | | | | |
* | | | | | | | | | | Merge branch 'adamliesko/gitlab-ce-notification-upon-unassignment' into 'mast...Robert Speicher2015-11-174-12/+24
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Remove extra spaceadamliesko/gitlab-ce-notification-upon-unassignmentDouwe Maan2015-11-171-1/+1
| * | | | | | | | | | | Add tests for merge request update.Douwe Maan2015-11-172-5/+8
| * | | | | | | | | | | Add credits to changelogDouwe Maan2015-11-171-1/+1