Dmitriy Zaporozhets
b09e8c771c
Bump gitlab_git to 7.1.1
...
Verify found object is actually a commit in Commit.find
2015-03-13 09:47:50 -07:00
Dmitriy Zaporozhets
c02d891cb5
Merge branch 'master' into new-emoji
...
Conflicts:
Gemfile.lock
2015-03-11 18:02:37 -07:00
Dmitriy Zaporozhets
d2d709a252
Update html-pipeline and emoji
2015-03-11 16:05:01 -07:00
Dmitriy Zaporozhets
5c4f567ea0
Bump gitlab_git to v7.1.0. It should fix a lot of encoding issues
2015-03-11 13:52:55 -07:00
Dmitriy Zaporozhets
c17e11ca27
Bump gitlab_git to fix 500 with annotated tags w/o message
2015-03-05 11:35:36 -08:00
Dmitriy Zaporozhets
d07b2e09fe
Merge branch 'timeout' into 'master'
...
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
2015-03-05 02:28:58 +00:00
Dmitriy Zaporozhets
94229f24c7
Update spring to 1.3.3
2015-03-04 15:10:31 -08:00
Douwe Maan
516bcabbf4
Increase timeout for Git-over-HTTP requests.
2015-03-04 23:20:47 +01:00
Dmitriy Zaporozhets
61acaff5a1
Bump gitlab_git to rc15
2015-03-04 10:49:48 -08:00
Dmitriy Zaporozhets
5b2b9a1f1f
Add brakeman gem
2015-03-02 17:28:47 -08:00
Dmitriy Zaporozhets
0d884ff2b1
Merge branch 'extend_markdown_upload' into 'master'
...
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
2015-02-25 23:36:03 +00:00
Dmitriy Zaporozhets
a52529f9b6
Merge branch 'bitbucket-import'
...
Conflicts:
app/views/import/gitorious/status.html.haml
db/schema.rb
2015-02-25 09:21:45 -08:00
Douwe Maan
5f7a3e1bbd
Merge branch 'master' into extend_markdown_upload
...
# Conflicts:
# app/controllers/files_controller.rb
2015-02-25 11:59:25 +01:00
Dmitriy Zaporozhets
ecb12f2111
Merge branch 'master' into update_grack
...
Conflicts:
Gemfile.lock
2015-02-24 11:51:08 -08:00
Valery Sizov
545f12d548
update gitlab-linguist
2015-02-24 20:46:52 +02:00
Douwe Maan
ad6d623234
Add Bitbucket importer.
2015-02-24 15:07:24 +01:00
Douwe Maan
0283fff591
Merge branch 'master' into extend_markdown_upload
...
# 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
2015-02-24 14:54:39 +01:00
Valery Sizov
63c4f3ca76
update gitlab-grack to 2.0.0.rc2
2015-02-24 13:20:04 +02:00
Dmitriy Zaporozhets
4932accb3f
Merge pull request #8783 from jvanbaarsen/spring-update
...
Updated spring
2015-02-23 23:46:53 -08:00
Dmitriy Zaporozhets
87b04868a1
Create Aside js class for handling all sidebars in UI for mobile devices
2015-02-21 22:01:27 -08:00
Douwe Maan
d2ebdf664b
Refactor.
2015-02-17 22:23:31 +01:00
Jeroen van Baarsen
de1c450abd
Started on the rspec upgrade
...
Signed-off-by: Jeroen van Baarsen <jeroenvanbaarsen@gmail.com >
2015-02-12 16:48:53 +01:00
Jeroen van Baarsen
597359b04f
Updated spring
...
Signed-off-by: Jeroen van Baarsen <jeroenvanbaarsen@gmail.com >
2015-02-12 14:23:15 +01:00
Dmitriy Zaporozhets
0a34f2dcb5
Merge pull request #8580 from j0k3r/asana
...
Add Asana service
2015-02-08 01:12:41 -08:00
Valery Sizov
5194214e3a
GitLab integration. Importer
2015-02-05 12:50:34 -08:00
Dmitriy Zaporozhets
76027e5efd
Add rubocop and remove rails_best_practices gem
2015-02-02 18:54:27 -08:00
Jeremy
b4d9ceb26f
Add Asana service
...
Also add ability to render "service.help" in markdown
2015-02-02 09:59:42 +01:00
Dmitriy Zaporozhets
fd713572f6
Merge pull request #8687 from tsigo/rs-pry-rails
...
Use pry-rails gem instead of pry
2015-01-29 22:40:55 -08:00
Robert Speicher
ed17adfbcd
Update shoulda-matchers
...
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`.
2015-01-29 13:14:30 -05:00
Robert Speicher
ff56b2d9ed
Use pry-rails gem instead of pry
...
pry-rails has pry as a dependency and this lets us have all that pry
when we run `rails console` ❤️
2015-01-29 13:13:12 -05:00
Dmitriy Zaporozhets
815e9aa283
Merge branch 'master' of dev.gitlab.org:gitlab/gitlabhq into haynes/gitlab-ce-commit_calendar
2015-01-28 22:52:44 -08:00
Hannes Rosenögger
792ced2f41
Add a commit calendar to the user profile
2015-01-29 01:25:26 +01:00
yglukhov
4fefd353d8
Update semantic-ui-sass to 1.8
2015-01-27 15:14:52 +02:00
Vinnie Okada
0eed5cace3
Upgrade Sidekiq to 3.3
2015-01-21 04:44:33 +00:00
Stefan Tatschner
bf079c24af
Replace highlight.js with rouge-fork rugments
...
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.
2015-01-15 13:41:11 +01:00
Stefan Tatschner
377ae46005
Updated gollum-libs
...
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.
2015-01-15 13:13:54 +01:00
Valery Sizov
1c49c30119
doorkeeper update
2015-01-13 15:46:00 -08:00
Dmitriy Zaporozhets
bb1f8b1d8b
Merge branch 'github_importer'
...
Conflicts:
app/helpers/projects_helper.rb
2015-01-13 10:35:16 -08:00
Dmitriy Zaporozhets
13b86fcb02
Fix git blame on file not respecting branch selection
2015-01-10 19:50:35 -08:00
Dmitriy Zaporozhets
fe0174799d
Merge branch 'easy-dev-install' into 'master'
...
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
2015-01-11 01:39:43 +00:00
Valery Sizov and Valery Sizov
a9f7fd2c1a
Github Importer
2015-01-10 09:51:43 -08:00
Dmitriy Zaporozhets
21a6e32243
Merge branch 'ruby-2.2.0' of https://github.com/chulkilee/gitlabhq into chulkilee-ruby-2.2.0
2015-01-06 09:41:49 -08:00
Arif Ali
1d8dcfaf8b
fix deleted file display when using new gitlab_git gem, and add new gitlab_git gem
2014-12-30 21:59:38 +00:00
Chulki Lee
2b90aa0ec0
Update gems for ruby 2.2.0
2014-12-29 10:22:47 -08:00
Dmitriy Zaporozhets
3d3c7e743f
Merge branch 'check_browser_version' of https://github.com/vicvega/gitlabhq into vicvega-check_browser_version
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
Conflicts:
CHANGELOG
app/assets/stylesheets/generic/common.scss
2014-12-28 22:13:31 +02:00
Francesco Coda Zabetta
84b40a346a
check browser version, blacklisting outdated IE (version < 10)
2014-12-24 16:22:08 +01:00
Valery Sizov
e41dadcb33
Doorkeeper integration
2014-12-24 15:38:07 +02:00
Valery Sizov
15303bbfd7
add kerberos to Gemfile
2014-12-16 13:57:40 +02:00
Sytse Sijbrandij
7fcd0e8367
Require the ruby racer only in production since installing it on dev machines can cause a lot of problems. Hat tip to Jeroen van Baarsen
2014-12-15 09:44:29 +01:00
Jacob Vosmaer
18164afbcc
Update Sidekiq to 2.17.8
2014-12-04 18:11:49 +01:00