Hi Christian, The version of rbt is 0.7.4. Review Board 2.5.6.1
I have attached rbt-post-dbg and rbt-diff-dbg files you have requested. Please let me know if you need any more information and I will be happy to collect it for you. Thanks, John On Monday, December 19, 2016 at 5:30:18 PM UTC-5, Christian Hammond wrote: > > Hi John, > > What version of RBTools and Review Board are you using? Can you show a > full debug log (using --debug)? > > Along with that, can you run the following and attach the file: > > rbt diff --debug > rbt-diff.log 2>&1 > > Thanks, > > Christian > > -- > Christian Hammond > President/CEO of Beanbag <https://www.beanbaginc.com/> > Makers of Review Board <https://www.reviewboard.org/> > > On Mon, Dec 19, 2016 at 2:10 PM, John <[email protected] <javascript:>> > wrote: > >> We are using mercurial in our environment and for some reason we are >> seeing a number of __init__.py (blank files for module inclusion in python) >> are being added to our diff file. Here is the process we used to reproduce >> the issue: >> >> 1. Clone a branch in the repo. >> 2. create a new file with some text in it (i.e. mytestfile.py). >> 3. Add a new file in the repo with "hg add mytestfile.py" >> 4. hg commit -m "This is a test" ./mytestfile.py >> 5. rbt post >> >> >> Here is what the diff of the new file looks like with a simple "hg diff" >> before running commit: >> >> diff --git a/python/tools/mytestfile.py b/python/tools/mytestfile.py >> new file mode 100644 >> --- /dev/null >> +++ b/python/mytestfile.py >> @@ -0,0 +1,1 @@ >> +print "This is a test" >> >> Attached please find the diff that was downloaded from Review Board. >> >> What you'll find is that the diff for the new file that was added does >> make it up there but for some reason ~50+ __init__.py files are also >> removed and then added to the diff. It causes the review request to look >> very messy. The diff file I added was downloaded directly from review >> board and then I snipped the end of it so the file wouldn't be too large. >> >> -- >> Supercharge your Review Board with Power Pack: >> https://www.reviewboard.org/powerpack/ >> Want us to host Review Board for you? Check out RBCommons: >> https://rbcommons.com/ >> Happy user? Let us know! https://www.reviewboard.org/users/ >> --- >> You received this message because you are subscribed to the Google Groups >> "reviewboard" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected] <javascript:>. >> For more options, visit https://groups.google.com/d/optout. >> > > -- Supercharge your Review Board with Power Pack: https://www.reviewboard.org/powerpack/ Want us to host Review Board for you? Check out RBCommons: https://rbcommons.com/ Happy user? Let us know! https://www.reviewboard.org/users/ --- You received this message because you are subscribed to the Google Groups "reviewboard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
>>> RBTools 0.7.4 >>> Python 2.7.12 (default, Nov 19 2016, 06:48:10) [GCC 5.4.0 20160609] >>> Running on Linux-4.4.0-47-generic-x86_64-with-Ubuntu-16.04-xenial >>> Home = /home/jlacroix >>> Current directory = /home/jlacroix/bin/repos/datapath/python/tools >>> Running: git version >>> Checking for a Subversion repository... >>> Unable to execute "svn help": skipping SVN >>> Checking for a Git repository... >>> Running: git rev-parse --git-dir >>> Command exited with rc 128: ['git', 'rev-parse', '--git-dir'] fatal: Not a git repository (or any of the parent directories): .git --- >>> Checking for a Mercurial repository... >>> Running: hg root >>> Running: hg showconfig >>> Running: hg svn info >>> Command exited with rc 255: ['hg', 'svn', 'info'] hg: unknown command 'svn' Mercurial Distributed SCM basic commands: add add the specified files on the next commit annotate show changeset information by line for each file clone make a copy of an existing repository commit commit the specified files or all outstanding changes diff diff repository (or selected files) export dump the header and diffs for one or more changesets forget forget the specified files on the next commit init create a new repository in the given directory log show revision history of entire repository or files merge merge another revision into working directory pull pull changes from the specified source push push changes to the specified destination qdiff diff of the current patch and subsequent modifications qnew create a new patch qpop pop the current patch off the stack qpush push the next patch onto the stack qrefresh update the current patch remove remove the specified files on the next commit serve start stand-alone webserver status show changed files in the working directory summary summarize working directory state update update working directory (or switch revisions) (use "hg help" for the full list of commands or "hg -v" for details) --- >>> Using candidate path 'default': u'ssh://hg.nasuni.net/hg/unity' >>> repository info: Path: ssh://hg.nasuni.net/hg/unity, Base path: , Supports >>> changesets: False >>> Making HTTP GET request to http://codereview.nasuni.net/api/ >>> Running: hg branch >>> Running: hg -q outgoing --template {rev}\t{node|short}\t{branch}\n default >>> -r . >>> Found outgoing changeset 80669:33ad1eec3ad3 >>> Running: hg log -r 80669 --template {parents} >>> Running: hg parents --hidden -r 0 >>> Running: hg identify -i --hidden -r 80535 --config >>> extensions.rbtoolsnormalize=/usr/local/lib/python2.7/dist-packages/RBTools-0.7.4-py2.7.egg/rbtools/helpers/hgext.py >>> Running: hg identify -i --hidden -r 80669 --config >>> extensions.rbtoolsnormalize=/usr/local/lib/python2.7/dist-packages/RBTools-0.7.4-py2.7.egg/rbtools/helpers/hgext.py >>> Running: hg status --modified --added --removed --deleted >>> Running: hg -q outgoing --template {rev}\t{node|short}\t{branch}\n default >>> -r 74840703b2fc >>> Command exited with rc 1: ['hg', '-q', 'outgoing', '--template', >>> '{rev}\\t{node|short}\\t{branch}\\n', 'default', '-r', u'74840703b2fc'] --- >>> 0 outgoing changesets between remote and base. >>> Running: hg diff --hidden -r 74840703b2fc -r 33ad1eec3ad3 --config >>> extensions.rbtoolsnormalize=/usr/local/lib/python2.7/dist-packages/RBTools-0.7.4-py2.7.egg/rbtools/helpers/hgext.py >>> Running: hg locate -r 74840703b2fc >>> Running: hg locate -r 33ad1eec3ad3 >>> Running: hg locate -r 33ad1eec3ad3 set:size(0) >>> Running: hg locate -r 74840703b2fc set:size(0) >>> Running: hg log -r 74840703b2fc -r 33ad1eec3ad3 --template {date|date}\t diff --git a/python/tools/mytestfile.py b/python/tools/mytestfile.py new file mode 100644 --- /dev/null +++ b/python/tools/mytestfile.py @@ -0,0 +1,1 @@ +print "This is a test" diff -r 74840703b2fc -r 33ad1eec3ad3 ../../nmc_ui/test/management/commands/__init__.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/../../nmc_ui/test/management/commands/__init__.py Tue Dec 20 09:22:03 2016 -0500 diff -r 74840703b2fc -r 33ad1eec3ad3 ../../gui/apps/config/__init__.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/../../gui/apps/config/__init__.py Tue Dec 20 09:22:03 2016 -0500 diff -r 74840703b2fc -r 33ad1eec3ad3 ../../nmc_ui/apps/config/accounts/management/__init__.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/../../nmc_ui/apps/config/accounts/management/__init__.py Tue Dec 20 09:22:03 2016 -0500 diff -r 74840703b2fc -r 33ad1eec3ad3 ../nasuni_test/ui/accounts/__init__.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/../nasuni_test/ui/accounts/__init__.py Tue Dec 20 09:22:03 2016 -0500 diff -r 74840703b2fc -r 33ad1eec3ad3 ../../gui/apps/nfs/templatetags/__init__.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/../../gui/apps/nfs/templatetags/__init__.py Tue Dec 20 09:22:03 2016 -0500 diff -r 74840703b2fc -r 33ad1eec3ad3 ../../gui/apps/certs/__init__.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/../../gui/apps/certs/__init__.py Tue Dec 20 09:22:03 2016 -0500 diff -r 74840703b2fc -r 33ad1eec3ad3 ../nasuni_test/config/__init__.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/../nasuni_test/config/__init__.py Tue Dec 20 09:22:03 2016 -0500 diff -r 74840703b2fc -r 33ad1eec3ad3 ../tests/ui/website/__init__.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/../tests/ui/website/__init__.py Tue Dec 20 09:22:03 2016 -0500 diff -r 74840703b2fc -r 33ad1eec3ad3 ../tests/feature/snmp/__init__.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/../tests/feature/snmp/__init__.py Tue Dec 20 09:22:03 2016 -0500 diff -r 74840703b2fc -r 33ad1eec3ad3 ../../gui/apps/events/__init__.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/../../gui/apps/events/__init__.py Tue Dec 20 09:22:03 2016 -0500 diff -r 74840703b2fc -r 33ad1eec3ad3 ../nasuni/gui_common/accountsbase/templatetags/__init__.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/../nasuni/gui_common/accountsbase/templatetags/__init__.py Tue Dec 20 09:22:03 2016 -0500 diff -r 74840703b2fc -r 33ad1eec3ad3 ../../gui/apps/ftp/migrations/__init__.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/../../gui/apps/ftp/migrations/__init__.py Tue Dec 20 09:22:03 2016 -0500 diff -r 74840703b2fc -r 33ad1eec3ad3 ../nasuni_test/filer_state/__init__.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/../nasuni_test/filer_state/__init__.py Tue Dec 20 09:22:03 2016 -0500 diff -r 74840703b2fc -r 33ad1eec3ad3 ../nasuni/wallet/__init__.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/../nasuni/wallet/__init__.py Tue Dec 20 09:22:03 2016 -0500 diff -r 74840703b2fc -r 33ad1eec3ad3 ../tests/nmc/filer_settings/__init__.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/../tests/nmc/filer_settings/__init__.py Tue Dec 20 09:22:03 2016 -0500 diff -r 74840703b2fc -r 33ad1eec3ad3 ../../gui/apps/activities/management/commands/__init__.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/../../gui/apps/activities/management/commands/__init__.py Tue Dec 20 09:22:03 2016 -0500 diff -r 74840703b2fc -r 33ad1eec3ad3 ../../gui/apps/util/management/commands/__init__.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/../../gui/apps/util/management/commands/__init__.py Tue Dec 20 09:22:03 2016 -0500 diff -r 74840703b2fc -r 33ad1eec3ad3 ../../gui/apps/snapshots/__init__.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/../../gui/apps/snapshots/__init__.py Tue Dec 20 09:22:03 2016 -0500 diff -r 74840703b2fc -r 33ad1eec3ad3 ../../gui/apps/emailconf/management/commands/__init__.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/../../gui/apps/emailconf/management/commands/__init__.py Tue Dec 20 09:22:03 2016 -0500 diff -r 74840703b2fc -r 33ad1eec3ad3 ../../nmc_ui/apps/config/certs/__init__.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/../../nmc_ui/apps/config/certs/__init__.py Tue Dec 20 09:22:03 2016 -0500 diff -r 74840703b2fc -r 33ad1eec3ad3 ../tests/noc/bundle_api/__init__.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/../tests/noc/bundle_api/__init__.py Tue Dec 20 09:22:03 2016 -0500 diff -r 74840703b2fc -r 33ad1eec3ad3 ../../gui/apps/sharedlinks/__init__.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/../../gui/apps/sharedlinks/__init__.py Tue Dec 20 09:22:03 2016 -0500 diff -r 74840703b2fc -r 33ad1eec3ad3 ../../gui/apps/__init__.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/../../gui/apps/__init__.py Tue Dec 20 09:22:03 2016 -0500 diff -r 74840703b2fc -r 33ad1eec3ad3 ../nasuni/gui_common/__init__.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/../nasuni/gui_common/__init__.py Tue Dec 20 09:22:03 2016 -0500 diff -r 74840703b2fc -r 33ad1eec3ad3 ../../gui/apps/volumes/__init__.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/../../gui/apps/volumes/__init__.py Tue Dec 20 09:22:03 2016 -0500 diff -r 74840703b2fc -r 33ad1eec3ad3 ../nasuni_test/route_filer/__init__.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/../nasuni_test/route_filer/__init__.py Tue Dec 20 09:22:03 2016 -0500 diff -r 74840703b2fc -r 33ad1eec3ad3 ../nasuni/cloudstore/__init__.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/../nasuni/cloudstore/__init__.py Tue Dec 20 09:22:03 2016 -0500 diff -r 74840703b2fc -r 33ad1eec3ad3 ../../gui/apps/config/management/commands/__init__.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/../../gui/apps/config/management/commands/__init__.py Tue Dec 20 09:22:03 2016 -0500 diff -r 74840703b2fc -r 33ad1eec3ad3 ../nasuni_test/nmc_interaction/__init__.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/../nasuni_test/nmc_interaction/__init__.py Tue Dec 20 09:22:03 2016 -0500 diff -r 74840703b2fc -r 33ad1eec3ad3 ../tests/noc/globallock/__init__.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/../tests/noc/globallock/__init__.py Tue Dec 20 09:22:03 2016 -0500 diff -r 74840703b2fc -r 33ad1eec3ad3 ../../gui/apps/metrics/management/commands/__init__.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/../../gui/apps/metrics/management/commands/__init__.py Tue Dec 20 09:22:03 2016 -0500 diff -r 74840703b2fc -r 33ad1eec3ad3 ../../gui/apps/alerts/management/commands/__init__.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/../../gui/apps/alerts/management/commands/__init__.py Tue Dec 20 09:22:03 2016 -0500 diff -r 74840703b2fc -r 33ad1eec3ad3 ../../nmc_ui/apps/config/smb/migrations/__init__.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/../../nmc_ui/apps/config/smb/migrations/__init__.py Tue Dec 20 09:22:03 2016 -0500 diff -r 74840703b2fc -r 33ad1eec3ad3 ../../gui/apps/mobileweb/__init__.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/../../gui/apps/mobileweb/__init__.py Tue Dec 20 09:22:03 2016 -0500 diff -r 74840703b2fc -r 33ad1eec3ad3 ../../gui/apps/sideload/__init__.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/../../gui/apps/sideload/__init__.py Tue Dec 20 09:22:03 2016 -0500 diff -r 74840703b2fc -r 33ad1eec3ad3 ../../gui/apps/stickies/__init__.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/../../gui/apps/stickies/__init__.py Tue Dec 20 09:22:03 2016 -0500 diff -r 74840703b2fc -r 33ad1eec3ad3 ../nasuni_test/app/msoffice/__init__.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/../nasuni_test/app/msoffice/__init__.py Tue Dec 20 09:22:03 2016 -0500 diff -r 74840703b2fc -r 33ad1eec3ad3 ../../nmc_ui/apps/metrics/migrations/__init__.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/../../nmc_ui/apps/metrics/migrations/__init__.py Tue Dec 20 09:22:03 2016 -0500 diff -r 74840703b2fc -r 33ad1eec3ad3 ../tests/noc/blob_api/__init__.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/../tests/noc/blob_api/__init__.py Tue Dec 20 09:22:03 2016 -0500 diff -r 74840703b2fc -r 33ad1eec3ad3 ../../gui/apps/quotas/__init__.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/../../gui/apps/quotas/__init__.py Tue Dec 20 09:22:03 2016 -0500 diff -r 74840703b2fc -r 33ad1eec3ad3 ../../nmc_ui/apps/__init__.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/../../nmc_ui/apps/__init__.py Tue Dec 20 09:22:03 2016 -0500 diff -r 74840703b2fc -r 33ad1eec3ad3 ../../nmc_ui/apps/config/smb/__init__.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/../../nmc_ui/apps/config/smb/__init__.py Tue Dec 20 09:22:03 2016 -0500 diff -r 74840703b2fc -r 33ad1eec3ad3 ../../nmc_ui/apps/filers/__init__.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/../../nmc_ui/apps/filers/__init__.py Tue Dec 20 09:22:03 2016 -0500 diff -r 74840703b2fc -r 33ad1eec3ad3 ../../nmc_ui/apps/settings/__init__.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/../../nmc_ui/apps/settings/__init__.py Tue Dec 20 09:22:03 2016 -0500 diff -r 74840703b2fc -r 33ad1eec3ad3 ../nasuni_test/snmp/__init__.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/../nasuni_test/snmp/__init__.py Tue Dec 20 09:22:03 2016 -0500 diff -r 74840703b2fc -r 33ad1eec3ad3 ../../gui/apps/emailconf/migrations/__init__.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/../../gui/apps/emailconf/migrations/__init__.py Tue Dec 20 09:22:03 2016 -0500 diff -r 74840703b2fc -r 33ad1eec3ad3 ../nasuni/gui_common/accountsbase/__init__.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/../nasuni/gui_common/accountsbase/__init__.py Tue Dec 20 09:22:03 2016 -0500 diff -r 74840703b2fc -r 33ad1eec3ad3 ../../gui/apps/util/forms/__init__.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/../../gui/apps/util/forms/__init__.py Tue Dec 20 09:22:03 2016 -0500 diff -r 74840703b2fc -r 33ad1eec3ad3 ../tests/feature/sparsefiles/__init__.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/../tests/feature/sparsefiles/__init__.py Tue Dec 20 09:22:03 2016 -0500 diff -r 74840703b2fc -r 33ad1eec3ad3 ../../nmc_ui/apps/settings/management/__init__.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/../../nmc_ui/apps/settings/management/__init__.py Tue Dec 20 09:22:03 2016 -0500 diff -r 74840703b2fc -r 33ad1eec3ad3 ../../nmc_ui/utils/templatetags/__init__.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/../../nmc_ui/utils/templatetags/__init__.py Tue Dec 20 09:22:03 2016 -0500 diff -r 74840703b2fc -r 33ad1eec3ad3 ../../gui/apps/main/migrations/__init__.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/../../gui/apps/main/migrations/__init__.py Tue Dec 20 09:22:03 2016 -0500 diff -r 74840703b2fc -r 33ad1eec3ad3 ../nasuni/copytools/__init__.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/../nasuni/copytools/__init__.py Tue Dec 20 09:22:03 2016 -0500 diff -r 74840703b2fc -r 33ad1eec3ad3 ../../gui/apps/emailconf/management/__init__.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/../../gui/apps/emailconf/management/__init__.py Tue Dec 20 09:22:03 2016 -0500 diff -r 74840703b2fc -r 33ad1eec3ad3 ../../gui/apps/nfs/migrations/__init__.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/../../gui/apps/nfs/migrations/__init__.py Tue Dec 20 09:22:03 2016 -0500 diff -r 74840703b2fc -r 33ad1eec3ad3 ../../gui/apps/iscsi/migrations/__init__.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/../../gui/apps/iscsi/migrations/__init__.py Tue Dec 20 09:22:03 2016 -0500 diff -r 74840703b2fc -r 33ad1eec3ad3 ../../gui/apps/activities/management/__init__.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/../../gui/apps/activities/management/__init__.py Tue Dec 20 09:22:03 2016 -0500 diff -r 74840703b2fc -r 33ad1eec3ad3 ../tests/nmc/__init__.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/../tests/nmc/__init__.py Tue Dec 20 09:22:03 2016 -0500 diff -r 74840703b2fc -r 33ad1eec3ad3 ../../gui/apps/metrics/__init__.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/../../gui/apps/metrics/__init__.py Tue Dec 20 09:22:03 2016 -0500 diff -r 74840703b2fc -r 33ad1eec3ad3 ../nasuni/tests/__init__.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/../nasuni/tests/__init__.py Tue Dec 20 09:22:03 2016 -0500 diff -r 74840703b2fc -r 33ad1eec3ad3 ../nasuni_test/ui/nmc/__init__.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/../nasuni_test/ui/nmc/__init__.py Tue Dec 20 09:22:03 2016 -0500 diff -r 74840703b2fc -r 33ad1eec3ad3 ../tests/component/network/__init__.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/../tests/component/network/__init__.py Tue Dec 20 09:22:03 2016 -0500 diff -r 74840703b2fc -r 33ad1eec3ad3 ../../gui/apps/credentials/migrations/__init__.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/../../gui/apps/credentials/migrations/__init__.py Tue Dec 20 09:22:03 2016 -0500 diff -r 74840703b2fc -r 33ad1eec3ad3 ../../nmc_ui/apps/config/__init__.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/../../nmc_ui/apps/config/__init__.py Tue Dec 20 09:22:03 2016 -0500 diff -r 74840703b2fc -r 33ad1eec3ad3 ../../nmc_ui/apps/config/services/__init__.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/../../nmc_ui/apps/config/services/__init__.py Tue Dec 20 09:22:03 2016 -0500 diff -r 74840703b2fc -r 33ad1eec3ad3 task/memory/__init__.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/task/memory/__init__.py Tue Dec 20 09:22:03 2016 -0500 diff -r 74840703b2fc -r 33ad1eec3ad3 ../../nmc_ui/apps/settings/management/commands/__init__.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/../../nmc_ui/apps/settings/management/commands/__init__.py Tue Dec 20 09:22:03 2016 -0500 diff -r 74840703b2fc -r 33ad1eec3ad3 ../tests/noc/pushlock/__init__.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/../tests/noc/pushlock/__init__.py Tue Dec 20 09:22:03 2016 -0500 diff -r 74840703b2fc -r 33ad1eec3ad3 ../../nmc_ui/apps/config/networking/migrations/__init__.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/../../nmc_ui/apps/config/networking/migrations/__init__.py Tue Dec 20 09:22:03 2016 -0500 diff -r 74840703b2fc -r 33ad1eec3ad3 ../../gui/apps/fsbrowser/__init__.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/../../gui/apps/fsbrowser/__init__.py Tue Dec 20 09:22:03 2016 -0500 diff -r 74840703b2fc -r 33ad1eec3ad3 ../../gui/apps/alerts/__init__.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/../../gui/apps/alerts/__init__.py Tue Dec 20 09:22:03 2016 -0500 diff -r 74840703b2fc -r 33ad1eec3ad3 ../tests/noc/misc_volume_api/__init__.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/../tests/noc/misc_volume_api/__init__.py Tue Dec 20 09:22:03 2016 -0500 diff -r 74840703b2fc -r 33ad1eec3ad3 ../../gui/apps/metrics/migrations/__init__.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/../../gui/apps/metrics/migrations/__init__.py Tue Dec 20 09:22:03 2016 -0500 diff -r 74840703b2fc -r 33ad1eec3ad3 ../../gui/apps/api/__init__.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/../../gui/apps/api/__init__.py Tue Dec 20 09:22:03 2016 -0500 diff -r 74840703b2fc -r 33ad1eec3ad3 ../tests/feature/shares/__init__.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/../tests/feature/shares/__init__.py Tue Dec 20 09:22:03 2016 -0500 diff -r 74840703b2fc -r 33ad1eec3ad3 ../../gui/apps/certs/migrations/__init__.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/../../gui/apps/certs/migrations/__init__.py Tue Dec 20 09:22:03 2016 -0500 diff -r 74840703b2fc -r 33ad1eec3ad3 ../tests/feature/multi_protocol/__init__.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/../tests/feature/multi_protocol/__init__.py Tue Dec 20 09:22:03 2016 -0500 diff -r 74840703b2fc -r 33ad1eec3ad3 ../nasuni_test/update/__init__.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/../nasuni_test/update/__init__.py Tue Dec 20 09:22:03 2016 -0500 diff -r 74840703b2fc -r 33ad1eec3ad3 ../../nmc_ui/apps/wizard/migrations/__init__.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/../../nmc_ui/apps/wizard/migrations/__init__.py Tue Dec 20 09:22:03 2016 -0500 diff -r 74840703b2fc -r 33ad1eec3ad3 ../nasuni_test/common/__init__.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/../nasuni_test/common/__init__.py Tue Dec 20 09:22:03 2016 -0500 diff -r 74840703b2fc -r 33ad1eec3ad3 ../../gui/config/__init__.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/../../gui/config/__init__.py Tue Dec 20 09:22:03 2016 -0500 diff -r 74840703b2fc -r 33ad1eec3ad3 ../nasuni/charts/__init__.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/../nasuni/charts/__init__.py Tue Dec 20 09:22:03 2016 -0500 diff -r 74840703b2fc -r 33ad1eec3ad3 ../../gui/apps/ftp/templatetags/__init__.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/../../gui/apps/ftp/templatetags/__init__.py Tue Dec 20 09:22:03 2016 -0500 diff -r 74840703b2fc -r 33ad1eec3ad3 ../../gui/apps/api/migrations/__init__.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/../../gui/apps/api/migrations/__init__.py Tue Dec 20 09:22:03 2016 -0500 diff -r 74840703b2fc -r 33ad1eec3ad3 ../tests/component/samba/__init__.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/../tests/component/samba/__init__.py Tue Dec 20 09:22:03 2016 -0500 diff -r 74840703b2fc -r 33ad1eec3ad3 ../cifsweb/cifsweb/__init__.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/../cifsweb/cifsweb/__init__.py Tue Dec 20 09:22:03 2016 -0500 diff -r 74840703b2fc -r 33ad1eec3ad3 ../../nmc_ui/apps/config/email_alerts/migrations/__init__.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/../../nmc_ui/apps/config/email_alerts/migrations/__init__.py Tue Dec 20 09:22:03 2016 -0500 diff -r 74840703b2fc -r 33ad1eec3ad3 ../cifsbroker/cifsbroker/__init__.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/../cifsbroker/cifsbroker/__init__.py Tue Dec 20 09:22:03 2016 -0500 diff -r 74840703b2fc -r 33ad1eec3ad3 ../nasuni/nmc/filer_shims/__init__.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/../nasuni/nmc/filer_shims/__init__.py Tue Dec 20 09:22:03 2016 -0500 diff -r 74840703b2fc -r 33ad1eec3ad3 ../../nmc_ui/settings/__init__.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/../../nmc_ui/settings/__init__.py Tue Dec 20 09:22:03 2016 -0500 diff -r 74840703b2fc -r 33ad1eec3ad3 ../../nmc_ui/apps/config/accounts/__init__.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/../../nmc_ui/apps/config/accounts/__init__.py Tue Dec 20 09:22:03 2016 -0500 diff -r 74840703b2fc -r 33ad1eec3ad3 ../../nmc_ui/apps/metrics/management/__init__.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/../../nmc_ui/apps/metrics/management/__init__.py Tue Dec 20 09:22:03 2016 -0500 diff -r 74840703b2fc -r 33ad1eec3ad3 ../../gui/apps/download/__init__.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/../../gui/apps/download/__init__.py Tue Dec 20 09:22:03 2016 -0500 diff -r 74840703b2fc -r 33ad1eec3ad3 ../../nmc_ui/apps/config/updates/migrations/__init__.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/../../nmc_ui/apps/config/updates/migrations/__init__.py Tue Dec 20 09:22:03 2016 -0500 diff -r 74840703b2fc -r 33ad1eec3ad3 ../../gui/apps/wizard/migrations/__init__.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/../../gui/apps/wizard/migrations/__init__.py Tue Dec 20 09:22:03 2016 -0500 diff -r 74840703b2fc -r 33ad1eec3ad3 ../nasuni_test/component/__init__.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/../nasuni_test/component/__init__.py Tue Dec 20 09:22:03 2016 -0500 diff -r 74840703b2fc -r 33ad1eec3ad3 ../../gui/apps/stickies/migrations/__init__.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/../../gui/apps/stickies/migrations/__init__.py Tue Dec 20 09:22:03 2016 -0500 diff -r 74840703b2fc -r 33ad1eec3ad3 ../nasuni/gui_common/templateutil/__init__.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/../nasuni/gui_common/templateutil/__init__.py Tue Dec 20 09:22:03 2016 -0500 diff -r 74840703b2fc -r 33ad1eec3ad3 ../../nmc_ui/apps/notifications/migrations/__init__.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/../../nmc_ui/apps/notifications/migrations/__init__.py Tue Dec 20 09:22:03 2016 -0500 diff -r 74840703b2fc -r 33ad1eec3ad3 ../tests/component/unityfs/__init__.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/../tests/component/unityfs/__init__.py Tue Dec 20 09:22:03 2016 -0500 diff -r 74840703b2fc -r 33ad1eec3ad3 ../../gui/apps/iscsi/__init__.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/../../gui/apps/iscsi/__init__.py Tue Dec 20 09:22:03 2016 -0500 diff -r 74840703b2fc -r 33ad1eec3ad3 ../../gui/apps/alerts/management/__init__.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/../../gui/apps/alerts/management/__init__.py Tue Dec 20 09:22:03 2016 -0500 diff -r 74840703b2fc -r 33ad1eec3ad3 ../../gui/apps/metrics/management/__init__.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/../../gui/apps/metrics/management/__init__.py Tue Dec 20 09:22:03 2016 -0500 diff -r 74840703b2fc -r 33ad1eec3ad3 ../../nmc_ui/apps/settings/migrations/__init__.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/../../nmc_ui/apps/settings/migrations/__init__.py Tue Dec 20 09:22:03 2016 -0500 diff -r 74840703b2fc -r 33ad1eec3ad3 ../../nmc_ui/apps/config/accounts/migrations/__init__.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/../../nmc_ui/apps/config/accounts/migrations/__init__.py Tue Dec 20 09:22:03 2016 -0500 diff -r 74840703b2fc -r 33ad1eec3ad3 ../nasuni_test/ui/__init__.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/../nasuni_test/ui/__init__.py Tue Dec 20 09:22:03 2016 -0500 diff -r 74840703b2fc -r 33ad1eec3ad3 ../../nmc_ui/test/models.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/../../nmc_ui/test/models.py Tue Dec 20 09:22:03 2016 -0500 diff -r 74840703b2fc -r 33ad1eec3ad3 ../tests/component/unityxml/__init__.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/../tests/component/unityxml/__init__.py Tue Dec 20 09:22:03 2016 -0500 diff -r 74840703b2fc -r 33ad1eec3ad3 ../tests/feature/ftp/__init__.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/../tests/feature/ftp/__init__.py Tue Dec 20 09:22:03 2016 -0500 diff -r 74840703b2fc -r 33ad1eec3ad3 ../tests/feature/anti_virus/__init__.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/../tests/feature/anti_virus/__init__.py Tue Dec 20 09:22:03 2016 -0500 diff -r 74840703b2fc -r 33ad1eec3ad3 task/util/__init__.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/task/util/__init__.py Tue Dec 20 09:22:03 2016 -0500 diff -r 74840703b2fc -r 33ad1eec3ad3 ../nasuni/nmc/routes/__init__.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/../nasuni/nmc/routes/__init__.py Tue Dec 20 09:22:03 2016 -0500 diff -r 74840703b2fc -r 33ad1eec3ad3 ../../gui/apps/activities/migrations/__init__.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/../../gui/apps/activities/migrations/__init__.py Tue Dec 20 09:22:03 2016 -0500 diff -r 74840703b2fc -r 33ad1eec3ad3 ../tests/feature/dot_snapshot/__init__.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/../tests/feature/dot_snapshot/__init__.py Tue Dec 20 09:22:03 2016 -0500 diff -r 74840703b2fc -r 33ad1eec3ad3 ../nasuni_test/file_locks/__init__.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/../nasuni_test/file_locks/__init__.py Tue Dec 20 09:22:03 2016 -0500 diff -r 74840703b2fc -r 33ad1eec3ad3 ../../gui/apps/status/migrations/__init__.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/../../gui/apps/status/migrations/__init__.py Tue Dec 20 09:22:03 2016 -0500 diff -r 74840703b2fc -r 33ad1eec3ad3 ../nasuni_test/app/osx/__init__.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/../nasuni_test/app/osx/__init__.py Tue Dec 20 09:22:03 2016 -0500 diff -r 74840703b2fc -r 33ad1eec3ad3 ../../gui/apps/nfs/__init__.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/../../gui/apps/nfs/__init__.py Tue Dec 20 09:22:03 2016 -0500 diff -r 74840703b2fc -r 33ad1eec3ad3 ../../nmc_ui/apps/filers/migrations/__init__.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/../../nmc_ui/apps/filers/migrations/__init__.py Tue Dec 20 09:22:03 2016 -0500 diff -r 74840703b2fc -r 33ad1eec3ad3 ../../nmc_ui/apps/account/__init__.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/../../nmc_ui/apps/account/__init__.py Tue Dec 20 09:22:03 2016 -0500 diff -r 74840703b2fc -r 33ad1eec3ad3 ../../nmc_ui/apps/config/email_alerts/management/__init__.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/../../nmc_ui/apps/config/email_alerts/management/__init__.py Tue Dec 20 09:22:03 2016 -0500 diff -r 74840703b2fc -r 33ad1eec3ad3 ../../nmc_ui/apps/config/updates/__init__.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/../../nmc_ui/apps/config/updates/__init__.py Tue Dec 20 09:22:03 2016 -0500 diff -r 74840703b2fc -r 33ad1eec3ad3 ../../gui/apps/snapshots/migrations/__init__.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/../../gui/apps/snapshots/migrations/__init__.py Tue Dec 20 09:22:03 2016 -0500 diff -r 74840703b2fc -r 33ad1eec3ad3 ../../gui/apps/wizard/__init__.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/../../gui/apps/wizard/__init__.py Tue Dec 20 09:22:03 2016 -0500 diff -r 74840703b2fc -r 33ad1eec3ad3 ../../nmc_ui/test/routes/__init__.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/../../nmc_ui/test/routes/__init__.py Tue Dec 20 09:22:03 2016 -0500 diff -r 74840703b2fc -r 33ad1eec3ad3 ../nasuni_test/ui/nmc/volumes/__init__.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/../nasuni_test/ui/nmc/volumes/__init__.py Tue Dec 20 09:22:03 2016 -0500 diff -r 74840703b2fc -r 33ad1eec3ad3 ../../nmc_ui/apps/volumes/__init__.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/../../nmc_ui/apps/volumes/__init__.py Tue Dec 20 09:22:03 2016 -0500 diff -r 74840703b2fc -r 33ad1eec3ad3 ../../nmc_ui/apps/config/session/__init__.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/../../nmc_ui/apps/config/session/__init__.py Tue Dec 20 09:22:03 2016 -0500 diff -r 74840703b2fc -r 33ad1eec3ad3 ../../gui/apps/util/templatetags/__init__.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/../../gui/apps/util/templatetags/__init__.py Tue Dec 20 09:22:03 2016 -0500 diff -r 74840703b2fc -r 33ad1eec3ad3 ../../nmc_ui/apps/config/description/__init__.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/../../nmc_ui/apps/config/description/__init__.py Tue Dec 20 09:22:03 2016 -0500 diff -r 74840703b2fc -r 33ad1eec3ad3 ../tests/noc/__init__.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/../tests/noc/__init__.py Tue Dec 20 09:22:03 2016 -0500 diff -r 74840703b2fc -r 33ad1eec3ad3 ../../gui/apps/antivirus/__init__.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/../../gui/apps/antivirus/__init__.py Tue Dec 20 09:22:03 2016 -0500 diff -r 74840703b2fc -r 33ad1eec3ad3 ../tests/ui/file_browser/__init__.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/../tests/ui/file_browser/__init__.py Tue Dec 20 09:22:03 2016 -0500 diff -r 74840703b2fc -r 33ad1eec3ad3 ../tests/feature/update/__init__.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/../tests/feature/update/__init__.py Tue Dec 20 09:22:03 2016 -0500 diff -r 74840703b2fc -r 33ad1eec3ad3 ../README --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/../README Tue Dec 20 09:22:03 2016 -0500 diff -r 74840703b2fc -r 33ad1eec3ad3 ../tests/component/dot_nasuni_perms/__init__.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/../tests/component/dot_nasuni_perms/__init__.py Tue Dec 20 09:22:03 2016 -0500 diff -r 74840703b2fc -r 33ad1eec3ad3 ../nasuni_test/nasuni_sync/__init__.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/../nasuni_test/nasuni_sync/__init__.py Tue Dec 20 09:22:03 2016 -0500 diff -r 74840703b2fc -r 33ad1eec3ad3 ../../nmc_ui/apps/volumes/views/__init__.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/../../nmc_ui/apps/volumes/views/__init__.py Tue Dec 20 09:22:03 2016 -0500 diff -r 74840703b2fc -r 33ad1eec3ad3 ../../gui/apps/support/__init__.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/../../gui/apps/support/__init__.py Tue Dec 20 09:22:03 2016 -0500 diff -r 74840703b2fc -r 33ad1eec3ad3 ../tests/ui/volumes_pages/__init__.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/../tests/ui/volumes_pages/__init__.py Tue Dec 20 09:22:03 2016 -0500 diff -r 74840703b2fc -r 33ad1eec3ad3 ../../gui/apps/throttle/migrations/__init__.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/../../gui/apps/throttle/migrations/__init__.py Tue Dec 20 09:22:03 2016 -0500 diff -r 74840703b2fc -r 33ad1eec3ad3 ../../gui/apps/quotas/migrations/__init__.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/../../gui/apps/quotas/migrations/__init__.py Tue Dec 20 09:22:03 2016 -0500 diff -r 74840703b2fc -r 33ad1eec3ad3 ../../nmc_ui/apps/settings/handlers/__init__.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/../../nmc_ui/apps/settings/handlers/__init__.py Tue Dec 20 09:22:03 2016 -0500 diff -r 74840703b2fc -r 33ad1eec3ad3 ../nasuni/naptool/__init__.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/../nasuni/naptool/__init__.py Tue Dec 20 09:22:03 2016 -0500 diff -r 74840703b2fc -r 33ad1eec3ad3 ../nasuni/gui_common/shortcuts/__init__.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/../nasuni/gui_common/shortcuts/__init__.py Tue Dec 20 09:22:03 2016 -0500 diff -r 74840703b2fc -r 33ad1eec3ad3 ../../nmc_ui/apps/notifications/__init__.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/../../nmc_ui/apps/notifications/__init__.py Tue Dec 20 09:22:03 2016 -0500 diff -r 74840703b2fc -r 33ad1eec3ad3 ../../gui/apps/config/management/__init__.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/../../gui/apps/config/management/__init__.py Tue Dec 20 09:22:03 2016 -0500 diff -r 74840703b2fc -r 33ad1eec3ad3 ../tests/use_case/__init__.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/../tests/use_case/__init__.py Tue Dec 20 09:22:03 2016 -0500 diff -r 74840703b2fc -r 33ad1eec3ad3 ../tests/noc/misc_filer_api/__init__.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/../tests/noc/misc_filer_api/__init__.py Tue Dec 20 09:22:03 2016 -0500 diff -r 74840703b2fc -r 33ad1eec3ad3 ../../nmc_ui/test/__init__.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/../../nmc_ui/test/__init__.py Tue Dec 20 09:22:03 2016 -0500 diff -r 74840703b2fc -r 33ad1eec3ad3 ../tests/feature/web_access/__init__.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/../tests/feature/web_access/__init__.py Tue Dec 20 09:22:03 2016 -0500 diff -r 74840703b2fc -r 33ad1eec3ad3 ../../nmc_ui/apps/config/snmp/__init__.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/../../nmc_ui/apps/config/snmp/__init__.py Tue Dec 20 09:22:03 2016 -0500 diff -r 74840703b2fc -r 33ad1eec3ad3 ../tests/component/memory/__init__.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/../tests/component/memory/__init__.py Tue Dec 20 09:22:03 2016 -0500 diff -r 74840703b2fc -r 33ad1eec3ad3 ../../gui/apps/filealert/__init__.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/../../gui/apps/filealert/__init__.py Tue Dec 20 09:22:03 2016 -0500 diff -r 74840703b2fc -r 33ad1eec3ad3 ../tests/ui/__init__.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/../tests/ui/__init__.py Tue Dec 20 09:22:03 2016 -0500 diff -r 74840703b2fc -r 33ad1eec3ad3 ../tests/feature/iscsi/__init__.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/../tests/feature/iscsi/__init__.py Tue Dec 20 09:22:03 2016 -0500 diff -r 74840703b2fc -r 33ad1eec3ad3 ../../gui/apps/mobileweb/migrations/__init__.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/../../gui/apps/mobileweb/migrations/__init__.py Tue Dec 20 09:22:03 2016 -0500 diff -r 74840703b2fc -r 33ad1eec3ad3 ../../gui/apps/shares/__init__.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/../../gui/apps/shares/__init__.py Tue Dec 20 09:22:03 2016 -0500 diff -r 74840703b2fc -r 33ad1eec3ad3 ../../nmc_ui/apps/config/encryption_keys/management/commands/__init__.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/../../nmc_ui/apps/config/encryption_keys/management/commands/__init__.py Tue Dec 20 09:22:03 2016 -0500 diff -r 74840703b2fc -r 33ad1eec3ad3 ../tests/ui/configuration_pages/__init__.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/../tests/ui/configuration_pages/__init__.py Tue Dec 20 09:22:03 2016 -0500 diff -r 74840703b2fc -r 33ad1eec3ad3 ../../gui/apps/util/management/__init__.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/../../gui/apps/util/management/__init__.py Tue Dec 20 09:22:03 2016 -0500 diff -r 74840703b2fc -r 33ad1eec3ad3 ../../nmc_ui/apps/filers/management/__init__.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/../../nmc_ui/apps/filers/management/__init__.py Tue Dec 20 09:22:03 2016 -0500 diff -r 74840703b2fc -r 33ad1eec3ad3 ../../gui/apps/activities/__init__.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/../../gui/apps/activities/__init__.py Tue Dec 20 09:22:03 2016 -0500 diff -r 74840703b2fc -r 33ad1eec3ad3 ../tests/feature/globallock/__init__.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/../tests/feature/globallock/__init__.py Tue Dec 20 09:22:03 2016 -0500 diff -r 74840703b2fc -r 33ad1eec3ad3 ../../nmc_ui/test/views.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/../../nmc_ui/test/views.py Tue Dec 20 09:22:03 2016 -0500 diff -r 74840703b2fc -r 33ad1eec3ad3 ../nasuni/webaccess/__init__.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/../nasuni/webaccess/__init__.py Tue Dec 20 09:22:03 2016 -0500 diff -r 74840703b2fc -r 33ad1eec3ad3 ../tests/feature/mobile/__init__.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/../tests/feature/mobile/__init__.py Tue Dec 20 09:22:03 2016 -0500 diff -r 74840703b2fc -r 33ad1eec3ad3 ../../nmc_ui/apps/config/session/migrations/__init__.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/../../nmc_ui/apps/config/session/migrations/__init__.py Tue Dec 20 09:22:03 2016 -0500 diff -r 74840703b2fc -r 33ad1eec3ad3 ../nasuni/nmc/__init__.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/../nasuni/nmc/__init__.py Tue Dec 20 09:22:03 2016 -0500 diff -r 74840703b2fc -r 33ad1eec3ad3 ../../gui/__init__.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/../../gui/__init__.py Tue Dec 20 09:22:03 2016 -0500 diff -r 74840703b2fc -r 33ad1eec3ad3 ../nasuni_test/ui/status_pages/__init__.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/../nasuni_test/ui/status_pages/__init__.py Tue Dec 20 09:22:03 2016 -0500 diff -r 74840703b2fc -r 33ad1eec3ad3 ../../nmc_ui/test/management/__init__.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/../../nmc_ui/test/management/__init__.py Tue Dec 20 09:22:03 2016 -0500 diff -r 74840703b2fc -r 33ad1eec3ad3 ../tests/feature/volume_delete/__init__.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/../tests/feature/volume_delete/__init__.py Tue Dec 20 09:22:03 2016 -0500 diff -r 74840703b2fc -r 33ad1eec3ad3 ../tests/nmc/volume_settings/__init__.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/../tests/nmc/volume_settings/__init__.py Tue Dec 20 09:22:03 2016 -0500 diff -r 74840703b2fc -r 33ad1eec3ad3 ../nasuni_test/ui/common/__init__.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/../nasuni_test/ui/common/__init__.py Tue Dec 20 09:22:03 2016 -0500 diff -r 74840703b2fc -r 33ad1eec3ad3 ../../nmc_ui/apps/config/encryption_keys/migrations/__init__.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/../../nmc_ui/apps/config/encryption_keys/migrations/__init__.py Tue Dec 20 09:22:03 2016 -0500 diff -r 74840703b2fc -r 33ad1eec3ad3 ../../nmc_ui/apps/config/accounts/management/commands/__init__.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/../../nmc_ui/apps/config/accounts/management/commands/__init__.py Tue Dec 20 09:22:03 2016 -0500 diff -r 74840703b2fc -r 33ad1eec3ad3 ../../nmc_ui/apps/config/timezone/__init__.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/../../nmc_ui/apps/config/timezone/__init__.py Tue Dec 20 09:22:03 2016 -0500 diff -r 74840703b2fc -r 33ad1eec3ad3 ../../gui/apps/main/__init__.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/../../gui/apps/main/__init__.py Tue Dec 20 09:22:03 2016 -0500 diff -r 74840703b2fc -r 33ad1eec3ad3 ../../nmc_ui/apps/filers/management/commands/__init__.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/../../nmc_ui/apps/filers/management/commands/__init__.py Tue Dec 20 09:22:03 2016 -0500 diff -r 74840703b2fc -r 33ad1eec3ad3 ../../nmc_ui/apps/volumes/migrations/__init__.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/../../nmc_ui/apps/volumes/migrations/__init__.py Tue Dec 20 09:22:03 2016 -0500 diff -r 74840703b2fc -r 33ad1eec3ad3 ../../nmc_ui/apps/config/email_alerts/management/commands/__init__.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/../../nmc_ui/apps/config/email_alerts/management/commands/__init__.py Tue Dec 20 09:22:03 2016 -0500 diff -r 74840703b2fc -r 33ad1eec3ad3 ../../gui/apps/activities/jobsys/__init__.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/../../gui/apps/activities/jobsys/__init__.py Tue Dec 20 09:22:03 2016 -0500 diff -r 74840703b2fc -r 33ad1eec3ad3 ../nasuni/gui_common/templateutil/templatetags/__init__.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/../nasuni/gui_common/templateutil/templatetags/__init__.py Tue Dec 20 09:22:03 2016 -0500 diff -r 74840703b2fc -r 33ad1eec3ad3 ../../nmc_ui/apps/metrics/__init__.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/../../nmc_ui/apps/metrics/__init__.py Tue Dec 20 09:22:03 2016 -0500 diff -r 74840703b2fc -r 33ad1eec3ad3 ../../gui/apps/config/migrations/__init__.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/../../gui/apps/config/migrations/__init__.py Tue Dec 20 09:22:03 2016 -0500 diff -r 74840703b2fc -r 33ad1eec3ad3 ../nasuni/filer/__init__.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/../nasuni/filer/__init__.py Tue Dec 20 09:22:03 2016 -0500 diff -r 74840703b2fc -r 33ad1eec3ad3 ../../nmc_ui/apps/filers/views/__init__.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/../../nmc_ui/apps/filers/views/__init__.py Tue Dec 20 09:22:03 2016 -0500 diff -r 74840703b2fc -r 33ad1eec3ad3 ../nasuni_test/ui/nmc/filers/__init__.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/../nasuni_test/ui/nmc/filers/__init__.py Tue Dec 20 09:22:03 2016 -0500 diff -r 74840703b2fc -r 33ad1eec3ad3 ../../gui/apps/unprotectedfiles/__init__.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/../../gui/apps/unprotectedfiles/__init__.py Tue Dec 20 09:22:03 2016 -0500 diff -r 74840703b2fc -r 33ad1eec3ad3 ../../gui/apps/throttle/__init__.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/../../gui/apps/throttle/__init__.py Tue Dec 20 09:22:03 2016 -0500 diff -r 74840703b2fc -r 33ad1eec3ad3 ../../gui/apps/shares/migrations/__init__.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/../../gui/apps/shares/migrations/__init__.py Tue Dec 20 09:22:03 2016 -0500 diff -r 74840703b2fc -r 33ad1eec3ad3 ../tests/feature/interactive/__init__.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/../tests/feature/interactive/__init__.py Tue Dec 20 09:22:03 2016 -0500 diff -r 74840703b2fc -r 33ad1eec3ad3 ../tests/feature/side_load/__init__.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/../tests/feature/side_load/__init__.py Tue Dec 20 09:22:03 2016 -0500 diff -r 74840703b2fc -r 33ad1eec3ad3 ../tests/component/nt_acls/__init__.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/../tests/component/nt_acls/__init__.py Tue Dec 20 09:22:03 2016 -0500 diff -r 74840703b2fc -r 33ad1eec3ad3 ../../nmc_ui/apps/notifications/management/commands/__init__.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/../../nmc_ui/apps/notifications/management/commands/__init__.py Tue Dec 20 09:22:03 2016 -0500 diff -r 74840703b2fc -r 33ad1eec3ad3 ../../gui/apps/ftp/__init__.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/../../gui/apps/ftp/__init__.py Tue Dec 20 09:22:03 2016 -0500 diff -r 74840703b2fc -r 33ad1eec3ad3 ../../nmc_ui/__init__.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/../../nmc_ui/__init__.py Tue Dec 20 09:22:03 2016 -0500 diff -r 74840703b2fc -r 33ad1eec3ad3 ../../gui/apps/iscsi/templatetags/__init__.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/../../gui/apps/iscsi/templatetags/__init__.py Tue Dec 20 09:22:03 2016 -0500 diff -r 74840703b2fc -r 33ad1eec3ad3 ../../gui/apps/accounts/__init__.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/../../gui/apps/accounts/__init__.py Tue Dec 20 09:22:03 2016 -0500 diff -r 74840703b2fc -r 33ad1eec3ad3 ../../gui/apps/alerts/migrations/__init__.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/../../gui/apps/alerts/migrations/__init__.py Tue Dec 20 09:22:03 2016 -0500 diff -r 74840703b2fc -r 33ad1eec3ad3 ../tests/feature/cloudvolume/__init__.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/../tests/feature/cloudvolume/__init__.py Tue Dec 20 09:22:03 2016 -0500 diff -r 74840703b2fc -r 33ad1eec3ad3 ../../nmc_ui/apps/config/services/migrations/__init__.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/../../nmc_ui/apps/config/services/migrations/__init__.py Tue Dec 20 09:22:03 2016 -0500 diff -r 74840703b2fc -r 33ad1eec3ad3 ../tests/noc/prunelock/__init__.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/../tests/noc/prunelock/__init__.py Tue Dec 20 09:22:03 2016 -0500 diff -r 74840703b2fc -r 33ad1eec3ad3 ../nasuni_test/ui/common/volumes/__init__.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/../nasuni_test/ui/common/volumes/__init__.py Tue Dec 20 09:22:03 2016 -0500 diff -r 74840703b2fc -r 33ad1eec3ad3 ../tests/feature/shared_urls/__init__.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/../tests/feature/shared_urls/__init__.py Tue Dec 20 09:22:03 2016 -0500 diff -r 74840703b2fc -r 33ad1eec3ad3 ../tests/noc/dr_api/__init__.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/../tests/noc/dr_api/__init__.py Tue Dec 20 09:22:03 2016 -0500 diff -r 74840703b2fc -r 33ad1eec3ad3 task/__init__.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/task/__init__.py Tue Dec 20 09:22:03 2016 -0500 diff -r 74840703b2fc -r 33ad1eec3ad3 ../../gui/apps/sideload/migrations/__init__.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/../../gui/apps/sideload/migrations/__init__.py Tue Dec 20 09:22:03 2016 -0500 diff -r 74840703b2fc -r 33ad1eec3ad3 ../nasuni_test/app/osx/msoffice/__init__.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/../nasuni_test/app/osx/msoffice/__init__.py Tue Dec 20 09:22:03 2016 -0500 diff -r 74840703b2fc -r 33ad1eec3ad3 ../../nmc_ui/apps/config/snmp/migrations/__init__.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/../../nmc_ui/apps/config/snmp/migrations/__init__.py Tue Dec 20 09:22:03 2016 -0500 diff -r 74840703b2fc -r 33ad1eec3ad3 ../../nmc_ui/apps/config/services/models.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/../../nmc_ui/apps/config/services/models.py Tue Dec 20 09:22:03 2016 -0500 diff -r 74840703b2fc -r 33ad1eec3ad3 ../../gui/apps/status/__init__.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/../../gui/apps/status/__init__.py Tue Dec 20 09:22:03 2016 -0500 diff -r 74840703b2fc -r 33ad1eec3ad3 ../tests/nasuni_desktop/__init__.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/../tests/nasuni_desktop/__init__.py Tue Dec 20 09:22:03 2016 -0500 diff -r 74840703b2fc -r 33ad1eec3ad3 ../nasuni_test/app/__init__.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/../nasuni_test/app/__init__.py Tue Dec 20 09:22:03 2016 -0500 diff -r 74840703b2fc -r 33ad1eec3ad3 ../nasuni_test/mobile/__init__.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/../nasuni_test/mobile/__init__.py Tue Dec 20 09:22:03 2016 -0500 diff -r 74840703b2fc -r 33ad1eec3ad3 ../tests/component/nmc_routes/__init__.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/../tests/component/nmc_routes/__init__.py Tue Dec 20 09:22:03 2016 -0500 diff -r 74840703b2fc -r 33ad1eec3ad3 ../../gui/apps/filealert/migrations/__init__.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/../../gui/apps/filealert/migrations/__init__.py Tue Dec 20 09:22:03 2016 -0500 diff -r 74840703b2fc -r 33ad1eec3ad3 ../../nmc_ui/apps/notifications/management/__init__.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/../../nmc_ui/apps/notifications/management/__init__.py Tue Dec 20 09:22:03 2016 -0500 diff -r 74840703b2fc -r 33ad1eec3ad3 ../tests/feature/cache/__init__.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/../tests/feature/cache/__init__.py Tue Dec 20 09:22:03 2016 -0500 diff -r 74840703b2fc -r 33ad1eec3ad3 ../../gui/apps/accounts/migrations/__init__.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/../../gui/apps/accounts/migrations/__init__.py Tue Dec 20 09:22:03 2016 -0500 diff -r 74840703b2fc -r 33ad1eec3ad3 ../tests/feature/prefetch/__init__.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/../tests/feature/prefetch/__init__.py Tue Dec 20 09:22:03 2016 -0500 diff -r 74840703b2fc -r 33ad1eec3ad3 ../../gui/apps/gpgkeys/__init__.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/../../gui/apps/gpgkeys/__init__.py Tue Dec 20 09:22:03 2016 -0500 diff -r 74840703b2fc -r 33ad1eec3ad3 ../../nmc_ui/apps/config/email_alerts/__init__.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/../../nmc_ui/apps/config/email_alerts/__init__.py Tue Dec 20 09:22:03 2016 -0500 diff -r 74840703b2fc -r 33ad1eec3ad3 ../../nmc_ui/apps/config/networking/__init__.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/../../nmc_ui/apps/config/networking/__init__.py Tue Dec 20 09:22:03 2016 -0500 diff -r 74840703b2fc -r 33ad1eec3ad3 ../nasuni_test/ui/services_pages/__init__.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/../nasuni_test/ui/services_pages/__init__.py Tue Dec 20 09:22:03 2016 -0500 diff -r 74840703b2fc -r 33ad1eec3ad3 ../../gui/apps/emailconf/__init__.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/../../gui/apps/emailconf/__init__.py Tue Dec 20 09:22:03 2016 -0500 diff -r 74840703b2fc -r 33ad1eec3ad3 ../../gui/apps/credentials/__init__.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/../../gui/apps/credentials/__init__.py Tue Dec 20 09:22:03 2016 -0500 diff -r 74840703b2fc -r 33ad1eec3ad3 ../nasuni_test/data_structures/__init__.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/../nasuni_test/data_structures/__init__.py Tue Dec 20 09:22:03 2016 -0500 diff -r 74840703b2fc -r 33ad1eec3ad3 ../../gui/apps/util/__init__.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/../../gui/apps/util/__init__.py Tue Dec 20 09:22:03 2016 -0500 diff -r 74840703b2fc -r 33ad1eec3ad3 ../../gui/apps/shares/templatetags/__init__.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/../../gui/apps/shares/templatetags/__init__.py Tue Dec 20 09:22:03 2016 -0500 diff -r 74840703b2fc -r 33ad1eec3ad3 ../tests/feature/user_alerts/__init__.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/../tests/feature/user_alerts/__init__.py Tue Dec 20 09:22:03 2016 -0500 diff -r 74840703b2fc -r 33ad1eec3ad3 ../nasuni_test/ui/volumes_pages/__init__.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/../nasuni_test/ui/volumes_pages/__init__.py Tue Dec 20 09:22:03 2016 -0500 diff -r 74840703b2fc -r 33ad1eec3ad3 ../tests/feature/audit/__init__.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/../tests/feature/audit/__init__.py Tue Dec 20 09:22:03 2016 -0500 diff -r 74840703b2fc -r 33ad1eec3ad3 ../nasuni_test/ui/configuration_pages/__init__.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/../nasuni_test/ui/configuration_pages/__init__.py Tue Dec 20 09:22:03 2016 -0500 diff -r 74840703b2fc -r 33ad1eec3ad3 ../../nmc_ui/apps/config/encryption_keys/__init__.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/../../nmc_ui/apps/config/encryption_keys/__init__.py Tue Dec 20 09:22:03 2016 -0500 diff -r 74840703b2fc -r 33ad1eec3ad3 ../tests/builds/__init__.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/../tests/builds/__init__.py Tue Dec 20 09:22:03 2016 -0500 diff -r 74840703b2fc -r 33ad1eec3ad3 ../../gui/apps/volumes/migrations/__init__.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/../../gui/apps/volumes/migrations/__init__.py Tue Dec 20 09:22:03 2016 -0500 diff -r 74840703b2fc -r 33ad1eec3ad3 ../../nmc_ui/apps/metrics/management/commands/__init__.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/../../nmc_ui/apps/metrics/management/commands/__init__.py Tue Dec 20 09:22:03 2016 -0500 diff -r 74840703b2fc -r 33ad1eec3ad3 ../../nmc_ui/apps/config/certs/migrations/__init__.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/../../nmc_ui/apps/config/certs/migrations/__init__.py Tue Dec 20 09:22:03 2016 -0500 diff -r 74840703b2fc -r 33ad1eec3ad3 ../../nmc_ui/apps/config/encryption_keys/management/__init__.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/../../nmc_ui/apps/config/encryption_keys/management/__init__.py Tue Dec 20 09:22:03 2016 -0500 diff -r 74840703b2fc -r 33ad1eec3ad3 ../tests/feature/folder_options/__init__.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/../tests/feature/folder_options/__init__.py Tue Dec 20 09:22:03 2016 -0500 diff -r 74840703b2fc -r 33ad1eec3ad3 ../nasuni_test/ui/mobile/__init__.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/../nasuni_test/ui/mobile/__init__.py Tue Dec 20 09:22:03 2016 -0500 diff -r 74840703b2fc -r 33ad1eec3ad3 ../../nmc_ui/test/management/commands/__init__.py --- a/../../nmc_ui/test/management/commands/__init__.py Thu Dec 15 12:54:46 2016 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 diff -r 74840703b2fc -r 33ad1eec3ad3 ../../gui/apps/config/__init__.py --- a/../../gui/apps/config/__init__.py Thu Dec 15 12:54:46 2016 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 diff -r 74840703b2fc -r 33ad1eec3ad3 ../../nmc_ui/apps/config/accounts/management/__init__.py --- a/../../nmc_ui/apps/config/accounts/management/__init__.py Thu Dec 15 12:54:46 2016 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 diff -r 74840703b2fc -r 33ad1eec3ad3 ../nasuni_test/ui/accounts/__init__.py --- a/../nasuni_test/ui/accounts/__init__.py Thu Dec 15 12:54:46 2016 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 diff -r 74840703b2fc -r 33ad1eec3ad3 ../../gui/apps/nfs/templatetags/__init__.py --- a/../../gui/apps/nfs/templatetags/__init__.py Thu Dec 15 12:54:46 2016 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 diff -r 74840703b2fc -r 33ad1eec3ad3 ../../gui/apps/certs/__init__.py --- a/../../gui/apps/certs/__init__.py Thu Dec 15 12:54:46 2016 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 diff -r 74840703b2fc -r 33ad1eec3ad3 ../nasuni_test/config/__init__.py --- a/../nasuni_test/config/__init__.py Thu Dec 15 12:54:46 2016 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 diff -r 74840703b2fc -r 33ad1eec3ad3 ../tests/ui/website/__init__.py --- a/../tests/ui/website/__init__.py Thu Dec 15 12:54:46 2016 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 diff -r 74840703b2fc -r 33ad1eec3ad3 ../tests/feature/snmp/__init__.py --- a/../tests/feature/snmp/__init__.py Thu Dec 15 12:54:46 2016 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 diff -r 74840703b2fc -r 33ad1eec3ad3 ../../gui/apps/events/__init__.py --- a/../../gui/apps/events/__init__.py Thu Dec 15 12:54:46 2016 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 diff -r 74840703b2fc -r 33ad1eec3ad3 ../nasuni/gui_common/accountsbase/templatetags/__init__.py --- a/../nasuni/gui_common/accountsbase/templatetags/__init__.py Thu Dec 15 12:54:46 2016 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 diff -r 74840703b2fc -r 33ad1eec3ad3 ../../gui/apps/ftp/migrations/__init__.py --- a/../../gui/apps/ftp/migrations/__init__.py Thu Dec 15 12:54:46 2016 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 diff -r 74840703b2fc -r 33ad1eec3ad3 ../nasuni_test/filer_state/__init__.py --- a/../nasuni_test/filer_state/__init__.py Thu Dec 15 12:54:46 2016 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 diff -r 74840703b2fc -r 33ad1eec3ad3 ../nasuni/wallet/__init__.py --- a/../nasuni/wallet/__init__.py Thu Dec 15 12:54:46 2016 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 diff -r 74840703b2fc -r 33ad1eec3ad3 ../tests/nmc/filer_settings/__init__.py --- a/../tests/nmc/filer_settings/__init__.py Thu Dec 15 12:54:46 2016 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 diff -r 74840703b2fc -r 33ad1eec3ad3 ../../gui/apps/activities/management/commands/__init__.py --- a/../../gui/apps/activities/management/commands/__init__.py Thu Dec 15 12:54:46 2016 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 diff -r 74840703b2fc -r 33ad1eec3ad3 ../../gui/apps/util/management/commands/__init__.py --- a/../../gui/apps/util/management/commands/__init__.py Thu Dec 15 12:54:46 2016 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 diff -r 74840703b2fc -r 33ad1eec3ad3 ../../gui/apps/snapshots/__init__.py --- a/../../gui/apps/snapshots/__init__.py Thu Dec 15 12:54:46 2016 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 diff -r 74840703b2fc -r 33ad1eec3ad3 ../../gui/apps/emailconf/management/commands/__init__.py --- a/../../gui/apps/emailconf/management/commands/__init__.py Thu Dec 15 12:54:46 2016 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 diff -r 74840703b2fc -r 33ad1eec3ad3 ../../nmc_ui/apps/config/certs/__init__.py --- a/../../nmc_ui/apps/config/certs/__init__.py Thu Dec 15 12:54:46 2016 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 diff -r 74840703b2fc -r 33ad1eec3ad3 ../tests/noc/bundle_api/__init__.py --- a/../tests/noc/bundle_api/__init__.py Thu Dec 15 12:54:46 2016 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 diff -r 74840703b2fc -r 33ad1eec3ad3 ../../gui/apps/sharedlinks/__init__.py --- a/../../gui/apps/sharedlinks/__init__.py Thu Dec 15 12:54:46 2016 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 diff -r 74840703b2fc -r 33ad1eec3ad3 ../../gui/apps/__init__.py --- a/../../gui/apps/__init__.py Thu Dec 15 12:54:46 2016 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 diff -r 74840703b2fc -r 33ad1eec3ad3 ../nasuni/gui_common/__init__.py --- a/../nasuni/gui_common/__init__.py Thu Dec 15 12:54:46 2016 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 diff -r 74840703b2fc -r 33ad1eec3ad3 ../../gui/apps/volumes/__init__.py --- a/../../gui/apps/volumes/__init__.py Thu Dec 15 12:54:46 2016 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 diff -r 74840703b2fc -r 33ad1eec3ad3 ../nasuni_test/route_filer/__init__.py --- a/../nasuni_test/route_filer/__init__.py Thu Dec 15 12:54:46 2016 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 diff -r 74840703b2fc -r 33ad1eec3ad3 ../nasuni/cloudstore/__init__.py --- a/../nasuni/cloudstore/__init__.py Thu Dec 15 12:54:46 2016 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 diff -r 74840703b2fc -r 33ad1eec3ad3 ../../gui/apps/config/management/commands/__init__.py --- a/../../gui/apps/config/management/commands/__init__.py Thu Dec 15 12:54:46 2016 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 diff -r 74840703b2fc -r 33ad1eec3ad3 ../nasuni_test/nmc_interaction/__init__.py --- a/../nasuni_test/nmc_interaction/__init__.py Thu Dec 15 12:54:46 2016 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 diff -r 74840703b2fc -r 33ad1eec3ad3 ../tests/noc/globallock/__init__.py --- a/../tests/noc/globallock/__init__.py Thu Dec 15 12:54:46 2016 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 diff -r 74840703b2fc -r 33ad1eec3ad3 ../../gui/apps/metrics/management/commands/__init__.py --- a/../../gui/apps/metrics/management/commands/__init__.py Thu Dec 15 12:54:46 2016 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 diff -r 74840703b2fc -r 33ad1eec3ad3 ../../gui/apps/alerts/management/commands/__init__.py --- a/../../gui/apps/alerts/management/commands/__init__.py Thu Dec 15 12:54:46 2016 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 diff -r 74840703b2fc -r 33ad1eec3ad3 ../../nmc_ui/apps/config/smb/migrations/__init__.py --- a/../../nmc_ui/apps/config/smb/migrations/__init__.py Thu Dec 15 12:54:46 2016 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 diff -r 74840703b2fc -r 33ad1eec3ad3 ../../gui/apps/mobileweb/__init__.py --- a/../../gui/apps/mobileweb/__init__.py Thu Dec 15 12:54:46 2016 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 diff -r 74840703b2fc -r 33ad1eec3ad3 ../../gui/apps/sideload/__init__.py --- a/../../gui/apps/sideload/__init__.py Thu Dec 15 12:54:46 2016 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 diff -r 74840703b2fc -r 33ad1eec3ad3 ../../gui/apps/stickies/__init__.py --- a/../../gui/apps/stickies/__init__.py Thu Dec 15 12:54:46 2016 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 diff -r 74840703b2fc -r 33ad1eec3ad3 ../nasuni_test/app/msoffice/__init__.py --- a/../nasuni_test/app/msoffice/__init__.py Thu Dec 15 12:54:46 2016 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 diff -r 74840703b2fc -r 33ad1eec3ad3 ../../nmc_ui/apps/metrics/migrations/__init__.py --- a/../../nmc_ui/apps/metrics/migrations/__init__.py Thu Dec 15 12:54:46 2016 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 diff -r 74840703b2fc -r 33ad1eec3ad3 ../tests/noc/blob_api/__init__.py --- a/../tests/noc/blob_api/__init__.py Thu Dec 15 12:54:46 2016 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 diff -r 74840703b2fc -r 33ad1eec3ad3 ../../gui/apps/quotas/__init__.py --- a/../../gui/apps/quotas/__init__.py Thu Dec 15 12:54:46 2016 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 diff -r 74840703b2fc -r 33ad1eec3ad3 ../../nmc_ui/apps/__init__.py --- a/../../nmc_ui/apps/__init__.py Thu Dec 15 12:54:46 2016 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 diff -r 74840703b2fc -r 33ad1eec3ad3 ../../nmc_ui/apps/config/smb/__init__.py --- a/../../nmc_ui/apps/config/smb/__init__.py Thu Dec 15 12:54:46 2016 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 diff -r 74840703b2fc -r 33ad1eec3ad3 ../../nmc_ui/apps/filers/__init__.py --- a/../../nmc_ui/apps/filers/__init__.py Thu Dec 15 12:54:46 2016 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 diff -r 74840703b2fc -r 33ad1eec3ad3 ../../nmc_ui/apps/settings/__init__.py --- a/../../nmc_ui/apps/settings/__init__.py Thu Dec 15 12:54:46 2016 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 diff -r 74840703b2fc -r 33ad1eec3ad3 ../nasuni_test/snmp/__init__.py --- a/../nasuni_test/snmp/__init__.py Thu Dec 15 12:54:46 2016 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 diff -r 74840703b2fc -r 33ad1eec3ad3 ../../gui/apps/emailconf/migrations/__init__.py --- a/../../gui/apps/emailconf/migrations/__init__.py Thu Dec 15 12:54:46 2016 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 diff -r 74840703b2fc -r 33ad1eec3ad3 ../nasuni/gui_common/accountsbase/__init__.py --- a/../nasuni/gui_common/accountsbase/__init__.py Thu Dec 15 12:54:46 2016 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 diff -r 74840703b2fc -r 33ad1eec3ad3 ../../gui/apps/util/forms/__init__.py --- a/../../gui/apps/util/forms/__init__.py Thu Dec 15 12:54:46 2016 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 diff -r 74840703b2fc -r 33ad1eec3ad3 ../tests/feature/sparsefiles/__init__.py --- a/../tests/feature/sparsefiles/__init__.py Thu Dec 15 12:54:46 2016 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 diff -r 74840703b2fc -r 33ad1eec3ad3 ../../nmc_ui/apps/settings/management/__init__.py --- a/../../nmc_ui/apps/settings/management/__init__.py Thu Dec 15 12:54:46 2016 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 diff -r 74840703b2fc -r 33ad1eec3ad3 ../../nmc_ui/utils/templatetags/__init__.py --- a/../../nmc_ui/utils/templatetags/__init__.py Thu Dec 15 12:54:46 2016 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 diff -r 74840703b2fc -r 33ad1eec3ad3 ../../gui/apps/main/migrations/__init__.py --- a/../../gui/apps/main/migrations/__init__.py Thu Dec 15 12:54:46 2016 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 diff -r 74840703b2fc -r 33ad1eec3ad3 ../nasuni/copytools/__init__.py --- a/../nasuni/copytools/__init__.py Thu Dec 15 12:54:46 2016 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 diff -r 74840703b2fc -r 33ad1eec3ad3 ../../gui/apps/emailconf/management/__init__.py --- a/../../gui/apps/emailconf/management/__init__.py Thu Dec 15 12:54:46 2016 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 diff -r 74840703b2fc -r 33ad1eec3ad3 ../../gui/apps/nfs/migrations/__init__.py --- a/../../gui/apps/nfs/migrations/__init__.py Thu Dec 15 12:54:46 2016 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 diff -r 74840703b2fc -r 33ad1eec3ad3 ../../gui/apps/iscsi/migrations/__init__.py --- a/../../gui/apps/iscsi/migrations/__init__.py Thu Dec 15 12:54:46 2016 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 diff -r 74840703b2fc -r 33ad1eec3ad3 ../../gui/apps/activities/management/__init__.py --- a/../../gui/apps/activities/management/__init__.py Thu Dec 15 12:54:46 2016 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 diff -r 74840703b2fc -r 33ad1eec3ad3 ../tests/nmc/__init__.py --- a/../tests/nmc/__init__.py Thu Dec 15 12:54:46 2016 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 diff -r 74840703b2fc -r 33ad1eec3ad3 ../../gui/apps/metrics/__init__.py --- a/../../gui/apps/metrics/__init__.py Thu Dec 15 12:54:46 2016 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 diff -r 74840703b2fc -r 33ad1eec3ad3 ../nasuni/tests/__init__.py --- a/../nasuni/tests/__init__.py Thu Dec 15 12:54:46 2016 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 diff -r 74840703b2fc -r 33ad1eec3ad3 ../nasuni_test/ui/nmc/__init__.py --- a/../nasuni_test/ui/nmc/__init__.py Thu Dec 15 12:54:46 2016 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 diff -r 74840703b2fc -r 33ad1eec3ad3 ../tests/component/network/__init__.py --- a/../tests/component/network/__init__.py Thu Dec 15 12:54:46 2016 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 diff -r 74840703b2fc -r 33ad1eec3ad3 ../../gui/apps/credentials/migrations/__init__.py --- a/../../gui/apps/credentials/migrations/__init__.py Thu Dec 15 12:54:46 2016 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 diff -r 74840703b2fc -r 33ad1eec3ad3 ../../nmc_ui/apps/config/__init__.py --- a/../../nmc_ui/apps/config/__init__.py Thu Dec 15 12:54:46 2016 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 diff -r 74840703b2fc -r 33ad1eec3ad3 ../../nmc_ui/apps/config/services/__init__.py --- a/../../nmc_ui/apps/config/services/__init__.py Thu Dec 15 12:54:46 2016 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 diff -r 74840703b2fc -r 33ad1eec3ad3 task/memory/__init__.py --- a/task/memory/__init__.py Thu Dec 15 12:54:46 2016 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 diff -r 74840703b2fc -r 33ad1eec3ad3 ../../nmc_ui/apps/settings/management/commands/__init__.py --- a/../../nmc_ui/apps/settings/management/commands/__init__.py Thu Dec 15 12:54:46 2016 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 diff -r 74840703b2fc -r 33ad1eec3ad3 ../tests/noc/pushlock/__init__.py --- a/../tests/noc/pushlock/__init__.py Thu Dec 15 12:54:46 2016 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 diff -r 74840703b2fc -r 33ad1eec3ad3 ../../nmc_ui/apps/config/networking/migrations/__init__.py --- a/../../nmc_ui/apps/config/networking/migrations/__init__.py Thu Dec 15 12:54:46 2016 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 diff -r 74840703b2fc -r 33ad1eec3ad3 ../../gui/apps/fsbrowser/__init__.py --- a/../../gui/apps/fsbrowser/__init__.py Thu Dec 15 12:54:46 2016 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 diff -r 74840703b2fc -r 33ad1eec3ad3 ../../gui/apps/alerts/__init__.py --- a/../../gui/apps/alerts/__init__.py Thu Dec 15 12:54:46 2016 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 diff -r 74840703b2fc -r 33ad1eec3ad3 ../tests/noc/misc_volume_api/__init__.py --- a/../tests/noc/misc_volume_api/__init__.py Thu Dec 15 12:54:46 2016 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 diff -r 74840703b2fc -r 33ad1eec3ad3 ../../gui/apps/metrics/migrations/__init__.py --- a/../../gui/apps/metrics/migrations/__init__.py Thu Dec 15 12:54:46 2016 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 diff -r 74840703b2fc -r 33ad1eec3ad3 ../../gui/apps/api/__init__.py --- a/../../gui/apps/api/__init__.py Thu Dec 15 12:54:46 2016 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 diff -r 74840703b2fc -r 33ad1eec3ad3 ../tests/feature/shares/__init__.py --- a/../tests/feature/shares/__init__.py Thu Dec 15 12:54:46 2016 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 diff -r 74840703b2fc -r 33ad1eec3ad3 ../../gui/apps/certs/migrations/__init__.py --- a/../../gui/apps/certs/migrations/__init__.py Thu Dec 15 12:54:46 2016 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 diff -r 74840703b2fc -r 33ad1eec3ad3 ../tests/feature/multi_protocol/__init__.py --- a/../tests/feature/multi_protocol/__init__.py Thu Dec 15 12:54:46 2016 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 diff -r 74840703b2fc -r 33ad1eec3ad3 ../nasuni_test/update/__init__.py --- a/../nasuni_test/update/__init__.py Thu Dec 15 12:54:46 2016 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 diff -r 74840703b2fc -r 33ad1eec3ad3 ../../nmc_ui/apps/wizard/migrations/__init__.py --- a/../../nmc_ui/apps/wizard/migrations/__init__.py Thu Dec 15 12:54:46 2016 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 diff -r 74840703b2fc -r 33ad1eec3ad3 ../nasuni_test/common/__init__.py --- a/../nasuni_test/common/__init__.py Thu Dec 15 12:54:46 2016 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 diff -r 74840703b2fc -r 33ad1eec3ad3 ../../gui/config/__init__.py --- a/../../gui/config/__init__.py Thu Dec 15 12:54:46 2016 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 diff -r 74840703b2fc -r 33ad1eec3ad3 ../nasuni/charts/__init__.py --- a/../nasuni/charts/__init__.py Thu Dec 15 12:54:46 2016 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 diff -r 74840703b2fc -r 33ad1eec3ad3 ../../gui/apps/ftp/templatetags/__init__.py --- a/../../gui/apps/ftp/templatetags/__init__.py Thu Dec 15 12:54:46 2016 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 diff -r 74840703b2fc -r 33ad1eec3ad3 ../../gui/apps/api/migrations/__init__.py --- a/../../gui/apps/api/migrations/__init__.py Thu Dec 15 12:54:46 2016 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 diff -r 74840703b2fc -r 33ad1eec3ad3 ../tests/component/samba/__init__.py --- a/../tests/component/samba/__init__.py Thu Dec 15 12:54:46 2016 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 diff -r 74840703b2fc -r 33ad1eec3ad3 ../cifsweb/cifsweb/__init__.py --- a/../cifsweb/cifsweb/__init__.py Thu Dec 15 12:54:46 2016 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 diff -r 74840703b2fc -r 33ad1eec3ad3 ../../nmc_ui/apps/config/email_alerts/migrations/__init__.py --- a/../../nmc_ui/apps/config/email_alerts/migrations/__init__.py Thu Dec 15 12:54:46 2016 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 diff -r 74840703b2fc -r 33ad1eec3ad3 ../cifsbroker/cifsbroker/__init__.py --- a/../cifsbroker/cifsbroker/__init__.py Thu Dec 15 12:54:46 2016 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 diff -r 74840703b2fc -r 33ad1eec3ad3 ../nasuni/nmc/filer_shims/__init__.py --- a/../nasuni/nmc/filer_shims/__init__.py Thu Dec 15 12:54:46 2016 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 diff -r 74840703b2fc -r 33ad1eec3ad3 ../../nmc_ui/settings/__init__.py --- a/../../nmc_ui/settings/__init__.py Thu Dec 15 12:54:46 2016 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 diff -r 74840703b2fc -r 33ad1eec3ad3 ../../nmc_ui/apps/config/accounts/__init__.py --- a/../../nmc_ui/apps/config/accounts/__init__.py Thu Dec 15 12:54:46 2016 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 diff -r 74840703b2fc -r 33ad1eec3ad3 ../../nmc_ui/apps/metrics/management/__init__.py --- a/../../nmc_ui/apps/metrics/management/__init__.py Thu Dec 15 12:54:46 2016 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 diff -r 74840703b2fc -r 33ad1eec3ad3 ../../gui/apps/download/__init__.py --- a/../../gui/apps/download/__init__.py Thu Dec 15 12:54:46 2016 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 diff -r 74840703b2fc -r 33ad1eec3ad3 ../../nmc_ui/apps/config/updates/migrations/__init__.py --- a/../../nmc_ui/apps/config/updates/migrations/__init__.py Thu Dec 15 12:54:46 2016 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 diff -r 74840703b2fc -r 33ad1eec3ad3 ../../gui/apps/wizard/migrations/__init__.py --- a/../../gui/apps/wizard/migrations/__init__.py Thu Dec 15 12:54:46 2016 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 diff -r 74840703b2fc -r 33ad1eec3ad3 ../nasuni_test/component/__init__.py --- a/../nasuni_test/component/__init__.py Thu Dec 15 12:54:46 2016 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 diff -r 74840703b2fc -r 33ad1eec3ad3 ../../gui/apps/stickies/migrations/__init__.py --- a/../../gui/apps/stickies/migrations/__init__.py Thu Dec 15 12:54:46 2016 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 diff -r 74840703b2fc -r 33ad1eec3ad3 ../nasuni/gui_common/templateutil/__init__.py --- a/../nasuni/gui_common/templateutil/__init__.py Thu Dec 15 12:54:46 2016 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 diff -r 74840703b2fc -r 33ad1eec3ad3 ../../nmc_ui/apps/notifications/migrations/__init__.py --- a/../../nmc_ui/apps/notifications/migrations/__init__.py Thu Dec 15 12:54:46 2016 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 diff -r 74840703b2fc -r 33ad1eec3ad3 ../tests/component/unityfs/__init__.py --- a/../tests/component/unityfs/__init__.py Thu Dec 15 12:54:46 2016 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 diff -r 74840703b2fc -r 33ad1eec3ad3 ../../gui/apps/iscsi/__init__.py --- a/../../gui/apps/iscsi/__init__.py Thu Dec 15 12:54:46 2016 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 diff -r 74840703b2fc -r 33ad1eec3ad3 ../../gui/apps/alerts/management/__init__.py --- a/../../gui/apps/alerts/management/__init__.py Thu Dec 15 12:54:46 2016 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 diff -r 74840703b2fc -r 33ad1eec3ad3 ../../gui/apps/metrics/management/__init__.py --- a/../../gui/apps/metrics/management/__init__.py Thu Dec 15 12:54:46 2016 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 diff -r 74840703b2fc -r 33ad1eec3ad3 ../../nmc_ui/apps/settings/migrations/__init__.py --- a/../../nmc_ui/apps/settings/migrations/__init__.py Thu Dec 15 12:54:46 2016 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 diff -r 74840703b2fc -r 33ad1eec3ad3 ../../nmc_ui/apps/config/accounts/migrations/__init__.py --- a/../../nmc_ui/apps/config/accounts/migrations/__init__.py Thu Dec 15 12:54:46 2016 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 diff -r 74840703b2fc -r 33ad1eec3ad3 ../nasuni_test/ui/__init__.py --- a/../nasuni_test/ui/__init__.py Thu Dec 15 12:54:46 2016 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 diff -r 74840703b2fc -r 33ad1eec3ad3 ../../nmc_ui/test/models.py --- a/../../nmc_ui/test/models.py Thu Dec 15 12:54:46 2016 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 diff -r 74840703b2fc -r 33ad1eec3ad3 ../tests/component/unityxml/__init__.py --- a/../tests/component/unityxml/__init__.py Thu Dec 15 12:54:46 2016 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 diff -r 74840703b2fc -r 33ad1eec3ad3 ../tests/feature/ftp/__init__.py --- a/../tests/feature/ftp/__init__.py Thu Dec 15 12:54:46 2016 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 diff -r 74840703b2fc -r 33ad1eec3ad3 ../tests/feature/anti_virus/__init__.py --- a/../tests/feature/anti_virus/__init__.py Thu Dec 15 12:54:46 2016 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 diff -r 74840703b2fc -r 33ad1eec3ad3 task/util/__init__.py --- a/task/util/__init__.py Thu Dec 15 12:54:46 2016 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 diff -r 74840703b2fc -r 33ad1eec3ad3 ../nasuni/nmc/routes/__init__.py --- a/../nasuni/nmc/routes/__init__.py Thu Dec 15 12:54:46 2016 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 diff -r 74840703b2fc -r 33ad1eec3ad3 ../../gui/apps/activities/migrations/__init__.py --- a/../../gui/apps/activities/migrations/__init__.py Thu Dec 15 12:54:46 2016 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 diff -r 74840703b2fc -r 33ad1eec3ad3 ../tests/feature/dot_snapshot/__init__.py --- a/../tests/feature/dot_snapshot/__init__.py Thu Dec 15 12:54:46 2016 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 diff -r 74840703b2fc -r 33ad1eec3ad3 ../nasuni_test/file_locks/__init__.py --- a/../nasuni_test/file_locks/__init__.py Thu Dec 15 12:54:46 2016 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 diff -r 74840703b2fc -r 33ad1eec3ad3 ../../gui/apps/status/migrations/__init__.py --- a/../../gui/apps/status/migrations/__init__.py Thu Dec 15 12:54:46 2016 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 diff -r 74840703b2fc -r 33ad1eec3ad3 ../nasuni_test/app/osx/__init__.py --- a/../nasuni_test/app/osx/__init__.py Thu Dec 15 12:54:46 2016 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 diff -r 74840703b2fc -r 33ad1eec3ad3 ../../gui/apps/nfs/__init__.py --- a/../../gui/apps/nfs/__init__.py Thu Dec 15 12:54:46 2016 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 diff -r 74840703b2fc -r 33ad1eec3ad3 ../../nmc_ui/apps/filers/migrations/__init__.py --- a/../../nmc_ui/apps/filers/migrations/__init__.py Thu Dec 15 12:54:46 2016 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 diff -r 74840703b2fc -r 33ad1eec3ad3 ../../nmc_ui/apps/account/__init__.py --- a/../../nmc_ui/apps/account/__init__.py Thu Dec 15 12:54:46 2016 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 diff -r 74840703b2fc -r 33ad1eec3ad3 ../../nmc_ui/apps/config/email_alerts/management/__init__.py --- a/../../nmc_ui/apps/config/email_alerts/management/__init__.py Thu Dec 15 12:54:46 2016 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 diff -r 74840703b2fc -r 33ad1eec3ad3 ../../nmc_ui/apps/config/updates/__init__.py --- a/../../nmc_ui/apps/config/updates/__init__.py Thu Dec 15 12:54:46 2016 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 diff -r 74840703b2fc -r 33ad1eec3ad3 ../../gui/apps/snapshots/migrations/__init__.py --- a/../../gui/apps/snapshots/migrations/__init__.py Thu Dec 15 12:54:46 2016 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 diff -r 74840703b2fc -r 33ad1eec3ad3 ../../gui/apps/wizard/__init__.py --- a/../../gui/apps/wizard/__init__.py Thu Dec 15 12:54:46 2016 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 diff -r 74840703b2fc -r 33ad1eec3ad3 ../../nmc_ui/test/routes/__init__.py --- a/../../nmc_ui/test/routes/__init__.py Thu Dec 15 12:54:46 2016 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 diff -r 74840703b2fc -r 33ad1eec3ad3 ../nasuni_test/ui/nmc/volumes/__init__.py --- a/../nasuni_test/ui/nmc/volumes/__init__.py Thu Dec 15 12:54:46 2016 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 diff -r 74840703b2fc -r 33ad1eec3ad3 ../../nmc_ui/apps/volumes/__init__.py --- a/../../nmc_ui/apps/volumes/__init__.py Thu Dec 15 12:54:46 2016 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 diff -r 74840703b2fc -r 33ad1eec3ad3 ../../nmc_ui/apps/config/session/__init__.py --- a/../../nmc_ui/apps/config/session/__init__.py Thu Dec 15 12:54:46 2016 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 diff -r 74840703b2fc -r 33ad1eec3ad3 ../../gui/apps/util/templatetags/__init__.py --- a/../../gui/apps/util/templatetags/__init__.py Thu Dec 15 12:54:46 2016 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 diff -r 74840703b2fc -r 33ad1eec3ad3 ../../nmc_ui/apps/config/description/__init__.py --- a/../../nmc_ui/apps/config/description/__init__.py Thu Dec 15 12:54:46 2016 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 diff -r 74840703b2fc -r 33ad1eec3ad3 ../tests/noc/__init__.py --- a/../tests/noc/__init__.py Thu Dec 15 12:54:46 2016 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 diff -r 74840703b2fc -r 33ad1eec3ad3 ../../gui/apps/antivirus/__init__.py --- a/../../gui/apps/antivirus/__init__.py Thu Dec 15 12:54:46 2016 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 diff -r 74840703b2fc -r 33ad1eec3ad3 ../tests/ui/file_browser/__init__.py --- a/../tests/ui/file_browser/__init__.py Thu Dec 15 12:54:46 2016 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 diff -r 74840703b2fc -r 33ad1eec3ad3 ../tests/feature/update/__init__.py --- a/../tests/feature/update/__init__.py Thu Dec 15 12:54:46 2016 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 diff -r 74840703b2fc -r 33ad1eec3ad3 ../README --- a/../README Thu Dec 15 12:54:46 2016 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 diff -r 74840703b2fc -r 33ad1eec3ad3 ../tests/component/dot_nasuni_perms/__init__.py --- a/../tests/component/dot_nasuni_perms/__init__.py Thu Dec 15 12:54:46 2016 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 diff -r 74840703b2fc -r 33ad1eec3ad3 ../nasuni_test/nasuni_sync/__init__.py --- a/../nasuni_test/nasuni_sync/__init__.py Thu Dec 15 12:54:46 2016 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 diff -r 74840703b2fc -r 33ad1eec3ad3 ../../nmc_ui/apps/volumes/views/__init__.py --- a/../../nmc_ui/apps/volumes/views/__init__.py Thu Dec 15 12:54:46 2016 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 diff -r 74840703b2fc -r 33ad1eec3ad3 ../../gui/apps/support/__init__.py --- a/../../gui/apps/support/__init__.py Thu Dec 15 12:54:46 2016 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 diff -r 74840703b2fc -r 33ad1eec3ad3 ../tests/ui/volumes_pages/__init__.py --- a/../tests/ui/volumes_pages/__init__.py Thu Dec 15 12:54:46 2016 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 diff -r 74840703b2fc -r 33ad1eec3ad3 ../../gui/apps/throttle/migrations/__init__.py --- a/../../gui/apps/throttle/migrations/__init__.py Thu Dec 15 12:54:46 2016 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 diff -r 74840703b2fc -r 33ad1eec3ad3 ../../gui/apps/quotas/migrations/__init__.py --- a/../../gui/apps/quotas/migrations/__init__.py Thu Dec 15 12:54:46 2016 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 diff -r 74840703b2fc -r 33ad1eec3ad3 ../../nmc_ui/apps/settings/handlers/__init__.py --- a/../../nmc_ui/apps/settings/handlers/__init__.py Thu Dec 15 12:54:46 2016 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 diff -r 74840703b2fc -r 33ad1eec3ad3 ../nasuni/naptool/__init__.py --- a/../nasuni/naptool/__init__.py Thu Dec 15 12:54:46 2016 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 diff -r 74840703b2fc -r 33ad1eec3ad3 ../nasuni/gui_common/shortcuts/__init__.py --- a/../nasuni/gui_common/shortcuts/__init__.py Thu Dec 15 12:54:46 2016 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 diff -r 74840703b2fc -r 33ad1eec3ad3 ../../nmc_ui/apps/notifications/__init__.py --- a/../../nmc_ui/apps/notifications/__init__.py Thu Dec 15 12:54:46 2016 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 diff -r 74840703b2fc -r 33ad1eec3ad3 ../../gui/apps/config/management/__init__.py --- a/../../gui/apps/config/management/__init__.py Thu Dec 15 12:54:46 2016 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 diff -r 74840703b2fc -r 33ad1eec3ad3 ../tests/use_case/__init__.py --- a/../tests/use_case/__init__.py Thu Dec 15 12:54:46 2016 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 diff -r 74840703b2fc -r 33ad1eec3ad3 ../tests/noc/misc_filer_api/__init__.py --- a/../tests/noc/misc_filer_api/__init__.py Thu Dec 15 12:54:46 2016 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 diff -r 74840703b2fc -r 33ad1eec3ad3 ../../nmc_ui/test/__init__.py --- a/../../nmc_ui/test/__init__.py Thu Dec 15 12:54:46 2016 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 diff -r 74840703b2fc -r 33ad1eec3ad3 ../tests/feature/web_access/__init__.py --- a/../tests/feature/web_access/__init__.py Thu Dec 15 12:54:46 2016 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 diff -r 74840703b2fc -r 33ad1eec3ad3 ../../nmc_ui/apps/config/snmp/__init__.py --- a/../../nmc_ui/apps/config/snmp/__init__.py Thu Dec 15 12:54:46 2016 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 diff -r 74840703b2fc -r 33ad1eec3ad3 ../tests/component/memory/__init__.py --- a/../tests/component/memory/__init__.py Thu Dec 15 12:54:46 2016 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 diff -r 74840703b2fc -r 33ad1eec3ad3 ../../gui/apps/filealert/__init__.py --- a/../../gui/apps/filealert/__init__.py Thu Dec 15 12:54:46 2016 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 diff -r 74840703b2fc -r 33ad1eec3ad3 ../tests/ui/__init__.py --- a/../tests/ui/__init__.py Thu Dec 15 12:54:46 2016 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 diff -r 74840703b2fc -r 33ad1eec3ad3 ../tests/feature/iscsi/__init__.py --- a/../tests/feature/iscsi/__init__.py Thu Dec 15 12:54:46 2016 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 diff -r 74840703b2fc -r 33ad1eec3ad3 ../../gui/apps/mobileweb/migrations/__init__.py --- a/../../gui/apps/mobileweb/migrations/__init__.py Thu Dec 15 12:54:46 2016 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 diff -r 74840703b2fc -r 33ad1eec3ad3 ../../gui/apps/shares/__init__.py --- a/../../gui/apps/shares/__init__.py Thu Dec 15 12:54:46 2016 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 diff -r 74840703b2fc -r 33ad1eec3ad3 ../../nmc_ui/apps/config/encryption_keys/management/commands/__init__.py --- a/../../nmc_ui/apps/config/encryption_keys/management/commands/__init__.py Thu Dec 15 12:54:46 2016 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 diff -r 74840703b2fc -r 33ad1eec3ad3 ../tests/ui/configuration_pages/__init__.py --- a/../tests/ui/configuration_pages/__init__.py Thu Dec 15 12:54:46 2016 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 diff -r 74840703b2fc -r 33ad1eec3ad3 ../../gui/apps/util/management/__init__.py --- a/../../gui/apps/util/management/__init__.py Thu Dec 15 12:54:46 2016 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 diff -r 74840703b2fc -r 33ad1eec3ad3 ../../nmc_ui/apps/filers/management/__init__.py --- a/../../nmc_ui/apps/filers/management/__init__.py Thu Dec 15 12:54:46 2016 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 diff -r 74840703b2fc -r 33ad1eec3ad3 ../../gui/apps/activities/__init__.py --- a/../../gui/apps/activities/__init__.py Thu Dec 15 12:54:46 2016 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 diff -r 74840703b2fc -r 33ad1eec3ad3 ../tests/feature/globallock/__init__.py --- a/../tests/feature/globallock/__init__.py Thu Dec 15 12:54:46 2016 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 diff -r 74840703b2fc -r 33ad1eec3ad3 ../../nmc_ui/test/views.py --- a/../../nmc_ui/test/views.py Thu Dec 15 12:54:46 2016 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 diff -r 74840703b2fc -r 33ad1eec3ad3 ../nasuni/webaccess/__init__.py --- a/../nasuni/webaccess/__init__.py Thu Dec 15 12:54:46 2016 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 diff -r 74840703b2fc -r 33ad1eec3ad3 ../tests/feature/mobile/__init__.py --- a/../tests/feature/mobile/__init__.py Thu Dec 15 12:54:46 2016 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 diff -r 74840703b2fc -r 33ad1eec3ad3 ../../nmc_ui/apps/config/session/migrations/__init__.py --- a/../../nmc_ui/apps/config/session/migrations/__init__.py Thu Dec 15 12:54:46 2016 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 diff -r 74840703b2fc -r 33ad1eec3ad3 ../nasuni/nmc/__init__.py --- a/../nasuni/nmc/__init__.py Thu Dec 15 12:54:46 2016 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 diff -r 74840703b2fc -r 33ad1eec3ad3 ../../gui/__init__.py --- a/../../gui/__init__.py Thu Dec 15 12:54:46 2016 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 diff -r 74840703b2fc -r 33ad1eec3ad3 ../nasuni_test/ui/status_pages/__init__.py --- a/../nasuni_test/ui/status_pages/__init__.py Thu Dec 15 12:54:46 2016 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 diff -r 74840703b2fc -r 33ad1eec3ad3 ../../nmc_ui/test/management/__init__.py --- a/../../nmc_ui/test/management/__init__.py Thu Dec 15 12:54:46 2016 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 diff -r 74840703b2fc -r 33ad1eec3ad3 ../tests/feature/volume_delete/__init__.py --- a/../tests/feature/volume_delete/__init__.py Thu Dec 15 12:54:46 2016 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 diff -r 74840703b2fc -r 33ad1eec3ad3 ../tests/nmc/volume_settings/__init__.py --- a/../tests/nmc/volume_settings/__init__.py Thu Dec 15 12:54:46 2016 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 diff -r 74840703b2fc -r 33ad1eec3ad3 ../nasuni_test/ui/common/__init__.py --- a/../nasuni_test/ui/common/__init__.py Thu Dec 15 12:54:46 2016 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 diff -r 74840703b2fc -r 33ad1eec3ad3 ../../nmc_ui/apps/config/encryption_keys/migrations/__init__.py --- a/../../nmc_ui/apps/config/encryption_keys/migrations/__init__.py Thu Dec 15 12:54:46 2016 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 diff -r 74840703b2fc -r 33ad1eec3ad3 ../../nmc_ui/apps/config/accounts/management/commands/__init__.py --- a/../../nmc_ui/apps/config/accounts/management/commands/__init__.py Thu Dec 15 12:54:46 2016 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 diff -r 74840703b2fc -r 33ad1eec3ad3 ../../nmc_ui/apps/config/timezone/__init__.py --- a/../../nmc_ui/apps/config/timezone/__init__.py Thu Dec 15 12:54:46 2016 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 diff -r 74840703b2fc -r 33ad1eec3ad3 ../../gui/apps/main/__init__.py --- a/../../gui/apps/main/__init__.py Thu Dec 15 12:54:46 2016 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 diff -r 74840703b2fc -r 33ad1eec3ad3 ../../nmc_ui/apps/filers/management/commands/__init__.py --- a/../../nmc_ui/apps/filers/management/commands/__init__.py Thu Dec 15 12:54:46 2016 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 diff -r 74840703b2fc -r 33ad1eec3ad3 ../../nmc_ui/apps/volumes/migrations/__init__.py --- a/../../nmc_ui/apps/volumes/migrations/__init__.py Thu Dec 15 12:54:46 2016 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 diff -r 74840703b2fc -r 33ad1eec3ad3 ../../nmc_ui/apps/config/email_alerts/management/commands/__init__.py --- a/../../nmc_ui/apps/config/email_alerts/management/commands/__init__.py Thu Dec 15 12:54:46 2016 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 diff -r 74840703b2fc -r 33ad1eec3ad3 ../../gui/apps/activities/jobsys/__init__.py --- a/../../gui/apps/activities/jobsys/__init__.py Thu Dec 15 12:54:46 2016 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 diff -r 74840703b2fc -r 33ad1eec3ad3 ../nasuni/gui_common/templateutil/templatetags/__init__.py --- a/../nasuni/gui_common/templateutil/templatetags/__init__.py Thu Dec 15 12:54:46 2016 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 diff -r 74840703b2fc -r 33ad1eec3ad3 ../../nmc_ui/apps/metrics/__init__.py --- a/../../nmc_ui/apps/metrics/__init__.py Thu Dec 15 12:54:46 2016 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 diff -r 74840703b2fc -r 33ad1eec3ad3 ../../gui/apps/config/migrations/__init__.py --- a/../../gui/apps/config/migrations/__init__.py Thu Dec 15 12:54:46 2016 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 diff -r 74840703b2fc -r 33ad1eec3ad3 ../nasuni/filer/__init__.py --- a/../nasuni/filer/__init__.py Thu Dec 15 12:54:46 2016 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 diff -r 74840703b2fc -r 33ad1eec3ad3 ../../nmc_ui/apps/filers/views/__init__.py --- a/../../nmc_ui/apps/filers/views/__init__.py Thu Dec 15 12:54:46 2016 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 diff -r 74840703b2fc -r 33ad1eec3ad3 ../nasuni_test/ui/nmc/filers/__init__.py --- a/../nasuni_test/ui/nmc/filers/__init__.py Thu Dec 15 12:54:46 2016 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 diff -r 74840703b2fc -r 33ad1eec3ad3 ../../gui/apps/unprotectedfiles/__init__.py --- a/../../gui/apps/unprotectedfiles/__init__.py Thu Dec 15 12:54:46 2016 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 diff -r 74840703b2fc -r 33ad1eec3ad3 ../../gui/apps/throttle/__init__.py --- a/../../gui/apps/throttle/__init__.py Thu Dec 15 12:54:46 2016 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 diff -r 74840703b2fc -r 33ad1eec3ad3 ../../gui/apps/shares/migrations/__init__.py --- a/../../gui/apps/shares/migrations/__init__.py Thu Dec 15 12:54:46 2016 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 diff -r 74840703b2fc -r 33ad1eec3ad3 ../tests/feature/interactive/__init__.py --- a/../tests/feature/interactive/__init__.py Thu Dec 15 12:54:46 2016 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 diff -r 74840703b2fc -r 33ad1eec3ad3 ../tests/feature/side_load/__init__.py --- a/../tests/feature/side_load/__init__.py Thu Dec 15 12:54:46 2016 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 diff -r 74840703b2fc -r 33ad1eec3ad3 ../tests/component/nt_acls/__init__.py --- a/../tests/component/nt_acls/__init__.py Thu Dec 15 12:54:46 2016 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 diff -r 74840703b2fc -r 33ad1eec3ad3 ../../nmc_ui/apps/notifications/management/commands/__init__.py --- a/../../nmc_ui/apps/notifications/management/commands/__init__.py Thu Dec 15 12:54:46 2016 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 diff -r 74840703b2fc -r 33ad1eec3ad3 ../../gui/apps/ftp/__init__.py --- a/../../gui/apps/ftp/__init__.py Thu Dec 15 12:54:46 2016 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 diff -r 74840703b2fc -r 33ad1eec3ad3 ../../nmc_ui/__init__.py --- a/../../nmc_ui/__init__.py Thu Dec 15 12:54:46 2016 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 diff -r 74840703b2fc -r 33ad1eec3ad3 ../../gui/apps/iscsi/templatetags/__init__.py --- a/../../gui/apps/iscsi/templatetags/__init__.py Thu Dec 15 12:54:46 2016 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 diff -r 74840703b2fc -r 33ad1eec3ad3 ../../gui/apps/accounts/__init__.py --- a/../../gui/apps/accounts/__init__.py Thu Dec 15 12:54:46 2016 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 diff -r 74840703b2fc -r 33ad1eec3ad3 ../../gui/apps/alerts/migrations/__init__.py --- a/../../gui/apps/alerts/migrations/__init__.py Thu Dec 15 12:54:46 2016 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 diff -r 74840703b2fc -r 33ad1eec3ad3 ../tests/feature/cloudvolume/__init__.py --- a/../tests/feature/cloudvolume/__init__.py Thu Dec 15 12:54:46 2016 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 diff -r 74840703b2fc -r 33ad1eec3ad3 ../../nmc_ui/apps/config/services/migrations/__init__.py --- a/../../nmc_ui/apps/config/services/migrations/__init__.py Thu Dec 15 12:54:46 2016 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 diff -r 74840703b2fc -r 33ad1eec3ad3 ../tests/noc/prunelock/__init__.py --- a/../tests/noc/prunelock/__init__.py Thu Dec 15 12:54:46 2016 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 diff -r 74840703b2fc -r 33ad1eec3ad3 ../nasuni_test/ui/common/volumes/__init__.py --- a/../nasuni_test/ui/common/volumes/__init__.py Thu Dec 15 12:54:46 2016 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 diff -r 74840703b2fc -r 33ad1eec3ad3 ../tests/feature/shared_urls/__init__.py --- a/../tests/feature/shared_urls/__init__.py Thu Dec 15 12:54:46 2016 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 diff -r 74840703b2fc -r 33ad1eec3ad3 ../tests/noc/dr_api/__init__.py --- a/../tests/noc/dr_api/__init__.py Thu Dec 15 12:54:46 2016 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 diff -r 74840703b2fc -r 33ad1eec3ad3 task/__init__.py --- a/task/__init__.py Thu Dec 15 12:54:46 2016 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 diff -r 74840703b2fc -r 33ad1eec3ad3 ../../gui/apps/sideload/migrations/__init__.py --- a/../../gui/apps/sideload/migrations/__init__.py Thu Dec 15 12:54:46 2016 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 diff -r 74840703b2fc -r 33ad1eec3ad3 ../nasuni_test/app/osx/msoffice/__init__.py --- a/../nasuni_test/app/osx/msoffice/__init__.py Thu Dec 15 12:54:46 2016 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 diff -r 74840703b2fc -r 33ad1eec3ad3 ../../nmc_ui/apps/config/snmp/migrations/__init__.py --- a/../../nmc_ui/apps/config/snmp/migrations/__init__.py Thu Dec 15 12:54:46 2016 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 diff -r 74840703b2fc -r 33ad1eec3ad3 ../../nmc_ui/apps/config/services/models.py --- a/../../nmc_ui/apps/config/services/models.py Thu Dec 15 12:54:46 2016 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 diff -r 74840703b2fc -r 33ad1eec3ad3 ../../gui/apps/status/__init__.py --- a/../../gui/apps/status/__init__.py Thu Dec 15 12:54:46 2016 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 diff -r 74840703b2fc -r 33ad1eec3ad3 ../tests/nasuni_desktop/__init__.py --- a/../tests/nasuni_desktop/__init__.py Thu Dec 15 12:54:46 2016 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 diff -r 74840703b2fc -r 33ad1eec3ad3 ../nasuni_test/app/__init__.py --- a/../nasuni_test/app/__init__.py Thu Dec 15 12:54:46 2016 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 diff -r 74840703b2fc -r 33ad1eec3ad3 ../nasuni_test/mobile/__init__.py --- a/../nasuni_test/mobile/__init__.py Thu Dec 15 12:54:46 2016 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 diff -r 74840703b2fc -r 33ad1eec3ad3 ../tests/component/nmc_routes/__init__.py --- a/../tests/component/nmc_routes/__init__.py Thu Dec 15 12:54:46 2016 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 diff -r 74840703b2fc -r 33ad1eec3ad3 ../../gui/apps/filealert/migrations/__init__.py --- a/../../gui/apps/filealert/migrations/__init__.py Thu Dec 15 12:54:46 2016 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 diff -r 74840703b2fc -r 33ad1eec3ad3 ../../nmc_ui/apps/notifications/management/__init__.py --- a/../../nmc_ui/apps/notifications/management/__init__.py Thu Dec 15 12:54:46 2016 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 diff -r 74840703b2fc -r 33ad1eec3ad3 ../tests/feature/cache/__init__.py --- a/../tests/feature/cache/__init__.py Thu Dec 15 12:54:46 2016 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 diff -r 74840703b2fc -r 33ad1eec3ad3 ../../gui/apps/accounts/migrations/__init__.py --- a/../../gui/apps/accounts/migrations/__init__.py Thu Dec 15 12:54:46 2016 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 diff -r 74840703b2fc -r 33ad1eec3ad3 ../tests/feature/prefetch/__init__.py --- a/../tests/feature/prefetch/__init__.py Thu Dec 15 12:54:46 2016 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 diff -r 74840703b2fc -r 33ad1eec3ad3 ../../gui/apps/gpgkeys/__init__.py --- a/../../gui/apps/gpgkeys/__init__.py Thu Dec 15 12:54:46 2016 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 diff -r 74840703b2fc -r 33ad1eec3ad3 ../../nmc_ui/apps/config/email_alerts/__init__.py --- a/../../nmc_ui/apps/config/email_alerts/__init__.py Thu Dec 15 12:54:46 2016 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 diff -r 74840703b2fc -r 33ad1eec3ad3 ../../nmc_ui/apps/config/networking/__init__.py --- a/../../nmc_ui/apps/config/networking/__init__.py Thu Dec 15 12:54:46 2016 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 diff -r 74840703b2fc -r 33ad1eec3ad3 ../nasuni_test/ui/services_pages/__init__.py --- a/../nasuni_test/ui/services_pages/__init__.py Thu Dec 15 12:54:46 2016 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 diff -r 74840703b2fc -r 33ad1eec3ad3 ../../gui/apps/emailconf/__init__.py --- a/../../gui/apps/emailconf/__init__.py Thu Dec 15 12:54:46 2016 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 diff -r 74840703b2fc -r 33ad1eec3ad3 ../../gui/apps/credentials/__init__.py --- a/../../gui/apps/credentials/__init__.py Thu Dec 15 12:54:46 2016 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 diff -r 74840703b2fc -r 33ad1eec3ad3 ../nasuni_test/data_structures/__init__.py --- a/../nasuni_test/data_structures/__init__.py Thu Dec 15 12:54:46 2016 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 diff -r 74840703b2fc -r 33ad1eec3ad3 ../../gui/apps/util/__init__.py --- a/../../gui/apps/util/__init__.py Thu Dec 15 12:54:46 2016 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 diff -r 74840703b2fc -r 33ad1eec3ad3 ../../gui/apps/shares/templatetags/__init__.py --- a/../../gui/apps/shares/templatetags/__init__.py Thu Dec 15 12:54:46 2016 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 diff -r 74840703b2fc -r 33ad1eec3ad3 ../tests/feature/user_alerts/__init__.py --- a/../tests/feature/user_alerts/__init__.py Thu Dec 15 12:54:46 2016 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 diff -r 74840703b2fc -r 33ad1eec3ad3 ../nasuni_test/ui/volumes_pages/__init__.py --- a/../nasuni_test/ui/volumes_pages/__init__.py Thu Dec 15 12:54:46 2016 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 diff -r 74840703b2fc -r 33ad1eec3ad3 ../tests/feature/audit/__init__.py --- a/../tests/feature/audit/__init__.py Thu Dec 15 12:54:46 2016 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 diff -r 74840703b2fc -r 33ad1eec3ad3 ../nasuni_test/ui/configuration_pages/__init__.py --- a/../nasuni_test/ui/configuration_pages/__init__.py Thu Dec 15 12:54:46 2016 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 diff -r 74840703b2fc -r 33ad1eec3ad3 ../../nmc_ui/apps/config/encryption_keys/__init__.py --- a/../../nmc_ui/apps/config/encryption_keys/__init__.py Thu Dec 15 12:54:46 2016 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 diff -r 74840703b2fc -r 33ad1eec3ad3 ../tests/builds/__init__.py --- a/../tests/builds/__init__.py Thu Dec 15 12:54:46 2016 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 diff -r 74840703b2fc -r 33ad1eec3ad3 ../../gui/apps/volumes/migrations/__init__.py --- a/../../gui/apps/volumes/migrations/__init__.py Thu Dec 15 12:54:46 2016 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 diff -r 74840703b2fc -r 33ad1eec3ad3 ../../nmc_ui/apps/metrics/management/commands/__init__.py --- a/../../nmc_ui/apps/metrics/management/commands/__init__.py Thu Dec 15 12:54:46 2016 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 diff -r 74840703b2fc -r 33ad1eec3ad3 ../../nmc_ui/apps/config/certs/migrations/__init__.py --- a/../../nmc_ui/apps/config/certs/migrations/__init__.py Thu Dec 15 12:54:46 2016 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 diff -r 74840703b2fc -r 33ad1eec3ad3 ../../nmc_ui/apps/config/encryption_keys/management/__init__.py --- a/../../nmc_ui/apps/config/encryption_keys/management/__init__.py Thu Dec 15 12:54:46 2016 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 diff -r 74840703b2fc -r 33ad1eec3ad3 ../tests/feature/folder_options/__init__.py --- a/../tests/feature/folder_options/__init__.py Thu Dec 15 12:54:46 2016 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 diff -r 74840703b2fc -r 33ad1eec3ad3 ../nasuni_test/ui/mobile/__init__.py --- a/../nasuni_test/ui/mobile/__init__.py Thu Dec 15 12:54:46 2016 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000
>>> RBTools 0.7.4 >>> Python 2.7.12 (default, Nov 19 2016, 06:48:10) [GCC 5.4.0 20160609] >>> Running on Linux-4.4.0-47-generic-x86_64-with-Ubuntu-16.04-xenial >>> Home = /home/jlacroix >>> Current directory = /home/jlacroix/bin/repos/datapath/python/tools >>> Running: git version >>> Checking for a Subversion repository... >>> Unable to execute "svn help": skipping SVN >>> Checking for a Git repository... >>> Running: git rev-parse --git-dir >>> Command exited with rc 128: ['git', 'rev-parse', '--git-dir'] fatal: Not a git repository (or any of the parent directories): .git --- >>> Checking for a Mercurial repository... >>> Running: hg root >>> Running: hg showconfig >>> Running: hg svn info >>> Command exited with rc 255: ['hg', 'svn', 'info'] hg: unknown command 'svn' Mercurial Distributed SCM basic commands: add add the specified files on the next commit annotate show changeset information by line for each file clone make a copy of an existing repository commit commit the specified files or all outstanding changes diff diff repository (or selected files) export dump the header and diffs for one or more changesets forget forget the specified files on the next commit init create a new repository in the given directory log show revision history of entire repository or files merge merge another revision into working directory pull pull changes from the specified source push push changes to the specified destination qdiff diff of the current patch and subsequent modifications qnew create a new patch qpop pop the current patch off the stack qpush push the next patch onto the stack qrefresh update the current patch remove remove the specified files on the next commit serve start stand-alone webserver status show changed files in the working directory summary summarize working directory state update update working directory (or switch revisions) (use "hg help" for the full list of commands or "hg -v" for details) --- >>> Using candidate path 'default': u'ssh://hg.nasuni.net/hg/unity' >>> repository info: Path: ssh://hg.nasuni.net/hg/unity, Base path: , Supports >>> changesets: False >>> Making HTTP GET request to http://codereview.nasuni.net/api/ >>> Running: hg branch >>> Running: hg -q outgoing --template {rev}\t{node|short}\t{branch}\n default >>> -r . >>> Found outgoing changeset 80669:33ad1eec3ad3 >>> Running: hg log -r 80669 --template {parents} >>> Running: hg parents --hidden -r 0 >>> Running: hg identify -i --hidden -r 80535 --config >>> extensions.rbtoolsnormalize=/usr/local/lib/python2.7/dist-packages/RBTools-0.7.4-py2.7.egg/rbtools/helpers/hgext.py >>> Running: hg identify -i --hidden -r 80669 --config >>> extensions.rbtoolsnormalize=/usr/local/lib/python2.7/dist-packages/RBTools-0.7.4-py2.7.egg/rbtools/helpers/hgext.py >>> Running: hg status --modified --added --removed --deleted >>> Running: hg -q outgoing --template {rev}\t{node|short}\t{branch}\n default >>> -r 74840703b2fc >>> Command exited with rc 1: ['hg', '-q', 'outgoing', '--template', >>> '{rev}\\t{node|short}\\t{branch}\\n', 'default', '-r', u'74840703b2fc'] --- >>> 0 outgoing changesets between remote and base. >>> Running: hg diff --hidden -r 74840703b2fc -r 33ad1eec3ad3 --config >>> extensions.rbtoolsnormalize=/usr/local/lib/python2.7/dist-packages/RBTools-0.7.4-py2.7.egg/rbtools/helpers/hgext.py >>> Running: hg locate -r 74840703b2fc >>> Running: hg locate -r 33ad1eec3ad3 >>> Running: hg locate -r 33ad1eec3ad3 set:size(0) >>> Running: hg locate -r 74840703b2fc set:size(0) >>> Running: hg log -r 74840703b2fc -r 33ad1eec3ad3 --template {date|date}\t >>> Making HTTP GET request to >>> http://codereview.nasuni.net/api/validation/diffs/ >>> Cached response for HTTP GET >>> http://codereview.nasuni.net/api/validation/diffs/ expired and was modified >>> Making HTTP POST request to >>> http://codereview.nasuni.net/api/validation/diffs/ >>> Making HTTP GET request to >>> http://codereview.nasuni.net/api/review-requests/?only-links=create&only-fields= >>> Cached response for HTTP GET >>> http://codereview.nasuni.net/api/review-requests/?only-links=create&only-fields= >>> expired and was modified >>> Making HTTP POST request to >>> http://codereview.nasuni.net/api/review-requests/ >>> Making HTTP GET request to >>> http://codereview.nasuni.net/api/review-requests/125/diffs/?only-fields= >>> Added cache entry for HTTP GET request to >>> http://codereview.nasuni.net/api/review-requests/125/diffs/?only-fields= >>> Making HTTP POST request to >>> http://codereview.nasuni.net/api/review-requests/125/diffs/ >>> Making HTTP GET request to >>> http://codereview.nasuni.net/api/review-requests/125/draft/?only-fields=commit_id >>> Added cache entry for HTTP GET request to >>> http://codereview.nasuni.net/api/review-requests/125/draft/?only-fields=commit_id >>> Running: hg log --hidden -r 74840703b2fc::33ad1eec3ad3 --template >>> {desc}e6b6d1f4-c6bf-11e6-b4a8-080027404ebb --config >>> extensions.rbtoolsnormalize=/usr/local/lib/python2.7/dist-packages/RBTools-0.7.4-py2.7.egg/rbtools/helpers/hgext.py >>> Making HTTP PUT request to >>> http://codereview.nasuni.net/api/review-requests/125/draft/ Review request #125 posted. http://codereview.nasuni.net/r/125/ http://codereview.nasuni.net/r/125/diff/
