Skip to content

with bare docker builder and executor#3

Merged
wagoodman merged 2 commits intoadding-rustfrom
with-docker-impl
Dec 17, 2017
Merged

with bare docker builder and executor#3
wagoodman merged 2 commits intoadding-rustfrom
with-docker-impl

Conversation

@wagoodman
Copy link
Owner

No description provided.

@wagoodman wagoodman merged commit ef4bddf into adding-rust Dec 17, 2017
@wagoodman wagoodman deleted the with-docker-impl branch December 17, 2017 22:32
wagoodman pushed a commit that referenced this pull request Jan 27, 2018
…e cleanup for consistency (metaparticle-io#76)

* fix up examples and documentation

* fix up indenting

* renamed env vars to be conssitent and also moved braces to new lines

* Add travis for dotnet (#3)

* add initial travis file

* fix up missing dash

* try again going into the right directory this time

* no need for mono and we can set the dotnet core version

* make build.sh executable

* see what directory we are on

* set to unix type

* build the examples
wagoodman pushed a commit that referenced this pull request Apr 18, 2018
* fix up examples and documentation

* fix up indenting

* renamed env vars to be conssitent and also moved braces to new lines

* add initial travis file

* fix up missing dash

* try again going into the right directory this time

* no need for mono and we can set the dotnet core version

* make build.sh executable

* see what directory we are on

* set to unix type

* build the examples

* Add travis for dotnet (#3)

* add initial travis file

* fix up missing dash

* try again going into the right directory this time

* no need for mono and we can set the dotnet core version

* make build.sh executable

* see what directory we are on

* set to unix type

* build the examples
wagoodman pushed a commit that referenced this pull request Apr 18, 2018
* fix up examples and documentation

* fix up indenting

* add initial code for a dotnet test runner as part of metaparticle

* add missed file

* renamed env vars to be conssitent and also moved braces to new lines

* Add travis for dotnet (#3)

* add initial travis file

* fix up missing dash

* try again going into the right directory this time

* no need for mono and we can set the dotnet core version

* make build.sh executable

* see what directory we are on

* set to unix type

* build the examples

* move tests to attributes rather than using env var
wagoodman pushed a commit that referenced this pull request May 12, 2018
* learned a touch of rust

* no decorator

* base rust entrypoint

* with bare docker builder and executor (#3)

* Real traits jim (#4)

* add placeholder functions for actual interface
* move builder trait into builder module
* move docker builder struct into correct module
* move existing functions onto trait implementation
* move executor trait to appropriate module
* move executor struct into correct module

* initial builder working

* added docker run support; cleaned up command execs

* refactor to str refs; added readme

* We need strings here, I think

The result of the format! call is a string, (as is the result
of other ways of getting a u64 into a string).

This change makes the method compile without changing anything's
type signature. There might be other was to accomplish this,
but I haven't found one.

* added web example

* use executable's path as Docker context

* wrapped docker cmds in sh

* write dockerfile to docker context explicitly

* fix copy paste error in README
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

Successfully merging this pull request may close these issues.

1 participant