Skip to content
  1. Sep 19, 2016
  2. Sep 16, 2016
  3. Sep 15, 2016
    • Ana María Martínez Gómez's avatar
      Remove unnecessary line in project controller spec · 125913e9
      Ana María Martínez Gómez authored
      This line is not necessary as by default the user home project hasn't got maintenance kind.
      125913e9
    • Geunsik Lim's avatar
      Makefile: append "clean:" target · a1b5c035
      Geunsik Lim authored
      
      
      We cannot execute "make install" command  before executing "make all"
      comand. Let's replace "all:" with "apidocs:" target from Makefile
      for an appropriate name. And, append "clean:" target.
      
      $ make
      $ make install
      $ make clean
      
      This PR is tested on Ubuntu 16.04 LTS X64 distribution.
      
      Signed-off-by: default avatarGeunsik Lim <geunsik.lim@samsung.com>
      Reviewed-by: default avatarFrank Schreiner <M0ses@github.com>
      a1b5c035
    • Michael Schroeder's avatar
      [backend] always prepend build prp to the config path · 49cae188
      Michael Schroeder authored
      Should have been in commit 2538c032
      49cae188
    • Michael Schroeder's avatar
      [backend] bs_worker: prepend function when cpio receiver dies · 97d9257f
      Michael Schroeder authored
      So that the logfile contains not just "received truncted answer"...
      97d9257f
    • Michael Schroeder's avatar
      [backend] small src server cleanups · 3b5d8393
      Michael Schroeder authored
      3b5d8393
    • Adrian Schröter's avatar
      Merge pull request #2128 from bgeuken/issue_2125 · 8b16515d
      Adrian Schröter authored
      [webui] Fix issue #2125 - webui can't handle .yaml suffixed files
      8b16515d
    • Adrian Schröter's avatar
      Merge pull request #2135 from ChrisBr/fix_has_distro · d72f744d
      Adrian Schröter authored
      [webui] Fix has_local_distribution
      d72f744d
    • Christian Bruckmayer's avatar
      [webui] Fix has_local_distribution · ee2cbd49
      Christian Bruckmayer authored
      taking the project name into account. This worked for remote instances but not on build.o.o.
      ee2cbd49
    • Björn Geuken's avatar
      Revert "[webui][api] Sync configuration to backend on boot" · c6f26130
      Björn Geuken authored
      This reverts commit e9bd6d10.
      
      This was causing development systems to crash with a ActiveRecord::StatementInvalid: Mysql2::Error: Table 'api_development.configurations' doesn't exist
      
      Running the migrations to wasn't possible due to a failing SpacesInTrackerRegexen migration.
      
      =====
      
      > vagrant exec rails s
      => Booting Unicorn
      => Rails 5.0.0.1 application starting in development on http://localhost:3000
      => Run `rails server -h` for more startup options
      Custom development.vagrant-openSUSE-Leap.rb not found - using defaults
      Exiting
      /usr/lib64/ruby/gems/2.3.0/gems/mysql2-0.4.4/lib/mysql2/client.rb:107:in `_query': Mysql2::Error: Table 'api_development.configurations' doesn't exist: SELECT  `configurations`.* FROM `configurations` ORDER BY `configurations`.`id` ASC LIMIT 1 (ActiveRecord::StatementInvalid)
      	from /usr/lib64/ruby/gems/2.3.0/gems/mysql2-0.4.4/lib/mysql2/client.rb:107:in `block in query'
      	from /usr/lib64/ruby/gems/2.3.0/gems/mysql2-0.4.4/lib/mysql2/client.rb:106:in `handle_interrupt'
      	from /usr/lib64/ruby/gems/2.3.0/gems/mysql2-0.4.4/lib/mysql2/client.rb:106:in `query'
      	from /usr/lib64/ruby/gems/2.3.0/gems/activerecord-5.0.0.1/lib/active_record/connection_adapters/abstract_mysql_adapter.rb:218:in `block in execute'
      	from /usr/lib64/ruby/gems/2.3.0/gems/activerecord-5.0.0.1/lib/active_record/connection_adapters/abstract_adapter.rb:566:in `block in log'
      	from /usr/lib64/ruby/gems/2.3.0/gems/activesupport-5.0.0.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'
      	from /usr/lib64/ruby/gems/2.3.0/gems/activerecord-5.0.0.1/lib/active_record/connection_adapters/abstract_adapter.rb:560:in `log'
      	from /usr/lib64/ruby/gems/2.3.0/gems/activerecord-5.0.0.1/lib/active_record/connection_adapters/abstract_mysql_adapter.rb:218:in `execute'
      	from /usr/lib64/ruby/gems/2.3.0/gems/activerecord-5.0.0.1/lib/active_record/connection_adapters/mysql/database_statements.rb:46:in `execute'
      	from /usr/lib64/ruby/gems/2.3.0/gems/activerecord-5.0.0.1/lib/active_record/connection_adapters/abstract_mysql_adapter.rb:225:in `execute_and_free'
      	from /usr/lib64/ruby/gems/2.3.0/gems/activerecord-5.0.0.1/lib/active_record/connection_adapters/mysql/database_statements.rb:51:in `exec_query'
      	from /usr/lib64/ruby/gems/2.3.0/gems/activerecord-5.0.0.1/lib/active_record/connection_adapters/abstract/database_statements.rb:373:in `select'
      	from /usr/lib64/ruby/gems/2.3.0/gems/activerecord-5.0.0.1/lib/active_record/connection_adapters/abstract/database_statements.rb:41:in `select_all'
      	from /usr/lib64/ruby/gems/2.3.0/gems/activerecord-5.0.0.1/lib/active_record/connection_adapters/abstract/query_cache.rb:70:in `select_all'
      	from /usr/lib64/ruby/gems/2.3.0/gems/activerecord-5.0.0.1/lib/active_record/connection_adapters/mysql/database_statements.rb:10:in `select_all'
      	from /usr/lib64/ruby/gems/2.3.0/gems/activerecord-5.0.0.1/lib/active_record/querying.rb:39:in `find_by_sql'
      	from /usr/lib64/ruby/gems/2.3.0/gems/activerecord-5.0.0.1/lib/active_record/relation.rb:699:in `exec_queries'
      	from /usr/lib64/ruby/gems/2.3.0/gems/activerecord-5.0.0.1/lib/active_record/relation.rb:580:in `load'
      	from /usr/lib64/ruby/gems/2.3.0/gems/activerecord-5.0.0.1/lib/active_record/relation.rb:260:in `records'
      	from /usr/lib64/ruby/gems/2.3.0/gems/activerecord-5.0.0.1/lib/active_record/relation.rb:256:in `to_a'
      	from /usr/lib64/ruby/gems/2.3.0/gems/activerecord-5.0.0.1/lib/active_record/relation/finder_methods.rb:561:in `find_nth_with_limit'
      	from /usr/lib64/ruby/gems/2.3.0/gems/activerecord-5.0.0.1/lib/active_record/relation/finder_methods.rb:590:in `find_nth_with_limit_and_offset'
      	from /usr/lib64/ruby/gems/2.3.0/gems/activerecord-5.0.0.1/lib/active_record/relation/finder_methods.rb:543:in `find_nth'
      	from /usr/lib64/ruby/gems/2.3.0/gems/activerecord-5.0.0.1/lib/active_record/relation/finder_methods.rb:122:in `first'
      	from /usr/lib64/ruby/gems/2.3.0/gems/activerecord-5.0.0.1/lib/active_record/querying.rb:3:in `first'
      	from /vagrant/src/api/config/environments/development.rb:60:in `block (2 levels) in <top (required)>'
      c6f26130
    • Björn Geuken's avatar
      Merge pull request #2127 from Ana06/rmp_test · f2a52a88
      Björn Geuken authored
      Write test for app/controllers/webui/project_controller.rb#remove_maintained_project
      f2a52a88
    • Ana María Martínez Gómez's avatar
      [ci] Write test for remove_maintained_project · c8a181c6
      Ana María Martínez Gómez authored
      Write test for app/controllers/webui/project_controller.rb#remove_maintained_project.
      c8a181c6
  4. Sep 14, 2016
  5. Sep 13, 2016