intuit / heirloom

Maintenance Mode - Build, deploy and manage archives and their metadata in S3 and SimpleDB.
MIT License
15 stars 11 forks source link

Truncate tags to 1024 chars before inserting into SimpleDB #63

Closed weavenet closed 12 years ago

weavenet commented 12 years ago

< 1024 currently blows up

See http://ci.intuit-lc.com/job/live_community/492/changes

Changes:

[bradlyf] Squashed commit of the following:


[...truncated 206 lines...]

== AddReadNotificationsAtToUsers: migrating ================================== -- add_column(:users, :notifications_read_at, :datetime) -> 0.0494s == AddReadNotificationsAtToUsers: migrated (0.0495s) =========================

== CreateNotifications: migrating ============================================ -- create_table(:notifications) -> 0.0088s -- add_index(:notifications, :user_id) -> 0.0202s -- add_index(:notifications, :community_id) -> 0.0226s == CreateNotifications: migrated (0.0517s) ===================================

== AddNotificationsCountToUsers: migrating =================================== -- add_column(:users, :notifications_count, :integer, {:default=>0}) -> 0.1015s == AddNotificationsCountToUsers: migrated (0.1016s) ==========================

live_community already exists == RemoveNotifyOnNewAnswerToUsersQuestionInUsers: migrating ================== -- remove_column(:users, :notify_on_new_answer_to_users_question) -> 0.0343s == RemoveNotifyOnNewAnswerToUsersQuestionInUsers: migrated (0.0344s) =========

== AddReadNotificationsAtToUsers: migrating ================================== -- add_column(:users, :notifications_read_at, :datetime) -> 0.0307s == AddReadNotificationsAtToUsers: migrated (0.0308s) =========================

== CreateNotifications: migrating ============================================ -- create_table(:notifications) -> 0.0117s -- add_index(:notifications, :user_id) -> 0.0272s -- add_index(:notifications, :community_id) -> 0.0273s == CreateNotifications: migrated (0.0663s) ===================================

== AddNotificationsCountToUsers: migrating =================================== -- add_column(:users, :notifications_count, :integer, {:default=>0}) -> 0.0789s == AddNotificationsCountToUsers: migrated (0.0790s) ==========================

