Skip to content

Commit

Permalink
add name to transformation (#70)
Browse files Browse the repository at this point in the history
* add name to transformation

UrbanOS-Public/internal#749
  • Loading branch information
christinepoydence authored Jun 27, 2022
1 parent 3e68f04 commit 1a5ae01
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions lib/smart_city/test_data_generator.ex
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ defmodule SmartCity.TestDataGenerator do

defp transformation_regex_extract_example do
%{
name: "Transformation Name",
type: "regex_extract",
parameters: %{
sourceField: Faker.Cat.name(),
Expand Down
4 changes: 2 additions & 2 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule SmartCityTest.MixProject do
def project do
[
app: :smart_city_test,
version: "2.2.2",
version: "2.2.3",
elixir: "~> 1.8",
start_permanent: Mix.env() == :prod,
description: description(),
Expand All @@ -30,7 +30,7 @@ defmodule SmartCityTest.MixProject do
defp deps do
[
{:brod, "~> 3.8"},
{:smart_city, "~> 5.2.2"},
{:smart_city, "~> 5.2.3"},
{:faker, "~> 0.12"},
{:ex_doc, "~> 0.19"},
{:credo, "~> 1.1", only: [:dev, :test, :integration], runtime: false},
Expand Down
2 changes: 1 addition & 1 deletion mix.lock
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"parse_trans": {:hex, :parse_trans, "3.3.1", "16328ab840cc09919bd10dab29e431da3af9e9e7e7e6f0089dd5a2d2820011d8", [:rebar3], [], "hexpm", "07cd9577885f56362d414e8c4c4e6bdf10d43a8767abb92d24cbe8b24c54888b"},
"patiently": {:hex, :patiently, "0.2.0", "67eb139591e10c4b363ae0198e832552f191c58894731efd3bf124ec4722267a", [:mix], [], "hexpm", "c08cc5edc27def565647a9b55a0bea8025a5f81a4472e57692f28f2292c44c94"},
"placebo": {:hex, :placebo, "1.2.2", "a3d47906b01844bfd04ab0351a605620619fdb8f011225e406696f96a88ff380", [:mix], [{:meck, "~> 0.8.13", [hex: :meck, repo: "hexpm", optional: false]}], "hexpm", "ba29f0f3e3c5045bb7ba769db907fcedb179c95d9a334cb8ff17332965a459ca"},
"smart_city": {:hex, :smart_city, "5.2.2", "95e8161dfee1e11d7b0abf0b56d2039de4e77077c88e27970633e7d1d5c8095e", [:mix], [{:accessible, "~> 0.2.1", [hex: :accessible, repo: "hexpm", optional: false]}, {:brook_serializer, "~> 2.0", [hex: :brook_serializer, repo: "hexpm", optional: false]}, {:jason, "~> 1.1", [hex: :jason, repo: "hexpm", optional: false]}, {:mime, "~> 1.3", [hex: :mime, repo: "hexpm", optional: false]}, {:timex, "~> 3.6", [hex: :timex, repo: "hexpm", optional: false]}], "hexpm", "7ec48a780dd784abbc2b4bb54968b0f662748ffbf6dff5e4ec50a617e091e186"},
"smart_city": {:hex, :smart_city, "5.2.3", "0b437e4b72bf6b38a48628e9e1d3c1d7ee171bc9de5a7bcb6035282bee0de217", [:mix], [{:accessible, "~> 0.2.1", [hex: :accessible, repo: "hexpm", optional: false]}, {:brook_serializer, "~> 2.0", [hex: :brook_serializer, repo: "hexpm", optional: false]}, {:jason, "~> 1.1", [hex: :jason, repo: "hexpm", optional: false]}, {:mime, "~> 1.3", [hex: :mime, repo: "hexpm", optional: false]}, {:timex, "~> 3.6", [hex: :timex, repo: "hexpm", optional: false]}], "hexpm", "805aedda0d61fb9ac9b29a1778770a6200bcb516b3792779ede72f680257e933"},
"snappyer": {:hex, :snappyer, "1.2.4", "6d739c534cd2339633127a2b40279be71f149e5842c5363a4d88e66efb7c1fec", [:make, :rebar, :rebar3], [], "hexpm", "76abb8ed503722e10ee0f587956662881af9009067efdec87798a03db3527184"},
"ssl_verify_fun": {:hex, :ssl_verify_fun, "1.1.6", "cf344f5692c82d2cd7554f5ec8fd961548d4fd09e7d22f5b62482e5aeaebd4b0", [:make, :mix, :rebar3], [], "hexpm", "bdb0d2471f453c88ff3908e7686f86f9be327d065cc1ec16fa4540197ea04680"},
"supervisor3": {:hex, :supervisor3, "1.1.8", "5cf95c95342b589ec8d74689eea0646c0a3eb92820241e0c2d0ca4c104df92bc", [:make, :rebar, :rebar3], [], "hexpm", "4814b4d4343e777cc724312a588061828703f05149129cda2cb30d14105b1128"},
Expand Down

0 comments on commit 1a5ae01

Please sign in to comment.