-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
fix pylint issues + Update repo from latest MQT #232
Conversation
Can you please update Travis for being in line with latest MQT specification? |
Okay I'll try! |
Thanks! Let me know if you need help |
- VERSION="7.0" TESTS="0" LINT_CHECK="0" TRANSIFEX="0" | ||
- TRANSIFEX_USER='transbot@odoo-community.org' | ||
- secure: PjP88tPSwimBv4tsgn3UcQAD1heK/wcuSaSfhi2xUt/jSrOaTmWzjaW2gH/eKM1ilxPXwlPGyAIShJ2JJdBiA97hQufOeiqxdkWDctnNVVEDx2Tk0BiG3PPYyhXPgUZ+FNOnjZFF3pNWvzXTQaB0Nvz8plqp93Ov/DEyhrCxHDs= | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is actually the sample security key, which password should I use to generate it on this project?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You can refer to this issue to see all Transifex secret:
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, that's great!
👍 |
1 similar comment
👍 |
|
||
[//]: # (addons) | ||
This part will be replaced when running the oca-gen-addons-table script from OCA/maintainer-tools. | ||
[//]: # (end addons) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I wonder if this part should be add on 8.0 series only or on every branches, does the gen_addons_table
script running on all branches?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For now, it's intended only for >8.0 branch, but as a placeholder, there's no problem to have it here in case the script is also run here.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok, thanks!
'depends': [ | ||
'base', | ||
'web', | ||
], |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why is this removed?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good catch! Sorry, my bad, I don't know why...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@dreispt ,
Ohh yes I know, depends was duplicated! see bellow after description
.
Hi, I wonder if/how javascript unit-test are launch by travis? I've done a quick test adding a failed test but I can't find logs about: https://travis-ci.org/petrus-v/web/builds/83849923 |
Maybe on runbot ? |
@petrus-v : your link is broken. |
@legalsylvain : here you are: https://travis-ci.org/petrus-v/web/builds/83849923 |
👍 As all comments have been honoured, I merge for not blocking other PRs |
fix pylint issues + Update repo from latest MQT
Fix recent pylint complaints got in #231 : https://travis-ci.org/OCA/web/builds/82632959