You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Merge pull request #152 from esl/distribute-modules-as-binaries
Distribute modules as binaries
This PR introduces the following changes:
- Cleanup of the integration testing
- Since we moved REST API out of this repo, all the leftovers are removed
- Extraction of amoc_code_server functionality from of amoc_scenario module:
- now amoc_scenario is just a wrapper for behavior.
- and amoc_code_server is responsible for modules' analysis and distribution of uploaded modules.
- Modules' distribution is now based on binary representation, so it's language agnostic and can be reused for elixir.
- comparison of the modules is based on MD5
- amoc_code_server_SUITE covers all the basic use cases and demonstrates some of the corner cases that are covered in amoc_code_server
0 commit comments