| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/runbot-addons |
| GIT | |
| GIT | https://github.com/OCA/runbot-addons.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/runbot-addons/tree/11.0/runbot_gitlab |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | runbot |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Vauxoo |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Vauxoo |
| COMMITTERS | |
| COMMITTERS | Holger Brunn, Moises Lopez - https://www.vauxoo.com/ |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/runbot-addons |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:23:56 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES | |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
add_gitlab_logo_in_branch_menu |
Add gitlab logo in branch menu | ir.ui.view | qweb | Inherits runbot.inherits_branch_in_menu |
add_gitlab_logo_in_build_button |
Add gitlab logo in build button | ir.ui.view | qweb | Inherits runbot.build_button |
add_gitlab_logo_in_repo_view |
Add gitlab logo in repo view | ir.ui.view | qweb | Inherits runbot.repo |
build_button_inherit |
build_button_inherit | ir.ui.view | qweb | Inherits runbot.build_button |
view_repo_form |
runbot.repo | xpath | Inherits runbot.repo_form |
branch_url
Char
compute='_get_branch_url'
No public methods.
No new fields.
Public methods (0)No public methods.
uses_gitlab
Boolean
help='Enable the ability to use gitlab instead of github'
warnings_are_errors
Boolean
default=True
help='When runbot reports warnings, report that as error to gitlab'
args: 'Treat warnings as errors'
No public methods.
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/runbot-addons |
| GIT | |
| GIT | https://github.com/OCA/runbot-addons.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/runbot-addons/tree/10.0/runbot_gitlab |
| VERSION | |
| VERSION | 1.1.0 |
| CATEGORY | |
| CATEGORY | Website |
| LICENSE | |
| LICENSE | LGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Savoir-faire Linux |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Savoir-faire Linux |
| COMMITTERS | |
| COMMITTERS | Pedro M. Baeza, Stéphane Bidoul (ACSONE) |
| WEBSITE | |
| WEBSITE | |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:19:54 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES | |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES |
gitlab3 |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | Runbot Gitlab Integration ========================= Add option in repo form view for gitlab repos builds. When checked: * Runbot will pool the gitlab interface Contributors ------------ * Sandy Carter (sandy.carter@savoirfairelinux.com) * Paul Catinean (paulcatinean@gmail.com) |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
view_repo_form |
runbot.repo | xpath | Inherits runbot.view_repo_form |
merge_request_id
Integer
select=1
args: 'Merge Request'
project_id
Integer
select=1
args: 'VCS Project'
No public methods.
No new fields.
Public methods (0)No public methods.
mr_only
Boolean
default=True
help='Build only merge requests and skip regular branches'
string='MR Only'
sticky_protected
Boolean
default=True
help='Set all protected branches on the repository as sticky'
string='Sticky for Protected Branches'
uses_gitlab
Boolean
string='Use Gitlab'
create(self, vals)
github(self, url, payload=None, ignore_errors=False, delete=False)
update(self)
write(self, vals)
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/runbot-addons |
| GIT | |
| GIT | https://github.com/OCA/runbot-addons.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/runbot-addons/tree/9.0/runbot_gitlab |
| VERSION | |
| VERSION | 1.1.0 |
| CATEGORY | |
| CATEGORY | Website |
| LICENSE | |
| LICENSE | LGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Savoir-faire Linux |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Savoir-faire Linux |
| COMMITTERS | |
| COMMITTERS | Pedro M. Baeza, Stéphane Bidoul (ACSONE) |
| WEBSITE | |
| WEBSITE | |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:15:19 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES | |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES |
gitlab3 |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | Runbot Gitlab Integration ========================= Add option in repo form view for gitlab repos builds. When checked: * Runbot will pool the gitlab interface Contributors ------------ * Sandy Carter (sandy.carter@savoirfairelinux.com) * Paul Catinean (paulcatinean@gmail.com) |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
view_repo_form |
runbot.repo | xpath | Inherits runbot.view_repo_form |
merge_request_id
Integer
select=1
args: 'Merge Request'
project_id
Integer
select=1
args: 'VCS Project'
No public methods.
No new fields.
Public methods (0)No public methods.
mr_only
Boolean
default=True
help='Build only merge requests and skip regular branches'
string='MR Only'
sticky_protected
Boolean
default=True
help='Set all protected branches on the repository as sticky'
string='Sticky for Protected Branches'
uses_gitlab
Boolean
string='Use Gitlab'
create(self, vals)
github(self, url, payload=None, ignore_errors=False, delete=False)
update(self)
write(self, vals)
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/runbot-addons |
| GIT | |
| GIT | https://github.com/OCA/runbot-addons.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/runbot-addons/tree/8.0/runbot_gitlab |
| VERSION | |
| VERSION | 1.1.0 |
| CATEGORY | |
| CATEGORY | Website |
| LICENSE | |
| LICENSE | LGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Therp BV, Savoir-faire Linux |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Therp BV, Savoir-faire Linux |
| COMMITTERS | |
| COMMITTERS | Stéphane Bidoul, Yannick Vaucher, Alexandre Fayolle, Sandy Carter, Holger Brunn, Pedro M. Baeza, GitHub, Paul Catinean, Thomas Rehn, Stéphane Bidoul (ACSONE), root, Maxime Chambreuil - http://www.savoirfairelinux.com |
| WEBSITE | |
| WEBSITE | |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:11:21 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES | |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES |
requests |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
view_branch_form |
runbot.branch | field | Inherits runbot.view_branch_form | |
view_build_form |
runbot.build | field | Inherits runbot.view_build_form | |
view_repo_form |
runbot.repo | field | Inherits runbot.view_repo_form |
branch_url
Char
compute='_compute_branch_url'
merge_request_id
Char
project_id
Char
No public methods.
dest
Char
compute='_compute_dest'
args: 'Dest'
gitlab_build_id
Integer
size=20
string='Gitlab build id'
gitlab_runner_token
Char
github_status(self)
active_branches
Boolean
default=False
help='Remove branches that are no longer present on the remote repository'
string='Active Branches Only'
gitlab_base_url
Char
compute='_get_gitlab_params'
args: 'Gitlab base url'
gitlab_name
Char
compute='_get_gitlab_params'
args: 'Gitlab name'
mr_only
Boolean
default=True
help='Build only merge requests and skip regular branches'
string='MR Only'
sticky_protected
Boolean
default=True
help='Set all protected branches on the repository as sticky'
string='Sticky for Protected Branches'
uses_gitlab
Boolean
string='Use Gitlab'
update(self)