Merge pull request #423 from openHPI/implement_codeharbor_interface

Implement codeharbor interface
This commit is contained in:
MrSerth
2019-12-20 10:53:42 +01:00
committed by GitHub
68 changed files with 2393 additions and 195 deletions

View File

@@ -7,6 +7,17 @@ GIT
rack (>= 1.5.0)
websocket (>= 1.1.0)
GIT
remote: https://github.com/openHPI/proforma.git
revision: b09c9fcc1fdb314fc1fb1396e7d0bb2d70e376c5
tag: v0.4
specs:
proforma (0.4)
activemodel (>= 5.2.3, < 6.1.0)
activesupport (>= 5.2.3, < 6.1.0)
nokogiri (~> 1.10.2)
rubyzip (>= 1.2.2, < 2.1.0)
GEM
remote: https://rubygems.org/
specs:
@@ -117,6 +128,8 @@ GEM
chronic (0.10.2)
coderay (1.1.2)
concurrent-ruby (1.1.5)
crack (0.4.3)
safe_yaml (~> 1.0.0)
crass (1.0.5)
database_cleaner (1.7.0)
debug_inspector (0.0.3)
@@ -145,6 +158,7 @@ GEM
forgery (0.7.0)
globalid (0.4.2)
activesupport (>= 4.2.0)
hashdiff (1.0.0)
headless (2.3.1)
highline (2.0.3)
http-accept (1.7.0)
@@ -233,6 +247,8 @@ GEM
pry-byebug (3.7.0)
byebug (~> 11.0)
pry (~> 0.10)
pry-rails (0.3.9)
pry (>= 0.10.4)
public_suffix (4.0.1)
puma (4.3.1)
nio4r (~> 2.0)
@@ -302,6 +318,8 @@ GEM
rspec-mocks (~> 3.9.0)
rspec-autotest (1.0.2)
rspec-core (>= 2.99.0.beta1, < 4.0.0)
rspec-collection_matchers (1.1.3)
rspec-expectations (>= 2.99.0.beta1)
rspec-core (3.9.0)
rspec-support (~> 3.9.0)
rspec-expectations (3.9.0)
@@ -335,6 +353,7 @@ GEM
json (~> 2.1)
structured_warnings (~> 0.3)
rubyzip (2.0.0)
safe_yaml (1.0.5)
sass-rails (6.0.0)
sassc-rails (~> 2.1, >= 2.1.1)
sassc (2.2.1)
@@ -348,6 +367,8 @@ GEM
selenium-webdriver (3.142.6)
childprocess (>= 0.5, < 4.0)
rubyzip (>= 1.2.2)
shoulda-matchers (4.1.1)
activesupport (>= 4.2.0)
simplecov (0.17.1)
docile (~> 1.1)
json (>= 1.8, < 3)
@@ -396,6 +417,10 @@ GEM
activemodel (>= 5.0)
bindex (>= 0.4.0)
railties (>= 5.0)
webmock (3.7.6)
addressable (>= 2.3.6)
crack (>= 0.3.2)
hashdiff (>= 0.4.0, < 2.0.0)
webpacker (4.2.0)
activesupport (>= 4.2)
rack-proxy (>= 0.6.1)
@@ -433,6 +458,7 @@ DEPENDENCIES
docker-api
eventmachine (= 1.0.9.1)
factory_bot_rails
faraday
faye-websocket
forgery
headless
@@ -449,7 +475,9 @@ DEPENDENCIES
nyan-cat-formatter
pagedown-bootstrap-rails
pg
proforma!
pry-byebug
pry-rails
puma
pundit
rack-mini-profiler
@@ -460,6 +488,7 @@ DEPENDENCIES
ransack
rest-client
rspec-autotest
rspec-collection_matchers
rspec-rails
rubocop
rubocop-rspec
@@ -467,6 +496,7 @@ DEPENDENCIES
rubyzip
sass-rails
selenium-webdriver
shoulda-matchers
simplecov
slim-rails
sorcery
@@ -475,6 +505,7 @@ DEPENDENCIES
turbolinks
uglifier
web-console
webmock
webpacker
whenever