summaryrefslogtreecommitdiff
path: root/Gemfile
Commit message (Collapse)AuthorAgeFilesLines
...
* | Change html-pipeline-gitlab gem to html-pipelineRobert Speicher2015-04-211-1/+1
| |
* | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ceDmitriy Zaporozhets2015-04-211-1/+1
|\ \ | | | | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> Conflicts: app/controllers/import/google_code_controller.rb
| * | Update gitlab-grack to 2.0.1 to get unicorn to stop creating zombies.gitlab-grack-2.0.1Douwe Maan2015-04-201-1/+1
| | |
* | | Merge pull request #9058 from chulkilee/upgrade-hipchatJeroen van Baarsen2015-04-211-1/+1
|\ \ \ | |/ / |/| | upgrade hipchat
| * | upgrade hipchatChulki Lee2015-04-131-1/+1
| | |
* | | Ignore submodules that are defined in .gitmodules but are checked in as ↵gitlab_git-7.1.10Douwe Maan2015-04-171-1/+1
| |/ |/| | | | | directories.
* | Update gitlab_git to ignore invalid lines in .gitmodules.gitlab_git-7.1.9Douwe Maan2015-04-171-1/+1
|/
* Merge branch 'reference-access-control' into 'master'Dmitriy Zaporozhets2015-04-131-1/+2
|\ | | | | | | | | | | | | | | Only allow users to reference groups, projects, issues, MRs, commits they have access to. Addresses https://dev.gitlab.org/gitlab/gitlabhq/issues/2183. See merge request !1742
| * Allow byebug to be used in test.Douwe Maan2015-04-031-1/+2
| |
* | Update redcarpet to 3.2.3Robert Speicher2015-04-091-1/+1
| |
* | Update gitlab_git to 7.1.6 because 7.1.5 had broken language detection.emailsonpush-last-lineDouwe Maan2015-03-311-1/+1
| |
* | Update gitlab_git to 7.1.5, to fix final line in EmailsOnPush email diff ↵Douwe Maan2015-03-311-1/+1
|/ | | | being rendered as error.
* Merge branch 'master' of github.com:gitlabhq/gitlabhqDmitriy Zaporozhets2015-03-291-1/+1
|\
| * update acts-as-taggable-onNihad Abbasov2015-03-291-1/+1
| |
* | Merge branch 'fix-plain-diffs' into 'master'Dmitriy Zaporozhets2015-03-291-1/+1
|\ \ | |/ |/| | | | | | | | | | | | | | | Remove the email patches link for merge commits Rugged's `to_mbox` method doesn't work for merge commits, so don't display the option to download them as email patches. This is part of the fix for #1878, and gitlab/gitlab_git!27 allows a plain diff to be generated for a merge commit. Together these changes should prevent the 500 errors described in the issue. cc @sytse See merge request !1737
| * Upgrade gitlab_git gem to version 7.1.3Vinnie Okada2015-03-281-1/+1
| |
* | Add sidetiq dependencyVinnie Okada2015-03-211-0/+1
|/ | | | Add the sidetiq gem to the Gemfile to match EE.
* gollum-lib updateValery Sizov2015-03-201-1/+1
|
* update doorkeeper to 2.1.3Valery Sizov2015-03-201-1/+1
|
* Merge branch 'revert-unicorn-timeout' into 'master'Dmitriy Zaporozhets2015-03-201-3/+0
|\ | | | | | | | | | | | | | | | | | | | | | | Revert "Increase timeout for Git-over-HTTP requests." This reverts commit 516bcabbf42d60db2ac989dce4c7187b2a1e5de9. For #2164 cc @marin @douwe See merge request !1730
| * Revert "Increase timeout for Git-over-HTTP requests."Dmitriy Zaporozhets2015-03-191-3/+0
| | | | | | | | | | | | | | This reverts commit 516bcabbf42d60db2ac989dce4c7187b2a1e5de9. Conflicts: Gemfile
* | Revert "Update poltergeist to support phantomjs 2.0"Dmitriy Zaporozhets2015-03-191-1/+1
|/ | | | This reverts commit d70126c1fbc65c4feeea6fb45424f5d4a30bb797.
* Merge branch 'version-bump-poltergeist' into 'master'Dmitriy Zaporozhets2015-03-191-1/+1
|\ | | | | | | | | | | | | | | | | | | | | Update poltergeist to support phantomjs 2.0 In response to [my issue](https://gitlab.com/gitlab-org/gitlab-development-kit/issues/36) on the GDK. PhantomJS 1.8 was not in the repo's anymore. Only poltergeist needed it, but they support PhantomJS 2.0 since 1.6.0. (next release since 1.5.1) [Their CHANGELOG](https://github.com/teampoltergeist/poltergeist/blob/master/CHANGELOG.md). Tested locally with Ruby 2.1.5. As this took ages, I haven't tested further. See merge request !403
| * Update poltergeist to support phantomjs 2.0Zeger-Jan van de Weg2015-03-191-1/+1
| |
* | Bump gitlab_git to 7.1.2Dmitriy Zaporozhets2015-03-181-1/+1
|/
* Update omniauth-ldap.Douwe Maan2015-03-171-1/+1
|
* Merge branch 'remove_rubyracer' into 'master'Marin Jankovski2015-03-161-1/+0
|\ | | | | | | | | | | Remove rubyracer gem See merge request !1706
| * Remove rubyracer gem.remove_rubyracerMarin Jankovski2015-03-131-1/+0
| |
* | Prevent gitlab-shell character encoding issues by receiving its changes as ↵Douwe Maan2015-03-151-0/+3
|/ | | | raw data.
* Bump gitlab_git to 7.1.1Dmitriy Zaporozhets2015-03-131-1/+1
| | | | Verify found object is actually a commit in Commit.find
* Merge branch 'master' into new-emojiDmitriy Zaporozhets2015-03-111-1/+1
|\ | | | | | | | | Conflicts: Gemfile.lock
| * Bump gitlab_git to v7.1.0. It should fix a lot of encoding issuesDmitriy Zaporozhets2015-03-111-1/+1
| |
* | Update html-pipeline and emojiDmitriy Zaporozhets2015-03-111-2/+2
|/
* Bump gitlab_git to fix 500 with annotated tags w/o messageDmitriy Zaporozhets2015-03-051-1/+1
|
* Merge branch 'timeout' into 'master'Dmitriy Zaporozhets2015-03-051-0/+3
|\ | | | | | | | | | | | | | | | | | | | | | | Increase timeout for Git-over-HTTP requests. Fixes #2081 and https://gitlab.com/gitlab-org/gitlab-ce/issues/232. Normal web requests are bound by the `Rack::Timeout` timeout of 60 seconds, while Grack Git-over-HTTP requests are only bound by Unicorn's timeout which is now set to 1 hour, which should be plenty. The omnibus package should be updated to no longer use `unicorn['worker_timeout']` for the Unicorn timeout, but to set the `Slowpoke.timeout`. See merge request !1619
| * Increase timeout for Git-over-HTTP requests.Douwe Maan2015-03-041-0/+3
| |
* | Update spring to 1.3.3Dmitriy Zaporozhets2015-03-041-1/+1
| |
* | Bump gitlab_git to rc15Dmitriy Zaporozhets2015-03-041-1/+1
|/
* Add brakeman gemDmitriy Zaporozhets2015-03-021-0/+1
|
* Merge branch 'extend_markdown_upload' into 'master'Dmitriy Zaporozhets2015-02-251-0/+1
|\ | | | | | | | | | | | | | | | | | | Generalizes image upload in drag and drop in markdown to all files From https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/265 by Hannes Rosenögger. - [x] Rebase on master when !1553 is merged in See merge request !1530
| * Merge branch 'master' into extend_markdown_uploadDouwe Maan2015-02-251-2/+2
| |\ | | | | | | | | | | | | # Conflicts: # app/controllers/files_controller.rb
| * \ Merge branch 'master' into extend_markdown_uploadDouwe Maan2015-02-241-5/+2
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # app/views/projects/issues/_form.html.haml # app/views/projects/merge_requests/_form.html.haml # app/views/projects/merge_requests/_new_submit.html.haml # app/views/projects/milestones/_form.html.haml # app/views/projects/notes/_form.html.haml # app/views/projects/wikis/_form.html.haml # config/routes.rb # spec/controllers/projects_controller_spec.rb
| * | | Refactor.Douwe Maan2015-02-171-0/+1
| | | |
* | | | Merge branch 'bitbucket-import'Dmitriy Zaporozhets2015-02-251-0/+1
|\ \ \ \ | |_|_|/ |/| | | | | | | | | | | | | | | Conflicts: app/views/import/gitorious/status.html.haml db/schema.rb
| * | | Add Bitbucket importer.Douwe Maan2015-02-241-0/+1
| | |/ | |/|
* | | Merge branch 'master' into update_grackDmitriy Zaporozhets2015-02-241-1/+1
|\ \ \ | | | | | | | | | | | | | | | | Conflicts: Gemfile.lock
| * | | update gitlab-linguistValery Sizov2015-02-241-1/+1
| |/ /
* | | update gitlab-grack to 2.0.0.rc2Valery Sizov2015-02-241-1/+1
|/ /
* | Merge pull request #8783 from jvanbaarsen/spring-updateDmitriy Zaporozhets2015-02-231-2/+2
|\ \ | | | | | | Updated spring
| * | Updated springJeroen van Baarsen2015-02-121-2/+2
| | | | | | | | | | | | Signed-off-by: Jeroen van Baarsen <jeroenvanbaarsen@gmail.com>