A fully hosted Git platform that makes it easy to collaborate with your team. Approve and review code more efficiently with merge requests and inline code commenting.
Learn More| ... | @@ -39,7 +39,7 @@ class TaskCard extends Component { | ... | @@ -39,7 +39,7 @@ class TaskCard extends Component { |
| 39 | parentTaskCard |
|
parentTaskCard |
| 40 | } = this . props | 40 | } = this . props |
| 41 | 41 | ||
| 42 | - if ( prevProps && prevProps . subTasks . length != subTasks . length ){ | 42 | + if ( this._nestedVirtualList && prevProps && prevProps . subTasks . length != subTasks . length ){ |
|
|||
| 43 | this . _nestedVirtualList . updateFrameHard () | 43 | this . _nestedVirtualList . updateFrameHard () |
| ... | ... |
Running with Codegiant
Using Docker with image herokuish:latest ...
Starting service postgres:latest ...
Pulling docker image postgres:latest ...
Waiting for services to be up and running...
Pulling docker image gliderlabs/herokuish:latest ...
Preparing build...
Cloning repository...
Cloning into '/codegiant/test'...
Checking out d3f07c9e as master...
$ /bin/herokuish buildpack test
-----> Ruby app detected
-----> Setting up Test for Ruby/Rails
-----> Using Ruby version: ruby-2.3.4
-----> Installing dependencies using bundler 1.15.2
Running: bundle install --without development --path vendor/bundle --binstubs vendor/bundle/bin -j4 --deployment
Warning: the running version of Bundler (1.15.2) is older than the version that created the lockfile (1.15.3). We suggest you upgrade to the latest version of Bundler by running `gem install bundler`.
Fetching gem metadata from https://rubygems.org/.........
Fetching version metadata from https://rubygems.org/..
Fetching dependency metadata from https://rubygems.org/.
Fetching rake 12.0.0
Fetching concurrent-ruby 1.0.5
Fetching i18n 0.8.6
Installing i18n 0.8.6
Installing rake 12.0.0
Installing concurrent-ruby 1.0.5
Fetching minitest 5.10.3
Fetching thread_safe 0.3.6
Fetching builder 3.2.3
Installing minitest 5.10.3
Fetching erubis 2.7.0
Installing thread_safe 0.3.6
Installing builder 3.2.3
Fetching mini_portile2 2.2.0
Fetching rack 2.0.3
Installing erubis 2.7.0
Installing mini_portile2 2.2.0
Fetching nio4r 2.1.0
Installing rack 2.0.3
Installing nio4r 2.1.0 with native extensions
Fetching websocket-extensions 0.1.2
Fetching mime-types-data 3.2016.0521
Installing websocket-extensions 0.1.2
Fetching arel 7.1.4
Installing arel 7.1.4
Installing mime-types-data 3.2016.0521
Using bundler 1.15.2
Fetching byebug 9.1.0
Fetching coffee-script-source 1.12.2
Installing coffee-script-source 1.12.2
Installing byebug 9.1.0 with native extensions
Fetching execjs 2.7.0
Installing execjs 2.7.0
Fetching method_source 0.8.2
Installing method_source 0.8.2
Fetching thor 0.20.0
Installing thor 0.20.0
Fetching ffi 1.9.18
Installing ffi 1.9.18 with native extensions
Fetching multi_json 1.12.1
Installing multi_json 1.12.1
Fetching pg 0.21.0
Installing pg 0.21.0 with native extensions
Fetching puma 3.10.0
Installing puma 3.10.0 with native extensions
Fetching rb-fsevent 0.10.2
Installing rb-fsevent 0.10.2
Fetching tilt 2.0.8
Installing tilt 2.0.8
Fetching turbolinks-source 5.0.3
Installing turbolinks-source 5.0.3
Fetching tzinfo 1.2.3
Installing tzinfo 1.2.3
Fetching nokogiri 1.8.0
Installing nokogiri 1.8.0 with native extensions
Fetching rack-test 0.6.3
Installing rack-test 0.6.3
Fetching sprockets 3.7.1
Installing sprockets 3.7.1
Fetching websocket-driver 0.6.5
Installing websocket-driver 0.6.5 with native extensions
Fetching mime-types 3.1
Installing mime-types 3.1
Fetching coffee-script 2.4.1
Installing coffee-script 2.4.1
Fetching uglifier 3.2.0
Installing uglifier 3.2.0
Fetching rb-inotify 0.9.10
Installing rb-inotify 0.9.10
Fetching turbolinks 5.0.1
Installing turbolinks 5.0.1
Fetching activesupport 5.0.5
Installing activesupport 5.0.5
Fetching mail 2.6.6
Installing mail 2.6.6
Fetching sass-listen 4.0.0
Installing sass-listen 4.0.0
Fetching globalid 0.4.0
Installing globalid 0.4.0
Fetching activemodel 5.0.5
Installing activemodel 5.0.5
Fetching jbuilder 2.7.0
Installing jbuilder 2.7.0
Fetching sass 3.5.1
Installing sass 3.5.1
Fetching activejob 5.0.5
Installing activejob 5.0.5
Fetching activerecord 5.0.5
Installing activerecord 5.0.5
Fetching rails-dom-testing 2.0.3
Fetching loofah 2.0.3
Installing rails-dom-testing 2.0.3
Installing loofah 2.0.3
Fetching rails-html-sanitizer 1.0.3
Installing rails-html-sanitizer 1.0.3
Fetching actionview 5.0.5
Installing actionview 5.0.5
Fetching actionpack 5.0.5
Installing actionpack 5.0.5
Fetching actioncable 5.0.5
Fetching actionmailer 5.0.5
Fetching railties 5.0.5
Installing actionmailer 5.0.5
Installing actioncable 5.0.5
Fetching sprockets-rails 3.2.0
Installing railties 5.0.5
Installing sprockets-rails 3.2.0
Fetching coffee-rails 4.2.2
Fetching jquery-rails 4.3.1
Fetching rails 5.0.5
Installing coffee-rails 4.2.2
Installing rails 5.0.5
Fetching sass-rails 5.0.6
Installing jquery-rails 4.3.1
Installing sass-rails 5.0.6
Bundle complete! 15 Gemfile dependencies, 58 gems now installed.
Gems in the group development were not installed.
Bundled gems are installed into ./vendor/bundle.
The latest bundler is 1.16.0, but you are currently running 1.15.2.
To update, run `gem install bundler`
Bundle completed (53.36s)
Cleaning up the bundler cache.
-----> Installing node-v6.11.1-linux-x64
-----> Clearing db:test:purge db:create db:structure:dump rake tasks
-----> Detecting rake tasks
-----> Preparing test database
Running: rake db:schema:load_if_ruby
-- enable_extension("plpgsql")
-> 0.0151s
-- initialize_schema_migrations_table()
-> 0.0120s
db:schema:load_if_ruby completed (1.84s)
Running: rake db:structure:load_if_sql
db:structure:load_if_sql completed (1.70s)
Running: rake db:migrate
db:migrate completed (1.81s)
###### WARNING:
You have not declared a Ruby version in your Gemfile.
To set your Ruby version add this line to your Gemfile:
ruby '2.3.4'
# See https://devcenter.heroku.com/articles/ruby-versions for more information.
###### WARNING:
No Procfile detected, using the default web server.
We recommend explicitly declaring how to boot your server process via a Procfile.
https://devcenter.heroku.com/articles/ruby-default-web-server
-----> Running test: bin/rails test
Run options: --seed 14861
# Running:
Finished in 0.000627s, 0.0000 runs/s, 0.0000 assertions/s.
0 runs, 0 assertions, 0 failures, 0 errors, 0 skips
Job succeeded
Enable Continuous Integration for your Git repository, and automatically start builds with every commit. Create custom workflows and pipelines within your CI templates, and build your software on any stack.
Learn MoreCollaborate, write and publish documents online with our rich text editor. Brand your document with a custom logo and press the publish button - it's that simple.
Learn More(function() { this.Autosave = (function() { function Autosave(field, key) { this.field = field; if (key.join != null) { key = key.join("/"); } this.key = "autosave/" + key; this.field.data("autosave", this); this.restore(); this.field.on("input", (function(_this) { return function() { return _this.save(); }; })(this)); } Autosave.prototype.restore = function() { var e, error, text; if (window.localStorage == null) { return; } try { text = window.localStorage.getItem(this.key); } catch (error) { e = error; return; } if ((text != null ? text.length : void 0) > 0) { this.field.val(text); } return this.field.trigger("input"); }; }).call(this);