- 11 Jul, 2016 1 commit
-
-
DJ Mountney authored
This allows us to drop our disable email config override
-
- 10 Jul, 2016 1 commit
-
-
Robert Speicher authored
-
- 08 Jul, 2016 1 commit
-
-
Connor Shea authored
-
- 04 Jul, 2016 2 commits
-
-
Kamil Trzcinski authored
-
Paco Guzman authored
-
- 03 Jul, 2016 1 commit
-
-
Takuya Noguchi authored
-
- 02 Jul, 2016 1 commit
-
- 01 Jul, 2016 6 commits
-
-
Connor Shea authored
Includes Rails 5 support and various bug fixes. Changelog: https://github.com/doorkeeper-gem/doorkeeper/blob/master/NEWS.md#400
-
Connor Shea authored
Also upgrade its dependencies. Includes Rails 5 support. Changelogs: rspec-rails: https://github.com/rspec/rspec-rails/compare/v3.4.2...v3.5.0 rspec-core: https://github.com/rspec/rspec-core/compare/v3.4.0...v3.5.0 rspec-support: https://github.com/rspec/rspec-support/compare/v3.4.0...v3.5.0 rspec-expectations: https://github.com/rspec/rspec-expectations/compare/v3.4.0...v3.5.0 rspec-mocks: https://github.com/rspec/rspec-mocks/compare/v3.4.0...v3.5.0 rspec: https://github.com/rspec/rspec/compare/v3.4.0...v3.5.0
-
Connor Shea authored
Includes support for Rack 2. Changelog: https://github.com/macournoyer/thin/blob/master/CHANGELOG
-
Connor Shea authored
Adds a dependency on Sinatra and allows Sinatra 2 for eventual support of Rack 2. Changelog: https://github.com/mperham/sidekiq/blob/master/Changes.md#414
-
Connor Shea authored
Adds Rails 5 support. Changelog: https://github.com/mbleigh/seed-fu/blob/master/CHANGELOG.md#version-236
-
Connor Shea authored
Changelog: https://github.com/intridea/oauth2/compare/v1.0.0...v1.2.0 Follow-up on !3434 since 1.2.0 doesn't limit the JWT version we can use.
-
- 30 Jun, 2016 4 commits
-
-
Connor Shea authored
Upgrade sass-rails from 5.0.4 to 5.0.5. Includes support for Rails 5. Changelog: https://github.com/rails/sass-rails/releases
-
Connor Shea authored
quiet_assets has been seemingly abandoned, and now sprockets-rails has the feature built-in! From this PR: https://github.com/rails/sprockets-rails/pull/355
-
Connor Shea authored
Upgrade Sprockets from 3.6.0 to 3.6.2. Changelog: https://github.com/rails/sprockets/blob/3.x/CHANGELOG.md Upgrade Sprockets Rails from 3.0.4 to 3.1.1. Changelog: https://github.com/rails/sprockets-rails/compare/v3.0.4...v3.1.1
-
Z.J. van de Weg authored
-
- 29 Jun, 2016 5 commits
-
-
Connor Shea authored
No reason to split it into a separate gem when the gem barely did anything. We can use gemojione directly, making updating gemojione that much easier. Also fix the Rake task and update gemojione to 2.6.1. This adds the EmojiOne Spring update. Changelog: https://github.com/jonathanwiesel/gemojione/blob/master/CHANGELOG.md
-
Josh Frye authored
-
jbub authored
-
Josh Frye authored
-
Josh Frye authored
-
- 27 Jun, 2016 1 commit
-
-
Patricio Cano authored
-
- 24 Jun, 2016 1 commit
-
-
Connor Shea authored
Changelog: https://github.com/getsentry/raven-ruby/releases
-
- 23 Jun, 2016 4 commits
-
-
Connor Shea authored
-
Stan Hu authored
-
Stan Hu authored
Closes #18690
-
Pirate Praveen authored
-
- 22 Jun, 2016 1 commit
-
-
connorshea authored
Hamlit is a library that's faster than Haml while implementing most of its features: https://github.com/k0kubun/hamlit Not sure if this breaks anything, but as far as I can tell most things work the same. No obvious regressions that I've been able to find.
-
- 21 Jun, 2016 1 commit
-
-
Lin Jen-Shin authored
Which includes the fix from: https://github.com/tpitale/mail_room/pull/73
-
- 20 Jun, 2016 1 commit
-
-
Stan Hu authored
Fixes https://github.com/fnando/browser/issues/241
-
- 16 Jun, 2016 4 commits
-
-
Stan Hu authored
-
Jacob Vosmaer authored
-
James Lopez authored
This reverts commit 13e37a3e.
-
James Lopez authored
-
- 14 Jun, 2016 1 commit
-
-
Yorick Peterse authored
This allows it to be used on Ruby 2.3 without it crashing all the time.
-
- 13 Jun, 2016 3 commits
-
-
James Lopez authored
-
Kamil Trzcinski authored
-
Connor Shea authored
Removes a few dependencies. Changelog: https://github.com/presidentbeef/brakeman/blob/master/CHANGES
-
- 12 Jun, 2016 1 commit
-
-
Stan Hu authored
Here was the problem: 1. When determining whether a given blob is viewable text, gitlab_git reads the first 1024 bytes and checks with Linguist whether it is a text or binary file. 2. If the blob is text, GitLab will attempt to display it. 3. However, if the text has binary characters after the first 1024 bytes, then GitLab will attempt to load the entire contents, but the encoding will be ASCII-8BIT since there are binary characters. 4. The Error 500 results when GitLab attempts to display a mix UTF-8 and ASCII-8BIT. To fix this, we load as much data as we are willing to display so that the detection will work properly. Requires an update to gitlab_git: gitlab-org/gitlab_git!86 Closes #13826
-