Commit Graph

2343 Commits

Author SHA1 Message Date
Pavel Chipiga b47b4ec075 Update rails and gems. Redo resque jobs enqueue and perform through plugins. Redo emails async sending. Redo hook process. Refactor and code cleanup. Refs #510 2012-06-16 21:27:46 +03:00
Vladimir Sharshov 76979c6b83 Merge pull request #524 from warpc/522-fix_group_project_fork
[refs #522] Fix checking already existing project for fork
2012-06-14 11:59:53 -07:00
Alexander Machehin 8542c60838 [refs #522] to fork check own projects 2012-06-15 00:12:44 +06:00
Vladimir Sharshov 6775372eca Merge pull request #520 from warpc/207-platform_clone
[refs #207] Fix and refactor active menu.
2012-06-09 18:41:27 -07:00
Pavel Chipiga d45e95b0e9 Merge branch 'master' into 207-platform_clone
Conflicts:
	app/views/layouts/menu/_top.html.haml
2012-06-09 19:08:55 +03:00
Pavel Chipiga ec21c042dd Fix and refactor active menu. Refs #207 2012-06-09 19:04:06 +03:00
Vladimir Sharshov aa3b631f20 Merge pull request #518 from warpc/510-resque_migrate
[refs #510] Replace dj to resque
2012-06-09 08:34:41 -07:00
konstantin.grabar cdf2316a76 [refs #510] Add queues to capistrano deploy. Add 4 workers to config 2012-06-09 18:53:00 +04:00
konstantin.grabar f37e0e54a3 [refs #510] Replace dj with resque 2012-06-09 16:52:29 +04:00
konstantin.grabar fac3335df4 [refs #510] Fix resque link into the menu 2012-06-09 11:12:23 +04:00
Vladimir Sharshov 66958923a9 Merge pull request #516 from warpc/112-import
[refs #112] Rake task for automatic sprm import
2012-06-08 13:27:15 -07:00
Pavel Chipiga c038b255a8 Allow dot at platform name. Refs #207 2012-06-08 21:20:02 +03:00
Pavel Chipiga b0073381e8 Add run example. Refs #112 2012-06-08 21:01:33 +03:00
Vladimir Sharshov 6435817163 Merge pull request #517 from warpc/207-platform_clone
[refs #207] Fix platform clone. Always set released to false for target platform.
2012-06-08 10:45:26 -07:00
Pavel Chipiga a2c14313ed Fix platform clone. Refs #207 2012-06-08 20:37:16 +03:00
Pavel Chipiga 63c50aee7b Apply task for sprm import. Refs #112 2012-06-08 20:19:19 +03:00
konstantin.grabar 26299c234b [refs #510] Add resque to the admin submenu 2012-06-08 19:02:45 +04:00
konstantin.grabar da33173700 [refs #510] Add multiple workers. Change kill and start logic 2012-06-08 16:40:50 +04:00
konstantin.grabar 7a3caf01bd [refs #510] Add 2 resque workers to deploy config 2012-06-08 14:27:39 +04:00
konstantin.grabar 597ac65dee [refs #510] Resque deploy refactor. Turn off bluepill 2012-06-07 19:13:58 +04:00
konstantin.grabar da9d7574d1 [refs #510] Return daemonize option back to production.pill 2012-06-07 14:53:21 +04:00
konstantin.grabar ac2e267a8a [refs #510] Remove daemonize option from production.pill 2012-06-07 14:39:32 +04:00
konstantin.grabar 7db11f40c8 [refs #510] Remove children kill from production.pill 2012-06-07 14:25:38 +04:00
konstantin.grabar a266e57219 [refs #510] Add bluepill stop, start and restart to depoy and stop recipe 2012-06-07 13:27:19 +04:00
konstantin.grabar ae6a3e6506 [refs #510] Change resque queue name 2012-06-06 22:57:45 +04:00
konstantin.grabar 8dbdcee5e6 [refs #510] Add resque start to bluepill 2012-06-06 18:54:03 +04:00
Vladimir Sharshov bcc48d9683 Merge pull request #515 from warpc/428-advisory
[refs #428] Work with existing advisories:
* build task now can be attached to exist advisory;
* platform now have new tab with advisories;
* anonymous users can see advisories(if anonymous access is true).
2012-06-05 09:29:29 -07:00
George Vinogradov 863213767b [issue #428] Fixed typos. Removed unnecessary parts. 2012-06-05 19:58:11 +04:00
konstantin.grabar 9a55555856 [refs #510] Add resque require and change second method 2012-06-05 14:23:25 +04:00
George Vinogradov e7c0eab736 [issue #428] Merge branch 'master' into 428-advisory
Conflicts:
	app/assets/stylesheets/design/custom.scss
2012-06-04 23:59:00 +04:00
George Vinogradov abe2b8a30d [issue #428] Work with existing advisories.
*  Added advisories page to platform
*  Added attacing of existing advisories to BuildList.
2012-06-04 23:49:20 +04:00
Vladimir Sharshov bf1496d1bf Merge pull request #514 from warpc/510-resque_migrate
[refs #510] migrate to resque for heavy task
2012-06-04 07:28:20 -07:00
konstantin.grabar 83736ac86d [refs #510] Rename recipe methods names to right variants 2012-06-04 18:17:55 +04:00
konstantin.grabar d29065a12a [refs #510] Remove fork and import queues from bluepill instruction 2012-06-01 17:58:14 +04:00
konstantin.grabar 4fb74cdd50 [refs #510] Remove double admin namespace 2012-06-01 17:30:11 +04:00
konstantin.grabar 7d58937149 [refs #510] Add resque recipes for capistrano 2012-06-01 16:54:58 +04:00
konstantin.grabar 216b0da98e [refs #510] Remove fork and import dj queues 2012-05-31 17:50:42 +04:00
konstantin.grabar 526bdbe60f [refs #510] Resque sinatra app secure 2012-05-31 17:36:41 +04:00
Vladimir Sharshov fb08dec51f Merge pull request #512 from warpc/511-issues_authorization
[refs #511] add missing issues index action authorization
2012-05-31 04:35:04 -07:00
konstantin.grabar 38b55d769f [refs #510] Add resque async workers 2012-05-31 11:02:25 +04:00
Alexander Machehin 5c9f914e4a [refs #511] add issue index authorization 2012-05-30 22:03:07 +06:00
Vladimir Sharshov 2e7865d487 Merge pull request #508 from warpc/442-mass_build
[refs #442] Generate utc date for mass build name
2012-05-29 08:59:09 -07:00
konstantin.grabar c3b5951465 [refs #442] Fix utc date for mass build name 2012-05-29 19:55:37 +04:00
Vladimir Sharshov 83100938c6 Merge pull request #507 from warpc/442-mass_build
[refs #442] Fix auto_publish validate and set default value
2012-05-29 07:09:07 -07:00
konstantin.grabar 8eaec85aff [refs #442] Fix auto_publish validate and default set 2012-05-29 17:44:30 +04:00
konstantin.grabar a51737d58c [refs #442] Add cellpadding and cellspasing to mass builds table 2012-05-28 23:51:43 +04:00
Vladimir Sharshov f8edecc915 Merge branch 'master' of github.com:warpc/rosa-build 2012-05-28 23:28:09 +04:00
konstantin.grabar 5e9f348074 [ref #442] Add id column 2012-05-28 23:18:50 +04:00
konstantin.grabar a446bd38e5 [refs #442] Filter mass builds by platform. Order them by created_at 2012-05-28 19:58:12 +04:00
Vladimir Sharshov 0caf5511be Merge branch 'master' of github.com:warpc/rosa-build 2012-05-28 19:12:29 +04:00