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

refactor: remove Redis cache implementation leftovers (DEV-1503) #2290

Merged
merged 6 commits into from Jan 2, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view

This file was deleted.

Expand Up @@ -62,18 +62,17 @@ class UpgradePluginPR2255(log: Logger) extends UpgradePlugin {
}

object ProjectsIrisToChange {
val prefix = "http://rdfh.ch/projects/"

// KEEP it for reference, not a part of plugin and used only for replacement of
// IRIs existing in DSP-API repo
val onlyFoundInRepo: Map[String, String] = Map(
/*
KEEP it for reference, not a part of plugin and used only for replacement of IRIs existing in DSP-API repo
"0113" -> "bFURQB6zR1ugDFQL7EZy9Q",
"0666" -> "cXxbOh4xRce3uLUyXHujfg",
// beol in v1 test data
"0801" -> "bL0y8GRuTUiFmvF1oXbeFQ",
// dokubib in v1 test data
"00FE" -> "oIjhUsZmQLuJ0VMGvJ2pfg"
)
*/

val prefix = "http://rdfh.ch/projects/"

val newToOldIrisMap: Map[String, String] = Map(
s"${prefix}0001" -> s"${prefix}Lw3FC39BSzCwvmdOaTyLqQ",
Expand Down

This file was deleted.