summaryrefslogtreecommitdiff
path: root/Gemfile
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Increase timeout for Git-over-HTTP requests."Dmitriy Zaporozhets2015-03-191-3/+0
| | | | | | | This reverts commit 516bcabbf42d60db2ac989dce4c7187b2a1e5de9. Conflicts: Gemfile
* Bump gitlab_git to 7.1.2Dmitriy Zaporozhets2015-03-181-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>
* | | Create Aside js class for handling all sidebars in UI for mobile devicesDmitriy Zaporozhets2015-02-211-3/+0
| |/ |/|
* | Started on the rspec upgradeJeroen van Baarsen2015-02-121-1/+1
|/ | | | Signed-off-by: Jeroen van Baarsen <jeroenvanbaarsen@gmail.com>
* Merge pull request #8580 from j0k3r/asanaDmitriy Zaporozhets2015-02-081-0/+3
|\ | | | | Add Asana service
| * Add Asana serviceJeremy2015-02-021-0/+3
| | | | | | | | Also add ability to render "service.help" in markdown
* | GitLab integration. ImporterValery Sizov2015-02-051-0/+1
| |
* | Add rubocop and remove rails_best_practices gemDmitriy Zaporozhets2015-02-021-2/+1
|/
* Merge pull request #8687 from tsigo/rs-pry-railsDmitriy Zaporozhets2015-01-291-1/+1
|\ | | | | Use pry-rails gem instead of pry
| * Use pry-rails gem instead of pryRobert Speicher2015-01-291-1/+1
| | | | | | | | | | pry-rails has pry as a dependency and this lets us have all that pry when we run `rails console` :heart:
* | Update shoulda-matchersRobert Speicher2015-01-291-1/+1
|/ | | | | | | This outdated gem was the cause of those annoying MiniTest errors. Also updates one use of `ensure_inclusion_of` which was deprecated in favor of `validate_inclusion_of`.
* Merge branch 'master' of dev.gitlab.org:gitlab/gitlabhq into ↵Dmitriy Zaporozhets2015-01-281-1/+1
|\ | | | | | | haynes/gitlab-ce-commit_calendar
| * Update semantic-ui-sass to 1.8yglukhov2015-01-271-1/+1
| |
* | Add a commit calendar to the user profileHannes Rosenögger2015-01-291-0/+3
|/
* Upgrade Sidekiq to 3.3Vinnie Okada2015-01-211-1/+1
|
* Replace highlight.js with rouge-fork rugmentsStefan Tatschner2015-01-151-0/+1
| | | | | | | | | | I decided to create a fork of rouge as rouge lacks a HTML formatter with the required options such as wrapping a line with <span> tags. Furthermore I was not really convinced about the clarity of rouge's source code. Rugments 1.0.0beta3 for now only includes some basic linting and a new HTML formatter. Everything else should behave the same.
* Updated gollum-libsStefan Tatschner2015-01-151-1/+1
| | | | | | I did this commit in an earlier revision of my pull request. As reverting this commit later caused failing tests I decided to include it again.
* doorkeeper updateValery Sizov2015-01-131-1/+1
|
* Merge branch 'github_importer'Dmitriy Zaporozhets2015-01-131-0/+2
|\ | | | | | | | | Conflicts: app/helpers/projects_helper.rb
| * Github ImporterValery Sizov2015-01-101-0/+2
| |
* | Fix git blame on file not respecting branch selectionDmitriy Zaporozhets2015-01-101-1/+1
| |
* | Merge branch 'easy-dev-install' into 'master'Dmitriy Zaporozhets2015-01-111-1/+1
|\ \ | |/ |/| | | | | | | | | | | | | | | | | | | | | | | Easy dev install @jeroenvanbaarsen just tried the following: 1. Removing therubyracer from gemfile 2. Install node (brew install node or sudo apt-get install nodejs) 3. Run $ spinach features/ All worked as before, so this would mean people have to install the node dependency on their local machine, but in my experience this is much easier than installing libv8, especially for non ruby-devs. /cc @jacobvosmaer See merge request !262
| * Require the ruby racer only in production since installing it on dev ↵easy-dev-installSytse Sijbrandij2014-12-151-1/+1
| | | | | | | | machines can cause a lot of problems. Hat tip to Jeroen van Baarsen
* | Merge branch 'ruby-2.2.0' of https://github.com/chulkilee/gitlabhq into ↵Dmitriy Zaporozhets2015-01-061-1/+1
|\ \ | | | | | | | | | chulkilee-ruby-2.2.0
| * | Update gems for ruby 2.2.0Chulki Lee2014-12-291-1/+1
| | |
* | | fix deleted file display when using new gitlab_git gem, and add new ↵Arif Ali2014-12-301-1/+1
| | | | | | | | | | | | gitlab_git gem