Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove ExVCR #1523

Merged
merged 4 commits into from
Feb 17, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions apps/alerts/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,7 @@ defmodule Alerts.Mixfile do
{:timex, ">= 0.0.0"},
{:util, in_umbrella: true},
{:quixir, "~> 0.9", only: :test},
{:benchfella, "~> 0.3", only: :dev},
{:exvcr_helpers, in_umbrella: true, only: :test}
{:benchfella, "~> 0.3", only: :dev}
]
end
end
3 changes: 1 addition & 2 deletions apps/algolia/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,7 @@ defmodule Algolia.Mixfile do
{:util, in_umbrella: true},
{:httpoison, "~> 1.5"},
{:plug, "~> 1.13.0"},
{:bypass, "~> 1.0", only: :test},
{:exvcr_helpers, in_umbrella: true, only: :test}
{:bypass, "~> 1.0", only: :test}
]
end
end
3 changes: 1 addition & 2 deletions apps/cms/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,7 @@ defmodule CMS.Mixfile do
{:mock, "~> 0.3.3", only: :test},
{:phoenix_html, "~> 2.6"},
{:repo_cache, in_umbrella: true},
{:util, in_umbrella: true},
{:exvcr_helpers, in_umbrella: true, only: :test}
{:util, in_umbrella: true}
]
end
end
4 changes: 0 additions & 4 deletions apps/exvcr_helpers/.formatter.exs

This file was deleted.

24 changes: 0 additions & 24 deletions apps/exvcr_helpers/.gitignore

This file was deleted.

7 changes: 0 additions & 7 deletions apps/exvcr_helpers/README.md

This file was deleted.

30 changes: 0 additions & 30 deletions apps/exvcr_helpers/config/config.exs

This file was deleted.

27 changes: 0 additions & 27 deletions apps/exvcr_helpers/lib/exvcr_helpers.ex

This file was deleted.

29 changes: 0 additions & 29 deletions apps/exvcr_helpers/mix.exs

This file was deleted.

4 changes: 0 additions & 4 deletions apps/exvcr_helpers/test/exvcr_helpers_test.exs

This file was deleted.

1 change: 0 additions & 1 deletion apps/exvcr_helpers/test/test_helper.exs

This file was deleted.

3 changes: 1 addition & 2 deletions apps/fares/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,7 @@ defmodule Fares.Mixfile do
{:stops, in_umbrella: true},
{:schedules, in_umbrella: true},
{:location_service, in_umbrella: true},
{:rstar, github: "armon/erl-rstar"},
{:exvcr_helpers, in_umbrella: true, only: :test}
{:rstar, github: "armon/erl-rstar"}
]
end
end
3 changes: 1 addition & 2 deletions apps/feedback/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,7 @@ defmodule Feedback.Mixfile do
{:plug, "~> 1.13.0"},
{:ex_aws, "~> 2.1.2"},
{:ex_aws_ses, "~> 2.1.1"},
{:mail, "~> 0.2"},
{:exvcr_helpers, in_umbrella: true, only: :test}
{:mail, "~> 0.2"}
]
end
end
3 changes: 1 addition & 2 deletions apps/holiday/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,7 @@ defmodule Holiday.Mixfile do
# Type "mix help deps" for more examples and options
defp deps do
[
{:timex, ">= 0.0.0"},
{:exvcr_helpers, in_umbrella: true, only: :test}
{:timex, ">= 0.0.0"}
]
end
end
3 changes: 1 addition & 2 deletions apps/json_api/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,7 @@ defmodule JsonApi.Mixfile do
[
{:poison, ">= 0.0.0"},
{:jason, "~> 1.1"},
{:benchfella, "~> 0.3", only: :dev},
{:exvcr_helpers, in_umbrella: true, only: :test}
{:benchfella, "~> 0.3", only: :dev}
]
end
end
1 change: 0 additions & 1 deletion apps/location_service/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ defmodule LocationService.Mixfile do
[
{:stops, in_umbrella: true},
{:bypass, "~> 1.0", only: :test},
{:exvcr_helpers, in_umbrella: true, only: :test},
# Can replace with release after 2.2.10
{:ex_aws,
github: "ex-aws/ex_aws", ref: "08cbbd2aef4ebf52796e48761d1351b5c87c4c5e", override: true}
Expand Down
3 changes: 1 addition & 2 deletions apps/predictions/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,7 @@ defmodule Predictions.Mixfile do
{:repo_cache, in_umbrella: true},
{:schedules, in_umbrella: true},
{:stops, in_umbrella: true},
{:routes, in_umbrella: true},
{:exvcr_helpers, in_umbrella: true, only: :test}
{:routes, in_umbrella: true}
]
end
end
3 changes: 1 addition & 2 deletions apps/repo_cache/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,7 @@ defmodule RepoCache.Mixfile do
# Type "mix help deps" for more examples and options
defp deps do
[
{:con_cache, "~> 0.12.0"},
{:exvcr_helpers, in_umbrella: true, only: :test}
{:con_cache, "~> 0.12.0"}
]
end
end
3 changes: 1 addition & 2 deletions apps/route_patterns/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@ defmodule RoutePatterns.MixProject do
# {:dep_from_hexpm, "~> 0.3.0"},
# {:dep_from_git, git: "https://github.com/elixir-lang/my_dep.git", tag: "0.1.0"},
{:repo_cache, in_umbrella: true},
{:v3_api, in_umbrella: true},
{:exvcr_helpers, in_umbrella: true, only: :test}
{:v3_api, in_umbrella: true}
]
end
end
3 changes: 1 addition & 2 deletions apps/routes/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,7 @@ defmodule Routes.Mixfile do
[
{:v3_api, in_umbrella: true},
{:mock, "~> 0.3.3", only: :test},
{:repo_cache, in_umbrella: true},
{:exvcr_helpers, in_umbrella: true, only: :test}
{:repo_cache, in_umbrella: true}
]
end
end
3 changes: 1 addition & 2 deletions apps/schedules/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,7 @@ defmodule Schedules.Mixfile do
{:stops, in_umbrella: true},
{:quixir, "~> 0.9", only: :test},
{:benchfella, "~> 0.3", only: :dev},
{:util, in_umbrella: true},
{:exvcr_helpers, in_umbrella: true, only: :test}
{:util, in_umbrella: true}
]
end
end
3 changes: 1 addition & 2 deletions apps/services/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@ defmodule Services.MixProject do
defp deps do
[
{:repo_cache, in_umbrella: true},
{:v3_api, in_umbrella: true},
{:exvcr_helpers, in_umbrella: true, only: :test}
{:v3_api, in_umbrella: true}
]
end
end
Loading