Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
arthur-zzz
noc
Commits
4de4c440
Verified
Commit
4de4c440
authored
Apr 23, 2020
by
Dmitry Volodin
Browse files
Clean up source coding specification line
parent
c2337069
Changes
1000
Hide whitespace changes
Inline
Side-by-side
Too many changes to show.
To preserve performance only
20 of 1000+
files are displayed.
Plain diff
Email patch
aaa/migrations/0001_initial.py
View file @
4de4c440
# -*- coding: utf-8 -*-
# ----------------------------------------------------------------------
# Create User and Group models
# ----------------------------------------------------------------------
...
...
aaa/migrations/0002_default_user.py
View file @
4de4c440
# -*- coding: utf-8 -*-
# ----------------------------------------------------------------------
# Create default user
# ----------------------------------------------------------------------
...
...
aaa/migrations/0003_permission.py
View file @
4de4c440
# -*- coding: utf-8 -*-
# ----------------------------------------------------------------------
# permission
# ----------------------------------------------------------------------
...
...
aaa/migrations/0004_remove_userprofile.py
View file @
4de4c440
# -*- coding: utf-8 -*-
# ----------------------------------------------------------------------
# Remove UserProfile
# ----------------------------------------------------------------------
...
...
aaa/migrations/0005_user_clear_fields.py
View file @
4de4c440
# -*- coding: utf-8 -*-
# ----------------------------------------------------------------------
# Remove unused legacy fields from User model
# ----------------------------------------------------------------------
...
...
aaa/migrations/0006_user_fix_language.py
View file @
4de4c440
# -*- coding: utf-8 -*-
# ----------------------------------------------------------------------
# Fix User.preferred_language defaults
# ----------------------------------------------------------------------
...
...
aaa/migrations/0007_user_last_login.py
View file @
4de4c440
# -*- coding: utf-8 -*-
# ----------------------------------------------------------------------
# Restore User.last_login
# ----------------------------------------------------------------------
...
...
aaa/migrations/0008_user_last_login_null.py
View file @
4de4c440
# -*- coding: utf-8 -*-
# ----------------------------------------------------------------------
# Set auth_user.last_login to NULLable
# ----------------------------------------------------------------------
...
...
aaa/models/apikey.py
View file @
4de4c440
# -*- coding: utf-8 -*-
# ----------------------------------------------------------------------
# APIKey model
# ----------------------------------------------------------------------
...
...
aaa/models/group.py
View file @
4de4c440
# -*- coding: utf-8 -*-
# ----------------------------------------------------------------------
# Group model
# ----------------------------------------------------------------------
...
...
aaa/models/modelprotectionprofile.py
View file @
4de4c440
# -*- coding: utf-8 -*-
# ----------------------------------------------------------------------
# ModelProtection Profile
# ----------------------------------------------------------------------
...
...
aaa/models/permission.py
View file @
4de4c440
# -*- coding: utf-8 -*-
# ---------------------------------------------------------------------
# Permission database model
# ---------------------------------------------------------------------
...
...
aaa/models/user.py
View file @
4de4c440
# -*- coding: utf-8 -*-
# ----------------------------------------------------------------------
# User model
# ----------------------------------------------------------------------
...
...
aaa/models/usercontact.py
View file @
4de4c440
# -*- coding: utf-8 -*-
# ---------------------------------------------------------------------
# UserContact model
# ---------------------------------------------------------------------
...
...
bi/models/alarms.py
View file @
4de4c440
# -*- coding: utf-8 -*-
# ----------------------------------------------------------------------
# Alarms Model
# ----------------------------------------------------------------------
...
...
bi/models/dashboard.py
View file @
4de4c440
# -*- coding: utf-8 -*-
# ----------------------------------------------------------------------
# Dashboard storage
# ----------------------------------------------------------------------
...
...
bi/models/dashboardlayout.py
View file @
4de4c440
# -*- coding: utf-8 -*-
# ----------------------------------------------------------------------
# Dashboard Layout
# ----------------------------------------------------------------------
...
...
bi/models/mac.py
View file @
4de4c440
# -*- coding: utf-8 -*-
# ----------------------------------------------------------------------
# MAC Model
# ----------------------------------------------------------------------
...
...
bi/models/managedobjects.py
View file @
4de4c440
# -*- coding: utf-8 -*-
# ----------------------------------------------------------------------
# ManagedObject model
# ----------------------------------------------------------------------
...
...
bi/models/reboots.py
View file @
4de4c440
# -*- coding: utf-8 -*-
# ----------------------------------------------------------------------
# Reboots model
# ----------------------------------------------------------------------
...
...
Prev
1
2
3
4
5
…
50
Next
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment