-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into mixpanel_api_ex_1_2
- Loading branch information
Showing
227 changed files
with
2,138 additions
and
1,927 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
[ | ||
import_deps: [:ecto, :ecto_sql, :phoenix], | ||
subdirectories: ["priv/*/migrations"], | ||
plugins: [Phoenix.LiveView.HTMLFormatter], | ||
inputs: ["*.{heex,ex,exs}", "{config,lib,test}/**/*.{heex,ex,exs}", "priv/*/seeds.exs"] | ||
plugins: [Phoenix.LiveView.HTMLFormatter, Styler], | ||
inputs: ["*.{heex,ex,exs}", "{config,lib,test}/**/*.{heex,ex,exs}", "priv/*/seeds.exs"], | ||
line_length: 98 | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,38 +1,36 @@ | ||
alias Ex338.{ | ||
Accounts.User, | ||
CalendarAssistant, | ||
Championships, | ||
Championships.Championship, | ||
Championships.ChampionshipResult, | ||
Championships.ChampWithEventsResult, | ||
Championships.ChampionshipSlot, | ||
DraftPicks, | ||
DraftPicks.Admin, | ||
DraftPicks.DraftPick, | ||
DraftQueues, | ||
DraftQueues.DraftQueue, | ||
FantasyLeagues, | ||
FantasyLeagues.FantasyLeague, | ||
FantasyPlayers, | ||
FantasyPlayers.FantasyPlayer, | ||
FantasyPlayers.SportsLeague, | ||
FantasyTeams, | ||
FantasyTeams.FantasyTeam, | ||
FantasyTeams.Owner, | ||
InSeasonDraftPicks, | ||
InjuredReserves, | ||
Mailer, | ||
NotificationEmail, | ||
Repo, | ||
RosterPositions, | ||
RosterPositions.Admin, | ||
RosterPositions.RosterPosition, | ||
Trades, | ||
Trades.Trade, | ||
Trades.TradeLineItem, | ||
Waivers, | ||
Waivers.Admin, | ||
Waivers.Waiver | ||
} | ||
|
||
import Ecto.Query | ||
|
||
alias Ex338.Accounts.User | ||
alias Ex338.CalendarAssistant | ||
alias Ex338.Championships | ||
alias Ex338.Championships.Championship | ||
alias Ex338.Championships.ChampionshipResult | ||
alias Ex338.Championships.ChampionshipSlot | ||
alias Ex338.Championships.ChampWithEventsResult | ||
alias Ex338.DraftPicks | ||
alias Ex338.DraftPicks.Admin | ||
alias Ex338.DraftPicks.DraftPick | ||
alias Ex338.DraftQueues | ||
alias Ex338.DraftQueues.DraftQueue | ||
alias Ex338.FantasyLeagues | ||
alias Ex338.FantasyLeagues.FantasyLeague | ||
alias Ex338.FantasyPlayers | ||
alias Ex338.FantasyPlayers.FantasyPlayer | ||
alias Ex338.FantasyPlayers.SportsLeague | ||
alias Ex338.FantasyTeams | ||
alias Ex338.FantasyTeams.FantasyTeam | ||
alias Ex338.FantasyTeams.Owner | ||
alias Ex338.InjuredReserves | ||
alias Ex338.InSeasonDraftPicks | ||
alias Ex338.Mailer | ||
alias Ex338.NotificationEmail | ||
alias Ex338.Repo | ||
alias Ex338.RosterPositions | ||
alias Ex338.RosterPositions.Admin | ||
alias Ex338.RosterPositions.RosterPosition | ||
alias Ex338.Trades | ||
alias Ex338.Trades.Trade | ||
alias Ex338.Trades.TradeLineItem | ||
alias Ex338.Waivers | ||
alias Ex338.Waivers.Admin | ||
alias Ex338.Waivers.Waiver |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
elixir 1.14.4-otp-25 | ||
erlang 25.3.2 | ||
elixir 1.16.1-otp-26 | ||
erlang 26.2.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.