Wykres commitów

11 Commity (03eb650acb7927409f3a49d881c42b1a19e181c3)

Autor SHA1 Wiadomość Data
yuvipanda 70d7c68134 Use cwd switching to do git operations
Setting just --git-dir is not enough, you also need to set
--work-dir. Just setting cwd is better
2017-05-22 15:11:48 -07:00
Min RK b5194c9165 add conda detector
and S2I buildpack base for common python/conda
2017-05-22 10:29:09 -07:00
yuvipanda cf6674cce8 Make s2i builder work on non-master refs 2017-05-21 20:39:36 -07:00
yuvipanda f717ed4e04 Include the .git directory when copying files
Useful to push / pull later on when the user is running
2017-05-21 15:40:28 -07:00
yuvipanda 82425bbaf3 Allow checking out a non-master ref
- No longer doing deep clones. Caching should happen at a different
  layer!
- Actually report failures and stop if something bad happens!
2017-05-19 00:07:39 -07:00
yuvipanda 91e41fca90 Revamp logging to provide structured JSON logs
- Filter out useless info from docker build / push steps
- Use JSON logging everywhere. User readable messages go into
  message, extra useful info goes into extra.
- Capture output from all spawned processes and stuff them
  into an appropriate JSON structure
2017-05-15 18:54:51 -07:00
yuvipanda 4b8f6d0435 Bump version of venv builders 2017-05-09 18:30:46 -07:00
yuvipanda 66fce0592f Add a dockerfile based BuildPack
Great escape hatch
2017-05-09 13:39:47 -07:00
yuvipanda e7d51c3fe9 Update venv image version again
Should move these out to config soon
2017-05-09 02:57:08 -07:00
yuvipanda a052ac2d71 Bump s2i builder images 2017-05-09 02:50:24 -07:00
yuvipanda aa7eb895c1 Add basic builder code
- Takes in config via traitlets
- Pushes image after it is built
- Can run different detectors easily as well
- Single straight up application that runs from start to end,
  no concurrency (woot!)
2017-05-09 01:37:19 -07:00