-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
10.0 mig auditlog #707
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
10.0 mig auditlog #707
Conversation
… (unit tests, ir.cron...)
…and HTTP requests models
…lete but slow) and Fast log (data input only, faster)
- Update documentation to point to the new auditlog menu locations. These were changed because the 8.0 version was referencing menus that do not exist in 9.0 - Change version from 8.0.X.Y.Z to 9.0.1.0.0 - Make the module installable again - Remove an unused parameter from pre-migration.py for versioning - Fix typos and remove commented out blocks of code that were irrelevant
These were updated to follow OCA conventions. - License set to AGPL-3 - Images set to empty array
… required for version 9
…ok exists any more
…hods to the new API
sebalix
left a comment
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.
@BT-fgarbely Good job! You even updated screenshots 🎉
Tested on runbot, it works fine (fast/full log, subscribe/unsubscribe rules...).
Can you squash all OCA Transbot commits into one?
|
Hello @sebalix Thanks a lot for your feedback. I don't know how to squash the commits. Regards |
lasley
left a comment
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 @BT-fgarbely - few comments inline, but otherwise looks good.
Note on the squashing - please give it a shot first using the instructions in the wiki, because it is definitely a skill that is handy as a developer. If all else fails though, I will squash them for you before merge.
README.md
Outdated
| ---------------- | ||
| addon | version | summary | ||
| --- | --- | --- | ||
| [auditlog](auditlog/) | 10.0.1.0.0 | Audit Log |
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.
Please revert this change - README.md is managed by a bot, so this change will create some conflicts.
auditlog/__manifest__.py
Outdated
| 'views/http_session_view.xml', | ||
| 'views/http_request_view.xml', | ||
| ], | ||
| 'images': [], |
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.
Remove empty key
auditlog/data/ir_cron.xml
Outdated
| @@ -0,0 +1,18 @@ | |||
| <?xml version="1.0" encoding="utf-8"?> | |||
| <openerp> | |||
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.
<odoo noupdate="1"> & can remove the data tag
|
Hello @lasley and @lreficent Thanks for your hints. Please can you have a look again? Thanks a lot. |
|
Hey @BT-fgarbely - Hrmmm looks like you merged the squashed items instead of force pushing them in. We're trying to rewrite timeline, so we don't want the merge. No matter though, I'll handle for you. I recommend playing around with this a bit though, you will find that things end up a lot more organized afterwards. It also has the added benefit of making you look like you write perfect code, because there are no commits indicating PEP fixes, PR reviews, or troubleshooting rabbit holes you ended in. |
|
@BT-fgarbely - please check the box to allow maintainers to edit your branch so that I may assist - https://help.github.com/articles/allowing-changes-to-a-pull-request-branch-created-from-a-fork/ |
|
Hello @lasley I checked the "Allow edits from maintainers." checkbox. Regards |
|
Hrmmm I'm still getting a permissions error when pushing the squash. Not sure what's wrong if the Allow edits from maintainers is enabled 😕 |
|
Hello @lasley This is really strange. My fork is not created from the OCA repository. Our company has a fork from the OCA repository, and my fork comes from our company fork. Another question. Regards, |
|
Hi, |
|
@BT-fgarbely Hrmm the check box is supposed to allow me to push to your fork, which is what I was trying. I'll give it another shot today, otherwise will give you some alternate instructions to just switch over to mine - there are many ways to skin a cat. @sebalix Yeah the commit squashing will just add more commits into the mix here. What about the fix though, was it actually not valid? |
|
@lasley no it is still valid, but we can port it after this PR is merged, this is just a cherrypick. No need to add extra work on this one. |
|
Alright sweet - I still can't push to the fork here though. I'm actually kind of curious why & think we may be hitting a bug with Github's new feature, so I contacted them. Side note - we just started using this module in vertical-medical the other day & functional tests are also good 👍 |
|
Hah well a test edit went through, but force push still isn't working. I'm working with Github support though, seems we may have hit some sort of edge case that now intrigues the hell out of me. Will provide update soon! |
|
@BT-fgarbely Github engineering has confirmed that this is an issue with the fork from a fork. They're working on it, but that's obviously going to take a while. We can do one of two things here. I can either supersede this PR with my branch, or you can just add the |
3bc9b02 to
7b8bd4d
Compare
|
Hello @lasley I added the LasLabs fork as remote and executed your suggested commands. Regards |
lasley
left a comment
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 @BT-fgarbely
sebalix
left a comment
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.
Cool, thank you @BT-fgarbely and @lasley . Tested on runbot once again, 👍
|
Merging, this has been approved for long enough - we were just battling with git 😆 |
Syncing from upstream OCA/server-tools (13.0)


No description provided.