mirror of
https://github.com/amidaware/tacticalrmm.git
synced 2026-04-26 15:05:57 +03:00
[PR #118] [MERGED] Some tweaks and tests #3483
Labels
No labels
In Process
bug
bug
dev-triage
documentation
duplicate
enhancement
fixed
good first issue
help wanted
integration
invalid
pull-request
question
requires agent update
security
ui tweak
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/tacticalrmm#3483
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/amidaware/tacticalrmm/pull/118
Author: @sadnub
Created: 9/25/2020
Status: ✅ Merged
Merged: 9/26/2020
Merged by: @wh1te909
Base:
develop← Head:develop📝 Commits (5)
425f168tweak to totp setup to not logout user if totp is already set and redirect to dashboard3e01dcfchange casing on totp setup responsee79c616logs tests2f23081move logs and accounts tests to new Tactical base test54eab21bump ver📊 Changes
7 files changed (+172 additions, -27 deletions)
View changed files
📝
api/tacticalrmm/accounts/tests.py(+29 -16)📝
api/tacticalrmm/accounts/views.py(+1 -1)📝
api/tacticalrmm/core/models.py(+1 -1)📝
api/tacticalrmm/logs/tests.py(+104 -2)📝
api/tacticalrmm/tacticalrmm/settings.py(+1 -1)📝
api/tacticalrmm/tacticalrmm/test.py(+31 -1)📝
web/src/views/TOTPSetup.vue(+5 -5)📄 Description
Let me know if this works. I created a new base test class that we can add helper methods too. I did have to override some of the django settings for MESH_TOKEN, otherwise my tests hang for two minutes.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.