Skip to content
This repository has been archived by the owner on Mar 14, 2019. It is now read-only.

Commit

Permalink
Merge pull request #105 from stitchfix/deprecate
Browse files Browse the repository at this point in the history
Deprecate
  • Loading branch information
davetron5000 committed Mar 15, 2018
2 parents 7b1e91d + ae88533 commit 4fdd7f5
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 89 deletions.
16 changes: 0 additions & 16 deletions Dockerfile

This file was deleted.

2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ gem 'jbuilder'
gem 'spring', group: :development
gem 'bower-rails'
gem 'resque'
gem 'angular-rails-templates', git: "https://github.com/davetron5000/angular-rails-templates.git", branch: "patch-1"
gem 'angular-rails-templates'
gem 'puma'
gem "foreman"
gem "cron2english"
Expand Down
51 changes: 21 additions & 30 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,13 +1,3 @@
GIT
remote: https://github.com/davetron5000/angular-rails-templates.git
revision: 4c726ef8f26ccb1857d8b75f6f0daa99ed0ffa4f
branch: patch-1
specs:
angular-rails-templates (0.1.4)
railties (>= 3.1)
sprockets (~> 2)
tilt

GEM
remote: https://rubygems.org/
specs:
Expand Down Expand Up @@ -47,6 +37,10 @@ GEM
tzinfo (~> 1.1)
addressable (2.5.2)
public_suffix (>= 2.0.2, < 4.0)
angular-rails-templates (1.0.2)
railties (>= 4.2, < 6)
sprockets (>= 3.0, < 5)
tilt
arel (6.0.4)
aws-healthcheck (1.0.1)
rails (>= 3.0)
Expand Down Expand Up @@ -501,7 +495,7 @@ GEM
execjs
coffee-script-source (1.12.2)
concurrent-ruby (1.0.5)
crass (1.0.2)
crass (1.0.3)
cron2english (0.1.6)
dalli (2.7.6)
dogstatsd-ruby (3.0.0)
Expand All @@ -518,8 +512,7 @@ GEM
thor (~> 0.19.1)
globalid (0.4.1)
activesupport (>= 4.2.0)
hike (1.2.3)
i18n (0.9.0)
i18n (0.9.5)
concurrent-ruby (~> 1.0)
jbuilder (2.7.0)
activesupport (>= 4.2.0)
Expand All @@ -529,30 +522,30 @@ GEM
rails-dom-testing (>= 1, < 3)
railties (>= 4.2.0)
thor (>= 0.14, < 2.0)
loofah (2.1.1)
loofah (2.2.0)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
mail (2.7.0)
mini_mime (>= 0.1.1)
metaclass (0.0.4)
mini_mime (0.1.4)
mini_portile2 (2.3.0)
minitest (5.10.3)
minitest (5.11.3)
mocha (1.3.0)
metaclass (~> 0.0.1)
mono_logger (1.1.0)
multi_json (1.12.2)
multi_json (1.13.1)
newrelic_rpm (4.5.0.337)
nokogiri (1.8.1)
nokogiri (1.8.2)
mini_portile2 (~> 2.3.0)
poltergeist (1.16.0)
capybara (~> 2.1)
cliver (~> 0.3.1)
websocket-driver (>= 0.2.0)
public_suffix (3.0.0)
puma (3.10.0)
rack (1.6.8)
rack-protection (1.5.3)
rack (1.6.9)
rack-protection (1.5.5)
rack
rack-test (0.6.3)
rack (>= 1.0)
Expand All @@ -570,8 +563,8 @@ GEM
sprockets-rails
rails-deprecated_sanitizer (1.0.3)
activesupport (>= 4.2.0.alpha)
rails-dom-testing (1.0.8)
activesupport (>= 4.2.0.beta, < 5.0)
rails-dom-testing (1.0.9)
activesupport (>= 4.2.0, < 5.0)
nokogiri (~> 1.6)
rails-deprecated_sanitizer (>= 1.0.1)
rails-html-sanitizer (1.0.3)
Expand All @@ -586,7 +579,7 @@ GEM
activesupport (= 4.2.10)
rake (>= 0.8.7)
thor (>= 0.18.1, < 2.0)
rake (12.2.1)
rake (12.3.0)
rb-fsevent (0.10.2)
rb-inotify (0.9.10)
ffi (>= 0.5.0, < 2)
Expand Down Expand Up @@ -632,11 +625,9 @@ GEM
tilt (>= 1.3, < 3)
spring (2.0.2)
activesupport (>= 4.2)
sprockets (2.12.4)
hike (~> 1.2)
multi_json (~> 1.0)
rack (~> 1.0)
tilt (~> 1.1, != 1.3.0)
sprockets (3.7.1)
concurrent-ruby (~> 1.0)
rack (> 1, < 3)
sprockets-rails (2.3.3)
actionpack (>= 3.0)
activesupport (>= 3.0)
Expand All @@ -647,8 +638,8 @@ GEM
teaspoon (>= 1.0.0)
thor (0.19.4)
thread_safe (0.3.6)
tilt (1.4.1)
tzinfo (1.2.4)
tilt (2.0.8)
tzinfo (1.2.5)
thread_safe (~> 0.1)
uglifier (3.2.0)
execjs (>= 0.3.0, < 3)
Expand All @@ -664,7 +655,7 @@ PLATFORMS
ruby

DEPENDENCIES
angular-rails-templates!
angular-rails-templates
aws-healthcheck
aws-sdk
bower-rails
Expand Down
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
# resque-brain: a better resque-web

[![Dependency Status](https://gemnasium.com/stitchfix/resque-brain.svg)](https://gemnasium.com/stitchfix/resque-brain)
![build status](https://travis-ci.org/stitchfix/resque-brain.svg?branch=master)
**This app is no longer maintained**

* If you would like to take ownership of this app, please reach out to us.
* We still use this app internally, but it's too difficult to maintain as open source while also making it work with our internal
deployment tools.

----

resque-brain is a web app to monitor and manage multiple [Resque][resque] instances. It is superior to resque-web in three important ways:

Expand Down
40 changes: 0 additions & 40 deletions circle.yml

This file was deleted.

0 comments on commit 4fdd7f5

Please sign in to comment.