Activity for Jason

  • Jason Jason committed [74420b] on Git

    fix a large number of lint warnings

  • Jason Jason committed [57e262]

    update the checking pid debug message so it only gets shown once per pid, rather than being printed for every fd under the pid

  • Jason Jason committed [38579d]

    rework/speed up file in use code to check all files at once so the /proc tree only has to be seached once.

  • Jason Jason committed [ff2f58]

    fix the cleanup wizard crashing if the filename being checked contains unicode characters that can't be encoded into a string

  • Jason Jason committed [911e6d]

    update copywrite comment

  • Jason Jason committed [49b55f]

    update subprocess calls to use universal_newlines so they don't need their output converted to strings later.

  • Jason Jason committed [b2fddf]

    fix several pylint warnings

  • Jason Jason committed [76948c]

    set worstfilesystem to the first filesystem if it's not been set yet so there aren't errors due to '' not being a filesystem in the valid list

  • Jason Jason committed [ae1ac1]

    prevent crash if the quota command isn't found/installed

  • Jason Jason committed [765968]

    fix automatic fall back to raw disk usage (if quota isn't found/errors) not working.

  • Jason Jason committed [fc33cc]

    fix pylint not self use warning for on_cell_toggled method

  • Jason Jason committed [ae9715]

    increase version to 2.5.2

  • Jason Jason committed [1d3839]

    fix the cleanup wizard cancel button on the file select screen not working

  • Jason Jason committed [fea0c1]

    increase version to 2.5.1

  • Jason Jason committed [525224]

    change self.liststore to be a local variable only inside the cleanupwizard functions. This fixes the duplication of file entries occuring if files are unselected or fail to delete and then the wizard is run again on the same filesystem

  • Jason Jason committed [12ee76]

    correct the totalselectedsize variable not having it's value stored correctly causing the count of the size of selected files to be incorrect

  • Jason Jason committed [5f65b3]

    increase debian compat level to 9

  • Jason Jason committed [61c97c]

    increase debian compat level to 11 and set dh build system to pybuild to get rid of several deprecation warnings when building the deb package

  • Jason Jason committed [5979f7]

    increase version to 2.5.0

  • Jason Jason committed [326f3b]

    rename the quit function to quitqm so pylint doesn't give a warning about it being an overridden function name with differing arguments.

  • Jason Jason committed [686be4]

    fix pylint warnings for declaring Attribute window and maingrid outside of init by not using self for them and instead passing them to functions where needed

  • Jason Jason committed [6169a8]

    fix remaining pylint warnings for declaring Attributes outside of init

  • Jason Jason committed [af8afa]

    replace deprecated appindicator.set_icon with set_icon_full to remove a few more deprecation warnings

  • Jason Jason committed [5d2921]

    replace cases of Gtk.ImageMenuItem with Gtk.MenuItem (with icon and label packed into a box added to the MenuItem) in order to clear out several more deprecation warnings

  • Jason Jason committed [1a2993]

    fix several deprecation warnings shown due to creating lables with positional arguments only

  • Jason Jason committed [f44567]

    change app to APP to get rid of a pylint warning

  • Jason Jason committed [28c39b]

    shift adding buttons to dialogs to occur after dialog init to get rid of some deprecation warnings

  • Jason Jason committed [8b397f]

    show actual underlying error message when the cleanup wizard has an ioerror when trying to delete a file

  • Jason Jason committed [ff1735]

    shift code for deleting files to be it's own function

  • Jason Jason committed [33426d]

    fix redundant copy of delete file code accidentally left in last commit

  • Jason Jason committed [ffec1e]

    prefix dummy variable names with _ which seems to fix pylint warnings about them (in later pylint versions), fix a few issues with the function for detecting if a file is in use.

  • Jason Jason committed [413c91]

    shift code for checking if a file is in use off to be a seperate function

  • Jason Jason committed [8844ae]

    shift code for removing old deletion logs to be it's own function

  • Jason Jason committed [79848a]

    remove commented out lines accidentally left in last commit

  • Jason Jason committed [00044b]

    shift the cleanup wizard to be done in it's own window instead of taking over the main quota-monitor window

  • Jason Jason committed [cbc680]

    drop use of redefined-variable-type since it was causing warnings in later pylint3 versions (since it's now an extension rather than built in) and is no longer needed since the later pylint3 versions don't incorrectly flag those variables as being redefined to a different type

  • Jason Jason committed [b70e23]

    cleanup code in getpathsize function a bit

  • Jason Jason committed [2a9932]

    remove object from SsDbusSsinfo and XssInfo class defs to clear up some pylint3 warnings

  • Jason Jason committed [ad6c29]

    turn application into a full Gtk.Application and start removing the UnixCommandSocket code since the Gtk.Application code automatically handles stoppig multiple instances being started etc

  • Jason Jason committed [bf736b]

    fix pylint line too long warning introduced in last commit

  • Jason Jason committed [de25e3]

    remove GLib.threads_init() which is deprecated and no longer needed for python gi 3.11+

  • Jason Jason committed [2046b3]

    replace subprocess.Popen calls with higher level subprocess.check_output calls

  • Jason Jason committed [0fe6e3]

    fix typo in debug message

  • Jason Jason committed [ef4db0]

    fix several warnings

  • Jason Jason committed [665793]

    cleanup a few pylint warnings

  • Jason Jason committed [12683d]

    increase version to 2.4.4

  • Jason Jason committed [a06d77]

    fix comparision error that caused http type volumes on the same server to sometimes get mismatched

  • Jason Jason committed [c91fbd]

    switch progress label format to show one decimal place to make usage clearer to read for some volume sizes

  • Jason Jason committed [52f59b]

    set timeout on http urlopen call so slow http server responses don't hang the window

  • Jason Jason committed [a13ed5]

    reduce maingrid row spacing since the previous value made the window way too high with some gtk themes and the spacing is needed so much now there are frames around each entry

  • Jason Jason committed [301945]

    shift tool buttons below progress widgets to reduce width of window to be more reasonable.

  • Jason Jason committed [f794d0]

    increase version to 2.4.3

  • Jason Jason committed [2c2ece]

    remove min-height css attribute which isn't valid and causes a crash on some machines

  • Jason Jason committed [83cbb3]

    cleanup formatting for setup.py file

  • Jason Jason committed [b69d68]

    remove deprecated mysql type

  • Jason Jason committed [7babc2]

    switch out box for grid so progress/button widgets line up straight across filesystems

  • Jason Jason committed [095d01]

    fix invalid start wizard value warning if -s is used without -w

  • Jason Jason committed [681c6a]

    add a frame around the volume listings and space them out to make them more readable. This should fix the progress/status bars text looking like they belong to the row above/below with some gtk themes

  • Jason Jason committed [d761df]

    increase version to 2.4.2

  • Jason Jason committed [a30c28]

    fix preferences set via preference dialog not b...

  • Jason Jason committed [1c3133]

    increase version to 2.4.1

  • Jason Jason committed [d40664]

    add customlabel preference so an extra informat...

  • Jason Jason committed [732076]

    cleanup unix socket handler code to be a little...

  • Jason Jason committed [a0e6b2]

    change behaviour when quota-monitor is run when...

  • Jason Jason committed [34703c]

    add some formatting to the text of the preferen...

  • Jason Jason committed [e66b73]

    add disabledtoolsmessage= argument so an option...

  • Jason Jason committed [2e363b]

    add TMPDIR environment variable support so the ...

  • Jason Jason committed [5a0ffc]

    fix large number of spaces incorrectly being in...

  • Jason Jason committed [6ea868]

    increase version to 2.4.0

  • Jason Jason committed [927213]

    remove debug print statement accidentally left ...

  • Jason Jason committed [ef53bb]

    add unix domain socket setup so attempts to sta...

  • Jason Jason committed [669d5d]

    comment out file* variables since the code isn'...

  • Jason Jason committed [5d4b1e]

    cleanup xss ctypes code and disable pylint warn...

  • Jason Jason committed [fa8cbc]

    replace unused-argument values with 'dummy' to ...

  • Jason Jason committed [961e23]

    shift a few variable inits to the init def to g...

  • Jason Jason committed [ec43da]

    disable several false positive pylint redefined...

  • Jason Jason committed [c3d823]

    add pylint disable comments to get rid of sever...

  • Jason Jason committed [79f3ef]

    disable several false positive pylint redefined...

  • Jason Jason committed [ab1efb]

    rename popup_menu time variable to eventtime to...

  • Jason Jason committed [99effa]

    add pylint disable comments to get rid of sever...

  • Jason Jason committed [c752d6]

    add a basic explaination to the preferences win...

  • Jason Jason committed [193644]

    update all remaining bare excepts to more preci...

  • Jason Jason committed [aa3306]

    fix failure to remove non default value from us...

  • Jason Jason committed [99756e]

    add basic preferences window with ability for u...

  • Jason Jason committed [ed36a9]

    add command line option to start the disk clean...

  • Jason Jason committed [2e5996]

    change the highest usage message to be threshho...

  • Jason Jason committed [049d84]

    add *threshhold config options so the percent o...

  • Jason Jason committed [ac01c1]

    cleanup variable assignment and checking when l...

  • Jason Jason committed [edd740]

    fix a bunch more pylint warnings

  • Jason Jason committed [5d030f]

    fix a whole bunch of warnings detected by pyflakes

  • Jason Jason committed [16ac61]

    fix a large number of pylint reported formattin...

1
MongoDB Logo MongoDB