Alexander Machehin
ee38193efc
[refs #789 ] fixed hardcoding file-store url
2012-12-20 19:45:46 +06:00
Alexander Machehin
e658f8765e
add user auth only to hidden projects
2012-12-18 17:18:32 +06:00
Alexander Machehin
12b8b4c612
[refs #782 ] fix error with base auth
2012-12-17 20:18:18 +06:00
Alexander Machehin
f9d680857d
[refs #782 ] fix undefined method access_locked? for nil:NilClass
2012-12-17 19:12:12 +06:00
Alexander Machehin
333bbf7cf6
[refs #787 ] fixed inline commit comments
2012-12-15 11:17:11 +06:00
Vladimir Sharshov
fc4bd690a8
Merge pull request #783 from warpc/782-url_to_closed_project
...
[refs #782 ] support user hash token auth in git; add base auth to git url sending to build system
2012-12-14 10:09:47 -08:00
Alexander Machehin
01389ba90d
[refs #785 ] add authorization to archive path
2012-12-14 21:41:22 +06:00
Vokhmin Alexey V
b250aba86e
#785 : small UI changes
2012-12-14 19:18:29 +04:00
Vokhmin Alexey V
6f623dbab5
#785 : udd user to ProductBuildList, and etc changes
2012-12-14 19:14:33 +04:00
Alexander Machehin
2f1a21cbdf
[refs #782 ] restore login&pass authentication
2012-12-14 19:20:46 +06:00
Alexander Machehin
2bb5d517a2
[refs #782 ] add base auth to git url
2012-12-14 17:25:10 +06:00
Vladimir Sharshov
aa2cddb0bf
Merge pull request #771 from warpc/755-publish-build-list-container
...
[refs #755 ]: Publish build list container, refactoring, add personal repo in the list of repositories to connect during assembly in the personal platform
2012-12-13 04:36:37 -08:00
Vokhmin Alexey V
4e1aa466fd
#755 : small refactoring
2012-12-13 16:30:37 +04:00
Vokhmin Alexey V
1bebdb34db
#755 : add personal repository for creating BuildList
2012-12-13 16:24:29 +04:00
Alexander Machehin
4aebe1e695
Merge pull request #775 from warpc/774-fix-undefined-method-error
...
#774 : fix NoMethodError
2012-12-12 09:46:34 -08:00
Vokhmin Alexey V
cdcce3ad43
#755 : update path to all repositories
2012-12-12 18:06:46 +04:00
Alexander Machehin
4ae3a24e33
add ideas to bottom menu
2012-12-12 18:50:23 +06:00
Vokhmin Alexey V
71717311d1
Merge branch 'master' into 755-publish-build-list-container
2012-12-12 16:47:25 +04:00
Vokhmin Alexey V
4fd44e587c
#774 : fix NoMethodError
2012-12-12 16:41:11 +04:00
Vokhmin Alexey V
e245c4e86f
#755 : update time_live of worker
2012-12-12 16:34:33 +04:00
Alexander Machehin
6fbad4c2ac
[refs #762 ] moved missing projects to statuses column
2012-12-12 17:25:30 +06:00
Alexander Machehin
c6272d4a34
[refs #762 ] fix js fill
2012-12-12 17:05:02 +06:00
Alexander Machehin
819e2a7992
[refs #762 ] remove old code
2012-12-12 16:21:11 +06:00
Vladimir Sharshov
59c1d75a36
Merge pull request #772 from warpc/762-ui_and_refactoring
...
[refs #762 ] ui and refactoring for mass build; fix syntax highlight
2012-12-11 14:19:56 -08:00
Vokhmin Alexey V
3b8524bd28
#755 : small fix
2012-12-11 18:47:57 +04:00
Alexander Machehin
60ce85269e
[refs #762 ] optimize build_for method
2012-12-11 20:35:36 +06:00
Alexander Machehin
21bf3627b4
[refs #762 ] optimize action
2012-12-11 20:33:08 +06:00
Alexander Machehin
fdce6eb325
[refs #762 ] move js code to assets
2012-12-11 20:03:55 +06:00
Alexander Machehin
a452df79b8
[refs #762 ] refactoring
2012-12-11 19:48:16 +06:00
Alexander Machehin
80921e4237
[refs #762 ] remove collapse
2012-12-11 18:09:44 +06:00
Vokhmin Alexey V
6526106d9e
#755 : enable "publish" button on #show page
2012-12-11 16:06:41 +04:00
Vokhmin Alexey V
1c51a2d514
#755 : update path to platform for personal platforms, some refactoring
2012-12-11 15:47:32 +04:00
Alexander Machehin
60986b7a18
[refs #762 ] refactoring
2012-12-11 01:35:56 +06:00
Vokhmin Alexey V
b62414ec1d
#755 : update BuildList#publish_container
2012-12-10 22:04:33 +04:00
Alexander Machehin
ea542de6f1
[refs #762 ] change ui
2012-12-11 00:02:34 +06:00
Vokhmin Alexey V
0fe74f17ac
#755 : merge master into the branch
2012-12-10 21:05:25 +04:00
Vokhmin Alexey V
62a761a7c9
#766 : add filter to /build_lists page
2012-12-10 16:15:22 +04:00
Vladimir Sharshov
c677e37c20
Merge pull request #763 from warpc/759-stop-and-delete-action-for-build-list
...
[refs #759 ]: cancel ProductBuildList and BuildList;
refactroing ProductBuildList; add new user role "tester"; set timeout for workers to 12 hours; refactoring worker_observers
2012-12-07 03:58:57 -08:00
Vokhmin Alexey V
6a99d56489
#759 : add comments, some refactoring according to Vladimir's comments
2012-12-07 15:47:42 +04:00
Vokhmin Alexey V
a8e1cea057
#759 : save sec of time_living instead of minut, some fixes of state_machine
2012-12-07 15:11:12 +04:00
Vokhmin Alexey V
f8cbae424e
#759 : update #build_canceled event
2012-12-07 13:10:38 +04:00
Vladimir Sharshov
31461eeadf
[refs #762 ] Fix searching platform package, fix repository selecting.
2012-12-07 02:28:51 +04:00
Vladimir Sharshov
632a007e2d
Add missing params for build_from_list operations
2012-12-07 01:21:05 +04:00
Alexander Machehin
b91489c886
[refs #762 ] fix many errors
2012-12-07 02:12:48 +06:00
Vokhmin Alexey V
4d3fe773cd
#759 : update time_living for tasks
2012-12-06 23:57:20 +04:00
Vokhmin Alexey V
8eabfc975a
#759 : add comment
2012-12-06 23:45:35 +04:00
Vokhmin Alexey V
eae2b2ce02
#759 : add state_machine into the ProductBuildList
2012-12-06 23:18:28 +04:00
Vladimir Sharshov
9a43c1b3ec
Merge pull request #764 from warpc/762-list_build
...
[refs #762 ] add mass build from list
2012-12-06 10:49:14 -08:00
Alexander Machehin
26f7cd31fb
[refs #762 ] remove label
2012-12-07 00:46:56 +06:00
Vokhmin Alexey V
e3e228de33
#759 : add tester role for user
2012-12-06 22:04:39 +04:00