chore: Convert to umbrella app

This commit is contained in:
Robert Prehn 2020-07-03 21:41:01 -05:00
parent 739fa1d5d5
commit 6cb1f186e9
25577 changed files with 3009333 additions and 206 deletions

View file

@ -0,0 +1,6 @@
{application,connection,
[{applications,[kernel,stdlib,elixir]},
{description,"Connection behaviour for connection processes\n"},
{modules,['Elixir.Connection']},
{registered,[]},
{vsn,"1.0.4"}]}.

View file

@ -0,0 +1 @@
priv/gettext/en/LC_MESSAGES/errors.po

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View file

@ -0,0 +1,21 @@
{application,core,
[{applications,[kernel,stdlib,elixir,logger,runtime_tools,
gettext,telemetry_metrics,telemetry_poller,jason,
postgrex,ecto_sql,phoenix_html,plug_cowboy,
phoenix,phoenix_live_reload,
phoenix_live_dashboard,phoenix_ecto]},
{description,"core"},
{modules,['Elixir.Core','Elixir.Core.Application',
'Elixir.Core.Repo','Elixir.CoreWeb',
'Elixir.CoreWeb.Endpoint',
'Elixir.CoreWeb.ErrorHelpers',
'Elixir.CoreWeb.ErrorView','Elixir.CoreWeb.Gettext',
'Elixir.CoreWeb.LayoutView',
'Elixir.CoreWeb.PageController',
'Elixir.CoreWeb.PageView','Elixir.CoreWeb.Router',
'Elixir.CoreWeb.Router.Helpers',
'Elixir.CoreWeb.Telemetry',
'Elixir.CoreWeb.UserSocket']},
{registered,[]},
{vsn,"0.1.0"},
{mod,{'Elixir.Core.Application',[]}}]}.

View file

@ -0,0 +1 @@
../../../../priv

View file

@ -0,0 +1 @@
../../../../deps/cowboy/ebin

View file

@ -0,0 +1,5 @@
{deps,[{cowlib,".*",{git,"https://github.com/ninenines/cowlib","2.9.1"}},
{ranch,".*",{git,"https://github.com/ninenines/ranch","1.7.1"}}]}.
{erl_opts,[debug_info,warn_export_vars,warn_shadow_vars,warn_obsolete_guard,
warn_missing_spec,warn_untyped_record]}.
{overrides,[]}.

View file

@ -0,0 +1 @@
../../../../deps/cowlib/ebin

View file

@ -0,0 +1 @@
../../../../deps/cowlib/include

View file

@ -0,0 +1 @@
{overrides,[]}.

View file

@ -0,0 +1,27 @@
{application,db_connection,
[{applications,[kernel,stdlib,elixir,logger,connection]},
{description,"Database connection behaviour for database transactions and connection pooling\n"},
{modules,['Elixir.DBConnection','Elixir.DBConnection.App',
'Elixir.DBConnection.Backoff',
'Elixir.DBConnection.Connection',
'Elixir.DBConnection.ConnectionError',
'Elixir.DBConnection.ConnectionPool',
'Elixir.DBConnection.ConnectionPool.Pool',
'Elixir.DBConnection.EncodeError',
'Elixir.DBConnection.Holder',
'Elixir.DBConnection.LogEntry',
'Elixir.DBConnection.Ownership',
'Elixir.DBConnection.Ownership.Manager',
'Elixir.DBConnection.Ownership.Proxy',
'Elixir.DBConnection.OwnershipError',
'Elixir.DBConnection.PrepareStream',
'Elixir.DBConnection.Query',
'Elixir.DBConnection.Stream',
'Elixir.DBConnection.Task',
'Elixir.DBConnection.TransactionError',
'Elixir.DBConnection.Watcher',
'Elixir.Enumerable.DBConnection.PrepareStream',
'Elixir.Enumerable.DBConnection.Stream']},
{registered,[]},
{vsn,"2.2.2"},
{mod,{'Elixir.DBConnection.App',[]}}]}.

Binary file not shown.

View file

@ -0,0 +1,9 @@
{application,decimal,
[{applications,[kernel,stdlib,elixir]},
{description,"Arbitrary precision decimal arithmetic."},
{modules,['Elixir.Decimal','Elixir.Decimal.Context',
'Elixir.Decimal.Error','Elixir.Decimal.Macros',
'Elixir.Inspect.Decimal',
'Elixir.String.Chars.Decimal']},
{registered,[]},
{vsn,"1.8.1"}]}.

Binary file not shown.

Binary file not shown.

Some files were not shown because too many files have changed in this diff Show more