Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

rom

Persistence and mapping toolkit for Ruby
Collective - Host: opensource - https://opencollective.com/rom - Code: https://github.com/rom-rb/rom

Trigger listeners only for enabled plugin (#639)

[changelog]

changed: "Plugin event listeners are no longer global which makes it possible to ...

github.com/rom-rb/rom - 13c1de095e435f43c0ca9b01cccfe094d8b8094f authored over 3 years ago by Piotr Solnica <[email protected]>
Update .rubocop.yml from rom-rb/template-gem

github.com/rom-rb/rom - c61af46bccbf31dd52d53e28e70068b6187246c1 authored over 3 years ago by File Sync <[email protected]>
Improve gateway setup (#638)

In summary:

- Separate loading adapters from loading gateways
- Simplify gateway handlin...

github.com/rom-rb/rom - 6abbc4ef7f2ebdc2e5f75435ef849b95a7b830a2 authored over 3 years ago by Piotr Solnica <[email protected]>
Add Configuration#auto_register which is the actual public API

github.com/rom-rb/rom - d8587d02ea396f0435e1fdb588da7b53aa4ab769 authored over 3 years ago by Piotr Solnica <[email protected]>
Use dry-core from master for now

github.com/rom-rb/rom - 98e0ad6c8b4b8a1d11d2646ce045af5b334660db authored over 3 years ago by Piotr Solnica <[email protected]>
rubocop -a lib

github.com/rom-rb/rom - 12f7d94d099cd8a715259354315626e6ef8a0943 authored over 3 years ago by Piotr Solnica <[email protected]>
Update CHANGELOG.md

github.com/rom-rb/rom - 092b208a492b6eb4b882c4fc188bb0ca687dc75a authored over 3 years ago by rom-bot <[email protected]>
[devtools] update changelog.yml from cba75746a5687408c16a818f2265b919a45e3362

github.com/rom-rb/rom - 33e96dfb6171bed26add852a94b5c86e4967286f authored over 3 years ago by rom-bot <[email protected]>
Refactor setup/finalization (#637)

Refactor setup/configuration/finalization code

- Use components directly in the loader
-...

github.com/rom-rb/rom - cba75746a5687408c16a818f2265b919a45e3362 authored over 3 years ago by Piotr Solnica <[email protected]>
Update CHANGELOG.md

github.com/rom-rb/rom - 725513632acd907151d82e3dd4a6c255e047a480 authored over 3 years ago by rom-bot <[email protected]>
Update changelog.yml

github.com/rom-rb/rom - b8a0fae3095c5ee4b758c7257a2c2f3cbe0a4fed authored over 3 years ago by Piotr Solnica <[email protected]>
Fix sync_files trigger

github.com/rom-rb/rom - 209790775f7d4e6f76d45673c2f42103e4ee40d4 authored over 3 years ago by Piotr Solnica <[email protected]>
Update changelog.yml

github.com/rom-rb/rom - dab1c44faa48b3218d3e8656b3df4233dd94b3a0 authored over 3 years ago by Piotr Solnica <[email protected]>
Use Zeitwerk for loading components (#634)

[changelog]

added:
- "Backward-compatibility extension that you can load via `require "rom/c...

github.com/rom-rb/rom - 458fb206810f7d03a6a355384fa4be998574e8ef authored over 3 years ago by Piotr Solnica <[email protected]>
Update .github/workflows/rubocop.yml from action-hero/workflows

github.com/rom-rb/rom - 6f3c47a24a893e9203a361d756496917887f23b1 authored over 3 years ago by File Sync <[email protected]>
Update .github/workflows/rubocop.yml from action-hero/workflows

github.com/rom-rb/rom - 10ba96c47fef8dc3158987a27d969e8260a7a9e3 authored over 3 years ago by File Sync <[email protected]>
Update .rubocop.yml from rom-rb/template-gem

github.com/rom-rb/rom - 741c62642dab05336dda3472dda2158537650029 authored over 3 years ago by File Sync <[email protected]>
[ci] no need to manually bundle install anymore

github.com/rom-rb/rom - 32260d0c5ffd046659e1fd88aea503dd7d9ab105 authored over 3 years ago by Piotr Solnica <[email protected]>
[ci] cache bundler

github.com/rom-rb/rom - e63a4ee56259521521d27cb6d8ead60d6ba89132 authored over 3 years ago by Piotr Solnica <[email protected]>
[ci] disable jruby and truffle for now

github.com/rom-rb/rom - 4072824a7250b0599b7dee1d5b7d35d36ed604bd authored over 3 years ago by Piotr Solnica <[email protected]>
Switch to Equalizer from dry-core (#633)

* Switch to Equalizer from dry-core
* Use dry-events and dry-monitor from master for now

github.com/rom-rb/rom - 83eb9d46896cc9db1ea367a568f18905505f9caa authored over 3 years ago by Piotr Solnica <[email protected]>
[ci] remove ruby 2.5 from the matrix

github.com/rom-rb/rom - beeb568567c9005d5b7bc6d9dddc5f37c266721e authored over 3 years ago by Piotr Solnica <[email protected]>
Update .github/workflows/rubocop.yml from action-hero/workflows

github.com/rom-rb/rom - 4c5257c335e615f54d1a678a48235deb01cd6931 authored over 3 years ago by File Sync <[email protected]>
Update .github/workflows/sync_configs.yml from rom-rb/template-gem

github.com/rom-rb/rom - 84587e7690e5ee814d6ef2f8123661281a0d4c84 authored over 3 years ago by File Sync <[email protected]>
Update .github/workflows/sync_configs.yml from rom-rb/template-gem

github.com/rom-rb/rom - c7970cc31a35dc93369639f09fe8e1cdd49e3690 authored over 3 years ago by File Sync <[email protected]>
[ci] Update names to "CI / Tests"

github.com/rom-rb/rom - 36c5c01c08299a9c3e5bb5f36ab71fced65a9cdc authored over 3 years ago by Piotr Solnica <[email protected]>
Add missing frozen_string_literal comment to Gemfile

github.com/rom-rb/rom - ae234ecaf0a5441d26676d989e2fc723c070d9cc authored over 3 years ago by Piotr Solnica <[email protected]>
Use rom-sql from master for now

github.com/rom-rb/rom - c5afed2484acf83857e0c4772bb201c0db5175a9 authored over 3 years ago by Piotr Solnica <[email protected]>
Update docker setup for local development

github.com/rom-rb/rom - b24f40da22f952daca0390b40619cc5168e65916 authored over 3 years ago by Piotr Solnica <[email protected]>
Update .action_hero.yml

github.com/rom-rb/rom - d3ae06679ac487cd0c30e28949d0e3e3df586004 authored over 3 years ago by Piotr Solnica <[email protected]>
[ci] update config

github.com/rom-rb/rom - f4a893e7bfdc27ac0d2baf635076a08ba7fadf4d authored over 3 years ago by Piotr Solnica <[email protected]>
[ci] update config

github.com/rom-rb/rom - 4076ed996b1fb0cd0a35a1f0076b9995bdcd58a5 authored over 3 years ago by Piotr Solnica <[email protected]>
[ci] remove obsolete config

github.com/rom-rb/rom - e6d8c6d399294a29c15d18fbd3e3cca01d49210c authored over 3 years ago by Piotr Solnica <[email protected]>
Update Gemfile.devtools from rom-rb/template-gem

github.com/rom-rb/rom - c7db02532feb7f30613d508cb16922f9917834cc authored over 3 years ago by File Sync <[email protected]>
Update .rubocop.yml from rom-rb/template-gem

github.com/rom-rb/rom - 14bdc403976e65d17b412e3fec5b87d81aaf2da1 authored over 3 years ago by File Sync <[email protected]>
Update .github/workflows/rubocop.yml from action-hero/workflows

github.com/rom-rb/rom - 7b4f5a4c51b31f5d0755ab937273fd65580124aa authored over 3 years ago by File Sync <[email protected]>
Update .github/workflows/rubocop.yml from action-hero/workflows

github.com/rom-rb/rom - 25fab5607170fac2d94eb5028c23b758c329e7cb authored over 3 years ago by File Sync <[email protected]>
Fix schema name verification #615 (#632)

github.com/rom-rb/rom - 5eb82b72185e117003605c7cfc4ab88c8844e698 authored over 3 years ago by Kazuya Hatanaka <[email protected]>
Update .action_hero.yml from rom-rb/template-gem

github.com/rom-rb/rom - 8e07d732e91a5dcbcbcbfac9c23c9b89de93cfc8 authored over 3 years ago by File Sync <[email protected]>
Update .action_hero.yml from rom-rb/template-gem

github.com/rom-rb/rom - 1d31eac8d2e325f0cf22c87974733317a3504180 authored over 3 years ago by Action Hero <[email protected]>
Add .github/workflows/rubocop.yml from action-hero/workflows

github.com/rom-rb/rom - 9b6078901acaf7787c726cfd3d4e021aea8a636b authored over 3 years ago by Action Hero <[email protected]>
Update CONTRIBUTING.md from rom-rb/template-gem

github.com/rom-rb/rom - 7500fe00ab98601d52af89a3e232781fc6e6d844 authored over 3 years ago by Action Hero <[email protected]>
Add .github/workflows/sync_configs.yml from rom-rb/template-gem

github.com/rom-rb/rom - 97f4e9b0ced68a383d958b432f568b236aba5fb2 authored over 3 years ago by Action Hero <[email protected]>
Update .action_hero.yml

github.com/rom-rb/rom - 4720cd15add45a7ea96270467c0bccad8e52e267 authored over 3 years ago by Piotr Solnica <[email protected]>
Update project.yml

github.com/rom-rb/rom - 591e1ff57f9d6663adb3ae038b7053d4d66ca9ff authored over 3 years ago by Piotr Solnica <[email protected]>
Update .action_hero.yml

github.com/rom-rb/rom - dbcc5d6adcfc770002d032487461a2634151fe90 authored over 3 years ago by Piotr Solnica <[email protected]>
Remove sync_configs.yml

github.com/rom-rb/rom - b3eaf415d50ce3b3c7addb41d60de9bf54e10455 authored over 3 years ago by Piotr Solnica <[email protected]>
Update .action_hero.yml

github.com/rom-rb/rom - 32a5c7f6a601aa8fb7c34a3a590a11bb1616b7ed authored over 3 years ago by Piotr Solnica <[email protected]>
[devtools] sync

github.com/rom-rb/rom - 12485c120cea89f7f32c113f0cb9115880da78b5 authored over 3 years ago by rom-bot <[email protected]>
Fix links to components in README (#631)

* Update README, change links to point to rom-rb.org

github.com/rom-rb/rom - 70e37cee9db12500214bded14eb39dd9ea18373c authored over 3 years ago by Andreas Finger <[email protected]>
Add .action_hero.yml config

github.com/rom-rb/rom - c08ba844d460c862735db8434da60ae31a18e22c authored over 3 years ago by Piotr Solnica <[email protected]>
Adds hint for auto-registration with nested namespaces

Auto-registration already supports nesting namespaces, and those are accepted by ROM::AutoRegist...

github.com/rom-rb/rom - c582636a1507a53eb9227df8e577f8d9dc6863e0 authored over 3 years ago by mgiagante <[email protected]>
[devtools] sync

github.com/rom-rb/rom - 3db0c0890539021ed433f6001415a2ee149b8162 authored over 3 years ago by rom-bot <[email protected]>
Merge pull request #627 from parndt/patch-1

Fix typo clarities -> clarity's

github.com/rom-rb/rom - b3cca7015aa15cbba7ced5d7abdd1c78de0c72bd authored over 3 years ago by Piotr Solnica <[email protected]>
Fix typo clarities -> clarity's

github.com/rom-rb/rom - 6c736217285f738d6509d9ded1c3b81d7ac35124 authored over 3 years ago by Philip Arndt <[email protected]>
Merge pull request #626 from jsonb-uy/fix-typo-in-mappers-guide

Fix typo in mappers guide

github.com/rom-rb/rom - 9204ff45fa39095e4f23158021a6951225197451 authored over 3 years ago by Nikita Shilnikov <[email protected]>
Fix typo in mappers guide

github.com/rom-rb/rom - dd61aca4793393df690af547782f53c56aba6d79 authored over 3 years ago by Jayson <[email protected]>
Merge pull request #625 from smaximov/transproc-to-dry-transformer

Replace references to transproc by dry-transformer

github.com/rom-rb/rom - 6767cfddf373fd0335830690b5190eefe4560c85 authored over 3 years ago by Piotr Solnica <[email protected]>
Replace references to transproc by dry-transformer

github.com/rom-rb/rom - ef370f57c3825034f197ee89c87833b308c50b0e authored over 3 years ago by Sergei Maximov <[email protected]>
Merge pull request #624 from apohllo/patch-1

Add how to disable auto_struct in repository

github.com/rom-rb/rom - 2abdbf64723993c0850e2763a29bc30cf610364b authored over 3 years ago by Piotr Solnica <[email protected]>
Add how to disable auto_struct in repository

github.com/rom-rb/rom - 2a2f749b50e7307f7d249b8980d5586779809b76 authored over 3 years ago by Aleksander SmywiÅ„ski-Pohl <[email protected]>
[devtools] sync

github.com/rom-rb/rom - 74dacf1c081ecf63f7784f1d90b9006a2c812a4e authored almost 4 years ago by rom-bot <[email protected]>
[devtools] sync

github.com/rom-rb/rom - fb19051bf65ba98a6c2a33adb4870857778bf4f9 authored almost 4 years ago by rom-bot <[email protected]>
Update changelog.yml

github.com/rom-rb/rom - a5ac8529fcbd202e3cd34d96349b67a072f308dd authored almost 4 years ago by Piotr Solnica <[email protected]>
Update changelog.yml

github.com/rom-rb/rom - 391dbfdc725f5ab8ca8c246900a8d0ec8633581e authored almost 4 years ago by Piotr Solnica <[email protected]>
Merge pull request #623 from rom-rb/fix-gateway-config

Fix gateway configuration options

[changelog]

fixed: "Setup works under MRI 3.0.0 (issue #...

github.com/rom-rb/rom - b923bd4b4b16cac91756a78ed1a60f0832ffd330 authored almost 4 years ago by Piotr Solnica <[email protected]>
#622 Fix gateway configuration options

github.com/rom-rb/rom - 60fd2c34a19e0c1323c862c0fca8384e3c15c1bb authored almost 4 years ago by Vasily Kolesnikov <[email protected]>
Update changelog

github.com/rom-rb/rom - 3fd5f5b1a6ca7100e4ec8218d60ed04cf1c78bae authored almost 4 years ago by Nikita Shilnikov <[email protected]>
Remove block wrapping

Passing a Proc to lambda is a no-op.

github.com/rom-rb/rom - 0697ac524e0ec8c9953cc37903437e1357ca8a89 authored almost 4 years ago by Nikita Shilnikov <[email protected]>
Bump version to 6.0.0

github.com/rom-rb/rom - 68cce762a866d745a0b5fc349bd711e8c843c164 authored almost 4 years ago by Nikita Shilnikov <[email protected]>
[devtools] sync

github.com/rom-rb/rom - 6e0db9e076a2a61b4b06e8212f8dc5ef98e30a33 authored almost 4 years ago by rom-bot <[email protected]>
Fix flag name

github.com/rom-rb/rom - d86c829ec9c315ad5b8471649e0faa2fb1c3ac6a authored almost 4 years ago by Nikita Shilnikov <[email protected]>
[devtools] sync

github.com/rom-rb/rom - 54504e7fd1e55cac000dc5ca21e0c7955b2c1d36 authored almost 4 years ago by rom-bot <[email protected]>
Merge pull request #621 from rom-rb/gateway-option

Add gateway option to Repository#transaction

github.com/rom-rb/rom - 64a54ab2f668b87e4e89c9c029accf5ca5a2258c authored almost 4 years ago by Nikita Shilnikov <[email protected]>
Switch to always using rom-sql from master (until 6.0 is out)

github.com/rom-rb/rom - 63cdb538e8d80d4b36d6677792f6e0863985fd6e authored almost 4 years ago by Nikita Shilnikov <[email protected]>
Add gateway option to Repository#transaction

Seems to work just fine!

github.com/rom-rb/rom - 48f873962fcf6b3ae6d0740f5e85495c0e9424cc authored almost 4 years ago by Nikita Shilnikov <[email protected]>
Switch to using keywords in transaction methods

This is more flexible and more convenient.

github.com/rom-rb/rom - d9e68c3fa86165eb16e3e32f56b2c3aad08fbed6 authored almost 4 years ago by Nikita Shilnikov <[email protected]>
[devtools] sync

github.com/rom-rb/rom - 0d756426983ea4d7375bcea47102a5071fdbed12 authored almost 4 years ago by rom-bot <[email protected]>
[devtools] sync

github.com/rom-rb/rom - 3d230172e94f9f8d1d6cdf35d771ea210c56a1b9 authored almost 4 years ago by rom-bot <[email protected]>
[devtools] sync

github.com/rom-rb/rom - 7a06883c30b7be4584dd37bf57a6c4b4c347c647 authored almost 4 years ago by rom-bot <[email protected]>
[ci] send coverage only from master builds

github.com/rom-rb/rom - 135ec9ebbd8beb537f6558c24749e5300481f9ee authored almost 4 years ago by Piotr Solnica <[email protected]>
[devtools] sync

github.com/rom-rb/rom - aeab96c43615bfd2d3a3d2b935bdec9b61e76c99 authored almost 4 years ago by rom-bot <[email protected]>
[devtools] update changelog.yml from 6355af03425d41035e412d19f7b1da3eafad0eb2

github.com/rom-rb/rom - 8d80f3113812755d930253cf89074a792da51ca2 authored almost 4 years ago by rom-bot <[email protected]>
Merge pull request #617 from rom-rb/616-dont-freeze

#616 Relax freezing policy for `ROM::Configurable`

[changelog]

changed: "Configuration val...

github.com/rom-rb/rom - 6355af03425d41035e412d19f7b1da3eafad0eb2 authored almost 4 years ago by Piotr Solnica <[email protected]>
#616 Relax freezing policy for `ROM::Configurable`

github.com/rom-rb/rom - aa08e64e4e91832764b91c4aa25e41bcdfe75d88 authored almost 4 years ago by Vasily Kolesnikov <[email protected]>
Merge pull request #618 from rom-rb/fix-specs

Fix specs

github.com/rom-rb/rom - 1fcd175ef24e36fb74c3dc5ae78784a57d6fc906 authored almost 4 years ago by Piotr Solnica <[email protected]>
[ci] fix issues with the spec suite

* Disconnect after each example when there is a gateway defined
* Remove sequel from Gemfile...

github.com/rom-rb/rom - 3c10a3df8f5e91dba0ec929bc2f8c507af1b2cb1 authored almost 4 years ago by Piotr Solnica <[email protected]>
[devtools] sync

github.com/rom-rb/rom - 2f8aa755a11a716e768b617398b33bfbf6feb077 authored almost 4 years ago by rom-bot <[email protected]>
[ci] ugh I clearly forgot how CI matrix works 😆

github.com/rom-rb/rom - 0697867c3ccfb6c69648264a1fcdea9fece2dfeb authored almost 4 years ago by Piotr Solnica <[email protected]>
[devtools] sync

github.com/rom-rb/rom - 4957efe6aa647d3e6ad9f4d20cf57dadc6125334 authored almost 4 years ago by rom-bot <[email protected]>
[ci] simplify matrix

github.com/rom-rb/rom - 7bd42cdbc512712c75401efec951f86c6ccd27db authored almost 4 years ago by Piotr Solnica <[email protected]>
[devtools] sync

github.com/rom-rb/rom - 0b9b1e5bdef166bec94e1bb2b74e33b90d545d68 authored almost 4 years ago by rom-bot <[email protected]>
[ci] run against master dry-transformer only under MRI 3.0

github.com/rom-rb/rom - c552f566462812a54ca6e40a8aa89ebb5a0740d9 authored almost 4 years ago by Piotr Solnica <[email protected]>
[devtools] sync

github.com/rom-rb/rom - 22cb62b74236a06d79e3419eb664ae91f151c9ae authored almost 4 years ago by rom-bot <[email protected]>
[ci] update rubies

github.com/rom-rb/rom - 97e5fd09a1ed788abf547224b83346cbbd63dccd authored almost 4 years ago by Piotr Solnica <[email protected]>
[devtools] sync

github.com/rom-rb/rom - 6a110cfb210381f31904cf1efaa7de335d710056 authored almost 4 years ago by rom-bot <[email protected]>
[devtools] sync

github.com/rom-rb/rom - de8151c40428dbca463b743222e184616c6917f1 authored almost 4 years ago by rom-bot <[email protected]>
[devtools] sync

github.com/rom-rb/rom - 7374a4048bea69ede63e9f6814304231b06c71a6 authored almost 4 years ago by rom-bot <[email protected]>
Remove deprecated GH issue templates

github.com/rom-rb/rom - 4bfaba4bb3d05ecf072e629d6b647c57b73a5c2f authored almost 4 years ago by Piotr Solnica <[email protected]>
Fix rspec crashes

github.com/rom-rb/rom - ef48e426f885dc8f92cf3e7a719420bcf6be9057 authored almost 4 years ago by Piotr Solnica <[email protected]>