Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Syncing from upstream odoo/runbot (17.0-qualify-other-fields-moc) #803

Open
wants to merge 15 commits into
base: 17.0-qualify-other-fields-moc
Choose a base branch
from

Conversation

bt-admin
Copy link

@bt-admin bt-admin commented Feb 8, 2025

bt_gitbot

Xavier-Do and others added 15 commits January 2, 2025 10:03
Adds the missing field `config_data` to trigger's form view.
`target="new"` had the very confusing behavior of updating the same tab
within the same browser context (tab).
The commit replaces all `target="new"` occurences with `target="_blank"`
within the runbot templates.

See: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#target
The previous fix in c9e8e13 was not enough, while preventing a crash
of the view, the view was empty.
bundle_id is not computed anymore
When the reference build for some build is not done yet a message is
logged with a link to the referenced build, however due to a typo in the
message the markdown was badly formatted.
- Add dropdown-toggle to the github tool button so that it doesn't
  appear as if a button should be following it.
- Add default btn classes to category icons, the button would otherwise
  be displayed as just an icon.
- Add a gap between the two toolbars.
- Add d-empty-none in case we have no category to display to remove the
  useless gap.
Allows searching branch through pr url or full branch name.
Also fixes a crash when searching invalid values.
While it's useful to have a clickable link to the fixing pull request
on the runbot error list, we cannot display the entire url as it takes
too much space. So a static text `View PR` is used.

As this static text is of limited use, this commit adds a new widget
that displays a shortened URL for the github pull request only showing
the repo and the PR number.
Supports the format (?owner)/repo#id in the `_search_dname` method.
`record._cr` is being deprecated in odoo/odoo#193636 this commit
replaces the old `._cr` with `env.cr`.
Exceptions and their followups are managed by their managers, this will
prevent having to create a custom filter to get our own exceptions.
The current qualifying implementation is based solely on error content.
With this commit the fields on which the regular expression will apply
can be choosen with checkboxes. It defaults to the `content` field.
@d-fence d-fence deleted the branch brain-tec:17.0-qualify-other-fields-moc February 24, 2025 17:08
@d-fence d-fence deleted the 17.0-qualify-other-fields-moc branch February 24, 2025 17:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants