Ecosyste.ms: OpenCollective

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

github.com/hanami/hanami

The web, with simplicity.
https://github.com/hanami/hanami

Use Hanami::View::ApplicationConfiguration provided by hanami-view (#1081)

Update `Application.config.views` to use `Hanami::View::ApplicationConfiguration` provided by ha...

8adcc6dce3d8c7f986bb13ab19c62e84f81b02cc authored about 4 years ago by Tim Riley <[email protected]>
Remove Travis CI

f8d014ee706cc135a0dd48318804c31e734149c2 authored about 4 years ago by Luca Guidi <[email protected]>
Remove `&&` in `script/ci`

80fd6ad37955a9e8f8088dcad7206fa328a9cc4d authored about 4 years ago by Luca Guidi <[email protected]>
Setup CircleCI for unstable

dff05f018c89ecfed4d204e392862c13938c676c authored about 4 years ago by Luca Guidi <[email protected]>
Update Travis CI rubies to support 2.6+ only

9ab38ac73a09913848a07a322621968e1e36ccf5 authored about 4 years ago by Luca Guidi <[email protected]>
Remove JRuby 9.2 as its MRI compat is 2.5

809354846b9c66e1ee6272c1b18b95839705249a authored about 4 years ago by Luca Guidi <[email protected]>
Remove support for MRI 2.5

cc38eecaea1a0253894b05892e4f81f9315a15c4 authored about 4 years ago by Luca Guidi <[email protected]>
Finalize nested configs, move sessions config to hanami-controller (#1078)

Allow nested config objects to adjust their own configuration at the last moment, which the `act...

231cc03555b0610add2545cb57146a30c6201af2 authored about 4 years ago by Tim Riley <[email protected]>
Use bootable files for all standard components (#1070)

Use the new `bootable_dirs` setting just released in dry-system 0.18 and configure 2 bootable di...

d929b4896a418c74bfa009fd55f846865f2723b6 authored over 4 years ago by Tim Riley <[email protected]>
Configure container with application inflector (#1069)

This ensures that the container auto-registration respects any custom inflections configured on ...

1c636b8459bfa82eb52d5be2fd7b433cd4a86d91 authored over 4 years ago by Tim Riley <[email protected]>
Use unstable branch again

86f499631086e7ad69fe5eb6a52b5c114f761242 authored over 4 years ago by Tim Riley <[email protected]>
Use full action ApplicationConfiguration object (#1068)

This changes the approach for exposing application-level action config. Instead of taking respon...

2360272f385b902d8e726781005eaf6d5a146ab8 authored over 4 years ago by Tim Riley <[email protected]>
Switch back to hanami-view master branch

77cf6cff1c9bc98ae5771b22a5af3eeb105f1148 authored over 4 years ago by Tim Riley <[email protected]>
Use all settings provided by Hanami::View (#1066)

1b541609ba719aeff516b42b58450634652e4abc authored over 4 years ago by Tim Riley <[email protected]>
Make Hanami::Action::Configuration settings available in application config (#1065)

3793c4f94d967324bc6c8819db3f48764c73e41d authored over 4 years ago by Tim Riley <[email protected]>
Fix isolation specs (#1063)

These broke when inheriting from Hanami::Action resulted in a call to Hanami.application.compone...

2b4cecf703195fb6deb004bed425c627163ce749 authored over 4 years ago by Tim Riley <[email protected]>
Update CI setup (#1060)

[ci] use default rake task + add codecov step

55ace893fd02bb550430ff334dfad835150dc8d2 authored over 4 years ago by Piotr Solnica <[email protected]>
Gracefully handle unnamed classes given to Application.component_provider (#1058)

1eac113877307a9d931fd0086c369b814462e7c1 authored over 4 years ago by Tim Riley <[email protected]>
Switch back to hanami-view master (#1059)

5f958a4bcf8758cee0c0bfc5303d716f78c0c779 authored over 4 years ago by Tim Riley <[email protected]>
Remove direct view integration; replace with hook for views to integrate themselves (#1052)

Add `Hanami::Application.component_provider` to return the provide object (slice or application)...

877b5e71ca19ecfdf1f5a37d67111fae39c534f3 authored over 4 years ago by Tim Riley <[email protected]>
Fix Pry prompt deprecation in pry >= 0.13.0 (#1055)

736894794fb90848140b79e799a3e32fbdcc7a34 authored over 4 years ago by Adam Daniels <[email protected]>
Require delegate library (#1054)

21271941b22c6408f99c428cc955eee63a3b2d57 authored over 4 years ago by Adam Daniels <[email protected]>
Fix rubocop issues (#1053)

598648e689cc5212ef1c8aeac264fe2c6c6604d9 authored over 4 years ago by Tim Riley <[email protected]>
Fix Ruby 2.7 keyword argument warnings (#1050)

The kinds of warnings we were seeing:

/path/to/dry-monitor-0.3.2/lib/dry/monitor/notification...

e7cbcf9bf542d6401133d424c39478a62f050822 authored over 4 years ago by Tim Riley <[email protected]>
CLI application env handling and dotenv improvements (#1045)

* Set HANAMI_ENV from CLI -e flag before initing app

This ensures all aspects of the applicat...

88aa9c9825e42ed9491f994f92245e5dd00264fe authored over 4 years ago by Tim Riley <[email protected]>
Ensure rack middleware args remain properly splattable (#1046)

The problem here was that we weren’t passing along splatted middleware args from the application...

deb75785f9400876cfee7f7b367d27c51decac01 authored over 4 years ago by Tim Riley <[email protected]>
Add application integration extensions to Hanami::View (#1040)

6ed20d77eeeac4b82de263fb5784712d58c84387 authored over 4 years ago by Tim Riley <[email protected]>
Integrate `hanami-router` `v2.0.0.alpha2` (#1032)

1e822ed0d1a7fc414df3b2db560fbd6edf93e991 authored over 4 years ago by Luca Guidi <[email protected]>
Point to 1.x-master branch of hanami-view (#1037)

This is the new default branch for the 1.x series of releases (the master branch now contains th...

df741d123a0a1774b21474d9a201b5387e5830d4 authored over 4 years ago by Tim Riley <[email protected]>
Make a couple of slice methods public

We're using this for the work-in-progress hanami-view integration

8c2b9cc7cfa2f7389641b7a894112f05c61f2876 authored almost 5 years ago by Tim Riley <[email protected]>
Add application settings (#1029)

Add initial application settings support

This will be adjusted in future to use dry-configura...

57d30f7a400151d89f1b15100d145d7fe26033b0 authored almost 5 years ago by Tim Riley <[email protected]>
Correcting documentation typos (#1033)

b68ab002ec0c4a8f3c0de4560fd7e7265aa66f19 authored almost 5 years ago by Mike Rogers <[email protected]>
Add ci workflow (#1030)

1335e7a20fa33ec50e99de1bf31bfea1580bab43 authored almost 5 years ago by Piotr Solnica <[email protected]>
Write empty lib dir to stop dry-system raising about it being missing

This behavior was introduced in https://github.com/dry-rb/dry-system/pull/134 and released in 0....

85d64c46874e04d5eab0eda7efd4373cdb4ef161 authored almost 5 years ago by Tim Riley <[email protected]>
Fix build

77c47ccfc5b96c44226ec15096d2ab07d9b831f3 authored almost 5 years ago by Luca Guidi <[email protected]>
Don't pass `command_name:` to `dry-cli`

da2ef9157bc9fb6d443e5989bf35e5f8e8b73749 authored almost 5 years ago by Luca Guidi <[email protected]>
hanami/cli -> dry/cli (#1021)

31103a7b47d8317f51982d6c1356061a6ccf195a authored almost 5 years ago by Ivan Shamatov <[email protected]>
Introduce dry-system-powered application and slices structure (#1019)

a8fe5e8b4f11db01d51196cded6958dcd84d920f authored about 5 years ago by Tim Riley <[email protected]>
Update rake to version 13.0.0 (#1016)

09d28ac432d73436481c023dd59b84ce9c6b58d1 authored about 5 years ago by depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
Prepare for v1.3.3

c7d4185de0895252d6d0745137e696d110b728aa authored over 5 years ago by Luca Guidi <[email protected]>
Standardize file loading for .env (#1004)

9738257cd363c66969f91e9871900b049bd109a8 authored over 5 years ago by Gray Manley <[email protected]>
Fix :host mount option (#976)

25923823a1d40c39a2402d7b8317768512982f83 authored over 5 years ago by Alfonso Uceda <[email protected]>
Use `sassc` for tests (#1011)

442c842e7b228b42181216ddd35bd5397246675c authored over 5 years ago by Luca Guidi <[email protected]>
Prepare for v1.3.2

d97b02713c5fd18077d8da8e661cc6ba0b7ea2ac authored over 5 years ago by Luca Guidi <[email protected]>
Fix versioning for `hanami-validations`

The previous definition was preventing apps to install
`hanami-validations` `2.0.0.alpha1`, in c...

c3b76c77e1eaf2e073fe9fa0cbe4a522c6a07d4b authored over 5 years ago by Luca Guidi <[email protected]>
Merge branch 'master' into develop

7f2b28192454c4997b80452aee5a52f1f422fd3c authored over 5 years ago by Luca Guidi <[email protected]>
Drone CI (#1007)

96897091373fa44994f8a46ef7c1b83f996696fe authored over 5 years ago by Luca Guidi <[email protected]>
Reference Bundler as a top-level constant (#992)

Fixes #991

2e29971efd02f800837186b05cc0cc3432b248ad authored over 5 years ago by Luca Guidi <[email protected]>
Avoid zsh command error (#994)

Showing correct command line instructions, quotes included, is better than just one that works j...

edd5b4ebdb6eb955b949b27ceac94fa5b61c1796 authored over 5 years ago by Wisnu Adi Nurcahyo <[email protected]>
Add empty line (#995)

Adds a missing empty line for better legibility

031fccdb69dca11dac2e7974050346f5fa804e09 authored over 5 years ago by takakuda <[email protected]>
Remove unnecessary Spaces (#996)

Remove extra spaces from the gemspec

f44bb5dab8d0651e7bf9060e3967f268c9e251ad authored over 5 years ago by matttrix1999 <[email protected]>
Update URL to Hanami Guides (#999)

Default template used to send to http://hanamirb.org/guides. This
commit updates link to be htt...

131f0e1a8ef454f5e2950d388339c2048db10fc3 authored over 5 years ago by Leo Generali <[email protected]>
Relax dependency requirements for `hanami-validations` (#1006)

dbca2f70c753c68f7694df5e31ff1ff1ab2b4b80 authored over 5 years ago by Luca Guidi <[email protected]>
Fix specs for custom exception handling templates

99563c69aa1db65c46a6f68b94226a116856aa43 authored over 5 years ago by Luca Guidi <[email protected]>
Skip specs for plugins CLI

4c585e8259fe582e4e0604bfc3b557be305b9a4d authored over 5 years ago by Luca Guidi <[email protected]>
Use `run_cmd` in specs Ref https://github.com/hanami/devtools/commit/afc2341578408af0581e5003888bdc59f4d476db

8c6e5147e92ef869b25379448572da3698eacfdc authored almost 6 years ago by Luca Guidi <[email protected]>
Merge branch 'master' into develop

cde938c6ecdfac45f5cb458d8ab4b2331a512b28 authored almost 6 years ago by Luca Guidi <[email protected]>
Fix build for #982

bdb9a87fe2150b2bb7a34faffc26c5b1ec750a42 authored almost 6 years ago by Luca Guidi <[email protected]>
Rename Hanami.application => application_class, and app => application (#982)

06de6ad416df6e7a7c133ac33ec4f96b7d6e2aa6 authored almost 6 years ago by Tim Riley <[email protected]>
Prepare for v2.0.0.alpha1

7512bda5563473ca5263172955d6e845fe0ca4ee authored almost 6 years ago by Luca Guidi <[email protected]>
Base setup for code reloading (#984)

625a709746122b5549255abd2cd3aef14133608d authored almost 6 years ago by Luca Guidi <[email protected]>
Update copyright to 2019 (#986)

9c422ba03e176cf1d1b4844f52cd302272c550fa authored almost 6 years ago by Kasper Meyer <[email protected]>
Disambiguate `::Hash`. Ref hanami/utils#320

56e4e8886d0dadd784e98921d499b85e3cef132d authored almost 6 years ago by Luca Guidi <[email protected]>
Support MRI 2.5+ (#985)

223947f94fa15f0293a19759ccde5d6c9d498abb authored almost 6 years ago by Luca Guidi <[email protected]>
Merge branch 'master' into develop

13c0d6959f02b55ab5fa32cb8b9047f8d57807d0 authored almost 6 years ago by Luca Guidi <[email protected]>
Fix broken 404 links to guides.hanamirb.org (#981)

8d0ae2e5ed2bc06964ed0b5bdc95c2908b814fde authored almost 6 years ago by Sharipov Ruslan <[email protected]>
Core application (#975)

ca2cc1e2dd564de5a958fb6be97c7214fb6f5688 authored almost 6 years ago by Luca Guidi <[email protected]>
FEATURES [ci skip]

43e1bce35c7aebf37323028c0c1d14f697588d73 authored almost 6 years ago by Luca Guidi <[email protected]>
CHANGELOG [ci skip]

0fdaf4683433375e01d5b6a9b59aea5bfa363ae9 authored almost 6 years ago by Luca Guidi <[email protected]>
Prepare for v1.3.1

f145548be4df1416d19a080cc9018bbb7e30eb69 authored almost 6 years ago by Luca Guidi <[email protected]>
Don't generate apps with deprecated `body_parsers` setting (#977)

6ba63110d2aee1952a83736757486faf51220833 authored almost 6 years ago by Alessandro Caporrini <[email protected]>
Test against Ruby HEAD on Travis CI. Ref #921 Ref 4d844ef7c748a754861fab094d5ab6bae6889bd6ls

16fd353d9680f0fcce11fb497cf4c8c58efab085 authored almost 6 years ago by Luca Guidi <[email protected]>
Only support Ruby 2.5+. Ref #921

4d844ef7c748a754861fab094d5ab6bae6889bd6 authored almost 6 years ago by Luca Guidi <[email protected]>
Remove force_ssl from new app templates (#974)

1674739c7dea0af0008b3658a4f1c24fa2a25d55 authored almost 6 years ago by Aidan Coyle <[email protected]>
Ruby 2.6

28d035662653789a7876cf2466e0abc433ec6307 authored almost 6 years ago by Luca Guidi <[email protected]>
Merge branch 'master' into develop

262c51036914f2384c88701b3bc167c7f5913ba1 authored almost 6 years ago by Luca Guidi <[email protected]>
Ruby 2.6 (#978)

b5db9a62718e49c7a9e5fb73741ce689e3bf1cec authored almost 6 years ago by Luca Guidi <[email protected]>
Depend on hanami gems at develop branch

5870fe8d3ff201d02e4347226d5210acb91c138d authored about 6 years ago by Luca Guidi <[email protected]>
Install gems before to run test suite over CI

bf75769d97dd30d5b1bf53385380b76588c687f2 authored about 6 years ago by Luca Guidi <[email protected]>
Start fresh

77181030f6f9b0b3984a42d710901da9bf38891f authored about 6 years ago by Luca Guidi <[email protected]>
Merge branch 'master' into develop

a2fa3b138bd8f6e1325957d1f8e750c9ec6eebb0 authored about 6 years ago by Luca Guidi <[email protected]>
Prepare for v1.3.0

4656e97180e8e90b1f47a8a2ea9197253ff787b5 authored about 6 years ago by Luca Guidi <[email protected]>
Merge branch 'develop'

1f65a7cceb75b77db3409e81d009c1a6bd1e3a6d authored about 6 years ago by Luca Guidi <[email protected]>
Added spec for #952

f4d4cfa5cb827cf85fe6a5279fcf3a299df36337 authored about 6 years ago by Luca Guidi <[email protected]>
Fix concatenation of Pathname and String in CommonLogger (#952)

053362d2ac7124b9fc2c24bcdfd93dd9b88797e2 authored about 6 years ago by Vladislav Yashin <[email protected]>
Test only against latest MRI versions

fcdba71a21d9a42d6bfd9cc03373cf7b4127229f authored about 6 years ago by Luca Guidi <[email protected]>
Added spec for #952

9a894429a09b7ab6a6df62497540c4f21c86caec authored about 6 years ago by Luca Guidi <[email protected]>
Fix concatenation of Pathname and String in CommonLogger (#952)

c39f6139be0ebbbeedd3e789d6d9a766d598fe2e authored about 6 years ago by Vladislav Yashin <[email protected]>
Test only against latest MRI versions

943c939cb34d47ce32b6068e2bfb9700dd9e4e5c authored about 6 years ago by Luca Guidi <[email protected]>
Generate correct syntax for layout unit tests (#959)

d3c5a153bbef5db7cd01a681243129af23a3debc authored about 6 years ago by Luca Guidi <[email protected]>
Automatically log body payload from body parsers (#958)

0a1b7af31579695a6e29f9a2517384127947c906 authored about 6 years ago by Luca Guidi <[email protected]>
Use <= instead of ancestors.include? for performance reasons (#956)

97923460e5abd2605363788c5f3031689beb3a65 authored about 6 years ago by Gustavo Caso <[email protected]>
Only pass app body parsers options to internal router if user enables them (#957)

cb06a0eb67e1b1bd7ae8f14030d8395fcbfc595d authored about 6 years ago by Gustavo Caso <[email protected]>
Split isolation specs for third party logger. It causes flickering tests and CI failures. Ref #942

1dce786962fa4d1d86062dd6ef601e63b84889cb authored over 6 years ago by Luca Guidi <[email protected]>
Change Hanami::Middleware to Hanami::MiddlewareStack (#954)

44dcddb97a9cb4dccb69ca84ef0e584988ab5436 authored over 6 years ago by Gustavo Caso <[email protected]>
Update rack-test to version 1.1.0 (#943)

94c7592ac8319c124c43b5c0161e2c09e659816d authored over 6 years ago by depfu[bot] <depfu[bot]@users.noreply.github.com>
Getting Started Guide 404'ing (#949)

722a015e3349b1e33edcf1e218b387e16abfec2f authored over 6 years ago by Brandon Weaver <[email protected]>
CHANGELOG [ci skip]

5fffe50c4a4594fa0406eead16c9047c5c0bc4cd authored over 6 years ago by Luca Guidi <[email protected]>
Merge branch 'master' into develop

ee1d4537e5e967f71784ccf8b337576dada3435a authored over 6 years ago by Luca Guidi <[email protected]>
Ensure to generate project with 'hanami new .' (#947)

2617b236f493d7455e9631c0844531e3b215aa90 authored over 6 years ago by Luca Guidi <[email protected]>