Alexander Machehin
|
02217752af
|
[refs #169] fix creating build list on empty repository
|
2012-02-08 17:07:16 +06:00 |
konstantin.grabar
|
0559f1b678
|
[refs #127] Filter request refactor
|
2012-02-01 20:00:19 +04:00 |
Pavel Chipiga
|
13780a1b53
|
Add magic encodings. Refs #95
|
2012-01-30 22:39:34 +02:00 |
Pavel Chipiga
|
33dce21312
|
Upgrade to ruby 1.9.3 and fix bugs. Fix bug with commit_hash save during project build. Move some russian text to yml. Code cleanup. Fix templates, deploy and import scripts. Fix specs. Translate event_logs. Refs #95
|
2012-01-30 22:36:58 +02:00 |
Pavel Chipiga
|
374628a216
|
Render answer before publication trying to avoid bug. Refs #97
|
2012-01-26 00:28:11 +02:00 |
Pavel Chipiga
|
f8be867aaf
|
Replace annotated tags to lightweight. Improve specs. Restore lost migrations. Refs #103
|
2012-01-17 19:37:41 +02:00 |
Pavel Chipiga
|
a687a6601b
|
Save commit_hash during build_list create. Tag git repo during build_list publish. Write and fix specs. Refs #103
|
2012-01-16 23:51:20 +02:00 |
Pavel Chipiga
|
712ca8d95a
|
Save package_version during success build_list publish. Add specs. Refs #103
|
2012-01-13 18:45:13 +02:00 |
Pavel Chipiga
|
c23312ad51
|
Research and fix problem with build_lists#auto_publish feature. Fix specs. Refs #97
|
2012-01-11 21:43:33 +02:00 |
Pavel Chipiga
|
acb970686c
|
Apply auto_publish for build_lists. Apply publish build_list error status. Remove circle build info. Display auto_publish info. Fix bugs. Refactor. Apply specs for all build_lists core callbacks. Refs #72
|
2011-12-29 04:37:34 +02:00 |
Pavel Chipiga
|
5e3addd5d2
|
Great refactor for cancan abilities. Remove product relations. Fix git abilities. Fix and refactor specs. Refs #85. Refactor issues controller to avoid serial_id problem. Fix links and routes. Fix minor bugs and translations. Fix specs. Refs #54
|
2011-12-28 04:59:05 +02:00 |
Pavel Chipiga
|
8c3291d237
|
Fix and redo specs after great build_lists refactoring and improvement. Fix minor bugs. Code cleanup. Refs #65
|
2011-12-23 04:14:28 +02:00 |
Pavel Chipiga
|
a82f59f35a
|
Add route, action and statuses for publish_build. Apply status assign and check. Localize statuses. Convert tabs to spaces. Refs #80
|
2011-12-22 02:53:55 +02:00 |
Pavel Chipiga
|
2c67843c34
|
Refactor and cleanup build_lists controller and routes. Rename methods. Allow deffis in platform and repository name. Add missing relation and migration to force work user assign in build_lists. Fix and simplify links. Abstract sidebar. Refs #65
|
2011-12-21 23:42:06 +02:00 |
Pavel Chipiga
|
8c2b837600
|
Fix build_list user assign. Refs #65
|
2011-12-21 21:17:55 +02:00 |
Pavel Chipiga
|
e588482f32
|
[#74] Merge branch 'master' into 65-build_repo
Conflicts:
app/controllers/build_lists_controller.rb
app/controllers/projects_controller.rb
db/schema.rb
|
2011-12-21 20:13:57 +02:00 |
Pavel Chipiga
|
d901426b79
|
Move project build functinality to build_lists controller. Refactor downloads url - create model based methods for url genertion. Cleanup code. Add includeed_repos functionality. Display included_repos on build_list page. Refs #65
|
2011-12-21 16:01:50 +02:00 |
George Vinogradov
|
6c48e058be
|
[close #70] Removed all & filter methods in BuildListsController
* Removed methods
* Changed abilities
* Changed routes
* Added specs
|
2011-12-21 05:30:34 +04:00 |
George Vinogradov
|
0978312366
|
[update #27] Removed unnecessary comments.
|
2011-12-20 21:22:44 +04:00 |
George Vinogradov
|
0c3b62b235
|
[issue #27] Changed abilities. Added test, but test fails.
|
2011-12-16 01:58:20 +04:00 |
George Vinogradov
|
e3663381db
|
Merge branch 'master' into build_list_visibilities
|
2011-12-15 03:29:22 +04:00 |
George Vinogradov
|
30b08c4a80
|
[issue #27] Commented maybe unnecessarry scope.
Removed BuildList#scoped_open_to_user_with_groups because its
functionality provides CanCan after changes in [issue #37].
|
2011-12-13 19:24:02 +04:00 |
Vladimir Sharshov
|
fdd89eb51b
|
#24. Fix "uninitialized constant BuildList::BUILD_STARTED"
|
2011-12-13 15:02:41 +04:00 |
George Vinogradov
|
461cf3fd8e
|
[issue #27] Added using of new BuildList scope in controller
|
2011-12-13 04:27:03 +04:00 |
Pavel Chipiga
|
d7c9452efa
|
Update gems. Redo exception catch for BuildServer.get_status. Write specs. Experiments with large file uploads. Refs #2261
|
2011-12-02 03:30:25 +02:00 |
Pavel Chipiga
|
e45ba6692a
|
Rename delete_build_list to cancel_build_list. Rescue XML get_status exception. Refs #2261
|
2011-12-01 00:55:47 +02:00 |
Pavel Chipiga
|
7535fc124a
|
Skip authorization for callback actions during project build. Refactor. Refs #2261
|
2011-11-30 02:56:57 +02:00 |
Pavel Chipiga
|
4971fbbbde
|
Redo project versions to use tags and branches for build. Refs #2261
|
2011-11-30 02:22:26 +02:00 |
Pavel Chipiga
|
02a813a474
|
Upgrade rails, devise and other gems. Refactor controllers. Fix application.yml config - remove unused keys and setup correct values for tests. Add product build lists status_build callback auth. Allow platform and project unixname uppercase. Write tests and fix bugs for ProductBuildList controller. Fix all unresolved test problems. Refs #2262
|
2011-11-26 02:54:40 +02:00 |
Pavel Chipiga
|
796ff75857
|
Great models refactoring. Refactor some cancan abilities and controllers authorization. Move some common parts to modules. Fix lots bugs. Remove unused files and code. Drop ACL tables. Add more can? helpers. Refs #2249
|
2011-11-24 23:48:58 +02:00 |
konstantin.grabar
|
44191926f7
|
[refs #2249] Some CanCan fixes. Add ru exception message
|
2011-11-19 15:49:14 +04:00 |
konstantin.grabar
|
e50959e205
|
[refs #2249] Add full rules, helpers and filters of CanCan
|
2011-11-19 15:41:11 +04:00 |
konstantin.grabar
|
7b750a6f93
|
Merge branch 'cancan' into staging
|
2011-11-18 22:30:23 +04:00 |
Pavel Chipiga
|
4d78ce371f
|
Merge branch 'master' into staging
Conflicts:
app/models/build_list.rb
|
2011-11-18 20:27:33 +02:00 |
Pavel Chipiga
|
cbfa5858d4
|
Add tags ordering, check and fix. Refactor auto_build. Refs #test_prepare
|
2011-11-18 00:28:02 +02:00 |
konstantin.grabar
|
827936a06c
|
Remove custom ACL calls. Add CanCan and some rules. Add bitmask_attribute
|
2011-11-16 00:05:08 +04:00 |
Pavel Chipiga
|
7996740ae7
|
Improve build_lists time. Apply product build lists basic functionality. Move product build functionality to separate controller. Apply event logging for product build. Fix logging for project build list publishing. Code refactor and cleanup. Refs #2161
|
2011-11-11 19:13:09 +02:00 |
Pavel Chipiga
|
c64f93f6bd
|
One more fix build_lists#cancel logging. Improve XML RPC stubbing. Refactor. Refs #2161
|
2011-11-08 00:54:25 +02:00 |
George Vinogradov
|
910446954c
|
Fixed access to BuildList
|
2011-11-03 02:13:58 +04:00 |
Vladimir Sharshov
|
9c00f9b56b
|
Order correct on main page
|
2011-11-02 12:27:14 +04:00 |
George Vinogradov
|
5ac70da272
|
Fixed bug in ACL checks
|
2011-11-01 02:49:24 +04:00 |
konstantin.grabar
|
512364be32
|
[refs #2161] Add get_status call
|
2011-10-29 17:38:17 +04:00 |
Pavel Chipiga
|
cdedcee801
|
Skip ACL for some actions. Log git hook to system events log. Fix build_list version format. Fix sidebar for build list display. Translate for ACL. Doc for project bootstrap. Refs #2136
|
2011-10-28 22:59:07 +03:00 |
George Vinogradov
|
324b730a7d
|
Added checking of global rights to all controllers.
|
2011-10-28 21:55:40 +04:00 |
konstantin.grabar
|
d047e3f2b2
|
[refs #1832] Replace branches to tags in the project
|
2011-10-23 14:34:42 +04:00 |
konstantin.grabar
|
59bfac2be7
|
[refs #1832] Add some fixes to controllers. Add JS validation to project build
|
2011-10-23 11:37:54 +04:00 |
konstantin.grabar
|
56df3d05b0
|
[refs #1832] Fix build lists controller and some templates
|
2011-10-23 10:49:56 +04:00 |
konstantin.grabar
|
c24a9fae1b
|
[refs #1832] Build Lists updates. Project updates and fixes.
|
2011-10-22 19:28:41 +04:00 |
Vladimir Sharshov
|
02a9a46b60
|
Add publish function for BuildList
|
2011-09-15 21:56:20 +04:00 |
Vladimir Sharshov
|
b2b7382613
|
Update BuildServer
- Change xml-rpc call function (add_build_list).
Add id, that identify project new_bbbt and assign bs_id
- Add find_build_list_by_bs to post_build call
|
2011-09-05 18:40:49 +04:00 |