Skip to content

Commit

Permalink
Retrait de code mort lié à la validation (#4188)
Browse files Browse the repository at this point in the history
* remove routes that do not have related functions

* remove useless template for validation
  • Loading branch information
vdegove authored Sep 16, 2024
1 parent d0a3403 commit 10ce161
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 42 deletions.
2 changes: 0 additions & 2 deletions apps/transport/lib/transport_web/router.ex
Original file line number Diff line number Diff line change
Expand Up @@ -225,10 +225,8 @@ defmodule TransportWeb.Router do
post("/:id/_import", DatasetController, :import_from_data_gouv_fr)
post("/:id/_delete", DatasetController, :delete)
post("/_all_/_import_validate", DatasetController, :import_validate_all)
post("/_all_/_validate", DatasetController, :validate_all)
post("/_all_/_force_validate_gtfs_transport", DatasetController, :force_validate_gtfs_transport)
post("/:id/_import_validate", DatasetController, :import_validate_all)
post("/:id/_validate", DatasetController, :validation)
end

get("/breaking_news", BreakingNewsController, :index)
Expand Down

This file was deleted.

8 changes: 0 additions & 8 deletions apps/transport/priv/gettext/en/LC_MESSAGES/validations.po
Original file line number Diff line number Diff line change
Expand Up @@ -134,18 +134,10 @@ msgstr ""
msgid "Visualization up-to-date %{hours} ago."
msgstr ""

#, elixir-autogen, elixir-format, fuzzy
msgid "Check a file's quality"
msgstr ""

#, elixir-autogen, elixir-format
msgid "Choose your file"
msgstr ""

#, elixir-autogen, elixir-format
msgid "File type"
msgstr ""

#, elixir-autogen, elixir-format
msgid "Last updated at %{date}."
msgstr ""
Expand Down
8 changes: 0 additions & 8 deletions apps/transport/priv/gettext/fr/LC_MESSAGES/validations.po
Original file line number Diff line number Diff line change
Expand Up @@ -134,18 +134,10 @@ msgstr "Ce GeoJSON était bien à jour avec la ressource GTFS il y a %{hours}."
msgid "Visualization up-to-date %{hours} ago."
msgstr "Visualisation à jour il y a %{hours}."

#, elixir-autogen, elixir-format, fuzzy
msgid "Check a file's quality"
msgstr "Analyser la qualité d’un fichier"

#, elixir-autogen, elixir-format
msgid "Choose your file"
msgstr "Choisissez votre fichier"

#, elixir-autogen, elixir-format
msgid "File type"
msgstr "Type de fichier"

#, elixir-autogen, elixir-format
msgid "Last updated at %{date}."
msgstr "Dernière mise à jour %{date}."
Expand Down
8 changes: 0 additions & 8 deletions apps/transport/priv/gettext/validations.pot
Original file line number Diff line number Diff line change
Expand Up @@ -133,18 +133,10 @@ msgstr ""
msgid "Visualization up-to-date %{hours} ago."
msgstr ""

#, elixir-autogen, elixir-format
msgid "Check a file's quality"
msgstr ""

#, elixir-autogen, elixir-format
msgid "Choose your file"
msgstr ""

#, elixir-autogen, elixir-format
msgid "File type"
msgstr ""

#, elixir-autogen, elixir-format
msgid "Last updated at %{date}."
msgstr ""
Expand Down

0 comments on commit 10ce161

Please sign in to comment.