mirror of
https://github.com/nsupdate-info/nsupdate.info.git
synced 2026-04-25 00:25:58 +03:00
[PR #452] Add an autogenerated http_user field to the host table. #513
Labels
No labels
bug
bug
duplicate
easy
easy
enhancement
enhancement
invalid
needs help
pull-request
scalability
security
task
urgent
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/nsupdate.info-nsupdate-info#513
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/nsupdate-info/nsupdate.info/pull/452
Author: @brice-gros
Created: 1/14/2020
Status: 🔄 Open
Base:
master← Head:alternative/add-http_user-to-Host📝 Commits (10+)
e1c2c17add http_user field to Host tableabccf86WIP fix migrationf341562Fix migration step720de2eadd missing linefcc1728use .format() instead of f-string for compatibility with python 3.580f8d57update tests to use Host.http_user6b1cd88fix typo5b9bda8apply to_http_user() only where it makes senseb3d6c6cfix code assuming string but getting FQDN instancesdf54194fix code assuming string but getting FQDN instances📊 Changes
9 files changed (+153 additions, -75 deletions)
View changed files
📝
.gitignore(+1 -0)➕
.vscode/settings.json(+3 -0)📝
CHANGES.rst(+5 -0)📝
conftest.py(+9 -2)📝
src/nsupdate/api/_tests/test_api.py(+28 -35)📝
src/nsupdate/api/views.py(+11 -13)➕
src/nsupdate/main/migrations/0013_host_http_user.py(+38 -0)📝
src/nsupdate/main/models.py(+33 -0)📝
src/nsupdate/main/templates/main/includes/tabbed_router_configuration.html(+25 -25)📄 Description
Solving #451
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.