-
Notifications
You must be signed in to change notification settings - Fork 14
[MIG] 18.0 - itm #57
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
Merged
Merged
[MIG] 18.0 - itm #57
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Generated random password was being doubly encrypted. First by the get_random_password() method itself, and a second time when the already encrypted url-safe string was written to the database. Fixes: trevi-software#9
Adds an icon next to password field to toggle plaintext password. Fixes: trevi-software#11
…sets Components are discreent parts of an IT asset that may be obtained separately but need to be tracked none-the-less. A Component includes: Processors, RAM, Expansion cards, controllers, etc. It does not include, for example, a monitor (which is an asset in its own right). A starter list of component data comes pre-populated already.
Trying to create a worklog from the equipment form view caused an exception because of self.env.user was misspelled self.env.user_id. Fixes trevi-software#17
Added a help message that will appears when user is hovering mouse onto a field. Addition consist of : name field description field partner field function_ids field os_name field site field
Added a help message that will appears when user is hovering mouse onto a field. Addition consist of : equipment_type selection is_backup bool is_application bool is_contracted bool is_partitioned bool is_config_file bool ad_service_id selection dhcp_service_id selection function_host bool function_router bool function_fileserver bool function_database bool
… show them in equip. list view Current dhcp server usually assign the same IP to a device, so keeping a record of it is useful. I find this especially usefull for printers. In the future I would like to hook up a netdiscover type tool that will keep this ip updated. Also, it can be useful to see a device's assigned IP addresses straight from the list view instead of digging into to form view.
Now we can have the same IP address in multiple networks.
Ticket: HT00561
7446b9e to
874303c
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## 18.0 #57 +/- ##
=======================================
Coverage ? 74.81%
=======================================
Files ? 35
Lines ? 1247
Branches ? 143
=======================================
Hits ? 933
Misses ? 291
Partials ? 23 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Migrate itm to 18.0