summaryrefslogtreecommitdiff
path: root/Gemfile
Commit message (Collapse)AuthorAgeFilesLines
* Added links to submodulesDmitriy Zaporozhets2013-10-141-1/+1
|
* Send devise emails asyncDmitriy Zaporozhets2013-10-091-0/+1
|
* Merge pull request #5216 from bladealslayer/feature/flowdock_integrationDmitriy Zaporozhets2013-10-041-0/+3
|\ | | | | Added Flowdock integration support via a service.
| * Use gitlab-flowdock-git-hook patched for dependency on gitlab-grit, instead ↵Boyan Tabakov2013-10-031-1/+1
| | | | | | | | | | | | of grit. Make sure the flowdock-git-hook is loaded. Seems it is not autoloader, due to the gem/lib name mismatch.
| * Added Flowdock integration support via a service.Boyan Tabakov2013-09-291-0/+3
| | | | | | | | Added test for the FlowdockService.
* | Update code to work with gitlab_git 3Dmitriy Zaporozhets2013-10-011-1/+1
| |
* | Use annotate from rubygemsDmitriy Zaporozhets2013-10-011-1/+2
| |
* | Add rack attack gem.Marin Jankovski2013-09-241-0/+3
|/
* Update gitlab_git to version 2.3.1Sytse Sijbrandij2013-09-211-1/+1
|
* Update gitlab_git to version 2.2.0. Fixes invalid diff in CompareDmitriy Zaporozhets2013-09-161-1/+1
|
* Update poltergeist and database_cleanerDmitriy Zaporozhets2013-09-111-1/+1
|
* Use original raphael-rails v2.1.2Dmitriy Zaporozhets2013-09-011-1/+1
|
* Select files with diff filter for graph logSteven Mok2013-08-241-1/+1
|
* Fix confusing situation where install guide told you to install init.d ↵Sytse Sijbrandij2013-08-191-2/+1
| | | | script for puma.
* Make repo graph work for large repos on slower machinesDmitriy Zaporozhets2013-08-191-1/+1
|
* Update gitlab_git to 2.0.1Dmitriy Zaporozhets2013-08-131-1/+1
|
* Use gitlab_git v2.0.0Dmitriy Zaporozhets2013-08-131-1/+1
|
* update devise to 2.2.5Dmitriy Zaporozhets2013-08-081-1/+1
|
* Update chosen, improve ui, fix MR fork testsDmitriy Zaporozhets2013-08-081-1/+1
|
* use rubygems for gitlab_git gemDmitriy Zaporozhets2013-08-051-1/+1
|
* Update main calls to gitlab_gitDmitriy Zaporozhets2013-08-051-1/+1
|
* Update font-awesome. Use proper class for merge request formDmitriy Zaporozhets2013-07-171-1/+1
|
* Sanitize user attrs on model levelDmitriy Zaporozhets2013-07-101-0/+3
|
* Merge branch 'master' into 6-0-devDmitriy Zaporozhets2013-07-081-2/+4
|\ | | | | | | | | | | Conflicts: Gemfile Gemfile.lock
| * Add suppoort of unicorn and fog gemsDmitriy Zaporozhets2013-07-081-2/+4
| |
* | Puma to 2.3.1Dmitriy Zaporozhets2013-07-081-1/+1
| |
* | Update pumaDmitriy Zaporozhets2013-07-061-1/+1
| |
* | Update gitlab_git versionDmitriy Zaporozhets2013-06-301-2/+2
| |
* | update gems. remove console.logDmitriy Zaporozhets2013-06-241-2/+2
| |
* | gitlab_meta gem to 6.0Dmitriy Zaporozhets2013-06-221-1/+1
|/
* Merge pull request #4296 from mmlb/fix-asciidoc-renderingDmitriy Zaporozhets2013-06-131-0/+3
|\ | | | | Add asciidoctor gem.
| * Add asciidoctor gem.Manuel Mendez2013-06-121-0/+3
| | | | | | | | Fixes issue #3506.
* | update omniauth dependencyDmitriy Zaporozhets2013-06-131-1/+1
|/
* replace font-awesome gem. Use fork iconDmitriy Zaporozhets2013-06-101-1/+1
|
* Update gitlab-grack. Fixes issue with --depth optionDmitriy Zaporozhets2013-06-101-1/+1
|
* Its better to load graph with ajax since it requires ~10 seconds for bigger ↵Dmitriy Zaporozhets2013-06-051-2/+2
| | | | projects to finish up
* Contributors graphs feature for GitLabKarlo Soriano2013-06-051-0/+7
| | | | | | | | | | Created tests and refactored some code along the way Added stat graph util spec, refactored code finsihed up tests and refactors finsihed up tests and refactors
* Up grape version. Fix issue with raw content being escapedDmitriy Zaporozhets2013-05-271-2/+2
|
* Fix regression caused by using newer version of GrapeDrew Blessing2013-05-251-2/+2
| | | | This commit fixes the regression caused by using a newer version of Grape and Grape entity. This solves Issue 4023.
* Hipchat service implementationRonald van Eede2013-05-241-0/+3
|
* Update poltergeist and should-matchersDmitriy Zaporozhets2013-05-231-2/+2
|
* Update bootstrap-sassDmitriy Zaporozhets2013-05-231-1/+1
|
* Add tinder for future campfire integrationDmitriy Zaporozhets2013-05-221-0/+3
|
* gitlab_git up to 1.2.1Dmitriy Zaporozhets2013-05-141-1/+2
|
* Remove grit fork reference from Gemfile. Use gitlab-gollum-lib gemDmitriy Zaporozhets2013-05-131-6/+4
|
* Update gitlab_git and restore travis.ymlDmitriy Zaporozhets2013-05-091-2/+2
|
* Implemented code search featureJavier Castro2013-05-091-1/+1
|
* Merge pull request #3834 from ichord/gfm-autocompDmitriy Zaporozhets2013-05-081-1/+1
|\ | | | | improve gfm autocomplete
| * autocomplete issues and preload autocomplete data.ichord2013-05-041-1/+1
| | | | | | | | | | | | | | | | update jquery-atwho-rails to v0.3.0 add autocomplete_source action to project for gfm autocomplete move init_autocomplete layout from head_panel to project_resource
* | Add minitest to Gemfile. Fix #3826Axilleas Pipinellis2013-05-071-0/+3
|/ | | | | | | | There are occasions where minitest is not bundled in packaged versions of ruby that some OSes distribute (eg Fedora). Adding minitest to Gemfile ensures that it gets loaded and tests can run. Signed-off-by: Axilleas Pipinellis <axilleas@archlinux.gr>