Commit Graph

927 Commits (3b14a0e5f192938e8fc3a86140ea5018e9ce45d0)
 

Author SHA1 Message Date
Marcin Kulik 0a8cc6ff8a One more attempt to fix the memory leak 11 years ago
Marcin Kulik c9f2164dad Update tsm to the latest, leak-free (hopefully) version 11 years ago
Marcin Kulik 4767442875 Make Snapshot#crop return the snapshot of exact requested height 11 years ago
Marcin Kulik 7c9a9842af Adjust color of the play prompt triangle to match color thumbnails better 11 years ago
Marcin Kulik 113d1135d2 Update tsm to the lastest version 11 years ago
Marcin Kulik ade244e5d0 Fix rendering of snapshot in the player 11 years ago
Marcin Kulik 62be399455 Refactor player styles and use them for snapshots 11 years ago
Marcin Kulik 5ecf209a53 Add some TODO comments 11 years ago
Marcin Kulik 7d5a544650 Generate thumbnails from JSON snapshot via Snapshot/SnaphotPresenter 11 years ago
Marcin Kulik c5c875309b Add shoulda-matchers to the test bundle 11 years ago
Marcin Kulik 148bd47756 Fix feature spec for visiting asciicast page 11 years ago
Marcin Kulik ddf0e57b39 Update SnapshotWorker to generate colorful snapshots 11 years ago
Marcin Kulik c8d574b243 Serialize asciicast snapshot just as JSON 11 years ago
Marcin Kulik 59e31baa1b Process incoming asciicast with AsciicastCreator 11 years ago
Marcin Kulik 86a4662fe5 Abstract stdout_data and stdout_timing as a single value object 11 years ago
Marcin Kulik caa6c52759 Rename stdout to stdout_data, stdin to stdin_data 11 years ago
Marcin Kulik 55fe325ec4 Add Bzip2Uploader for uploading, retrieving and decompressing bzip2 files 11 years ago
Marcin Kulik 1aefeb4d6b Introduce BaseUploader with common store_dir for all uploaders 11 years ago
Marcin Kulik 85f93a4490 Add spec for AsciicastSnapshotter 11 years ago
Marcin Kulik 1be93cac63 Use shortcut for #to_html stub on SnapshotPresenter 11 years ago
Marcin Kulik 56a2bb2378 Fix Snapshot#crop to not burn when height > line count 11 years ago
Marcin Kulik d93ac84c21 Refactor AsciicastDecorator#thumbnail to render colorful thumbnail 11 years ago
Marcin Kulik 86f728364c Add Brush model 11 years ago
Marcin Kulik e947524533 Add a simple model representing a terminal snapshot 11 years ago
Marcin Kulik 8daf2d0f7f Serialize Snapshot with Snapshot::Serializer 11 years ago
Marcin Kulik a10a447c53 Make the snapshots the hashes 11 years ago
Marcin Kulik ecdf984789 Upgrade rspec to 2.14 (have_received FTW!!!11) 11 years ago
Marcin Kulik 5bca08cea5 Use zeus for faster tests boot time 11 years ago
Marcin Kulik 9ef766f16b Don't require rspec/autorun in spec_helper
This is not really needed and conflicts with zeus
11 years ago
Marcin Kulik 50c3a7bca5 Remove the test that validates asciicast factory 11 years ago
Marcin Kulik 1dd74b90b9 Merge pull request #104 from snapapps/patch-1
Update command
11 years ago
Marcin Kulik 31c94b02d2 Make sure OmniAuth redirects to failure action also in dev/test env 11 years ago
Marcin Kulik 0b9ae12feb Use nice matcher for sidekiq job enqueues 11 years ago
Marcin Kulik 47629b84e9 Upgrade to ruby 2.0 11 years ago
Marcin Kulik c5509c60b6 Update tests for Sidekiq 11 years ago
Marcin Kulik f25ff91b11 Use foreman for starting sidekiq in development 11 years ago
Marcin Kulik 2414f6a945 Remove obsolete LazyWorkQueue 11 years ago
Marcin Kulik b4a977817c Make the AR connection pool big enough for all Sidekiq workers 11 years ago
Marcin Kulik 49df9e9082 Make SnapshotWorker a Sidekiq based worker 11 years ago
Marcin Kulik 4943980baf Add sidekiq gem to the bundle 11 years ago
Marcin Kulik 5087533126 Do the snapshotting in the service object 11 years ago
Marcin Kulik e85104179e Fix unbzipping of stdout files 11 years ago
Marcin Kulik df53fa1e2b Remove "ruby-" prefix from .ruby-version 11 years ago
Marcin Kulik 4403b5cf4d Remove unicorn config 11 years ago
Marcin Kulik 662a89ab46 Add capistrano to the bundle 11 years ago
Marcin Kulik 09de4725e5 Add dotenv gem to the bundle 11 years ago
Marcin Kulik a81d9dadb3 Use tsm gem for snapshot generation 11 years ago
Marcin Kulik 4e1f01dc99 Add logging to SnapshotWorker 11 years ago
Marcin Kulik 2d6b60e027 Fix AsciicastDecorator#embed_script 11 years ago
Marcin Kulik a0e84709d4 Merge pull request #110 from sickill/embed
Embedding
11 years ago