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

More libraries to be migrated #48

Open
12 of 32 tasks
madis opened this issue Dec 19, 2022 · 0 comments
Open
12 of 32 tasks

More libraries to be migrated #48

madis opened this issue Dec 19, 2022 · 0 comments

Comments

@madis
Copy link
Member

madis commented Dec 19, 2022

Libraries to 1) be made to use shadow-cljs and deps.edn AND 2) then migrated to monorepo (d0x-libs)

The files in parenthesis indicate what's missing in the libraries

  • ../district-cljs-utils ("shadow-cljs.edn" "deps.edn" "(lib_version.clj or build.clj)")
  • ../district-encryption ("shadow-cljs.edn" "deps.edn" "(lib_version.clj or build.clj)")
  • ../district-format ("shadow-cljs.edn" "deps.edn" "(lib_version.clj or build.clj)")
  • ../district-sendgrid ("shadow-cljs.edn" "deps.edn" "(lib_version.clj or build.clj)")
  • ../district-server-config ("shadow-cljs.edn" "(lib_version.clj or build.clj)")
  • ../district-server-endpoints ("shadow-cljs.edn" "deps.edn")
  • ../district-server-logging ("shadow-cljs.edn" "deps.edn" "(lib_version.clj or build.clj)")
  • ../district-server-middleware-logging ("shadow-cljs.edn" "deps.edn" "(lib_version.clj or build.clj)")
  • ../district-time ("shadow-cljs.edn" "deps.edn" "(lib_version.clj or build.clj)")
  • ../district-ui-conversion-rates ("shadow-cljs.edn" "deps.edn" "(lib_version.clj or build.clj)")
  • ../district-ui-ipfs ("shadow-cljs.edn" "deps.edn" "(lib_version.clj or build.clj)")
  • ../district-ui-logging ("shadow-cljs.edn" "deps.edn" "(lib_version.clj or build.clj)")
  • ../district-ui-mobile ("shadow-cljs.edn" "deps.edn" "(lib_version.clj or build.clj)")
  • ../district-ui-notification ("shadow-cljs.edn" "deps.edn" "(lib_version.clj or build.clj)")
  • ../district-ui-now ("shadow-cljs.edn" "deps.edn" "(lib_version.clj or build.clj)")
  • ../district-ui-router ("shadow-cljs.edn" "deps.edn" "(lib_version.clj or build.clj)")
    • WIP (moved to shadow-cljs & deps)
  • ../district-ui-router-google-analytics ("shadow-cljs.edn" "deps.edn" "(lib_version.clj or build.clj)")
  • ../district-ui-server-config ("shadow-cljs.edn" "deps.edn" "(lib_version.clj or build.clj)")
  • ../district-ui-window-focus ("shadow-cljs.edn" "deps.edn" "(lib_version.clj or build.clj)")
  • ../district-ui-window-size ("shadow-cljs.edn" "deps.edn" "(lib_version.clj or build.clj)")
  • ../district-server-graphql ("shadow-cljs.edn" "deps.edn" "(lib_version.clj or build.clj)")
  • ../district-ui-graphql ("shadow-cljs.edn" "deps.edn" "(lib_version.clj or build.clj)")
  • ../district-graphql-utils ("shadow-cljs.edn" "deps.edn" "(lib_version.clj or build.clj)")

Libraries already using deps.edn and shadow-cljs, thus ready to be migrated to monorepo (d0x-libs):

With a bit of luck running these commands should be all that's needed to import these libraries (and marking them for release also)
Though possibly some small refactorings will be needed to make the tests pass (or add blank / sanity tests)

  • bb migrate ../district-ui-component-active-account . browser --no-create-branch
  • bb migrate ../district-ui-reagent-render . browser --no-create-branch
  • bb migrate ../re-frame-ipfs-fx . browser --no-create-branch
  • bb migrate ../re-frame-web3-fx . browser --no-create-branch
  • bb migrate ../cljs-ipfs-http-client . shared --no-create-branch
  • bb migrate ../cljs-solidity-sha3 . shared --no-create-branch
  • bb migrate ../district-parsers . shared --no-create-branch
  • bb migrate ../district-validation . shared --no-create-branch
  • bb migrate ../district-web3-utils . shared --no-create-branch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant