Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
github.com/ronin-rb/ronin-db
A common database library for managing and querying security data
https://github.com/ronin-rb/ronin-db
Add ruby-3.3 to the CI matrix.
2a0a49140b16fd1aace3eac3084bdba578abb512 authored about 1 year ago
2a0a49140b16fd1aace3eac3084bdba578abb512 authored about 1 year ago
Updated the ChangeLog for 0.1.3.
d21854a5063f56663a68b678602eb8c15952197d authored about 1 year ago
d21854a5063f56663a68b678602eb8c15952197d authored about 1 year ago
Added `@example`s for `DB.connect`.
c6513a116db76c612f7dd5639ed3ad96599f137d authored about 1 year ago
c6513a116db76c612f7dd5639ed3ad96599f137d authored about 1 year ago
Version bump to 0.1.3.
fc5ccb196aec894ee9a4f5af0184c10102fc0375 authored about 1 year ago
fc5ccb196aec894ee9a4f5af0184c10102fc0375 authored about 1 year ago
Added missing specs for `ConfigFile` (closes #63).
7a5225342a5d300cadc662c5f9a6acdfb42ffa9a authored about 1 year ago
7a5225342a5d300cadc662c5f9a6acdfb42ffa9a authored about 1 year ago
We only use Symbol keys in the database config file.
f14c9466e008e82ce44b87476aac3c7c532ca43f authored about 1 year ago
f14c9466e008e82ce44b87476aac3c7c532ca43f authored about 1 year ago
Added messages to the `InvalidConfig` exceptions.
48db372373a12c2f20a7ec69a2cb2f38b81fb53c authored about 1 year ago
48db372373a12c2f20a7ec69a2cb2f38b81fb53c authored about 1 year ago
Add missing `InvalidConfig` exception class.
6ea8ad6b86adf810a14e309ace90d133a23cfe15 authored about 1 year ago
6ea8ad6b86adf810a14e309ace90d133a23cfe15 authored about 1 year ago
Add missing comment.
d05bdba0611ea8148d3b0bb1980f81470f7bf60a authored about 1 year ago
d05bdba0611ea8148d3b0bb1980f81470f7bf60a authored about 1 year ago
If the config file does not exist yet, create the parent directory (closes #62).
b7de787d112f1fa5b5aca91b3ee8913625e4f2d5 authored about 1 year ago
b7de787d112f1fa5b5aca91b3ee8913625e4f2d5 authored about 1 year ago
Bump the `actions/checkout` action to `v4`.
bd6501b2ca948b2cccc936cefdf8d6fd75091534 authored over 1 year ago
bd6501b2ca948b2cccc936cefdf8d6fd75091534 authored over 1 year ago
Version bump to 0.1.2.
95933f50e2199e226550ddacf1aaa897ebe3a7b1 authored over 1 year ago
95933f50e2199e226550ddacf1aaa897ebe3a7b1 authored over 1 year ago
Updated the ChangeLog for 0.1.2.
767d889e12519f9a68cb9dc985049ff4f7c103ca authored over 1 year ago
767d889e12519f9a68cb9dc985049ff4f7c103ca authored over 1 year ago
Added missing summaries for the `DB.connect` exceptions.
0b78779374ff843370132ce61e6a20a606d04dc2 authored over 1 year ago
0b78779374ff843370132ce61e6a20a606d04dc2 authored over 1 year ago
Corrected some `DB.connect` specs.
2dfa514ca5614757f38438dc84049ce608d95e2b authored over 1 year ago
2dfa514ca5614757f38438dc84049ce608d95e2b authored over 1 year ago
Added examples of the different database URIs for the `--db-uri` option.
412050c0d63c3a6f242dd253e8c03dd37e846a11 authored over 1 year ago
412050c0d63c3a6f242dd253e8c03dd37e846a11 authored over 1 year ago
Correct a `DB.connect` spec to make it more realistic.
3133245f6f906ece1fbf62528d3924d9f016f03e authored over 1 year ago
3133245f6f906ece1fbf62528d3924d9f016f03e authored over 1 year ago
Added missing specs for `Ronin::DB` methods.
05c18cd07c2b05adc18ee3585d232e3b937b4975 authored over 1 year ago
05c18cd07c2b05adc18ee3585d232e3b937b4975 authored over 1 year ago
Fixed a typo in the exception message in `DB.connect`.
a116d1cbd584366c0ba490ae2ade953337fa994a authored over 1 year ago
a116d1cbd584366c0ba490ae2ade953337fa994a authored over 1 year ago
Removed the Twitter account link.
733970802a3f9d4bae42a5dbf83e2a60e05e4d42 authored over 1 year ago
733970802a3f9d4bae42a5dbf83e2a60e05e4d42 authored over 1 year ago
Fix formatting in the `ronin-db creds` man-page.
03170fa54a6738fffa2af466d2c2e2f6b15b659b authored over 1 year ago
03170fa54a6738fffa2af466d2c2e2f6b15b659b authored over 1 year ago
Changed the description of the `ronin-db creds` command.
c93a3c6906049bcc3f8f34f68baa390a0cddbd9a authored over 1 year ago
c93a3c6906049bcc3f8f34f68baa390a0cddbd9a authored over 1 year ago
Fixed the `Usage` command in the `ronin-db creds` documentation.
26ba57592e543d8fae73dbaff3667a4e8d25db88 authored over 1 year ago
26ba57592e543d8fae73dbaff3667a4e8d25db88 authored over 1 year ago
Fixed the `Options` documentation for `ronin-db creds`.
c10780aeadcb43fb0da76e66add9e13fe015f2ef authored over 1 year ago
c10780aeadcb43fb0da76e66add9e13fe015f2ef authored over 1 year ago
Fixed the `ronin-db creds` options to match the man-page.
7b0f72ad154d2a87e2f47f43d4f22db08adb7b2f authored over 1 year ago
7b0f72ad154d2a87e2f47f43d4f22db08adb7b2f authored over 1 year ago
Added missing `-h, --help` options to man pages.
745cfbb0610a36bae0ec645c639f7ef5a7790ca7 authored over 1 year ago
745cfbb0610a36bae0ec645c639f7ef5a7790ca7 authored over 1 year ago
Make rubocop happy.
b290af734e306933d2730b854ad9239385628e8d authored over 1 year ago
b290af734e306933d2730b854ad9239385628e8d authored over 1 year ago
Fixed a `CLI::RubyShell` spec for `ronin-core` 0.1.2.
ee01bcc2a8e76639a08c8a1d9ca7bf86a6f21432 authored over 1 year ago
ee01bcc2a8e76639a08c8a1d9ca7bf86a6f21432 authored over 1 year ago
Exclude man-pages from the docs.
61539effb3cc95dc4eab88ed6090414634b97876 authored over 1 year ago
61539effb3cc95dc4eab88ed6090414634b97876 authored over 1 year ago
Updated the ChangeLog for 0.1.1.
b7d7913d2d85f21c7d8066ea4fd0f91398b906e3 authored over 1 year ago
b7d7913d2d85f21c7d8066ea4fd0f91398b906e3 authored over 1 year ago
Version bump to 0.1.1.
12ed265fac833d3e624a62a675090c4d5c1f7138 authored over 1 year ago
12ed265fac833d3e624a62a675090c4d5c1f7138 authored over 1 year ago
Fixed an example command.
0b535b9da309b6b2b72cc656969435d7f902172d authored over 1 year ago
0b535b9da309b6b2b72cc656969435d7f902172d authored over 1 year ago
Added an `EXAMPLES` section to the `ronin-db add` man-page.
80a9c54fc960d43c0c6735d16d8ee2afa411525f authored over 1 year ago
80a9c54fc960d43c0c6735d16d8ee2afa411525f authored over 1 year ago
Fixed the description in the `ronin-db add` man-page.
15e7d9c8b674f61897338cb6bd9d029b7250af71 authored over 1 year ago
15e7d9c8b674f61897338cb6bd9d029b7250af71 authored over 1 year ago
Fix copy/pasted options in the man pages.
a8f76bcf7c55d8dc2db173be3808561302335280 authored over 1 year ago
a8f76bcf7c55d8dc2db173be3808561302335280 authored over 1 year ago
Use single quotes.
33a43dedcb7d840b359bc646d8dbf981556329cb authored over 1 year ago
33a43dedcb7d840b359bc646d8dbf981556329cb authored over 1 year ago
Added `rubocop` to the CI (closes #2).
8912fe9ae988f18c9e3877887c8c0906c4b5b16f authored almost 2 years ago
8912fe9ae988f18c9e3877887c8c0906c4b5b16f authored almost 2 years ago
Various `rubocop` style fixes.
d0ca4f2fed97769cc417b8597eade43bbe6381c8 authored almost 2 years ago
d0ca4f2fed97769cc417b8597eade43bbe6381c8 authored almost 2 years ago
Added `ronin-db` specific exceptions to `rubocop`.
f9dbb6fe080f5b4b0e7c95943c621107af2015d1 authored almost 2 years ago
f9dbb6fe080f5b4b0e7c95943c621107af2015d1 authored almost 2 years ago
Added a top-level description for `Ronin::DB`.
d47b86af51c7cef7ed60faee8fa9fb818a6f9bad authored almost 2 years ago
d47b86af51c7cef7ed60faee8fa9fb818a6f9bad authored almost 2 years ago
Added a top-level description for `Ronin::DB::CLI::Command`.
2a9e56eb731db715955c19d704d604db4451e197 authored almost 2 years ago
2a9e56eb731db715955c19d704d604db4451e197 authored almost 2 years ago
Added a top-level description to `Ronin::DB::CLI::URIMethods`.
f8d1cb76610388faf43a480f8d65193b8f10cc4c authored almost 2 years ago
f8d1cb76610388faf43a480f8d65193b8f10cc4c authored almost 2 years ago
Added the `rubocop` and `rubocop-ronin` gems.
b73b6f37e4c2a5b13ca04c97b28f16f18ae4735a authored almost 2 years ago
b73b6f37e4c2a5b13ca04c97b28f16f18ae4735a authored almost 2 years ago
Adjust markdown formatting.
* Use code formatting on options and file paths, italic/bold on
arguments and env variables.
Correct the dates in the man pages to match the 0.1.0 release date.
8c95ab5d7c1e147974ea2fb6ec3813d10d45f585 authored almost 2 years ago
8c95ab5d7c1e147974ea2fb6ec3813d10d45f585 authored almost 2 years ago
Updated the `FILES` and `ENVIRONMENT` sections of the man pages.
392c6e9b871b14f29135b78aa111202fccdcc5ee authored almost 2 years ago
392c6e9b871b14f29135b78aa111202fccdcc5ee authored almost 2 years ago
Added a comment for the value of `DEFAULT_DB_FILE`.
f81aa48eeb5c1fa740fa278055f78a2e5077887f authored almost 2 years ago
f81aa48eeb5c1fa740fa278055f78a2e5077887f authored almost 2 years ago
Add documentation to `Ronin::DB::CLI` and mark it as the private API.
897af0c528882ef516eb3d11e12f908e692c12d7 authored almost 2 years ago
897af0c528882ef516eb3d11e12f908e692c12d7 authored almost 2 years ago
Fixed the release date for 0.1.0.
1950bb24a32e8b8451400b5a3cfea56f0d636933 authored almost 2 years ago
1950bb24a32e8b8451400b5a3cfea56f0d636933 authored almost 2 years ago
Version bump to 0.1.0.
8873a6ec5e48b93eda63c29acb145a6db34e0004 authored almost 2 years ago
8873a6ec5e48b93eda63c29acb145a6db34e0004 authored almost 2 years ago
Require ronin-core ~> 0.1.
d5e67d5952e7f0d8240bbaac55c37f10fb000b70 authored almost 2 years ago
d5e67d5952e7f0d8240bbaac55c37f10fb000b70 authored almost 2 years ago
Require ronin-support ~> 1.0.
c84a5ef19d9abd9b7ebe1ac92b47a4ad029d0ad9 authored almost 2 years ago
c84a5ef19d9abd9b7ebe1ac92b47a4ad029d0ad9 authored almost 2 years ago
Require ronin-db-activerecord ~> 0.1.
ba4ca3ba7b4f259847191c94b5ad1b1bc2a7ec20 authored almost 2 years ago
ba4ca3ba7b4f259847191c94b5ad1b1bc2a7ec20 authored almost 2 years ago
Require activerecord-jdbcsqlite3-adapter ~> 70.0 when under JRuby.
2da3b8008018a5aacf22add7cf4c061912c1e9e5 authored almost 2 years ago
2da3b8008018a5aacf22add7cf4c061912c1e9e5 authored almost 2 years ago
Version bump to 0.1.0.beta3.
4e34176b89872d414c7bfb125c74571c63c69e05 authored about 2 years ago
4e34176b89872d414c7bfb125c74571c63c69e05 authored about 2 years ago
Fixed a spelling mistake in the documentation.
ce1e6f0cc09f2cbd3f25a148aea2a250124a0022 authored about 2 years ago
ce1e6f0cc09f2cbd3f25a148aea2a250124a0022 authored about 2 years ago
Fixed a spelling mistake in the `ronin-db asns --country-code` usage.
047fd13f677e81e85404586fbdf2ed9afbd3db23 authored about 2 years ago
047fd13f677e81e85404586fbdf2ed9afbd3db23 authored about 2 years ago
Added specs for the `ronin-db` man pages.
dd1440a932a29ddf175eda8e35a337e1c9d30d3a authored about 2 years ago
dd1440a932a29ddf175eda8e35a337e1c9d30d3a authored about 2 years ago
Add missing `man_page` to the `ronin-db ips` command.
ddcbc6a8ed01811bff968796e3be2fd9e4a44e74 authored about 2 years ago
ddcbc6a8ed01811bff968796e3be2fd9e4a44e74 authored about 2 years ago
Require ronin-db-activerecord 0.1.0.beta2.
16fc836f9c549db545fd633eb8a9087ba3805e69 authored about 2 years ago
16fc836f9c549db545fd633eb8a9087ba3805e69 authored about 2 years ago
Cache gems.
930eb24439ca006fc1f103813b3129612e6b5e02 authored about 2 years ago
930eb24439ca006fc1f103813b3129612e6b5e02 authored about 2 years ago
Added a gem version badge.
b86c9c9a8557c726b4b3c3f97cd35d1a093e6832 authored about 2 years ago
b86c9c9a8557c726b4b3c3f97cd35d1a093e6832 authored about 2 years ago
Ensure that the `sqlite3` link renders correctly in the YARDocs.
922000cb683c73605e7f906aec3d0e6e745fb2e3 authored about 2 years ago
922000cb683c73605e7f906aec3d0e6e745fb2e3 authored about 2 years ago
Remove duplicate sqlite3/jdbc gems from the `Gemfile`.
* These gems are already defined in the gemspec.
0ca1d92e25f91f57db8ac531685df5ba2340c710 authored about 2 years ago
Version bump to 0.1.0.beta2.
9f6ddd4e50b7da64fd7ee45969795e0cc20b63ec authored about 2 years ago
9f6ddd4e50b7da64fd7ee45969795e0cc20b63ec authored about 2 years ago
Depend on the `sqlite3` gem, not `sqlite`.
7fb003707e4c0d7e5e3501602b596267fb928b11 authored about 2 years ago
7fb003707e4c0d7e5e3501602b596267fb928b11 authored about 2 years ago
Exclude the test files from the built gem.
31eda18a38d530709aa9dbd037fae82834d628f5 authored about 2 years ago
31eda18a38d530709aa9dbd037fae82834d628f5 authored about 2 years ago
Link to the library namespace in the YARDocs title.
64b5ee52d3f447b0c51d4099a2659c2a511637aa authored about 2 years ago
64b5ee52d3f447b0c51d4099a2659c2a511637aa authored about 2 years ago
Added gemspec metadata.
99e131b9de5316c438a96f513ab84e05c9905b64 authored about 2 years ago
99e131b9de5316c438a96f513ab84e05c9905b64 authored about 2 years ago
Ensure that `ronin-db --version` prints the version.
3c774953d34df00fd7a86e0d80286518fde3504b authored about 2 years ago
3c774953d34df00fd7a86e0d80286518fde3504b authored about 2 years ago
Fixed a YARD `@param` tag.
64b020685ff3e31f8ee53b9b8a6e3ac631f293c6 authored about 2 years ago
64b020685ff3e31f8ee53b9b8a6e3ac631f293c6 authored about 2 years ago
Removed an old YARD link.
05298672291cf8dadbefd472c970789ae5174c82 authored about 2 years ago
05298672291cf8dadbefd472c970789ae5174c82 authored about 2 years ago
Updated the copyright years.
21401b91a61c86e573980e15a639b39086344dbb authored about 2 years ago
21401b91a61c86e573980e15a639b39086344dbb authored about 2 years ago
Updated the ChangeLog for 0.1.0.
8ded013fdc1bb64fc8797a4d2c2edfc0098654e0 authored about 2 years ago
8ded013fdc1bb64fc8797a4d2c2edfc0098654e0 authored about 2 years ago
Fixed a link.
fb4bbe5a046f753a32641917ffc352dee261947a authored about 2 years ago
fb4bbe5a046f753a32641917ffc352dee261947a authored about 2 years ago
Version bump to 0.1.0.beta1.
389510384808661d8627c80be3c87f4183f4c64a authored about 2 years ago
389510384808661d8627c80be3c87f4183f4c64a authored about 2 years ago
Switched to using ronin-core 0.1.0.beta1.
30618c653c646c3c57e36146b4b516afc524e841 authored about 2 years ago
30618c653c646c3c57e36146b4b516afc524e841 authored about 2 years ago
Switch to using ronin-support 1.0.0.beta1.
fc7dd19f9b46e2eba04803a2bab1ef25eb08bf43 authored about 2 years ago
fc7dd19f9b46e2eba04803a2bab1ef25eb08bf43 authored about 2 years ago
Switch to using ronin-db-activerecord 0.1.0.beta1.
a13b954de928435628a8ff6029a3d1e8a282b346 authored about 2 years ago
a13b954de928435628a8ff6029a3d1e8a282b346 authored about 2 years ago
Fixed markdown links.
4079636081a5f4b2d28ebd660dd0002f3d91fc27 authored about 2 years ago
4079636081a5f4b2d28ebd660dd0002f3d91fc27 authored about 2 years ago
Depend on `activerecord-jdbcsqlite3-adapter` instead of `sqlite3` when on JRuby.
9bb92826ba3ba1a16f941e9b73e0604a1db816d8 authored about 2 years ago
9bb92826ba3ba1a16f941e9b73e0604a1db816d8 authored about 2 years ago
Added ruby-3.2 to the CI matrix.
39c10743571dcbb2fc3e0803b4fcf0158e662183 authored about 2 years ago
39c10743571dcbb2fc3e0803b4fcf0158e662183 authored about 2 years ago
Added `frozen_string_literal: true` comments to all files.
f3fc7fdf6f9c4e99bc6a247dc0fd1756aea77f9e authored about 2 years ago
f3fc7fdf6f9c4e99bc6a247dc0fd1756aea77f9e authored about 2 years ago
Added a link to Mastodon.
19af6eda21a2f8812ee5b01206b757133a38034e authored about 2 years ago
19af6eda21a2f8812ee5b01206b757133a38034e authored about 2 years ago
Removed the Slack link (Discord is better).
89adec6291bcc7df06bb4e7e97d8d0e983fe9eec authored about 2 years ago
89adec6291bcc7df06bb4e7e97d8d0e983fe9eec authored about 2 years ago
Set the gemspec metadata.
3a92eabfe296cf64659e8b41fb5d4c98d18bcd50 authored about 2 years ago
3a92eabfe296cf64659e8b41fb5d4c98d18bcd50 authored about 2 years ago
Use the main branch when using command_kit from git.
fcb467c5bfba71c90bb4080ef7b79bee5f9ee62a authored about 2 years ago
fcb467c5bfba71c90bb4080ef7b79bee5f9ee62a authored about 2 years ago
Re-add JRuby to the CI matrix (closes #33).
5fcfd61b3854a6b7feab2a0104753fb4cd8dc8a2 authored about 2 years ago
5fcfd61b3854a6b7feab2a0104753fb4cd8dc8a2 authored about 2 years ago
Switch to command_kit 0.4.0.
8a5c3fbe001c3b7b41e59024c466b6b80e505559 authored about 2 years ago
8a5c3fbe001c3b7b41e59024c466b6b80e505559 authored about 2 years ago
Set the `bug_report_url`.
11f156edf21044d2e597bc9eb525c34e25b8b16c authored about 2 years ago
11f156edf21044d2e597bc9eb525c34e25b8b16c authored about 2 years ago
Added `sord` to the `Gemfile`.
2ab5e0ced3a1380cf00cdba09cbef40bf433c95f authored over 2 years ago
2ab5e0ced3a1380cf00cdba09cbef40bf433c95f authored over 2 years ago
Added `stackprof` to the `Gemfile`.
acaa70aadc17e53d1d624af5aae39745a23b3937 authored over 2 years ago
acaa70aadc17e53d1d624af5aae39745a23b3937 authored over 2 years ago
Fixed copy/pasted documentation.
3f4e29db87b39df58288b707927fc4a9ef261a61 authored over 2 years ago
3f4e29db87b39df58288b707927fc4a9ef261a61 authored over 2 years ago
Updated the README for new commands.
7b8b78a4428fcd99fd55ba83910279fdcfbd4d4e authored over 2 years ago
7b8b78a4428fcd99fd55ba83910279fdcfbd4d4e authored over 2 years ago
Enable debug logging for the `ronin-db irb` ruby shell.
438ef0b8b468c9a67b5b2016e5b703dbfd4b7c84 authored over 2 years ago
438ef0b8b468c9a67b5b2016e5b703dbfd4b7c84 authored over 2 years ago
Fixed a bug where migrations were not being auto-ran.
207fff6326bedf52e403e0b5f07c86b4e7d34656 authored over 2 years ago
207fff6326bedf52e403e0b5f07c86b4e7d34656 authored over 2 years ago
Enable debug logging for the `db:console`.
c69c67101a2dae986e71d9d7cba68354975eb7c3 authored over 2 years ago
c69c67101a2dae986e71d9d7cba68354975eb7c3 authored over 2 years ago
Removed old option.
2ad3c7cb683e929f09241808e82580b91cb60fa9 authored over 2 years ago
2ad3c7cb683e929f09241808e82580b91cb60fa9 authored over 2 years ago
Added the `ronin-db asn` command (closes #32).
519b7d7ebfe3c5b8188d127d6098ec2147ee65a1 authored over 2 years ago
519b7d7ebfe3c5b8188d127d6098ec2147ee65a1 authored over 2 years ago
Fixed the command names.
441691cb5c64d0b3c5927cf3b5a873c220390ccd authored over 2 years ago
441691cb5c64d0b3c5927cf3b5a873c220390ccd authored over 2 years ago