Ecosyste.ms: OpenCollective

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

github.com/shankardevy/petal


https://github.com/shankardevy/petal

Fix typo in generator help: inteded -> intended (#2807)

822f8ca5c87bc0c2200f4e48406410d876ca5add authored almost 7 years ago by Geoffrey Lessel <[email protected]>
Remove helvetica neue and letter spacing

bbeeece078e3c997e41c58d5a4cfd896d2acd093 authored almost 7 years ago by José Valim <[email protected]>
Remove classes from forms, migrate to miligram

47f059bb299f2a080fa93a572271bf80d4adc797 authored almost 7 years ago by José Valim <[email protected]>
Remove dependency on bootstrap (#2785)

a03ef5e1cf8af59833985f479e2e68d7bcc38245 authored almost 7 years ago by inoas <[email protected]>
Update to latest Plug and Phoenix.HTML

46860f69d91e8f0bdc380fcf1dcbea306a73a94c authored almost 7 years ago by José Valim <[email protected]>
Use --watch-stdin flag to not leave webpack processes hanging

83be1a067adf391856675bc5b45263db8c385da0 authored almost 7 years ago by José Valim <[email protected]>
Update terminology on webpack comments (#2781)

5014aff43bd0c84183241f9f0f07c33f3213c23a authored almost 7 years ago by Sam Chen <[email protected]>
Replace brunch with webpack 4 in the installers (#2779)

Since brunch is no longer maintained, webpack has been chosen as a replacement.
webpack 4 reduc...

59dbbe68c6b998d22a981243ab7bd57423554003 authored almost 7 years ago by Gary Rennie <[email protected]>
Update .gitignore templates (#2772)

The new templates are similar to the ones generated by
`mix new`, which contains more detailed ...

38a7c9f84b5e8439d8229ddd6cca23021d2c1d36 authored almost 7 years ago by Fernando Tapia Rico <[email protected]>
Update brunch to 2.10.12 in project generator (#2776)

Previous version was 2.10.9. Fixes an issue with source mapping

b7326c672f3b3b3ace4d79fb1f0c5e118c11b13d authored almost 7 years ago by Jason Larigakis <[email protected]>
Add get_flash/1 to new project generator (#2768)

cde183fc80c1532e987d7a2fb6179360334756bf authored almost 7 years ago by Nick Janetakis <[email protected]>
Use --no-html and --no-brunch in example

7185b9a342eb66bf4afaef594c3a26876ab151ae authored almost 7 years ago by José Valim <[email protected]>
Use new plug init mode to reduce compile-time plug deps

e317084d3a45decb2238a1a614c305de0622870b authored almost 7 years ago by Chris McCord <[email protected]>
Add public Phoenix.json_library

Use json_library for plug parser config
Flatten iodata for less brittle tests

a45e57b5e417ba0b1d17dda9f9093d96e5c01c33 authored almost 7 years ago by Chris McCord <[email protected]>
Maintain backwards compatibility with Poison users

c8a1a9a864d431af8fdab8606a1c60cc619e1969 authored almost 7 years ago by Chris McCord <[email protected]>
Use Jason instead of Poison for json encoding. Closes #2693

4a889a5c8e6bfb342906e410550751bfb0b671fd authored almost 7 years ago by Chris McCord <[email protected]>
Require Elixir v1.5 for new apps

b169ff8322488b264262cbfab8f27aa69f743c9c authored almost 7 years ago by José Valim <[email protected]>
Ensure mix project elixir version is accurate

9dff2267e9fa0003e0bd656d2e0404a3da22ec95 authored almost 7 years ago by Chris McCord <[email protected]>
Test ecto child spec for single apps

3748bd503746e12bbeb82b96a122e029d391efad authored almost 7 years ago by Chris McCord <[email protected]>
Tweak spec import

4a62acc2eaab7ac643912f8ed61792cbc2ac6036 authored almost 7 years ago by Chris McCord <[email protected]>
Conditionally generate child_spec with elixir >= 1.5. Closes #2713

61daab96aab52fb7077e5cbf819269e1f3686491 authored almost 7 years ago by Chris McCord <[email protected]>
Fix the generated code of the ecto repo (#2650)

1dbb901954dcdb1793f6dda3809f5a0149c452e1 authored about 7 years ago by Julien <[email protected]>
Revert "Remove Plug.RequestId from out of the box plugs (users can opt-in when desired)"

The performan issues with request id have been now addressed.

This reverts commit 2f88e4e81fb83...

debc309ea82f1a71b26b8c6ad0c2b88a1a552698 authored about 7 years ago by José Valim <[email protected]>
Remove Plug.RequestId from out of the box plugs (users can opt-in when desired)

06a3c3fc39124421b2a9e4495009214734d219ab authored about 7 years ago by José Valim <[email protected]>
Use 0.1.0 for the default first version in templates (#2659)

f8747dcdc8f7881ec5aeaebc9ef6b8e2bd4d0f8b authored about 7 years ago by Aleksei Magusev <[email protected]>
Fix generated error view tests

db7391e36e07156a24638ba5516b11d3037573e7 authored about 7 years ago by José Valim <[email protected]>
Use status_message_from_template for generating proper error pages

2f9b9f778b0744555132d906dc2f6cf0a0d696df authored about 7 years ago by José Valim <[email protected]>
Improve description of the gettext usage

faeaabf9fed3c7fe1ef4c5a6dd93c460e2b726d6 authored about 7 years ago by José Valim <[email protected]>
Rule out race by randomizing tmp test dirs (#2576)

1a5ab699e0378bfbb91a9d7959b25284afd2bb84 authored about 7 years ago by Chris McCord <[email protected]>
Do not set compile time dependencies on the router. Closes #2530.

f8fa377c7828b6953cbce12083d454514e531590 authored about 7 years ago by Chris McCord <[email protected]>
Fix install instructions for brunch in umbrellas. Closes #2545

da5953902fe60e9db98ebeac89095ca010c45595 authored over 7 years ago by Chris McCord <[email protected]>
Remove whitespace If Ecto is not included on phx.new --umbrella (#2490)

Before:

Supervisor.start_link([

], strategy: :one_for_one, name: MyApp.Supervisor)...

fe499a8b67943348d2c41d6928d6f38010819d4f authored over 7 years ago by Gary Rennie <[email protected]>
datastructure -> data structure (#2474)

d2ec18faa8cddf50cd24a34ad606757d81e41712 authored over 7 years ago by Chulki Lee <[email protected]>
Add new line at the end of file (#2475)

9e617c52239b775fd161e2de0f2f0b752fa01b11 authored over 7 years ago by Chulki Lee <[email protected]>
Update phx_umbrella template's ecto version: v2.1 -> v2.2 (#2465)

26cbdf332d84b83479fa165de84d777196b74375 authored over 7 years ago by Eric Zhang <[email protected]>
Fix deprecated links. Closes ##2463

6e5ff7c37a191950682a823ba7355a05e8895d0b authored over 7 years ago by Chris McCord <[email protected]>
simple tests to check that generated .gitignore end with newline (#2458)

Just went through and added something like:

assert_file "phx_blog/.gitignore", ~r/\n$/

eve...

e5be44e5ee32acf3836a1c81441a93ec46ca7971 authored over 7 years ago by James Marca <[email protected]>
added newlines at end of template gitignore files (#2457)

examined:
find . -name gitignore
./installer/templates/phx_assets/bare/gitignore
./installer/...

1c09f0cac817f93332bde3fb0da4e84e9980346c authored over 7 years ago by James Marca <[email protected]>
Logger configuration for web project goes in the umbrella

2f431ee6cc3380857ead32e9fa92353890e4e334 authored over 7 years ago by José Valim <[email protected]>
Unify generated generators configs

9b3b47a3c0bfbb759a606c39bbdc13638773978c authored over 7 years ago by José Valim <[email protected]>
change getting started url in the default layout (#2416)

* change getting started url

* update link to https://hexdocs.pm/phoenix

b32a61c7cc020f784d69329e7d84c12495e89d5b authored over 7 years ago by Sam Davarnia <[email protected]>
Remove old generators and require Elixir v1.4+

7d37984167be7338cc9c9e6c9650a5f3d3f12edf authored over 7 years ago by José Valim <[email protected]>
Release 1.3.0

2d0ae55eb8a80b2f5edc324d2f0495ee9eb267ff authored over 7 years ago by Chris McCord <[email protected]>
Fix .Web suffix typo in phx.new doc (#2411)

a5161010d4a1378c45a6b792d8edbc5e6c7be572 authored over 7 years ago by Matthew Boehlig <[email protected]>
No need to use inline forms

In phoenix_html they are now generated from JS.

1b3e760486f0aa506300552305058b442ac924e0 authored over 7 years ago by José Valim <[email protected]>
Release 1.3.0-rc.3

ce400aea617371e05335cfceffbf00d8a378784f authored over 7 years ago by Chris McCord <[email protected]>
Improve docs for root modules

bb75023a2a644e0ac55128cee9472cfbb84e89d0 authored over 7 years ago by José Valim <[email protected]>
Remove more .Web suffixes

97ac40d19e98a5e69fdb02e6a8bded3fa71f4bf1 authored over 7 years ago by José Valim <[email protected]>
No longer automatically import get_csrf_token into views

c83b3ba02d7899d6efd3ddf814a9db8baa3f94fc authored over 7 years ago by José Valim <[email protected]>
Update phoenix_html dependency

eff706c51f7be0c39b3cf4a0d2901c51bb132e7d authored over 7 years ago by José Valim <[email protected]>
Add app modules to templates

60ab2deebfe8dfa8279870d2c4787325fb4e7bbd authored over 7 years ago by Chris McCord <[email protected]>
Move to isolated web dir structure (#2393)

* Fix nested context module name (#2240)

* Move to isolated web dir structure

* Update gen...

383eaaf643132c629379b531b1d051d09a254ba0 authored over 7 years ago by Chris McCord <[email protected]>
Use sa as password and provide links to drivers

c7d4ae947be0b74407a8248535f603e0114055c0 authored over 7 years ago by José Valim <[email protected]>
Support MSSQL via mssql_ecto and mssqlex

31ae0de5f9aecb09e6b42699d2117446e01463b7 authored over 7 years ago by José Valim <[email protected]>
Only compile code if rebar is available, closes #2264

bd3241635d9df9b8421aa5eaf2737c83cad7fd48 authored over 7 years ago by José Valim <[email protected]>
Fix installer tests for umbrella generators

These tests were broken in commit
366cc1f53e2b4f56cb49be3b4fb573878bae37c1

bc6669c75e739acd5de57590dd3205909acf8dd4 authored over 7 years ago by Gary Rennie <[email protected]>
Brunch: Update deps (#2345)

b2bfa7d42f817106e311ea2a3a8e595ab26f6457 authored over 7 years ago by Aaron Tinio <[email protected]>
Use new mix.exs style (#2351)

92d7b1f461e5e2d521fdc39bfc63453c46af6b2d authored over 7 years ago by Aaron Tinio <[email protected]>
The Ecto dependency is done implicitly via :phoenix_ecto

56a8d364b2c8e2269cc2e8ea19ecc3af5390b4b6 authored over 7 years ago by José Valim <[email protected]>
Add missing applications and list direct dependencies (#2346)

* Add missing applications

* List ecto dependency directly

All non-transitive, i.e. direct...

e79f00e9330fddf61423d3aabda40c857ad800f4 authored over 7 years ago by Eric Meadows-Jönsson <[email protected]>
Define child_spec/1 in Phoenix.Endpoint for Elixir v1.5

dc3a4df0dce55b66d9184204969b3b622158e5c4 authored over 7 years ago by José Valim <[email protected]>
Update instructions for token authentication in comments (#2334)

The instructions currently refer to the old way to passing passing
parameters on `socket.connec...

713f15f559aafb4b0e8cab141cd9347b35826668 authored over 7 years ago by Kyle Oba <[email protected]>
Replace all occurences of `mix phoenix` with `mix phx` (#2279)

ef4a5078322c35c63993233aa5993a724317b8bd authored over 7 years ago by Manuel Hutter <[email protected]>
Do not show error message on new commands

Those commands are optional and a failure should not
be a concern to users as we will guide them...

86b13b980f2091149d217270428003afbcbb305b authored over 7 years ago by José Valim <[email protected]>
Add missing shortdoc for phx.new.ecto, phx.new.web, adjust phx.new (#2319)

* Add missing shortdoc for phx.new.ecto, phx.new.web, adjust phx.new

* umbrella application -...

d7d0379c97eeb5b856b1720c41253f0ce2690036 authored over 7 years ago by Wojtek Mach <[email protected]>
Update brunch-config docs. Closes #2254

73423d16672bb886704f8672334a6040b14a1332 authored over 7 years ago by Chris McCord <[email protected]>
Fix outdated links: from elixir-lang.org to hexdocs.pm (#2312)

03d162cdf9ec4fef24b24a806f8749af427ef7a8 authored over 7 years ago by Stan Bright <[email protected]>
css-brunch: deprecation (#2307)

78a597b2d9fa9c1906bb852e022e81e26c819533 authored over 7 years ago by Barry Allard <[email protected]>
Fix test compile warnings on Elixir 1.4.4 caused by dup function heads

3f75aac8b97278e62b7f41a318bad0319a26ea34 authored over 7 years ago by Chris McCord <[email protected]>
Improve comment in prod.secret.exs templates (#2296)

* Fix grammar

* Fix grammar

* Fix grammar

* Fix grammar

8659113b9bbf13769d45cfa4348639460dc70817 authored over 7 years ago by David Kumru <[email protected]>
Use init/2 instead of on_init, closes #2172

9e55381d74d3c2247142b0ac2f986fd9f16c0a6a authored over 7 years ago by José Valim <[email protected]>
Release 1.3.0-rc.2 with Erlang 20 support

782150e04819808254d62b157f1dd11d94be30f6 authored over 7 years ago by Chris McCord <[email protected]>
Recompile regex's in installer to support Erlang 20

c6679d45e61d61f03c14501236cad06ffc586362 authored over 7 years ago by Chris McCord <[email protected]>
Make sure we show instructions in proper order, closes #2294

49f1afecde74255d60c9c2f2bcb827078ebc1ce7 authored over 7 years ago by José Valim <[email protected]>
Revert "Use brunch from node_modules/.bin (#2217)"

This reverts commit 7fbf4fc0567a3276c978b434c4f0c658228af276.

Closes #2283.

ae4b598872996566401574581ca59b62a3739220 authored over 7 years ago by José Valim <[email protected]>
Add msgid for validate_acceptance/3 to generators (#2282)

781f5af847ac91ea3e9b2c0273c169675c801e05 authored over 7 years ago by Wojtek Mach <[email protected]>
error_tag shows all errors on field, not just first (#2275)

Previously, if a field had multiple errors, only the first would be
displayed.

With this cha...

e9432577571588ced5bade1c9eb2c32872371068 authored over 7 years ago by Nathan Long <[email protected]>
Merge branch 'wm-generators-test' of https://github.com/wojtekmach/phoenix into wojtekmach-wm-generators-test

346ce9fc8fe8a8634e5f6d6f28cfd52ff10ea80d authored over 7 years ago by Chris McCord <[email protected]>
Update generated brunch-config.js brunch docs references #2253 (#2256)

* update brunch doc links. Fixes #2253

* remove concatenation link

0e65da3943c00ae80be08b313a3bbf87d816af6e authored over 7 years ago by Steve Pallen <[email protected]>
Fix doc of errors_on function (#2252)

99af47eaa90838dc38b5e8b1163894e2a5fd9005 authored over 7 years ago by 陈三 <[email protected]>
Move generated tests to test/my_app/*

fa6cd996d675ba1b38cb822670ebd767dbff750f authored over 7 years ago by Wojtek Mach <[email protected]>
Support --context-app in phx.gen.html/json. Closes #2227 (#2229)

c17ef792e286c2fbda56a9ba72d537d4a237d896 authored almost 8 years ago by Chris McCord <[email protected]>
raise if context_app is set to false

bdd03ecfe0a1a34a0b5878f31612c681a114b675 authored almost 8 years ago by Chris McCord <[email protected]>
Properly generate contexts in umbrellas. Closes #2139

2c1e67d83c55098cbb7aae886773ac4fef660476 authored almost 8 years ago by Chris McCord <[email protected]>
Use context_app config to determine web directory. Closes #2218

9ff00428f676802fae78b54ca1addcd7f8e1d2e4 authored almost 8 years ago by Chris McCord <[email protected]>
Use brunch from node_modules/.bin (#2217)

7af419945334dc8ccf01d9f9b9312cfb7051f83f authored almost 8 years ago by Christian Wesselhoeft <[email protected]>
Drop css-brunch since it is no longer needed. Closes #2208

60de2a10901470cb449b9586975bb5e49aed564a authored almost 8 years ago by Chris McCord <[email protected]>
Fix trailing whitespace on gettext dependency in umbrella web template

af240d63b49b64dfe4fef3d1085aab6835e9f87e authored almost 8 years ago by Gary Rennie <[email protected]>
Start AppName.Repo as a supervisor in umbrella projects (#2190)

ebb043298f17751f0510ec87f3e21b48f927d6e0 authored almost 8 years ago by thorsten-de <[email protected]>
Release 1.3.0-rc.1

bd4b0fb789ae8ecabf696b48298ccf9444ac6da2 authored almost 8 years ago by Chris McCord <[email protected]>
Improve ecto task error messages and tests.

Remove redudant test cases since new.web and new.ecto
are both covered in the umbrella generator.

a7b59524d5eef95f1b5a23af11387d4699d61aa0 authored almost 8 years ago by Chris McCord <[email protected]>
Remove redudant test

d85ad174c05ace6b44c9ad9e7a49bde09c8dd6d1 authored almost 8 years ago by Chris McCord <[email protected]>
Improve error messages and test for web task. Closes #2181

abf8dfc49c5a6fb633f23e3920b69f6756d80c44 authored almost 8 years ago by Chris McCord <[email protected]>
Fix self-mix reference for web task and post-install oputput. Closes #2143

a070a1e52652dd00457a94d2334dbf516c55235c authored almost 8 years ago by Chris McCord <[email protected]>
Build embedded is no longer required for prod from Elixir v1.3

7b0cc61dce7534642b270eb6e71165c4eeefc769 authored almost 8 years ago by José Valim <[email protected]>
Non-web app secret config generated with phx.new --umbrella is not ignored (#2171)

9467a6783f5478a34675323e32bc389e0d27bb6b authored almost 8 years ago by Joe Honzawa <[email protected]>
Include runtime_tools by default

Runtime tools allows us to run etop, observer and
other conveniences on remote nodes and it is a...

5ddbd6d4c46dccde39e349ce844962e284408c43 authored almost 8 years ago by José Valim <[email protected]>
Do not hardcode endpoint reference

6a2368905a8e399c6ba291c4cf5a04b59acdccd5 authored almost 8 years ago by José Valim <[email protected]>
installer: fix reference to missing module (#2161)

Generated `config/prod.exs` referred non-existing `Demo.Web.Endpoint` module, while it should re...

0ccd904f1c2548c46937706df24520bd46c346e5 authored almost 8 years ago by Andrei Dziahel <[email protected]>
Do not generate belongs_to for references, closes #2151

f742099a1b10ea8d5f990e397fb1844e456c249e authored almost 8 years ago by José Valim <[email protected]>