{"id":20519711,"url":"https://github.com/endpoints4s/migrations","last_synced_at":"2026-04-24T05:38:52.074Z","repository":{"id":129707823,"uuid":"275386340","full_name":"endpoints4s/migrations","owner":"endpoints4s","description":"Automatic rewrite rules for upgrading to new releases of endpoints4s","archived":false,"fork":false,"pushed_at":"2020-07-01T18:10:37.000Z","size":9,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-10-21T06:29:45.937Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Scala","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/endpoints4s.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2020-06-27T14:13:56.000Z","updated_at":"2020-07-01T18:10:33.000Z","dependencies_parsed_at":"2023-04-12T13:23:08.137Z","dependency_job_id":null,"html_url":"https://github.com/endpoints4s/migrations","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/endpoints4s/migrations","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/endpoints4s%2Fmigrations","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/endpoints4s%2Fmigrations/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/endpoints4s%2Fmigrations/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/endpoints4s%2Fmigrations/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/endpoints4s","download_url":"https://codeload.github.com/endpoints4s/migrations/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/endpoints4s%2Fmigrations/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32211381,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-24T03:15:14.334Z","status":"ssl_error","status_checked_at":"2026-04-24T03:15:11.608Z","response_time":64,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-15T22:15:45.900Z","updated_at":"2026-04-24T05:38:52.060Z","avatar_url":"https://github.com/endpoints4s.png","language":"Scala","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Automatic rewrite rules for upgrading to new releases of endpoints4s \n\n## Migrating from 0.15.0 to 1.0.0\n\nAdd the scalafix plugin to your build definition. For sbt:\n\n~~~ scala\n// project/plugins.sbt\naddSbtPlugin(\"ch.epfl.scala\" % \"sbt-scalafix\" % \"0.9.17\")\n~~~\n\nStart the sbt shell and run the following commands:\n\n~~~\n// sbt shell\nscalafixEnable\nscalafix dependency:To_1_0_0@org.endpoints4s:to-1-0-0:1.0.0 --files .\n~~~\n\nThe rule applies the following changes:\n\n- rename references to package `endpoints` to `endpoints4s`,\n- update imports of `endpoints.algebra.Codec` to `endpoints4s.Codec`,\n- rewrite constructor calls of `EndpointDocs` and `CallbackDocs` to\n  avoid deprecations,\n- bump version number in build dependencies from `0.15.0` to `1.0.0`,\n- update modules organization from `org.julienrf` to `org.endpoints4s`,\n- update artifact names to remove the `endpoints-` prefix.\n\nNote that the rules sometimes overlap or might be incomplete. You will\nprobably have to do some manual edits.\n\n## Contributing\n\nTo develop rule:\n\n```\nsbt ~to-1_0_0-tests/test\n# edit to-1.0.0/rules/src/main/scala/fix/To_1_0_0.scala\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fendpoints4s%2Fmigrations","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fendpoints4s%2Fmigrations","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fendpoints4s%2Fmigrations/lists"}