Ecosyste.ms: OpenCollective

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

Gratitude Overflow

Learn fullstack web development using PETAL - Phoenix, Elixir, Tailwind, Alpinejs and Liveview
Collective - Host: opensource - https://opencollective.com/gratitude-overflow - Website: https://shankardevy.com - Code: https://github.com/shankardevy

Format endpoint.ex template (#3715)

github.com/shankardevy/petal - 4c5e7db152beba8dcde31bcfcf1e783be7f1de92 authored almost 5 years ago by Aaron Tinio <aptinio@gmail.com>
Add link to live_dashboard in root layout (#3723)

github.com/shankardevy/petal - 7f55798db3dbe9210ca1dcf86c6ee681e670089c authored almost 5 years ago by Michael Crumm <mike@crumm.net>
Merge branch 'master' into sn/bump-pkgs

github.com/shankardevy/petal - 3b6e565fefdf83623acaa6904c48cfcabae518dd authored almost 5 years ago by snewcomer <snewcomer24@gmail.com>
Fix devMode in webpack.config.js (#3725)

github.com/shankardevy/petal - 7c2a0032a4263a2f44b652a972e48896438917bc authored almost 5 years ago by Frank Dugan III <frankdugan3@pm.me>
Merge branch 'master' into sn/bump-pkgs

github.com/shankardevy/petal - 3170261125c472c7e190578510872b62467110ff authored almost 5 years ago by snewcomer <snewcomer24@gmail.com>
undo what looks to be fixed in master now

github.com/shankardevy/petal - f0ff720dc78a7c0847b711654a08e5f6db344d7c authored almost 5 years ago by snewcomer <snewcomer24@gmail.com>
Add LiveDashboard to phx.new (#3713)

* Add LiveDashboard to phx.new

github.com/shankardevy/petal - b537ae4a33b6affab26537ee3055f1acca65013b authored almost 5 years ago by Chris McCord <chris@chrismccord.com>
Always import the case modules themselves

github.com/shankardevy/petal - a9314786beaf6cbf2ad92d9eb7a07ed87914cdf9 authored almost 5 years ago by José Valim <jose.valim@dashbit.co>
Add built-in MSSQL support to phx.new

github.com/shankardevy/petal - c39990d8880ce9655598b2643c8c36731764a33b authored almost 5 years ago by José Valim <jose.valim@dashbit.co>
fix(installer): update installer version of phoenix.js

The installer version of the JS now matches the version introduced in
c0269e3768bc1de7826698ed20...

github.com/shankardevy/petal - 968d437e81fe9dea699f19ee5f0989cacfa20bf6 authored almost 5 years ago by Gary Rennie <gazler@gmail.com>
Small update to gitignore template in phx_umbrella to match latest phoenix version. (#3720)

github.com/shankardevy/petal - 1321e7b102d34d0e3e08f0f5029a9fa9d06569b2 authored almost 5 years ago by Lachlan Wilger <19419029+grandafrato@users.noreply.github.com>
Remove extra empty line (#3712)

github.com/shankardevy/petal - de85906e2808125cb3b88b4e322cc35f0c67c26d authored almost 5 years ago by Andreas Eriksson <andreas@codered.se>
Align installer w/ strip new line test

github.com/shankardevy/petal - dae69718a3433f16afb8c5b72c830c32d8dc2827 authored almost 5 years ago by snewcomer <snewcomer24@gmail.com>
Add `defer` to default blueprint script (#3656)

github.com/shankardevy/petal - 4db096bc23d44d5a8f75c15ce3c925010a776300 authored almost 5 years ago by Scott Newcomer <snewcomer@users.noreply.github.com>
Add publicPath to Webpack config (#3676)

* add publicPath to webpack config

* update entry and output names

* use single quotes for...

github.com/shankardevy/petal - df0df902edde8b2ee476ef2e612c20d8b34119bd authored almost 5 years ago by Owen Bickford <type1fool@users.noreply.github.com>
Use LV 0.10

github.com/shankardevy/petal - 3f7ed69649f52c39a10cc2ebde5ee1d3ee0e723e authored almost 5 years ago by Chris McCord <chris@chrismccord.com>
Add phx.gen.live (#3702)

github.com/shankardevy/petal - 6851fc86dd58cfd7b308a15d2c57df05eda84c28 authored almost 5 years ago by Chris McCord <chris@chrismccord.com>
Expose metrics/0 (#3705)

github.com/shankardevy/petal - 2022ff2f8090c8b49049e31cc85ebea7037a118b authored almost 5 years ago by Michael Crumm <mike@crumm.net>
s/postfix/suffix

github.com/shankardevy/petal - 7f68ef5445b58423a7d1db25bfa615bc9e53236b authored almost 5 years ago by Chris McCord <chris@chrismccord.com>
Add live_title_tag to root layout and remove page_title from dead templates

github.com/shankardevy/petal - 95321b757458c99626eaa1fea8751bebfad0ac23 authored almost 5 years ago by Chris McCord <chris@chrismccord.com>
Add Telemetry to installer (#3701)

* Adds telemetry_metrics and telemetry_poller to mix deps
* Adds module YourAppWeb.Telemetry in...

github.com/shankardevy/petal - 7dfbc0cf66a057f1f8c77ffd55f91d755b9e04e9 authored almost 5 years ago by Michael Crumm <mike@crumm.net>
Update pubsub to 2.0-dev for new umbrella apps (#3700)

* Fixes "dependencies have diverged" error (:phoenix requires :phoenix_pubsub 2.0-dev)
* Moves ...

github.com/shankardevy/petal - 8d775d7ac844f6fef233bdbf6789fd4c0c83b437 authored almost 5 years ago by Michael Crumm <mike@crumm.net>
Change docs to use `npm install --prefix assets` (#3692)

Benefits:
- No need to go back one dir, which may confuse beginners
- Keeps the same pattern a...

github.com/shankardevy/petal - a6d17b0cdd8923afee27db199d818c40ae47868c authored almost 5 years ago by Leandro Cesquini Pereira <leandro@leandrocp.com.br>
Bump LV deps

github.com/shankardevy/petal - 074a8d1b007aecfe49e79325c5b495bc93c3aad8 authored almost 5 years ago by Chris McCord <chris@chrismccord.com>
Always generate view_helpers/0 (#3699)

* Always generate a private view_helpers/0 function in the web context

* Add tests for view_h...

github.com/shankardevy/petal - e7dbce8242b181a8bdabf7c83b416583426c58c7 authored almost 5 years ago by Michael Crumm <mike@crumm.net>
Revert "Use explicit layouts in router"

This reverts commit 707a8619f72d63b026ca3928ee36611b81821814.

github.com/shankardevy/petal - 181eb9e2bf4b6a0a94b3cf7cdfd68a5cfbcd98fb authored almost 5 years ago by Chris McCord <chris@chrismccord.com>
Update root.html.leex (#3696)

github.com/shankardevy/petal - ee758ee432c270f8963289b741c61ee36be72d5d authored almost 5 years ago by jamilabreu <abreu.jamil@gmail.com>
Use explicit layouts in router

github.com/shankardevy/petal - 98009eccf32b61abfd0983429283afa54ca55372 authored almost 5 years ago by Chris McCord <chris@chrismccord.com>
Fix hero styling

github.com/shankardevy/petal - c566a9f99153d3e95639bf6e08e233412658e1b3 authored almost 5 years ago by José Valim <jose.valim@dashbit.co>
Use hyphen as on the home page

github.com/shankardevy/petal - 9b0c3451b5761829d9c20bc6a18e849843d29e54 authored almost 5 years ago by José Valim <jose.valim@dashbit.co>
Add missing application dependencies

github.com/shankardevy/petal - 3bf4d5f76bade438f7d49b671ecadd2c4098a58b authored almost 5 years ago by José Valim <jose.valim@dashbit.co>
Revert "@inner_content will be removed from LiveViews"

We found a mechanism where @inner_content will actually
work with LiveView.

This reverts commit...

github.com/shankardevy/petal - 36bee9e90403bf96aa487528e49ec5cb7bc8497c authored almost 5 years ago by José Valim <jose.valim@dashbit.co>
@inner_content will be removed from LiveViews

github.com/shankardevy/petal - 217114fb1c7b75b98c67eed9c8778081544973ad authored almost 5 years ago by José Valim <jose.valim@dashbit.co>
Add missing floki package for phx.new --live (#3694)

github.com/shankardevy/petal - 28aa42e475ecb943fdd7ac69bb72b0c801d21071 authored almost 5 years ago by José Valim <jose.valim@dashbit.co>
Set correct webpack path for phoenix_live_view in umbrella apps (#3695)

* fix: Set correct webpack path for phoenix_live_view

Check whether installer is generating i...

github.com/shankardevy/petal - ddefed7b2b0be55af921ec194cbf60c46e47fd30 authored almost 5 years ago by Sam Gaw <samgaw@users.noreply.github.com>
remove css named import in favour of direct import (#3693)

github.com/shankardevy/petal - 98a91f91d0a62f4b9a143b56ac1b385abbe2c5d0 authored almost 5 years ago by Sfusato <andrei@andreirus.com>
Add phx.new --live (#3680)

github.com/shankardevy/petal - d4c19cc14fa2c079769628e02e9ae4d6f4e16c38 authored almost 5 years ago by Chris McCord <chris@chrismccord.com>
Bump Elixir req to v1.7 and remove warnings on Elixir master

github.com/shankardevy/petal - d8c640d6004428005479265e4fcdc3138e0d9179 authored almost 5 years ago by José Valim <jose.valim@dashbit.co>
Handle 403 status in javascript (#3657)

github.com/shankardevy/petal - 5ae93c4367a0687dfb44ba47540db9776fa8b5a0 authored almost 5 years ago by Scott Newcomer <snewcomer@users.noreply.github.com>
Backed out changes from priv and installer.

github.com/shankardevy/petal - 82077f7000c7cd9dcb61ae95dbdd95d164e7c16b authored almost 5 years ago by Jakub Gajtkowski <jakub.gajtkowski@gmail.com>
Add built-in mechanism for rendering nested layouts (#3671)

github.com/shankardevy/petal - ccd8ad7ba7275787bbdf148fa7aa4b859939854a authored almost 5 years ago by José Valim <jose.valim@dashbit.co>
Revamp testing guide

github.com/shankardevy/petal - 684036774e890001ca69ff0c0677e97092636c19 authored almost 5 years ago by José Valim <jose.valim@dashbit.co>
Fix issue with adduser command for alpine

github.com/shankardevy/alpine-elixir-phoenix - 82432e0751d4e28aace6ddd14a9e9850a197596d authored almost 5 years ago by Shankar Dhanasekaran <shankardevy@gmail.com>
Update user and usergroup

github.com/shankardevy/alpine-elixir-phoenix - 40f82b47e56aec527211e65c1c1d232e936e607d authored almost 5 years ago by Shankar Dhanasekaran <shankardevy@gmail.com>
Create README.md

github.com/shankardevy/alpine-elixir-phoenix - 0ae16fdcdf66e60629ee6c0d759d93b6513da7bf authored almost 5 years ago by Shankar Dhanasekaran <shankardevy@gmail.com>
Initial commit

github.com/shankardevy/alpine-elixir-phoenix - c5932c488fb3d24c9537dac221905ba42ec8dbe7 authored almost 5 years ago by Shankar Dhanasekaran <shankardevy@gmail.com>
Update the Elixir requirement across the board

github.com/shankardevy/petal - 52acd3a5abe7062239709ebb024a69d2437ac17f authored almost 5 years ago by José Valim <jose.valim@dashbit.co>
Remove outdated code

github.com/shankardevy/petal - 15a5f62950c2263f26fb12b790f90b26f7828f0a authored almost 5 years ago by José Valim <jose.valim@dashbit.co>
Provide a LiveView signing salt out of the box

github.com/shankardevy/petal - 554c7db423b3f76c0464739e064613150825cf63 authored almost 5 years ago by José Valim <jose.valim@dashbit.co>
Add phx-error-for to generated error tag

github.com/shankardevy/petal - 1dea797f83f2003490d7037cf5cc4975ed508fd0 authored almost 5 years ago by Chris McCord <chris@chrismccord.com>
Restructure guides by breaking into larger subsections

github.com/shankardevy/petal - 88f8a03650084504d604db4e0069ebcfafe644ad authored almost 5 years ago by José Valim <jose.valim@dashbit.co>
Merge branch 'master' of https://github.com/phoenixframework/phoenix

# Conflicts:
# installer/templates/phx_static/phoenix.js

github.com/shankardevy/petal - 7b33c44b7cedb1f9f000e06cf07ba88937642ce6 authored almost 5 years ago by Jakub Gajtkowski <jakub.gajtkowski@gmail.com>
Updated test dependency.

github.com/shankardevy/petal - a899d02e6bc6a3d83187248495341f05304002f7 authored almost 5 years ago by Jakub Gajtkowski <jakub.gajtkowski@gmail.com>
Use :page_title by default in the app layout

github.com/shankardevy/petal - 9b7fc968e30638e6f04b794ffa3e01f67982d630 authored almost 5 years ago by José Valim <jose.valim@dashbit.co>
Align JS asset files

github.com/shankardevy/petal - bb8fa9144342a00d472d0787038048c5d44315a9 authored almost 5 years ago by José Valim <jose.valim@plataformatec.com.br>
Update package.json to get latest js dependencies (#3655)

github.com/shankardevy/petal - a038a657954e13d5f86a244da32681e91595afb6 authored almost 5 years ago by Niels Kristian Hansen Skovmand <niels@physicalcode.com>
Add some pointers to Phoenix.HTML in the generated LayoutViewTest (#3646)

This provides some guidance for users planning to write their first helpers.

github.com/shankardevy/petal - f3bef2f76f25b310fdf5121e04886d894fbadaad authored almost 5 years ago by José Valim <jose.valim@plataformatec.com.br>
Updated `channel_case` sandbox documentation (#3634)

github.com/shankardevy/petal - 5c63def79561737cc335051d77516efa3f1b865a authored about 5 years ago by Adrian B. Danieli <sickp@zooble.com>
Use phoenix_html.js installed by mix (#3625)

github.com/shankardevy/petal - d3f03fe7d69621fd14dd2d0a65e7fa808deda717 authored about 5 years ago by m31271n <m31271n@pm.me>
Replace phoenix-talk with phoenix-forum (#3622)

github.com/shankardevy/petal - 5b9a06ea1229007d196df13fffa11c4d2b5d37aa authored about 5 years ago by Thelonius Kort <tnt@users.noreply.github.com>
Update ExDoc

github.com/shankardevy/petal - 1d4f83e206f8ebda58cd3733356b05a4e75d8a4f authored about 5 years ago by José Valim <jose.valim@plataformatec.com.br>
Update to latest Phoenix LiveView instructions

github.com/shankardevy/petal - a173700d4cd3997214081b9d22bc201ddf7c2827 authored about 5 years ago by José Valim <jose.valim@plataformatec.com.br>
Bump phoenix_html.js to v2.13.3 (#3609)

* Bump phoenix_html.js to v2.13.3

* Update app.js

github.com/shankardevy/petal - 214280e3310440d3236c1d40a80befc37a376a1a authored about 5 years ago by David Boot <kodnin@gmail.com>
Add CheckRepoReady plug to generated phoenix applications (#3611)

github.com/shankardevy/petal - 06dd5766589b632308e7b4243ed54e51cd56d86f authored about 5 years ago by Marcos Ferreira <mracos@users.noreply.github.com>
Add parens to nullary calls

github.com/shankardevy/petal - cb36ba37c05b168a715e0963ec9877783c00e290 authored about 5 years ago by José Valim <jose.valim@plataformatec.com.br>
Switch to https for phoenixframework.org website (#3599)

github.com/shankardevy/petal - 2382ae70f3f3f71b0bbdf100272545bece932d45 authored about 5 years ago by Laurent Arnoud <laurent@spkdev.net>
Update to latest Elixir on the installer

github.com/shankardevy/petal - 1e97074f03cc61856e0090d2c2b86f45b1604d89 authored about 5 years ago by José Valim <jose.valim@plataformatec.com.br>
Update sandbox docs, closes #3577

github.com/shankardevy/petal - acda4c73078403fabb3b204f26774a9aac0916ae authored about 5 years ago by José Valim <jose.valim@plataformatec.com.br>
Do not overwrite `:http` configuration in `prod.secret.exs` (#3551)

github.com/shankardevy/petal - ec1decb679daad99d2d8e9166e748b5b28c6421f authored about 5 years ago by Egor Kislitsyn <egor@kislitsyn.com>
Align static JS files

github.com/shankardevy/petal - 8f060c51d419af849ed697cbba43e0acd71b4a2b authored over 5 years ago by José Valim <jose.valim@plataformatec.com.br>
Add `--no-gettext` flag to `phx.new` task (#3387)

github.com/shankardevy/petal - a23a86ed4b19b4b27c4fde9e53ea18109503709f authored over 5 years ago by Martin Manelli <manelli@users.noreply.github.com>
be able to customise VSN number to allow for custom socket serializers (#3533)

* be able to customise VSN number

* update installer template

github.com/shankardevy/petal - 7823b9813ad68087141a8b597164ef9b6b147304 authored over 5 years ago by Steven Blowers <steven@shdblowers.com>
Fixed regex in default live_reload config (#3534)

github.com/shankardevy/petal - d1e9e99e75e044e9b74f9c85713334fd4e85dba5 authored over 5 years ago by Nathan Shafer <nshafer@users.noreply.github.com>
Initial commit

github.com/shankardevy/phoenix-inside-out-mpf - ef51570cfa95e9918e131b500566822405770681 authored over 5 years ago by Shankar Dhanasekaran <shankardevy@gmail.com>
Build sourcemaps by default in dev (#3498)

github.com/shankardevy/petal - f49fcc8b38e36f4777c0c44d935866541ccec787 authored over 5 years ago by Michael Bianco <iloveitaly@gmail.com>
Keep pubsub out of web by default

github.com/shankardevy/petal - c2dff50b42c720e42aab982d349c621e3120ff21 authored over 5 years ago by José Valim <jose.valim@plataformatec.com.br>
Update installer to start PubSub in the app tree

github.com/shankardevy/petal - c1301b81839aa9ab7667a10aa7f2b435fdf9556f authored over 5 years ago by José Valim <jose.valim@plataformatec.com.br>
No need to match on pubsub dep

github.com/shankardevy/petal - 86141b2a3f591ac1360aa603cb15393a429d45a2 authored over 5 years ago by José Valim <jose.valim@plataformatec.com.br>
Clean up Phoenix.Presence callbacks and warnings

github.com/shankardevy/petal - ac9c457fc5873fee06426b3d1edebc6a4610198a authored over 5 years ago by José Valim <jose.valim@plataformatec.com.br>
Add local broadcast functionality to endpoint

github.com/shankardevy/petal - 79acd59db0d2862051c0eeb60a3dcd1539fce707 authored over 5 years ago by José Valim <jose.valim@plataformatec.com.br>
Use hex in mix local.phx (#3452)

github.com/shankardevy/petal - ca6a764500b18b4bbcbfa26faf76c9a34ff16a15 authored over 5 years ago by Adam Millerchip <adam@millerchip.net>
Add a guide on v1.9 releases

github.com/shankardevy/petal - a949cd4af5ae3ec785348b164a5117e589b8134b authored over 5 years ago by José Valim <jose.valim@plataformatec.com.br>
Patch webpack config to load app.js after vendor js (#3436)

github.com/shankardevy/petal - 7323f82e4c3765033f75edf24e542a1f9caf74c4 authored over 5 years ago by Cameron Dykes <yellow5c@gmail.com>
Updating webpack-cli and optimize-css-assets-webpack-plugin node modules (#3430)

github.com/shankardevy/petal - 23b8d9a99ce47c59e1766713b7ce0f21f35e98ae authored over 5 years ago by Surya Tripathi <raj.surya19@gmail.com>
Port config to root umbrella, closes #3429

github.com/shankardevy/petal - 9a0f7feb800d4175f620c8ed5864ce298e411031 authored over 5 years ago by José Valim <jose.valim@plataformatec.com.br>
Add telemetry events

github.com/shankardevy/petal - e6472ccb3a47792cfa77d45dff579e6726e9c1c1 authored over 5 years ago by José Valim <jose.valim@plataformatec.com.br>
fix build

github.com/shankardevy/petal - 0ab147f3d3f36999c1c507e8cfe308b7c08545e0 authored over 5 years ago by Chris McCord <chris@chrismccord.com>
Replace Map.get with Keyword.get inside generated DataCase errors_on function (#3412)

github.com/shankardevy/petal - 2cc25bff1d0bd83d2673fe6ca0da0285357d3a13 authored over 5 years ago by Ross Wilson <1176711+rosswilson@users.noreply.github.com>
Use to_existing_atom

github.com/shankardevy/petal - 177eed636152e252731d16e93380521f324f88e9 authored over 5 years ago by Chris McCord <chris@chrismccord.com>
Merge branch 'errors_on-test-and-fix' of https://github.com/kubasub/phoenix into kubasub-errors_on-test-and-fix

github.com/shankardevy/petal - 7dd430da7d8d393e427c7f465f9877df04d5d37d authored over 5 years ago by Chris McCord <chris@chrismccord.com>
Use proper path for watcher in umbrella, closes #3391

github.com/shankardevy/petal - 299c94de3aa14834387980f2cac002a0fd5e2174 authored over 5 years ago by José Valim <jose.valim@plataformatec.com.br>
Add some docs to import_config prod.secret

github.com/shankardevy/petal - 8627762bcebb8b2a43ecb2ac25fa95522637ad46 authored over 5 years ago by José Valim <jose.valim@plataformatec.com.br>
Resolve conflicts

github.com/shankardevy/petal - 01de6f3ac4d6529e4410ad3a7e94cf1c4471aaf4 authored over 5 years ago by Chris McCord <chris@chrismccord.com>
Copy js build

github.com/shankardevy/petal - 1f6da3e6dce41b389881d020758aa72f5a7a1ec7 authored over 5 years ago by Chris McCord <chris@chrismccord.com>
Fixed typos in installer template docs. (#3386)

github.com/shankardevy/petal - baecb0fc91743b8c9416fa7a2e1ac63e6ce6815b authored over 5 years ago by Johan van Zyl <johanvanzyl80@gmail.com>
Fix missing prod secret import for umbrellas

github.com/shankardevy/petal - 5a99bc37d3c9fc86913546322b61cf3720d5b6d5 authored over 5 years ago by Chris McCord <chris@chrismccord.com>
Modernize config/prod.secret.exs (#3380)

We have historically stayed away from environment variables
because it was incompatible with re...

github.com/shankardevy/petal - a53c2808946e4062794292f45043a18ad5eb53c1 authored over 5 years ago by José Valim <jose.valim@gmail.com>
Streamline generators

github.com/shankardevy/petal - 9c686e6b81a9d3296251e3ba2d864ee3ffd14b71 authored over 5 years ago by José Valim <jose.valim@plataformatec.com.br>
Unify configuration and reduce installer size (#3351)

This commit unifies all configuration by having a single
config file for single apps and a sing...

github.com/shankardevy/petal - 2c85608893d9c9595eedc7287edd9f60f1be437e authored over 5 years ago by José Valim <jose.valim@gmail.com>
Enable show_sensitive_data_on_connection_error in config/dev.exs (#3337)

This will help developers debug connection errors in development,
improving their getting start...

github.com/shankardevy/petal - 4c4ea41281e2e0c0ae0aa79750ca96641e85c9d9 authored almost 6 years ago by José Valim <jose.valim@gmail.com>