/usr/local/rvm/rubies/ruby-1.9.3-p125/bin/ruby /usr/local/rvm/gems/ruby-1.9.3-p125@global/bin/rake assets:precompile:all RAILS_ENV=production RAILS_GROUPS=assets 2012-09-04 19:17:19 -0400 INFO : Archiving with: cd . && tar czf /tmp/archive.tar.gz20120904-2070-1fs3fyq public .gitignore Gemfile.lock .yardopts .build log config.ru app vendor .rvmrc lib doc Gemfile spec script tmp config .rspec README.rdoc .env.example db Rakefile Guardfile 2012-09-04 19:17:21 -0400 INFO : Adding entry b087eac7a0c6c28ced82ac1cf6c94384ca93c70f. 2012-09-04 19:17:21 -0400 INFO : Git sha: b087eac7a0c6c28ced82ac1cf6c94384ca93c70f 2012-09-04 19:17:21 -0400 INFO : Git abbreviated_sha: b087eac 2012-09-04 19:17:21 -0400 INFO : Git message: Squashed commit of the following: commit 8e39c5d248bd4dbd4f97eb76568436a29a5d80d0 Author: Bradly Feeley bradlyf@gmail.com Date: Tue Sep 4 15:26:33 2012 -0700 Finishing up view all page. commit 329eb508bdd080e832ee78211aebc7eeb1dcf41f Author: Jonathan Chay jonchay@gmail.com Date: Tue Sep 4 10:07:42 2012 -0700 Minor styling of notifications popover commit 6b43560f848448304b20febe1eb92bdee606acd7 Author: Jonathan Chay jonchay@gmail.com Date: Tue Sep 4 10:07:13 2012 -0700 Reverting Twitter bootstrap back to stable release of v2.0.4 commit 30eb6364b03cc62002ac231e9a30c7be30390547 Author: Jonathan Chay jonchay@gmail.com Date: Tue Sep 4 09:41:02 2012 -0700 Included popover styling from TBv2.1 for our current TBv2.0.4 commit ea25197ed67d2b8bcafb0e862134d421b1f9fcbe Author: Jonathan Chay jonchay@gmail.com Date: Mon Sep 3 15:27:17 2012 -0700 Added rspec testing for Notification model commit 051595ead7327adc1ea9008438f467836bc0bf4b Author: Jonathan Chay jonchay@gmail.com Date: Mon Sep 3 14:38:21 2012 -0700 Adding default length of Notifications' snippet commit a0878fe7d524c547a670e6cc424bccf723285437 Author: Jonathan Chay jonchay@gmail.com Date: Fri Aug 31 09:22:54 2012 -0700 Improved popover functionality to hide when click elsewhere commit f10407937fb84fd47340c17004e7514f0fc5f6c4 Author: Bradly Feeley bradlyf@gmail.com Date: Thu Aug 30 14:25:48 2012 -0700 Remvoing dynamoid. commit 5d9b590a80d3779029a53dd34d161016b3321c2c Author: Jonathan Chay jonchay@gmail.com Date: Thu Aug 30 13:40:42 2012 -0700 Polymorphic link_to objects, individual controllers will handle redirection commit 50bef09252316605db9dd08b3143b9cde6b844cb Author: Jonathan Chay jonchay@gmail.com Date: Thu Aug 30 13:40:00 2012 -0700 Redirect to questions page where the vote of the answer resides commit c10818fd54bc991e181a957742838b2610d99f8c Author: Jonathan Chay jonchay@gmail.com Date: Thu Aug 30 13:39:33 2012 -0700 Allow no parameters pass to redirect_to_post function commit 6e225557e9b4e90556b8be8112a28b1f8e96c774 Author: Jonathan Chay jonchay@gmail.com Date: Thu Aug 30 13:38:39 2012 -0700 Allow redirection to answers' parent when clicked from notifications commit 1303e35e50fe6a5a54f5b08be559726e260c0e40 Author: Jonathan Chay jonchay@gmail.com Date: Thu Aug 30 11:21:15 2012 -0700 Added destroy dependency for Notifications to prevent broken linking and Notification history commit acaa1b11fc5902b118f3385210344eff4795d9e7 Author: Jonathan Chay jonchay@gmail.com Date: Thu Aug 30 11:20:33 2012 -0700 Fixing parameters for Broadcast trigger, fixing email variables commit d5761dfab986a1d3b7ec04d202b1d32703359dc5 Author: Jonathan Chay jonchay@gmail.com Date: Thu Aug 30 11:19:55 2012 -0700 Refactored updating User read_notifications_at and notifications_count to model. Added helper to generate suitable popover anchor text commit 2ea5290bf66f15125e14975f442383861295dc00 Author: Jonathan Chay jonchay@gmail.com Date: Thu Aug 30 11:17:59 2012 -0700 Improve styling of notifications popover commit 8e0af7dba6e047a8a4d2d16c3145b417454e2ae2 Author: Jonathan Chay jonchay@gmail.com Date: Thu Aug 30 10:13:38 2012 -0700 Adding migration file for notifications_count commit 8f65891fab9edc619a86fcb9ca96ede5e218da32 Author: Jonathan Chay jonchay@gmail.com Date: Thu Aug 30 09:52:06 2012 -0700 Adding notifications counter cache to User. Resets to 0 when ajax call is fired commit 6273ecf10b885f65469d7748a2cae3df85f2158b Author: Bradly Feeley bradlyf@gmail.com Date: Thu Aug 30 08:50:29 2012 -0700 Starting all notifications page. commit 6667494ab6cffd88a6973d17060567ae2f51716a Author: Bradly Feeley bradlyf@gmail.com Date: Wed Aug 29 16:59:09 2012 -0700 Creating notifications view all page. commit 903683f2d14cb24e7b6146cb333c55ca05a38e4a Author: Bradly Feeley bradlyf@gmail.com Date: Wed Aug 29 16:58:09 2012 -0700 I'm terrible at spelling. commit e990247531ee78aa0c01984fdd264bbbefd76f97 Author: Jonathan Chay jonchay@gmail.com Date: Wed Aug 29 16:42:32 2012 -0700 Corrected function name spelling, fixed conditional class type commit f44264fa095bbd6c0fbd17d11cbe583ff4b50a53 Author: Jonathan Chay jonchay@gmail.com Date: Wed Aug 29 16:40:48 2012 -0700 Decrease char length of notification snippets. Fixed vote snippet call to parents' body. commit c9aeb38495d8265edbc0d35adc2e586c4e6f039a Author: Jonathan Chay jonchay@gmail.com Date: Wed Aug 29 16:39:59 2012 -0700 Fixing parameters passed for triggering Broadcast commit 7f317a38897bcac53f1dfbaaca19349a85303ede Author: Bradly Feeley bradlyf@gmail.com Date: Wed Aug 29 16:30:24 2012 -0700 Adding users#notifications action. commit 61550727da8c16f4128d00824a588122697e417d Author: Bradly Feeley bradlyf@gmail.com Date: Wed Aug 29 16:30:03 2012 -0700 Removing extra columns from Jonathan's db. commit e79b8255a8f8fd07147bb771f86e37a0f94d39dc Author: Bradly Feeley bradlyf@gmail.com Date: Wed Aug 29 16:29:32 2012 -0700 Refactoring the user's member routes to be more readable. commit 49d6ee90f268838e7adb1a53185402bf98b0d8a9 Author: Jonathan Chay jonchay@gmail.com Date: Wed Aug 29 16:08:35 2012 -0700 Fixed actor display name, refactored recent user notification code commit f9862678cb4dde5f06301b4a645cb2bdd001b87a Author: Jonathan Chay jonchay@gmail.com Date: Wed Aug 29 16:07:14 2012 -0700 Added order by created_at DESC in default_scope and last 5 records as :recent scope for Notifications commit 9084b798d3b8429d01ba8f0ae06298207eb58fbf Author: Jonathan Chay jonchay@gmail.com Date: Wed Aug 29 16:05:46 2012 -0700 Fixed newly created Notifications from Broadcast commit 05fb5bd59d4d7cbfad5ce1c31659dbfb08ec9f28 Author: Jonathan Chay jonchay@gmail.com Date: Wed Aug 29 16:04:32 2012 -0700 Simplified icons returned commit b570acced7f85776944df2adbf2d13c250b695eb Author: Jonathan Chay jonchay@gmail.com Date: Wed Aug 29 15:36:51 2012 -0700 Removing unwanted spec test commit 9f9d41c7b5033711ca664c616e479c59f43c35f9 Author: Jonathan Chay jonchay@gmail.com Date: Wed Aug 29 15:35:29 2012 -0700 Fixed path to render file commit 6717a0f40581bb6d4aea4fa96ef4492a5c56e5ad Author: Jonathan Chay jonchay@gmail.com Date: Wed Aug 29 15:33:57 2012 -0700 Removing :as from actionable association, belongs_to does not support commit fe4710301d46e18cb03aaa85762af77382579a84 Author: Jonathan Chay jonchay@gmail.com Date: Wed Aug 29 12:14:52 2012 -0700 Defining methods in Notification model commit e305a4cc45811efe043e871a8c876f92a69aa0ed Author: Jonathan Chay jonchay@gmail.com Date: Wed Aug 29 12:05:31 2012 -0700 Added polymorphic to Notification commit 6d18a76a8dba330809b9e70fea86db91a68d57e4 Author: Jonathan Chay jonchay@gmail.com Date: Wed Aug 29 11:57:16 2012 -0700 Adding validations to Notification model commit 6f11dac046b44c93f8ed668f8a72fbbe909b2bad Author: Jonathan Chay jonchay@gmail.com Date: Wed Aug 29 11:52:19 2012 -0700 Create Notification model and table commit f8d2dcc060f630fc539e1a672d8c6a4ec09a94be Author: Jonathan Chay jonchay@gmail.com Date: Wed Aug 29 11:33:57 2012 -0700 Refactored Notification model to Broadcast commit 423e5223ce36dc6b8ea44a31c9d6967884dbb35c Author: Bradly Feeley bradlyf@gmail.com Date: Wed Aug 29 11:33:10 2012 -0700 Removing push channel tests. commit 5c883e6f9d5624a422f07b0079433a9352bf8dc0 Author: Bradly Feeley bradlyf@gmail.com Date: Wed Aug 29 11:26:31 2012 -0700 Removing dynamo code. commit 7e701fa3a1db382fb1c97555e33df7e51cdd2ecd Author: Bradly Feeley bradlyf@gmail.com Date: Wed Aug 29 11:22:51 2012 -0700 Removing unused pusher channel. commit 405b8d9e431ab5e6680b6e9cb4d752d3047bbccd Author: Bradly Feeley bradlyf@gmail.com Date: Wed Aug 29 11:18:00 2012 -0700 Removing leftover view. commit 22f2726974cdd3ee8c9cbcda16fa9d6bb8a5f963 Author: Bradly Feeley bradlyf@gmail.com Date: Wed Aug 29 11:16:43 2012 -0700 Forgot Jonathan's changes when renaming the file. commit f78503d39d53ae5fc8c1a585de7d03a437d0b92e Author: Bradly Feeley bradlyf@gmail.com Date: Wed Aug 29 11:13:11 2012 -0700 Renaming notification_records and notifications in the views. commit b0fa4a09f20965b42f720308f35449f1d3ab8179 Author: Bradly Feeley bradlyf@gmail.com Date: Wed Aug 29 11:08:20 2012 -0700 Renaming the notification templates views directory to brodcasts. commit c86de3b13cfa97d6c5a100fca95f1c178f68b0c1 Author: Jonathan Chay jonchay@gmail.com Date: Wed Aug 29 10:57:06 2012 -0700 Adding show resource on comments commit 1b9bcc912ebc9f946c3032c7e267896138e18d9c Author: Jonathan Chay jonchay@gmail.com Date: Wed Aug 29 10:52:05 2012 -0700 Changing jobs to Broadcast commit 3639bab5c0fdc1cea5f0e3f046f7d014dabb480a Author: Jonathan Chay jonchay@gmail.com Date: Wed Aug 29 10:32:47 2012 -0700 Initial work to notification linking commit 62cb8730f6c8e3e6a9658778eda59fb02d1d2f17 Author: Jonathan Chay jonchay@gmail.com Date: Tue Aug 28 15:57:08 2012 -0700 Refactored styling commit e01c96ce6240dc387d76914ab4668d93366d5c49 Author: Bradly Feeley bradlyf@gmail.com Date: Wed Aug 29 10:51:16 2012 -0700 Renaming underscore helper. commit 6d4c425c5b1d94e1934caef95438b8f7d4079504 Author: Jonathan Chay jonchay@gmail.com Date: Tue Aug 28 11:49:19 2012 -0700 Initial styling and hover on notification popover commit 17f15ec51e26b9e8839a300daa21ccd6917bc437 Author: Jonathan Chay jonchay@gmail.com Date: Tue Aug 28 11:47:57 2012 -0700 Intial styling of notification commit 7ee067dbf62d5dde2ce496acaaed7ca9ca07dba2 Author: Jonathan Chay jonchay@gmail.com Date: Mon Aug 27 14:36:09 2012 -0700 Fixing new comment on answer notification commit 22474fad54d528fbd1dff7201d1a0c86cfdecdb2 Author: Jonathan Chay jonchay@gmail.com Date: Fri Aug 24 16:19:14 2012 -0700 Intial ajax notifications commit ddd215f4c0e2a6c95ec9845680c990659a43eca0 Author: Bradly Feeley bradlyf@gmail.com Date: Mon Aug 27 14:33:48 2012 -0700 Adding vote up job. commit 15908224718bc3e8b2571092afcffa13610dd6e7 Author: Bradly Feeley bradlyf@gmail.com Date: Mon Aug 27 11:13:26 2012 -0700 Fixing snippet. commit 2e05177238262f585e33885cc58810c66b2f1ac6 Author: Bradly Feeley bradlyf@gmail.com Date: Fri Aug 24 16:01:45 2012 -0700 Removing partitioning from dynamoid. commit 1db02c024bdacfab1b32c7a33e33297176258391 Author: Bradly Feeley bradlyf@gmail.com Date: Thu Aug 23 17:52:06 2012 -0700 Saving snippet in dynamo as well. commit 0bc5794bdb3ef5601cf185f13594b35dc3453746 Author: Bradly Feeley bradlyf@gmail.com Date: Thu Aug 23 17:39:00 2012 -0700 Wiring up jobs with new notification changes Jonathan and I made. commit 1e766dcc5bafd25823a094158d0c01f12d12d5e4 Author: Jonathan Chay jonchay@gmail.com Date: Thu Aug 23 17:04:16 2012 -0700 Initial code to push records to DynamoDB commit 1d995c75b5b8c798565bdaf9c8b338b0e3072fa7 Author: Bradly Feeley bradlyf@gmail.com Date: Thu Aug 23 15:51:36 2012 -0700 Refactoring notification class with Jonathan. commit 7d1c6dfcbcf35652df160986150fdffdf973ebed Author: Bradly Feeley bradlyf@gmail.com Date: Thu Aug 23 14:39:52 2012 -0700 Trying my hand at a snippet method. commit 4e66e33edb3d3e17c21fcf9b42fe04d8f3873807 Author: Bradly Feeley bradlyf@gmail.com Date: Thu Aug 23 14:38:53 2012 -0700 Fixing some bugs and tweaking the Dynamoid config and model. commit eb64a30ed06be1439173d0b3f714b6dcb679acd0 Author: Bradly Feeley bradlyf@gmail.com Date: Wed Aug 22 12:02:31 2012 -0700 First shot at a dynamo back notification record model. /usr/lib/ruby/gems/1.9.1/gems/excon-0.14.3/lib/excon/connection.rb:272:in request_kernel': Expected(200) <=> Actual(400 Bad Request) (Excon::Errors::BadRequest) request => {:connect_timeout=>60, :headers=>{"Content-Type"=>"application/x-www-form-urlencoded; charset=utf-8", "Host"=>"sdb.us-west-1.amazonaws.com:443", "Content-Length"=>16928}, :instrumentor_name=>"excon", :mock=>false, :read_timeout=>60, :retry_limit=>4, :ssl_ca_file=>"/usr/lib/ruby/gems/1.9.1/gems/excon-0.14.3/data/cacert.pem", :ssl_verify_peer=>true, :write_timeout=>60, :host=>"sdb.us-west-1.amazonaws.com", :path=>"/", :port=>"443", :query=>nil, :scheme=>"https", :body=>"AWSAccessKeyId=AKIAJ6RXJW6N2O5DSQQA&Action=PutAttributes&Attribute.0.Name=sha&Attribute.0.Value=b087eac7a0c6c28ced82ac1cf6c94384ca93c70f&Attribute.1.Name=abbreviated_sha&Attribute.1.Value=b087eac&Attribute.2.Name=message&Attribute.2.Value=Squashed%20commit%20of%20the%20following%3A%20%20commit%208e39c5d248bd4dbd4f97eb76568436a29a5d80d0%20Author%3A%20Bradly%20Feeley%20%3Cbradlyf%40gmail.com%3E%20Date%3A%20%20%20Tue%20Sep%204%2015%3A26%3A33%202012%20-0700%20%20%20%20%20%20Finishing%20up%20view%20all%20page.%20%20commit%20329eb508bdd080e832ee78211aebc7eeb1dcf41f%20Author%3A%20Jonathan%20Chay%20%3Cjonchay%40gmail.com%3E%20Date%3A%20%20%20Tue%20Sep%204%2010%3A07%3A42%202012%20-0700%20%20%20%20%20%20Minor%20styling%20of%20notifications%20popover%20%20commit%206b43560f848448304b20febe1eb92bdee606acd7%20Author%3A%20Jonathan%20Chay%20%3Cjonchay%40gmail.com%3E%20Date%3A%20%20%20Tue%20Sep%204%2010%3A07%3A13%202012%20-0700%20%20%20%20%20%20Reverting%20Twitter%20bootstrap%20back%20to%20stable%20release%20of%20v2.0.4%20%20commit%2030eb6364b03cc62002ac231e9a30c7be30390547%20Author%3A%20Jonathan%20Chay%20%3Cjonchay%40gmail.com%3E%20Date%3A%20%20%20Tue%20Sep%204%2009%3A41%3A02%202012%20-0700%20%20%20%20%20%20Included%20popover%20styling%20from%20TBv2.1%20for%20our%20current%20TBv2.0.4%20%20commit%20ea25197ed67d2b8bcafb0e862134d421b1f9fcbe%20Author%3A%20Jonathan%20Chay%20%3Cjonchay%40gmail.com%3E%20Date%3A%20%20%20Mon%20Sep%203%2015%3A27%3A17%202012%20-0700%20%20%20%20%20%20Added%20rspec%20testing%20for%20Notification%20model%20%20commit%20051595ead7327adc1ea9008438f467836bc0bf4b%20Author%3A%20Jonathan%20Chay%20%3Cjonchay%40gmail.com%3E%20Date%3A%20%20%20Mon%20Sep%203%2014%3A38%3A21%202012%20-0700%20%20%20%20%20%20Adding%20default%20length%20of%20Notifications%27%20snippet%20%20commit%20a0878fe7d524c547a670e6cc424bccf723285437%20Author%3A%20Jonathan%20Chay%20%3Cjonchay%40gmail.com%3E%20Date%3A%20%20%20Fri%20Aug%2031%2009%3A22%3A54%202012%20-0700%20%20%20%20%20%20Improved%20popover%20functionality%20to%20hide%20when%20click%20elsewhere%20%20commit%20f10407937fb84fd47340c17004e7514f0fc5f6c4%20Author%3A%20Bradly%20Feeley%20%3Cbradlyf%40gmail.com%3E%20Date%3A%20%20%20Thu%20Aug%2030%2014%3A25%3A48%202012%20-0700%20%20%20%20%20%20Remvoing%20dynamoid.%20%20commit%205d9b590a80d3779029a53dd34d161016b3321c2c%20Author%3A%20Jonathan%20Chay%20%3Cjonchay%40gmail.com%3E%20Date%3A%20%20%20Thu%20Aug%2030%2013%3A40%3A42%202012%20-0700%20%20%20%20%20%20Polymorphic%20link_to%20objects%2C%20individual%20controllers%20will%20handle%20redirection%20%20commit%2050bef09252316605db9dd08b3143b9cde6b844cb%20Author%3A%20Jonathan%20Chay%20%3Cjonchay%40gmail.com%3E%20Date%3A%20%20%20Thu%20Aug%2030%2013%3A40%3A00%202012%20-0700%20%20%20%20%20%20Redirect%20to%20questions%20page%20where%20the%20vote%20of%20the%20answer%20resides%20%20commit%20c10818fd54bc991e181a957742838b2610d99f8c%20Author%3A%20Jonathan%20Chay%20%3Cjonchay%40gmail.com%3E%20Date%3A%20%20%20Thu%20Aug%2030%2013%3A39%3A33%202012%20-0700%20%20%20%20%20%20Allow%20no%20parameters%20pass%20to%20redirect_to_post%20function%20%20commit%206e225557e9b4e90556b8be8112a28b1f8e96c774%20Author%3A%20Jonathan%20Chay%20%3Cjonchay%40gmail.com%3E%20Date%3A%20%20%20Thu%20Aug%2030%2013%3A38%3A39%202012%20-0700%20%20%20%20%20%20Allow%20redirection%20to%20answers%27%20parent%20when%20clicked%20from%20notifications%20%20commit%201303e35e50fe6a5a54f5b08be559726e260c0e40%20Author%3A%20Jonathan%20Chay%20%3Cjonchay%40gmail.com%3E%20Date%3A%20%20%20Thu%20Aug%2030%2011%3A21%3A15%202012%20-0700%20%20%20%20%20%20Added%20destroy%20dependency%20for%20Notifications%20to%20prevent%20broken%20linking%20and%20Notification%20history%20%20commit%20acaa1b11fc5902b118f3385210344eff4795d9e7%20Author%3A%20Jonathan%20Chay%20%3Cjonchay%40gmail.com%3E%20Date%3A%20%20%20Thu%20Aug%2030%2011%3A20%3A33%202012%20-0700%20%20%20%20%20%20Fixing%20parameters%20for%20Broadcast%20trigger%2C%20fixing%20email%20variables%20%20commit%20d5761dfab986a1d3b7ec04d202b1d32703359dc5%20Author%3A%20Jonathan%20Chay%20%3Cjonchay%40gmail.com%3E%20Date%3A%20%20%20Thu%20Aug%2030%2011%3A19%3A55%202012%20-0700%20%20%20%20%20%20Refactored%20updating%20User%20read_notifications_at%20and%20notifications_count%20to%20model.%20Added%20helper%20to%20generate%20suitable%20popover%20anchor%20text%20%20commit%202ea5290bf66f15125e14975f442383861295dc00%20Author%3A%20Jonathan%20Chay%20%3Cjonchay%40gmail.com%3E%20Date%3A%20%20%20Thu%20Aug%2030%2011%3A17%3A59%202012%20-0700%20%20%20%20%20%20Improve%20styling%20of%20notifications%20popover%20%20commit%208e0af7dba6e047a8a4d2d16c3145b417454e2ae2%20Author%3A%20Jonathan%20Chay%20%3Cjonchay%40gmail.com%3E%20Date%3A%20%20%20Thu%20Aug%2030%2010%3A13%3A38%202012%20-0700%20%20%20%20%20%20Adding%20migration%20file%20for%20notifications_count%20%20commit%208f65891fab9edc619a86fcb9ca96ede5e218da32%20Author%3A%20Jonathan%20Chay%20%3Cjonchay%40gmail.com%3E%20Date%3A%20%20%20Thu%20Aug%2030%2009%3A52%3A06%202012%20-0700%20%20%20%20%20%20Adding%20notifications%20counter%20cache%20to%20User.%20Resets%20to%200%20when%20ajax%20call%20is%20fired%20%20commit%206273ecf10b885f65469d7748a2cae3df85f2158b%20Author%3A%20Bradly%20Feeley%20%3Cbradlyf%40gmail.com%3E%20Date%3A%20%20%20Thu%20Aug%2030%2008%3A50%3A29%202012%20-0700%20%20%20%20%20%20Starting%20all%20notifications%20page.%20%20commit%206667494ab6cffd88a6973d17060567ae2f51716a%20Author%3A%20Bradly%20Feeley%20%3Cbradlyf%40gmail.com%3E%20Date%3A%20%20%20Wed%20Aug%2029%2016%3A59%3A09%202012%20-0700%20%20%20%20%20%20Creating%20notifications%20view%20all%20page.%20%20commit%20903683f2d14cb24e7b6146cb333c55ca05a38e4a%20Author%3A%20Bradly%20Feeley%20%3Cbradlyf%40gmail.com%3E%20Date%3A%20%20%20Wed%20Aug%2029%2016%3A58%3A09%202012%20-0700%20%20%20%20%20%20I%27m%20terrible%20at%20spelling.%20%20commit%20e990247531ee78aa0c01984fdd264bbbefd76f97%20Author%3A%20Jonathan%20Chay%20%3Cjonchay%40gmail.com%3E%20Date%3A%20%20%20Wed%20Aug%2029%2016%3A42%3A32%202012%20-0700%20%20%20%20%20%20Corrected%20function%20name%20spelling%2C%20fixed%20conditional%20class%20type%20%20commit%20f44264fa095bbd6c0fbd17d11cbe583ff4b50a53%20Author%3A%20Jonathan%20Chay%20%3Cjonchay%40gmail.com%3E%20Date%3A%20%20%20Wed%20Aug%2029%2016%3A40%3A48%202012%20-0700%20%20%20%20%20%20Decrease%20char%20length%20of%20notification%20snippets.%20Fixed%20vote%20snippet%20call%20to%20parents%27%20body.%20%20commit%20c9aeb38495d8265edbc0d35adc2e586c4e6f039a%20Author%3A%20Jonathan%20Chay%20%3Cjonchay%40gmail.com%3E%20Date%3A%20%20%20Wed%20Aug%2029%2016%3A39%3A59%202012%20-0700%20%20%20%20%20%20Fixing%20parameters%20passed%20for%20triggering%20Broadcast%20%20commit%207f317a38897bcac53f1dfbaaca19349a85303ede%20Author%3A%20Bradly%20Feeley%20%3Cbradlyf%40gmail.com%3E%20Date%3A%20%20%20Wed%20Aug%2029%2016%3A30%3A24%202012%20-0700%20%20%20%20%20%20Adding%20users%23notifications%20action.%20%20commit%2061550727da8c16f4128d00824a588122697e417d%20Author%3A%20Bradly%20Feeley%20%3Cbradlyf%40gmail.com%3E%20Date%3A%20%20%20Wed%20Aug%2029%2016%3A30%3A03%202012%20-0700%20%20%20%20%20%20Removing%20extra%20columns%20from%20Jonathan%27s%20db.%20%20commit%20e79b8255a8f8fd07147bb771f86e37a0f94d39dc%20Author%3A%20Bradly%20Feeley%20%3Cbradlyf%40gmail.com%3E%20Date%3A%20%20%20Wed%20Aug%2029%2016%3A29%3A32%202012%20-0700%20%20%20%20%20%20Refactoring%20the%20user%27s%20member%20routes%20to%20be%20more%20readable.%20%20commit%2049d6ee90f268838e7adb1a53185402bf98b0d8a9%20Author%3A%20Jonathan%20Chay%20%3Cjonchay%40gmail.com%3E%20Date%3A%20%20%20Wed%20Aug%2029%2016%3A08%3A35%202012%20-0700%20%20%20%20%20%20Fixed%20actor%20display%20name%2C%20refactored%20recent%20user%20notification%20code%20%20commit%20f9862678cb4dde5f06301b4a645cb2bdd001b87a%20Author%3A%20Jonathan%20Chay%20%3Cjonchay%40gmail.com%3E%20Date%3A%20%20%20Wed%20Aug%2029%2016%3A07%3A14%202012%20-0700%20%20%20%20%20%20Added%20order%20by%20created_at%20DESC%20in%20default_scope%20and%20last%205%20records%20as%20%3Arecent%20scope%20for%20Notifications%20%20commit%209084b798d3b8429d01ba8f0ae06298207eb58fbf%20Author%3A%20Jonathan%20Chay%20%3Cjonchay%40gmail.com%3E%20Date%3A%20%20%20Wed%20Aug%2029%2016%3A05%3A46%202012%20-0700%20%20%20%20%20%20Fixed%20newly%20created%20Notifications%20from%20Broadcast%20%20commit%2005fb5bd59d4d7cbfad5ce1c31659dbfb08ec9f28%20Author%3A%20Jonathan%20Chay%20%3Cjonchay%40gmail.com%3E%20Date%3A%20%20%20Wed%20Aug%2029%2016%3A04%3A32%202012%20-0700%20%20%20%20%20%20Simplified%20icons%20returned%20%20commit%20b570acced7f85776944df2adbf2d13c250b695eb%20Author%3A%20Jonathan%20Chay%20%3Cjonchay%40gmail.com%3E%20Date%3A%20%20%20Wed%20Aug%2029%2015%3A36%3A51%202012%20-0700%20%20%20%20%20%20Removing%20unwanted%20spec%20test%20%20commit%209f9d41c7b5033711ca664c616e479c59f43c35f9%20Author%3A%20Jonathan%20Chay%20%3Cjonchay%40gmail.com%3E%20Date%3A%20%20%20Wed%20Aug%2029%2015%3A35%3A29%202012%20-0700%20%20%20%20%20%20Fixed%20path%20to%20render%20file%20%20commit%206717a0f40581bb6d4aea4fa96ef4492a5c56e5ad%20Author%3A%20Jonathan%20Chay%20%3Cjonchay%40gmail.com%3E%20Date%3A%20%20%20Wed%20Aug%2029%2015%3A33%3A57%202012%20-0700%20%20%20%20%20%20Removing%20%3Aas%20from%20actionable%20association%2C%20belongs_to%20does%20not%20support%20%20commit%20fe4710301d46e18cb03aaa85762af77382579a84%20Author%3A%20Jonathan%20Chay%20%3Cjonchay%40gmail.com%3E%20Date%3A%20%20%20Wed%20Aug%2029%2012%3A14%3A52%202012%20-0700%20%20%20%20%20%20Defining%20methods%20in%20Notification%20model%20%20commit%20e305a4cc45811efe043e871a8c876f92a69aa0ed%20Author%3A%20Jonathan%20Chay%20%3Cjonchay%40gmail.com%3E%20Date%3A%20%20%20Wed%20Aug%2029%2012%3A05%3A31%202012%20-0700%20%20%20%20%20%20Added%20polymorphic%20to%20Notification%20%20commit%206d18a76a8dba330809b9e70fea86db91a68d57e4%20Author%3A%20Jonathan%20Chay%20%3Cjonchay%40gmail.com%3E%20Date%3A%20%20%20Wed%20Aug%2029%2011%3A57%3A16%202012%20-0700%20%20%20%20%20%20Adding%20validations%20to%20Notification%20model%20%20commit%206f11dac046b44c93f8ed668f8a72fbbe909b2bad%20Author%3A%20Jonathan%20Chay%20%3Cjonchay%40gmail.com%3E%20Date%3A%20%20%20Wed%20Aug%2029%2011%3A52%3A19%202012%20-0700%20%20%20%20%20%20Create%20Notification%20model%20and%20table%20%20commit%20f8d2dcc060f630fc539e1a672d8c6a4ec09a94be%20Author%3A%20Jonathan%20Chay%20%3Cjonchay%40gmail.com%3E%20Date%3A%20%20%20Wed%20Aug%2029%2011%3A33%3A57%202012%20-0700%20%20%20%20%20%20Refactored%20Notification%20model%20to%20Broadcast%20%20commit%20423e5223ce36dc6b8ea44a31c9d6967884dbb35c%20Author%3A%20Bradly%20Feeley%20%3Cbradlyf%40gmail.com%3E%20Date%3A%20%20%20Wed%20Aug%2029%2011%3A33%3A10%202012%20-0700%20%20%20%20%20%20Removing%20push%20channel%20tests.%20%20commit%205c883e6f9d5624a422f07b0079433a9352bf8dc0%20Author%3A%20Bradly%20Feeley%20%3Cbradlyf%40gmail.com%3E%20Date%3A%20%20%20Wed%20Aug%2029%2011%3A26%3A31%202012%20-0700%20%20%20%20%20%20Removing%20dynamo%20code.%20%20commit%207e701fa3a1db382fb1c97555e33df7e51cdd2ecd%20Author%3A%20Bradly%20Feeley%20%3Cbradlyf%40gmail.com%3E%20Date%3A%20%20%20Wed%20Aug%2029%2011%3A22%3A51%202012%20-0700%20%20%20%20%20%20Removing%20unused%20pusher%20channel.%20%20commit%20405b8d9e431ab5e6680b6e9cb4d752d3047bbccd%20Author%3A%20Bradly%20Feeley%20%3Cbradlyf%40gmail.com%3E%20Date%3A%20%20%20Wed%20Aug%2029%2011%3A18%3A00%202012%20-0700%20%20%20%20%20%20Removing%20leftover%20view.%20%20commit%2022f2726974cdd3ee8c9cbcda16fa9d6bb8a5f963%20Author%3A%20Bradly%20Feeley%20%3Cbradlyf%40gmail.com%3E%20Date%3A%20%20%20Wed%20Aug%2029%2011%3A16%3A43%202012%20-0700%20%20%20%20%20%20Forgot%20Jonathan%27s%20changes%20when%20renaming%20the%20file.%20%20commit%20f78503d39d53ae5fc8c1a585de7d03a437d0b92e%20Author%3A%20Bradly%20Feeley%20%3Cbradlyf%40gmail.com%3E%20Date%3A%20%20%20Wed%20Aug%2029%2011%3A13%3A11%202012%20-0700%20%20%20%20%20%20Renaming%20notification_records%20and%20notifications%20in%20the%20views.%20%20commit%20b0fa4a09f20965b42f720308f35449f1d3ab8179%20Author%3A%20Bradly%20Feeley%20%3Cbradlyf%40gmail.com%3E%20Date%3A%20%20%20Wed%20Aug%2029%2011%3A08%3A20%202012%20-0700%20%20%20%20%20%20Renaming%20the%20notification%20templates%20views%20directory%20to%20brodcasts.%20%20commit%20c86de3b13cfa97d6c5a100fca95f1c178f68b0c1%20Author%3A%20Jonathan%20Chay%20%3Cjonchay%40gmail.com%3E%20Date%3A%20%20%20Wed%20Aug%2029%2010%3A57%3A06%202012%20-0700%20%20%20%20%20%20Adding%20show%20resource%20on%20comments%20%20commit%201b9bcc912ebc9f946c3032c7e267896138e18d9c%20Author%3A%20Jonathan%20Chay%20%3Cjonchay%40gmail.com%3E%20Date%3A%20%20%20Wed%20Aug%2029%2010%3A52%3A05%202012%20-0700%20%20%20%20%20%20Changing%20jobs%20to%20Broadcast%20%20commit%203639bab5c0fdc1cea5f0e3f046f7d014dabb480a%20Author%3A%20Jonathan%20Chay%20%3Cjonchay%40gmail.com%3E%20Date%3A%20%20%20Wed%20Aug%2029%2010%3A32%3A47%202012%20-0700%20%20%20%20%20%20Initial%20work%20to%20notification%20linking%20%20commit%2062cb8730f6c8e3e6a9658778eda59fb02d1d2f17%20Author%3A%20Jonathan%20Chay%20%3Cjonchay%40gmail.com%3E%20Date%3A%20%20%20Tue%20Aug%2028%2015%3A57%3A08%202012%20-0700%20%20%20%20%20%20Refactored%20styling%20%20commit%20e01c96ce6240dc387d76914ab4668d93366d5c49%20Author%3A%20Bradly%20Feeley%20%3Cbradlyf%40gmail.com%3E%20Date%3A%20%20%20Wed%20Aug%2029%2010%3A51%3A16%202012%20-0700%20%20%20%20%20%20Renaming%20underscore%20helper.%20%20commit%206d4c425c5b1d94e1934caef95438b8f7d4079504%20Author%3A%20Jonathan%20Chay%20%3Cjonchay%40gmail.com%3E%20Date%3A%20%20%20Tue%20Aug%2028%2011%3A49%3A19%202012%20-0700%20%20%20%20%20%20Initial%20styling%20and%20hover%20on%20notification%20popover%20%20commit%2017f15ec51e26b9e8839a300daa21ccd6917bc437%20Author%3A%20Jonathan%20Chay%20%3Cjonchay%40gmail.com%3E%20Date%3A%20%20%20Tue%20Aug%2028%2011%3A47%3A57%202012%20-0700%20%20%20%20%20%20Intial%20styling%20of%20notification%20%20commit%207ee067dbf62d5dde2ce496acaaed7ca9ca07dba2%20Author%3A%20Jonathan%20Chay%20%3Cjonchay%40gmail.com%3E%20Date%3A%20%20%20Mon%20Aug%2027%2014%3A36%3A09%202012%20-0700%20%20%20%20%20%20Fixing%20new%20comment%20on%20answer%20notification%20%20commit%2022474fad54d528fbd1dff7201d1a0c86cfdecdb2%20Author%3A%20Jonathan%20Chay%20%3Cjonchay%40gmail.com%3E%20Date%3A%20%20%20Fri%20Aug%2024%2016%3A19%3A14%202012%20-0700%20%20%20%20%20%20Intial%20ajax%20notifications%20%20commit%20ddd215f4c0e2a6c95ec9845680c990659a43eca0%20Author%3A%20Bradly%20Feeley%20%3Cbradlyf%40gmail.com%3E%20Date%3A%20%20%20Mon%20Aug%2027%2014%3A33%3A48%202012%20-0700%20%20%20%20%20%20Adding%20vote%20up%20job.%20%20commit%2015908224718bc3e8b2571092afcffa13610dd6e7%20Author%3A%20Bradly%20Feeley%20%3Cbradlyf%40gmail.com%3E%20Date%3A%20%20%20Mon%20Aug%2027%2011%3A13%3A26%202012%20-0700%20%20%20%20%20%20Fixing%20snippet.%20%20commit%202e05177238262f585e33885cc58810c66b2f1ac6%20Author%3A%20Bradly%20Feeley%20%3Cbradlyf%40gmail.com%3E%20Date%3A%20%20%20Fri%20Aug%2024%2016%3A01%3A45%202012%20-0700%20%20%20%20%20%20Removing%20partitioning%20from%20dynamoid.%20%20commit%201db02c024bdacfab1b32c7a33e33297176258391%20Author%3A%20Bradly%20Feeley%20%3Cbradlyf%40gmail.com%3E%20Date%3A%20%20%20Thu%20Aug%2023%2017%3A52%3A06%202012%20-0700%20%20%20%20%20%20Saving%20snippet%20in%20dynamo%20as%20well.%20%20commit%200bc5794bdb3ef5601cf185f13594b35dc3453746%20Author%3A%20Bradly%20Feeley%20%3Cbradlyf%40gmail.com%3E%20Date%3A%20%20%20Thu%20Aug%2023%2017%3A39%3A00%202012%20-0700%20%20%20%20%20%20Wiring%20up%20jobs%20with%20new%20notification%20changes%20Jonathan%20and%20I%20made.%20%20commit%201e766dcc5bafd25823a094158d0c01f12d12d5e4%20Author%3A%20Jonathan%20Chay%20%3Cjonchay%40gmail.com%3E%20Date%3A%20%20%20Thu%20Aug%2023%2017%3A04%3A16%202012%20-0700%20%20%20%20%20%20Initial%20code%20to%20push%20records%20to%20DynamoDB%20%20commit%201d995c75b5b8c798565bdaf9c8b338b0e3072fa7%20Author%3A%20Bradly%20Feeley%20%3Cbradlyf%40gmail.com%3E%20Date%3A%20%20%20Thu%20Aug%2023%2015%3A51%3A36%202012%20-0700%20%20%20%20%20%20Refactoring%20notification%20class%20with%20Jonathan.%20%20commit%207d1c6dfcbcf35652df160986150fdffdf973ebed%20Author%3A%20Bradly%20Feeley%20%3Cbradlyf%40gmail.com%3E%20Date%3A%20%20%20Thu%20Aug%2023%2014%3A39%3A52%202012%20-0700%20%20%20%20%20%20Trying%20my%20hand%20at%20a%20snippet%20method.%20%20commit%204e66e33edb3d3e17c21fcf9b42fe04d8f3873807%20Author%3A%20Bradly%20Feeley%20%3Cbradlyf%40gmail.com%3E%20Date%3A%20%20%20Thu%20Aug%2023%2014%3A38%3A53%202012%20-0700%20%20%20%20%20%20Fixing%20some%20bugs%20and%20tweaking%20the%20Dynamoid%20config%20and%20model.%20%20commit%20eb64a30ed06be1439173d0b3f714b6dcb679acd0%20Author%3A%20Bradly%20Feeley%20%3Cbradlyf%40gmail.com%3E%20Date%3A%20%20%20Wed%20Aug%2022%2012%3A02%3A31%202012%20-0700%20%20%20%20%20%20First%20shot%20at%20a%20dynamo%20back%20notification%20record%20model.&Attribute.3.Name=author&Attribute.3.Value=Bradly%20Feeley&DomainName=heirloom_live_community&ItemName=b087eac7a0c6c28ced82ac1cf6c94384ca93c70f&SignatureMethod=HmacSHA256&SignatureVersion=2&Timestamp=2012-09-04T23%3A17%3A21Z&Version=2009-04-15&Signature=Emd4LFEpIV8N1K5D8SwWQSaMaxi73SPDex2ovX50vz8%3D", :expects=>200, :idempotent=>nil, :method=>"POST", :response_block=>#<Proc:0x000000036c6418@/usr/lib/ruby/gems/1.9.1/gems/fog-1.5.0/lib/fog/core/connection.rb:16 (lambda)>} response => #<Excon::Response:0x000000036c18f0 @body="<?xml version=\"1.0\"?>\n<Response><Errors><Error><Code>InvalidParameterValue</Code><Message>Value (Squashed commit of the following: commit 8e39c5d248bd4dbd4f97eb76568436a29a5d80d0 Author: Bradly Feeley &lt;bradlyf@gmail.com&gt; Date: Tue Sep 4 15:26:33 2012 -0700 Finishing up view all page. commit 329eb508bdd080e832ee78211aebc7eeb1dcf41f Author: Jonathan Chay &lt;jonchay@gmail.com&gt; Date: Tue Sep 4 10:07:42 2012 -0700 Minor styling of notifications popover commit 6b43560f848448304b20febe1eb92bdee606acd7 Author: Jonathan Chay &lt;jonchay@gmail.com&gt; Date: Tue Sep 4 10:07:13 2012 -0700 Reverting Twitter bootstrap back to stable release of v2.0.4 commit 30eb6364b03cc62002ac231e9a30c7be30390547 Author: Jonathan Chay &lt;jonchay@gmail.com&gt; Date: Tue Sep 4 09:41:02 2012 -0700 Included popover styling from TBv2.1 for our current TBv2.0.4 commit ea25197ed67d2b8bcafb0e862134d421b1f9fcbe Author: Jonathan Chay &lt;jonchay@gmail.com&gt; Date: Mon Sep 3 15:27:17 2012 -0700 Added rspec testing for Notification model commit 051595ead7327adc1ea9008438f467836bc0bf4b Author: Jonathan Chay &lt;jonchay@gmail.com&gt; Date: Mon Sep 3 14:38:21 2012 -0700 Adding default length of Notifications' snippet commit a0878fe7d524c547a670e6cc424bccf723285437 Author: Jonathan Chay &lt;jonchay@gmail.com&gt; Date: Fri Aug 31 09:22:54 2012 -0700 Improved popover functionality to hide when click elsewhere commit f10407937fb84fd47340c17004e7514f0fc5f6c4 Author: Bradly Feeley &lt;bradlyf@gmail.com&gt; Date: Thu Aug 30 14:25:48 2012 -0700 Remvoing dynamoid. commit 5d9b590a80d3779029a53dd34d161016b3321c2c Author: Jonathan Chay &lt;jonchay@gmail.com&gt; Date: Thu Aug 30 13:40:42 2012 -0700 Polymorphic link_to objects, individual controllers will handle redirection commit 50bef09252316605db9dd08b3143b9cde6b844cb Author: Jonathan Chay &lt;jonchay@gmail.com&gt; Date: Thu Aug 30 13:40:00 2012 -0700 Redirect to questions page where the vote of the answer resides commit c10818fd54bc991e181a957742838b2610d99f8c Author: Jonathan Chay &lt;jonchay@gmail.com&gt; Date: Thu Aug 30 13:39:33 2012 -0700 Allow no parameters pass to redirect_to_post function commit 6e225557e9b4e90556b8be8112a28b1f8e96c774 Author: Jonathan Chay &lt;jonchay@gmail.com&gt; Date: Thu Aug 30 13:38:39 2012 -0700 Allow redirection to answers' parent when clicked from notifications commit 1303e35e50fe6a5a54f5b08be559726e260c0e40 Author: Jonathan Chay &lt;jonchay@gmail.com&gt; Date: Thu Aug 30 11:21:15 2012 -0700 Added destroy dependency for Notifications to prevent broken linking and Notification history commit acaa1b11fc5902b118f3385210344eff4795d9e7 Author: Jonathan Chay &lt;jonchay@gmail.com&gt; Date: Thu Aug 30 11:20:33 2012 -0700 Fixing parameters for Broadcast trigger, fixing email variables commit d5761dfab986a1d3b7ec04d202b1d32703359dc5 Author: Jonathan Chay &lt;jonchay@gmail.com&gt; Date: Thu Aug 30 11:19:55 2012 -0700 Refactored updating User read_notifications_at and notifications_count to model. Added helper to generate suitable popover anchor text commit 2ea5290bf66f15125e14975f442383861295dc00 Author: Jonathan Chay &lt;jonchay@gmail.com&gt; Date: Thu Aug 30 11:17:59 2012 -0700 Improve styling of notifications popover commit 8e0af7dba6e047a8a4d2d16c3145b417454e2ae2 Author: Jonathan Chay &lt;jonchay@gmail.com&gt; Date: Thu Aug 30 10:13:38 2012 -0700 Adding migration file for notifications_count commit 8f65891fab9edc619a86fcb9ca96ede5e218da32 Author: Jonathan Chay &lt;jonchay@gmail.com&gt; Date: Thu Aug 30 09:52:06 2012 -0700 Adding notifications counter cache to User. Resets to 0 when ajax call is fired commit 6273ecf10b885f65469d7748a2cae3df85f2158b Author: Bradly Feeley &lt;bradlyf@gmail.com&gt; Date: Thu Aug 30 08:50:29 2012 -0700 Starting all notifications page. commit 6667494ab6cffd88a6973d17060567ae2f51716a Author: Bradly Feeley &lt;bradlyf@gmail.com&gt; Date: Wed Aug 29 16:59:09 2012 -0700 Creating notifications view all page. commit 903683f2d14cb24e7b6146cb333c55ca05a38e4a Author: Bradly Feeley &lt;bradlyf@gmail.com&gt; Date: Wed Aug 29 16:58:09 2012 -0700 I'm terrible at spelling. commit e990247531ee78aa0c01984fdd264bbbefd76f97 Author: Jonathan Chay &lt;jonchay@gmail.com&gt; Date: Wed Aug 29 16:42:32 2012 -0700 Corrected function name spelling, fixed conditional class type commit f44264fa095bbd6c0fbd17d11cbe583ff4b50a53 Author: Jonathan Chay &lt;jonchay@gmail.com&gt; Date: Wed Aug 29 16:40:48 2012 -0700 Decrease char length of notification snippets. Fixed vote snippet call to parents' body. commit c9aeb38495d8265edbc0d35adc2e586c4e6f039a Author: Jonathan Chay &lt;jonchay@gmail.com&gt; Date: Wed Aug 29 16:39:59 2012 -0700 Fixing parameters passed for triggering Broadcast commit 7f317a38897bcac53f1dfbaaca19349a85303ede Author: Bradly Feeley &lt;bradlyf@gmail.com&gt; Date: Wed Aug 29 16:30:24 2012 -0700 Adding users#notifications action. commit 61550727da8c16f4128d00824a588122697e417d Author: Bradly Feeley &lt;bradlyf@gmail.com&gt; Date: Wed Aug 29 16:30:03 2012 -0700 Removing extra columns from Jonathan's db. commit e79b8255a8f8fd07147bb771f86e37a0f94d39dc Author: Bradly Feeley &lt;bradlyf@gmail.com&gt; Date: Wed Aug 29 16:29:32 2012 -0700 Refactoring the user's member routes to be more readable. commit 49d6ee90f268838e7adb1a53185402bf98b0d8a9 Author: Jonathan Chay &lt;jonchay@gmail.com&gt; Date: Wed Aug 29 16:08:35 2012 -0700 Fixed actor display name, refactored recent user notification code commit f9862678cb4dde5f06301b4a645cb2bdd001b87a Author: Jonathan Chay &lt;jonchay@gmail.com&gt; Date: Wed Aug 29 16:07:14 2012 -0700 Added order by created_at DESC in default_scope and last 5 records as :recent scope for Notifications commit 9084b798d3b8429d01ba8f0ae06298207eb58fbf Author: Jonathan Chay &lt;jonchay@gmail.com&gt; Date: Wed Aug 29 16:05:46 2012 -0700 Fixed newly created Notifications from Broadcast commit 05fb5bd59d4d7cbfad5ce1c31659dbfb08ec9f28 Author: Jonathan Chay &lt;jonchay@gmail.com&gt; Date: Wed Aug 29 16:04:32 2012 -0700 Simplified icons returned commit b570acced7f85776944df2adbf2d13c250b695eb Author: Jonathan Chay &lt;jonchay@gmail.com&gt; Date: Wed Aug 29 15:36:51 2012 -0700 Removing unwanted spec test commit 9f9d41c7b5033711ca664c616e479c59f43c35f9 Author: Jonathan Chay &lt;jonchay@gmail.com&gt; Date: Wed Aug 29 15:35:29 2012 -0700 Fixed path to render file commit 6717a0f40581bb6d4aea4fa96ef4492a5c56e5ad Author: Jonathan Chay &lt;jonchay@gmail.com&gt; Date: Wed Aug 29 15:33:57 2012 -0700 Removing :as from actionable association, belongs_to does not support commit fe4710301d46e18cb03aaa85762af77382579a84 Author: Jonathan Chay &lt;jonchay@gmail.com&gt; Date: Wed Aug 29 12:14:52 2012 -0700 Defining methods in Notification model commit e305a4cc45811efe043e871a8c876f92a69aa0ed Author: Jonathan Chay &lt;jonchay@gmail.com&gt; Date: Wed Aug 29 12:05:31 2012 -0700 Added polymorphic to Notification commit 6d18a76a8dba330809b9e70fea86db91a68d57e4 Author: Jonathan Chay &lt;jonchay@gmail.com&gt; Date: Wed Aug 29 11:57:16 2012 -0700 Adding validations to Notification model commit 6f11dac046b44c93f8ed668f8a72fbbe909b2bad Author: Jonathan Chay &lt;jonchay@gmail.com&gt; Date: Wed Aug 29 11:52:19 2012 -0700 Create Notification model and table commit f8d2dcc060f630fc539e1a672d8c6a4ec09a94be Author: Jonathan Chay &lt;jonchay@gmail.com&gt; Date: Wed Aug 29 11:33:57 2012 -0700 Refactored Notification model to Broadcast commit 423e5223ce36dc6b8ea44a31c9d6967884dbb35c Author: Bradly Feeley &lt;bradlyf@gmail.com&gt; Date: Wed Aug 29 11:33:10 2012 -0700 Removing push channel tests. commit 5c883e6f9d5624a422f07b0079433a9352bf8dc0 Author: Bradly Feeley &lt;bradlyf@gmail.com&gt; Date: Wed Aug 29 11:26:31 2012 -0700 Removing dynamo code. commit 7e701fa3a1db382fb1c97555e33df7e51cdd2ecd Author: Bradly Feeley &lt;bradlyf@gmail.com&gt; Date: Wed Aug 29 11:22:51 2012 -0700 Removing unused pusher channel. commit 405b8d9e431ab5e6680b6e9cb4d752d3047bbccd Author: Bradly Feeley &lt;bradlyf@gmail.com&gt; Date: Wed Aug 29 11:18:00 2012 -0700 Removing leftover view. commit 22f2726974cdd3ee8c9cbcda16fa9d6bb8a5f963 Author: Bradly Feeley &lt;bradlyf@gmail.com&gt; Date: Wed Aug 29 11:16:43 2012 -0700 Forgot Jonathan's changes when renaming the file. commit f78503d39d53ae5fc8c1a585de7d03a437d0b92e Author: Bradly Feeley &lt;bradlyf@gmail.com&gt; Date: Wed Aug 29 11:13:11 2012 -0700 Renaming notification_records and notifications in the views. commit b0fa4a09f20965b42f720308f35449f1d3ab8179 Author: Bradly Feeley &lt;bradlyf@gmail.com&gt; Date: Wed Aug 29 11:08:20 2012 -0700 Renaming the notification templates views directory to brodcasts. commit c86de3b13cfa97d6c5a100fca95f1c178f68b0c1 Author: Jonathan Chay &lt;jonchay@gmail.com&gt; Date: Wed Aug 29 10:57:06 2012 -0700 Adding show resource on comments commit 1b9bcc912ebc9f946c3032c7e267896138e18d9c Author: Jonathan Chay &lt;jonchay@gmail.com&gt; Date: Wed Aug 29 10:52:05 2012 -0700 Changing jobs to Broadcast commit 3639bab5c0fdc1cea5f0e3f046f7d014dabb480a Author: Jonathan Chay &lt;jonchay@gmail.com&gt; Date: Wed Aug 29 10:32:47 2012 -0700 Initial work to notification linking commit 62cb8730f6c8e3e6a9658778eda59fb02d1d2f17 Author: Jonathan Chay &lt;jonchay@gmail.com&gt; Date: Tue Aug 28 15:57:08 2012 -0700 Refactored styling commit e01c96ce6240dc387d76914ab4668d93366d5c49 Author: Bradly Feeley &lt;bradlyf@gmail.com&gt; Date: Wed Aug 29 10:51:16 2012 -0700 Renaming underscore helper. commit 6d4c425c5b1d94e1934caef95438b8f7d4079504 Author: Jonathan Chay &lt;jonchay@gmail.com&gt; Date: Tue Aug 28 11:49:19 2012 -0700 Initial styling and hover on notification popover commit 17f15ec51e26b9e8839a300daa21ccd6917bc437 Author: Jonathan Chay &lt;jonchay@gmail.com&gt; Date: Tue Aug 28 11:47:57 2012 -0700 Intial styling of notification commit 7ee067dbf62d5dde2ce496acaaed7ca9ca07dba2 Author: Jonathan Chay &lt;jonchay@gmail.com&gt; Date: Mon Aug 27 14:36:09 2012 -0700 Fixing new comment on answer notification commit 22474fad54d528fbd1dff7201d1a0c86cfdecdb2 Author: Jonathan Chay &lt;jonchay@gmail.com&gt; Date: Fri Aug 24 16:19:14 2012 -0700 Intial ajax notifications commit ddd215f4c0e2a6c95ec9845680c990659a43eca0 Author: Bradly Feeley &lt;bradlyf@gmail.com&gt; Date: Mon Aug 27 14:33:48 2012 -0700 Adding vote up job. commit 15908224718bc3e8b2571092afcffa13610dd6e7 Author: Bradly Feeley &lt;bradlyf@gmail.com&gt; Date: Mon Aug 27 11:13:26 2012 -0700 Fixing snippet. commit 2e05177238262f585e33885cc58810c66b2f1ac6 Author: Bradly Feeley &lt;bradlyf@gmail.com&gt; Date: Fri Aug 24 16:01:45 2012 -0700 Removing partitioning from dynamoid. commit 1db02c024bdacfab1b32c7a33e33297176258391 Author: Bradly Feeley &lt;bradlyf@gmail.com&gt; Date: Thu Aug 23 17:52:06 2012 -0700 Saving snippet in dynamo as well. commit 0bc5794bdb3ef5601cf185f13594b35dc3453746 Author: Bradly Feeley &lt;bradlyf@gmail.com&gt; Date: Thu Aug 23 17:39:00 2012 -0700 Wiring up jobs with new notification changes Jonathan and I made. commit 1e766dcc5bafd25823a094158d0c01f12d12d5e4 Author: Jonathan Chay &lt;jonchay@gmail.com&gt; Date: Thu Aug 23 17:04:16 2012 -0700 Initial code to push records to DynamoDB commit 1d995c75b5b8c798565bdaf9c8b338b0e3072fa7 Author: Bradly Feeley &lt;bradlyf@gmail.com&gt; Date: Thu Aug 23 15:51:36 2012 -0700 Refactoring notification class with Jonathan. commit 7d1c6dfcbcf35652df160986150fdffdf973ebed Author: Bradly Feeley &lt;bradlyf@gmail.com&gt; Date: Thu Aug 23 14:39:52 2012 -0700 Trying my hand at a snippet method. commit 4e66e33edb3d3e17c21fcf9b42fe04d8f3873807 Author: Bradly Feeley &lt;bradlyf@gmail.com&gt; Date: Thu Aug 23 14:38:53 2012 -0700 Fixing some bugs and tweaking the Dynamoid config and model. commit eb64a30ed06be1439173d0b3f714b6dcb679acd0 Author: Bradly Feeley &lt;bradlyf@gmail.com&gt; Date: Wed Aug 22 12:02:31 2012 -0700 First shot at a dynamo back notification record model.) for parameter Value is invalid. Value exceeds maximum length of 1024</Message><BoxUsage>0.0000219907</BoxUsage></Error></Errors><RequestID>65fdb58e-2cc4-ad31-a191-372f50d39f81</RequestID></Response>", @headers={"Transfer-Encoding"=>"chunked", "Date"=>"Tue, 04 Sep 2012 23:17:21 GMT", "Cneonction"=>"close", "Server"=>"Amazon SimpleDB"}, @status=400> from /usr/lib/ruby/gems/1.9.1/gems/excon-0.14.3/lib/excon/connection.rb:101:inrequest' from /usr/lib/ruby/gems/1.9.1/gems/fog-1.5.0/lib/fog/core/connection.rb:20:in request' from /usr/lib/ruby/gems/1.9.1/gems/fog-1.5.0/lib/fog/aws/simpledb.rb:181:inrequest' from /usr/lib/ruby/gems/1.9.1/gems/fog-1.5.0/lib/fog/aws/requests/simpledb/put_attributes.rb:35:in put_attributes' from /usr/lib/ruby/gems/1.9.1/gems/heirloom-0.7.0/lib/heirloom/aws/simpledb.rb:35:input_attributes' from /usr/lib/ruby/gems/1.9.1/gems/heirloom-0.7.0/lib/heirloom/archive/builder.rb:62:in add_git_commit_to_artifact_record' from /usr/lib/ruby/gems/1.9.1/gems/heirloom-0.7.0/lib/heirloom/archive/builder.rb:46:inadd_git_commit' from /usr/lib/ruby/gems/1.9.1/gems/heirloom-0.7.0/lib/heirloom/archive/builder.rb:35:in build' from /usr/lib/ruby/gems/1.9.1/gems/heirloom-0.7.0/lib/heirloom/archive.rb:30:inbuild' from /usr/lib/ruby/gems/1.9.1/gems/heirloom-0.7.0/lib/heirloom/cli/upload.rb:45:in upload' from /usr/lib/ruby/gems/1.9.1/gems/heirloom-0.7.0/lib/heirloom/cli.rb:41:instart' from /usr/lib/ruby/gems/1.9.1/gems/heirloom-0.7.0/bin/heirloom:6:in <top (required)>' from /usr/bin/heirloom:19:inload' from /usr/bin/heirloom:19:in `

' 2012-09-04 19:17:21 -0400 INFO : Git author: Bradly Feeley Build step 'Execute shell' marked build as failure [BRAKEMAN] Skipping publisher since build result is FAILURE Build failed, skipping rcov coverage report Build step 'Publish Rcov report' marked build as failure Failed to send e-mail to bradlyf because no e-mail address is known, and no default e-mail domain is configured

weavenet commented 12 years ago

fixed with https://github.com/live-community/heirloom/pull/65