summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Don't rescue Exception, but StandardErrorci-yaml-validationKamil Trzcinski2015-11-192-8/+5
* Fix testsKamil Trzcinski2015-11-191-2/+2
* Since GitLab CI is enabled by default, remove enabling it by pushing .gitlab-...Kamil Trzcinski2015-11-192-12/+1
* Fix testsKamil Trzcinski2015-11-192-20/+20
* Commits without .gitlab-ci.yml are marked as skippedKamil Trzcinski2015-11-193-3/+28
* Merge branch 'atom-feed-latest-update' into 'master' Yorick Peterse2015-11-1931-215/+700
|\
| * Changelog entries for atom/profile improvementsYorick Peterse2015-11-191-0/+2
| * Use "GitLab.com" instead of "gitlab.com"atom-feed-latest-updateYorick Peterse2015-11-181-1/+1
| * Added an index on namespaces.publicYorick Peterse2015-11-182-1/+7
| * Return internal projects in PersonalProjectsFinderYorick Peterse2015-11-181-1/+5
| * Fix UNION syntax for MySQLYorick Peterse2015-11-182-3/+3
| * Align hash literals to keep Rubocop happyYorick Peterse2015-11-182-4/+4
| * Don't pluck project IDs in User#owned_projectsYorick Peterse2015-11-181-4/+2
| * Apply CI scope changes to the User modelYorick Peterse2015-11-181-6/+10
| * Refactor UsersController to not kill the databaseYorick Peterse2015-11-182-23/+29
| * Refactor User#authorized_groups/projectsYorick Peterse2015-11-182-51/+10
| * Added Project.visible_to_userYorick Peterse2015-11-182-0/+23
| * Group methods for filtering public/visible groupsYorick Peterse2015-11-182-0/+35
| * Added Event.limit_recentYorick Peterse2015-11-182-0/+21
| * Refactor ProjectsFinder to not pluck IDsYorick Peterse2015-11-186-102/+237
| * Refactoed GroupsFinder into two separate classesYorick Peterse2015-11-184-41/+177
| * Renamed GroupsFinder spec file so the name matchesYorick Peterse2015-11-181-0/+0
| * 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