• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

nepalez / rom-cassandra / 45

Builds Branch Commit Type Ran Committer Via Coverage
45 master [FEATURE] Add counter incrementer and decrementer In `Update#set` you can provide values for counters: `#increment(i)`, and `#decrement(i)`: class UpdateCounter < ROM::Commands::Update[:cassandra] register_as :update_hits relatio... push 09 Aug 2015 06:44PM UTC nepalez travis-ci pending completion   set done
44 master [INTERNAL] Add 'rbx' to .travis.yml push 09 Aug 2015 12:41PM UTC nepalez travis-ci pending completion   set done
43 master [INTERNAL] Code refactoring Extracted `Dataset::Helpers` from `Dataset` for code readability. push 09 Aug 2015 10:49AM UTC nepalez travis-ci pending completion   set done
42 master [FEATURE] Add `Batch` command The command provides batched CQL query. Modifiers `#add` (low-level), `#create`, `#update`, and `#delete` are available. class Batch < ROM::Cassandra::Commands::Batch relation :users register_as :bat... push 09 Aug 2015 08:42AM UTC nepalez travis-ci pending completion   set done
41 master [INTERNAL] Simplify specs push 08 Aug 2015 11:21AM UTC nepalez travis-ci pending completion   set done
40 master [INTERNAL] Simplify specs push 08 Aug 2015 11:18AM UTC nepalez travis-ci pending completion   set done
39 master [FEATURE] Add `Create` command The command inserts a single row into the column family. Modifiers `#insert` and `#using` are available. class CreateName < ROM::Commands::Create[:cassandra] relation :items register_as :create ... push 08 Aug 2015 11:13AM UTC nepalez travis-ci pending completion   set done
38 master [FEATURE] Add `Update` command The command updates selected records. Dataset modifiers `#set`, `#where` and `#using` are available: class UpdateName < ROM::Commands::Update[:cassandra] relation :items register_as :update_name ... push 08 Aug 2015 10:44AM UTC nepalez travis-ci pending completion   set done
37 master [FEATURE] Add modifiers to the `Delete` command The command's dataset can be modified locally using commands `#where`, `#using` and `#columns`: class DeleteColumns < ROM::Commands::Delete[:cassandra] relation :tasks register_as :... push 08 Aug 2015 09:56AM UTC nepalez travis-ci pending completion   set done
36 master [FEATURE] Add modifiers to the `Delete` command The command's dataset can be modified locally using commands `#where`, `#using` and `#columns`: class DeleteColumns < ROM::Commands::Delete[:cassandra] relation :tasks register_as :... push 08 Aug 2015 09:55AM UTC nepalez travis-ci pending completion   set done
35 master [FEATURE] Add modifiers to the `Delete` command The command's dataset can be modified locally using commands `#where`, `#using` and `#columns`: class DeleteColumns < ROM::Commands::Delete[:cassandra] relation :tasks register_as :... push 08 Aug 2015 08:48AM UTC nepalez travis-ci pending completion   set done
34 master [FEATURE] Add modifiers to the `Delete` command The command's dataset can be modified locally using commands `#where`, `#using` and `#columns`: class DeleteColumns < ROM::Commands::Delete[:cassandra] relation :tasks register_as :... push 07 Aug 2015 10:59PM UTC nepalez travis-ci pending completion   set done
33 master [FEATURE] Add `Delete` command The command deletes selected rows from the column family. When command hasn't been selected, deletion is provided by the fast `truncate` low-level operation. == Added * ROM::Cassandra::Commands::Delete push 07 Aug 2015 07:05PM UTC nepalez travis-ci pending completion   set done
32 master [FEATURE] Add `#restrict` alias to `Relation#where` push 07 Aug 2015 06:23PM UTC nepalez travis-ci pending completion   set done
31 master [CHANGE] Make `Dataset` methods to return [] Methods `#delete`, `#insert`, and `#update` returns []. Method `#select` is removed (unused). Method `#batch` is added for the `Batch` command. push 06 Aug 2015 05:32PM UTC nepalez travis-ci pending completion   set done
  • ← Previous
  • 1
  • 2
  • 3
  • Next →
  • Back to Repo
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc