Commit Graph

101 Commits

Author SHA1 Message Date
Wedge f9f75d4318 New interface 2016-05-22 15:33:46 +03:00
Wedge c7f8b2587d Added hostname field to buildlists, changed commit_hash logic, removed yandex and google counters, initial work on iso building 2016-02-08 17:47:15 +03:00
Vokhmin Alexey V 054ba736a5 #472: Update Api::V1::ProductBuildListsController 2015-06-01 22:56:57 +03:00
Vokhmin Alexey V 4dfdd3b10d #472: Remove protected_attributes gem, use strong_parameters for Api::V1::AdvisoriesController 2015-06-01 22:56:56 +03:00
Vokhmin Alexey V 15805bbdaf Fixed: Circular dependency detected while autoloading constant ProductBuildList::AbfWorkerable 2015-03-04 01:23:30 +03:00
Vokhmin Alexey V 41d72ce87a Added build_completed_partially status for ProductBuildList 2015-03-04 00:04:37 +03:00
Alexander Machehin 4daa857f2c Merge branch 'master' into 369-bootstrap 2015-01-22 15:22:26 +05:00
Vokhmin Alexey V 9b9137801b Added ability for project writer to create ProductBuildList 2014-12-24 00:56:30 +03:00
Alexander Machehin ab0a57d6b2 Merge branch 'master' into 369-bootstrap
Conflicts:
	app/models/build_list.rb
	app/models/build_list/package.rb
	app/models/build_script.rb
	app/models/product_build_list.rb
	app/models/project_tag.rb
	app/views/projects/build_lists/_filter.html.haml
2014-12-18 15:07:27 +05:00
Alexander Machehin 212eb66a9e [#247] fix model specs 2014-11-25 22:38:13 +05:00
Alexander Machehin ec3f6e6fd3 [#247] update validations
Conflicts:
	app/models/product_build_list.rb
2014-11-25 21:45:29 +05:00
Alexander Machehin 0124b9bb10 [#247] update validations 2014-11-25 21:42:02 +05:00
Vokhmin Alexey V 44ab14028d #369: cleanup, updated UI for creation of ProductBuildList 2014-10-31 03:09:20 +03:00
Vokhmin Alexey V db4948957c #369: updated UI of product_build_lists (#index) 2014-10-30 01:41:48 +03:00
Vokhmin Alexey V 4a40764173 #403: move abf_worker/*_observer to app/jobs/abf_worker/ 2014-06-20 22:02:32 +04:00
Vokhmin Alexey V c65853e072 #373: added ability to destroy ProductBuildList 2014-04-09 22:44:19 +04:00
Vokhmin Alexey V 02d291a032 #373: send token to product_build_list 2014-04-08 01:51:21 +04:00
Vokhmin Alexey V 9d62d732c6 #345: misprint 2014-03-26 00:40:19 +04:00
Vokhmin Alexey V 9102042d6e #345: fixed product_build_lists_controller_spec 2014-03-21 01:25:43 +04:00
Alexander Machehin 2ee3ea93bd [#345] remove deprecated dynamic finder methods 2014-03-18 19:58:51 +06:00
Alexander Machehin 23e43029ea [#345] fix archive_url 2014-03-18 18:42:46 +06:00
Alexander Machehin 0a7d5d22da [#345] move lib/modules/models to app/models/concerns; small refactoring 2014-03-11 14:58:36 +06:00
Alexander Machehin a5f56bb835 [#345] remove observers; use new labmda syntax 2014-03-11 14:28:17 +06:00
Vokhmin Alexey V 1aad7f5b01 [abf/abf-ideas#119] send BUILD_ID into ISO builds 2014-01-23 14:50:39 +04:00
Alexander Machehin 0e39aae1bf [#343] use new ruby hash syntax 2014-01-21 10:51:49 +06:00
Alexander Machehin 0cb585ef71 Merge branch 'master' into 29-migrate-to-ruby-2.1
Conflicts:
	Gemfile
	Gemfile.lock
	app/controllers/activity_feeds_controller.rb
	app/models/activity_feed_observer.rb
	config/environments/development.rb
	config/initializers/a_app_config.rb
	config/initializers/airbrake.rb
	lib/modules/models/git.rb
	spec/controllers/activity_feeds_controller_spec.rb
	spec/helpers/activity_feeds_helper_spec.rb
2014-01-10 08:31:31 +06:00
Vokhmin Alexey V 1b3f986c34 Fixed: url to scripts for building product 2013-09-15 17:18:09 +04:00
Vokhmin Alexey V 9477a0af4b abf/abf-worker#19: Pass extra params for workers 2013-08-12 18:26:57 +04:00
Alexander Machehin ec7237298f [#120] remove obsolete method 2013-05-07 00:41:21 +06:00
Alexander Machehin 632eeb8e5f [#120] support external downloads storage; remove links for hidden platforms 2013-05-06 23:40:30 +06:00
Vokhmin Alexey V bf3c436e93 #75: small refactoring 2013-04-04 15:27:51 +04:00
Vokhmin Alexey V 9e7eb7af94 #29: merge master into branch 2013-04-03 16:10:22 +04:00
Vokhmin Alexey V baf7ceb8f0 #31: update specs and update before_validation for not_delete field 2013-03-27 18:01:54 +04:00
Vokhmin Alexey V 0207e25fb8 #31: set not_delete to false if build not completed 2013-03-27 17:38:34 +04:00
Vokhmin Alexey V 9670f72ef9 #31: added specs for ProductBuildList#update action 2013-03-25 19:04:05 +04:00
Vokhmin Alexey V d0c22b8c4b #31: merge master into branch 2013-03-22 22:59:06 +04:00
Vokhmin Alexey V 820fdcfa85 #31: add #update action to ProductBuildList API, print new fields in API 2013-03-22 22:56:32 +04:00
Vokhmin Alexey V 1fc21448ce #31: add task for removing outdated ProductBuildLists 2013-03-22 22:18:54 +04:00
Vokhmin Alexey V 3865332e8a #31: add UI for save product_build_list 2013-03-22 20:04:29 +04:00
Vokhmin Alexey V 6a9e270a5c #31: add 'autostart' field to Product model 2013-03-22 18:06:13 +04:00
Vokhmin Alexey V e055d0080b #29: removed hack for encoding 2013-03-18 15:36:16 +04:00
Vokhmin Alexey V 1f1cf175fd #6: remove "ProductBuildList#arch_id" field from UI 2013-03-07 14:24:33 +04:00
Vokhmin Alexey V b8b238e876 #977: add "table_name" into all scopes 2013-02-28 19:27:50 +04:00
Vokhmin Alexey V 8b58988b91 #940: change path for downloading project for build ISO 2013-02-18 13:10:20 +04:00
Vokhmin Alexey V f9845b27ac #935: add validation for "main_script" and "params" fields, specs 2013-02-15 20:20:06 +04:00
Vokhmin Alexey V 7bcbe39e61 #907: update "FileStoreClean" module, some refactoring 2013-02-15 01:49:18 +04:00
Alexander Machehin f43b7303c1 [refs #861] fixed creating product build list 2013-02-08 00:36:57 +06:00
Vokhmin Alexey V a1455b5afb #891: update comments 2013-02-05 16:10:10 +04:00
Vokhmin Alexey V 8f40a25b95 #891: add comments, small refactoring 2013-02-05 16:05:02 +04:00
Vokhmin Alexey V 796289c57f #891: small refactoring 2013-02-05 15:44:06 +04:00