Commit Graph

339 Commits

Author SHA1 Message Date
Sam
ca2309c6ec correct concurrency issue in message bus 2015-05-06 13:19:41 +10:00
Erick Guan
b772ff6e13 FEATURE: add slug geneartion options 2015-05-05 18:08:30 +08:00
Sam
4408ea2a42 FIX: if redis is flushed message bus will keep working
also remove message bus dependency on eventmachine
2015-05-04 10:03:22 +10:00
Sam
4f1c6a30cd Update logster so it does not crash error reporting where redis is down 2015-05-01 17:21:14 +10:00
Godfrey Chan
0887f33d77
Bump to sass-rails 4.0.5 for Rails 4.2 support 2015-04-28 23:19:45 -04:00
Godfrey Chan
233f56b6aa
AMS 0.8.3 was released with the patch we want 2015-04-28 23:15:26 -04:00
Sam
4eaee8f611 Merge pull request #3377 from scossar/auto-rtl
Auto rtl
2015-04-28 07:58:35 +10:00
Sam
0f6d9f749c Merge pull request #3397 from zzakcanncode/bumprails41
Bump rails to latest patch 4.1 release. (4.1.10)
2015-04-28 07:52:48 +10:00
Arthur Neves
f84541b1ba
Update rspec to rspec 3.2.0 2015-04-25 18:29:43 -04:00
Arthur Neves
e6655e7d7e
Bump rails to latest patch 4.1 release. (4.1.10)
We should be using the latest patch release of the current supported
version.
Also this adds a more explicit version of rails on the Gemfile. This is
will help to test on rails 4.2 and master.
2015-04-24 15:36:46 -04:00
Sam
d186de05f4 update logster 2015-04-16 12:36:48 +10:00
Simon Cossar
4b8ad7637c Remove old styles from rtl.scss. Add new styles to fix some positioning. 2015-04-14 19:19:11 -07:00
Sam
9191fbe9fb Upgrade ruby racer so we can remove our freedom patch 2015-04-15 09:21:52 +10:00
Régis Hanol
f180d22025 update onebox 2015-04-06 10:50:16 +02:00
Sam
536c930090 update message bus so we pick up on Exception -> StandardError change 2015-03-23 12:26:18 +11:00
Sam
8bc5de665b message bus upgrade to correct polling in background tabs 2015-03-20 09:01:32 +11:00
Sam
59a2f622c6 FIX: pause processing background messages while saving a post 2015-03-16 18:27:18 +11:00
Sam
927f14ebda update more gems 2015-03-10 11:32:51 +11:00
Sam
710f33b135 more gem updates 2015-03-10 11:26:32 +11:00
Sam
34fcad154e more gem updates (this is all part of preparing for a new docker image) 2015-03-10 11:23:11 +11:00
Sam
7835bb90ef update gems 2015-03-10 11:09:49 +11:00
Robin Ward
26a9c35293 FIX: Allow logster to report errors in a subfolder 2015-03-09 15:52:24 -04:00
Robin Ward
4691fe35b3 FIX: 6to5 was renamed to Babel
I can't believe they just pulled the old gem and broke people deploying
our site to production. I get it, your name changed, but don't break
other people's apps with no deprecations.
2015-03-05 13:08:32 -05:00
Sam
669247f16f update lru redux to latest (fixes issue under jruby) 2015-03-02 09:31:28 +11:00
Sam
9d3c7f4a52 FIX: update logster fixes ?test causing a 500 2015-02-27 12:30:34 +11:00
Sam
4806004185 update rack-mini-profiler 2015-02-27 12:22:00 +11:00
Sam
ff4bbf51d2 Gem updates 2015-02-26 15:29:04 +11:00
Robin Ward
7e2dd2463e Bump onebox version. 2015-02-24 10:50:19 -05:00
Sam
b5bcf7bf3d update some testing gems 2015-02-16 07:17:45 +11:00
Sam
c867074e0e Update gems, hiredis contained a confirmed memory leak 2015-02-16 07:12:26 +11:00
Sam
43375c8b15 FIX: upgrade event machine
1.0.5 and 1.0.6 contain confirmed memory leaks
2015-02-16 07:06:19 +11:00
Sam
bd8d8b2b49 Revert "Revert "update gems" , may be causing mem leak"
This reverts commit 112e82d11a.
2015-02-16 07:04:50 +11:00
Sam
0b7c92166c upgrade pg, appears to be false positive 2015-02-15 08:27:35 +11:00
Sam
112e82d11a Revert "update gems" , may be causing mem leak
This reverts commit 5eea774f54.
2015-02-15 08:25:58 +11:00
Sam
cd0fa12562 FIX: downgrade pg to stop memory leak 2015-02-13 10:10:15 +11:00
Sam
e96dbd6f06 Revert "Upgrade i18n gem"
This reverts commit dde24c4ddb.
2015-02-12 12:11:49 +11:00
Sam
dde24c4ddb Upgrade i18n gem 2015-02-12 12:05:19 +11:00
Sam
c5fde808cf PERF: remove addressable gem, its consuming huge amount of memory 2015-02-11 14:30:12 +11:00
Sam
d5405eebde Add basic snapshot comparison for tracking memory leaks 2015-02-10 15:54:16 +11:00
Robin Ward
a65e0a80ba Add support for more ES6 features 2015-02-06 13:26:33 -05:00
Régis Hanol
d8f8e03128 update onebox 2015-02-06 12:26:12 +01:00
Robin Ward
d0630b7f26 Update to latest onebox gem 2015-02-03 12:55:41 -05:00
Sam
5eea774f54 update gems 2015-02-03 10:31:37 +11:00
Sam
0f1bd60ab2 update gems 2015-02-03 10:24:24 +11:00
Sam
d1dd0d888a FIX: message bus was causing constant redis growth
(minor amount of space but it adds up)
2015-02-03 10:22:40 +11:00
Régis Hanol
0500638900 FIX: ⬆️ update onebox gem for more dailymotion.com support 2015-01-23 19:57:01 +01:00
Robin Ward
87cfbfa117 Another imgur onebox fix 2015-01-22 14:53:11 -05:00
Robin Ward
08cc9bc6ef Update onebox gem for more Imgur support 2015-01-22 14:10:46 -05:00
Robin Ward
514a45b0c1 SECURITY: Don't whitelist codepen as it is a potential vector for abuse 2015-01-21 13:57:28 -05:00
ojab
b2eacae4fb bundle update rbtrace for mri-2.2.0 compatibility 2015-01-10 02:45:27 +03:00