Commit Graph

2402 Commits

Author SHA1 Message Date
Vladimir Sharshov 5fb257400d Merge pull request #542 from warpc/510-fix_resque_recept
[refs #510] fixed 'stop resque' recept
2012-06-27 02:00:07 -07:00
Alexander Machehin 62556478dc [refs #510] fixed recipe 2012-06-27 11:46:18 +06:00
Alexander Machehin e7627b93f6 [refs #510] fixed resque recipe 2012-06-26 21:25:35 +06:00
Vladimir Sharshov 96d284d5ee Merge pull request #533 from warpc/531-fix_users_role
[refs #531] Changed the rules for granting user rights in the project
2012-06-26 05:44:16 -07:00
Alexander Machehin 9625e1bb4f [refs #531] small refactoring 2012-06-25 20:31:41 +06:00
konstantin.grabar baec8a1016 [refs #525] Fix clear action rights 2012-06-25 18:26:01 +04:00
Vladimir Sharshov b01d3cecba Merge pull request #539 from warpc/525-repository_erase
[refs #525] Rename erase to clear. Fix flash. Replace repository to platform in locales
2012-06-22 12:19:51 -07:00
santaux 4a23ae8897 Merge pull request #538 from warpc/537-fixed_publish
#537 Убираем вызов к ядру при проверке возможности публикации.
2012-06-22 05:16:10 -07:00
Alexander Machehin 9a2dcda3d1 [refs #537] fixed build list publish transaction 2012-06-22 16:38:09 +06:00
Alexander Machehin d5a6b47be3 [refs #531] user best role tests 2012-06-21 20:19:44 +06:00
Alexander Machehin a033e3192e [refs #531] fixed tests 2012-06-21 16:35:02 +06:00
Alexander Machehin d2f4135065 [refs #531] refactoring 2012-06-21 15:49:39 +06:00
konstantin.grabar 5e3241a1f5 [refs #525] Rename erase to clear. Fix flash. Replace repository to platform in locales 2012-06-21 11:15:26 +04:00
Vladimir Sharshov 5a566f37cc Merge pull request #536 from warpc/525-repository_erase
[refs #525] Erase platform function corrections and refactor
2012-06-20 11:37:09 -07:00
konstantin.grabar dfb1da97b4 [refs #525] Fix locales 2012-06-20 22:33:49 +04:00
Alexander Machehin 93ec9a135d [refs #531] some refactoring and model tests 2012-06-21 00:10:27 +06:00
konstantin.grabar 3ebd36f6fe [refs #525] Erase corrections and refactor 2012-06-20 22:02:42 +04:00
Alexander Machehin 4d91ea1d6e [refs #531] fixed user roles 2012-06-20 23:59:47 +06:00
Vladimir Sharshov ecf4666a31 Merge pull request #535 from warpc/525-repository_erase
[refs #525] Add erase repository functional
2012-06-20 09:48:19 -07:00
konstantin.grabar 4b9a04e3f7 [refs #525] Set erase route to post 2012-06-20 20:40:50 +04:00
Pavel Chipiga 3cc2f0fe62 Rollback stop_wokers scenario. Refs #510 2012-06-20 19:39:27 +03:00
konstantin.grabar ad7d3795e6 Replace after_create on after_commit for build_list 2012-06-20 19:08:21 +04:00
konstantin.grabar 270dbf2e9b [refs #525] Add erase repository functional 2012-06-20 17:21:32 +04:00
Vladimir Sharshov d3f35d1d28 Merge pull request #534 from warpc/510-resque
[#510] Fix problem: do not add task in queue:
* Remove loner parameter to avoid queue ignore;
* Fix git hook process - do not require 7th param;
* Remove write_hook from queue.
2012-06-19 16:29:06 -07:00
Pavel Chipiga e794ce6330 Remove loner parameter to avoid queue ignore. Fix git hook process - do not require 7th param. Remove write_hook from queue. Refs #510 2012-06-20 02:20:25 +03:00
Vladimir Sharshov 8ec0668169 Merge pull request #532 from warpc/505-state_machine_migrate
[refs #505] Fix events logic and can_cancel method
2012-06-19 10:42:29 -07:00
konstantin.grabar cb4e9b14b1 [refs #505] Fix events logic and can_cancel method 2012-06-19 21:24:11 +04:00
Vladimir Sharshov fca1218902 Merge pull request #513 from warpc/505-state_machine_migrate
[refs #505] state machine migration for BuildList
2012-06-19 08:47:01 -07:00
konstantin.grabar 264273c6c0 [refs #505] Remove comment. Add lost method into build_list model 2012-06-19 19:45:38 +04:00
Vladimir Sharshov 812ec46918 Merge pull request #530 from warpc/529_version_set_broken
[refs #529] Fix branch set for repository with dot in name
2012-06-19 08:03:18 -07:00
konstantin.grabar 904cfca5c9 [refs #529] Fix branch set for repository with dot in name 2012-06-19 18:52:29 +04:00
konstantin.grabar 8e88c32147 [refs #505] Fix tests after merge. Remove ResqueAsyncMethods include 2012-06-19 14:23:03 +04:00
konstantin.grabar dc8a11fa68 [refs #505] Merge master into 505-state_machine_migrate 2012-06-19 13:43:38 +04:00
konstantin.grabar 8ce6c26cc4 [refs #505] Fix state machine tests 2012-06-18 20:19:09 +04:00
konstantin.grabar b90c6acaf7 [refs #510] Add resque workers silent kill to capistrano 2012-06-18 18:39:15 +04:00
Pavel Chipiga cb8345a207 Rename and separate queues. Refs #510 2012-06-18 17:16:53 +03:00
Pavel Chipiga bcf4222282 Remove old style queue. Refs #510 2012-06-18 15:00:57 +03:00
Vladimir Sharshov 20c4e6395c Merge pull request #526 from warpc/510-resque
[refs #510] Refactoring new queue:
* Update rails and gems;
* Redo resque jobs enqueue and perform through plugins;
* Redo emails async sending;
* Redo hook process;
* Refactor and code cleanup.
2012-06-18 04:40:49 -07:00
Pavel Chipiga 73ec2ec5e9 Fix typo. Refs #510 2012-06-18 14:38:25 +03:00
Pavel Chipiga f19e82b3fc Add comments for async method calls. Refs #510 2012-06-17 01:51:02 +03:00
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
konstantin.grabar ac7a3980cd [refs #505] Pending some tests. Return set_version_and_tag. Fix post_build action 2012-06-15 20:05:55 +04:00
konstantin.grabar 6db2fd3d10 [refs #505] Tried to fix strip error. 2012-06-15 17:05:55 +04:00
konstantin.grabar 49ac16ae19 [refs #505] Add changes to spec. Temporary broke tests to show errors 2012-06-15 14:14:32 +04:00
konstantin.grabar 5e7342fbd7 [refs #505] Comment DJ stub. Fix event name call 2012-06-15 12:47:40 +04: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
konstantin.grabar 5acc13e9a6 [ref #505] Refactor set_version_and_tag. Rename success and error events 2012-06-14 17:36:40 +04:00
konstantin.grabar 76b261638f Merge master into 505-state_machine_migrate 2012-06-14 10:34:55 +04:00
konstantin.grabar 17815ddab2 [refs #505] Change start event name and move some logic to set_version_and_tag method 2012-06-13 22:33:23 +04:00