aboutsummaryrefslogtreecommitdiff
path: root/wqflask/utility
AgeCommit message (Expand)Author
2020-08-26Remove "from __future__ import new_feature" statementsBonfaceKilz
2020-08-26Replace calls to "basestring with "str""BonfaceKilz
2020-08-26Update corestats importBonfaceKilz
2020-08-26Merge branch 'testing' into build/python3-migrationBonfaceKilz
2020-08-24Remove unused importsBonfaceKilz
2020-08-24The function draw_rotated_text_ was writing an image to /tmp, which GN2zsloan
2020-08-23Use Python3 string methodsBonfaceKilz
2020-08-20Handle module renames in the standard libraryBonfaceKilz
2020-08-19Remove extra whitespace(or add it) from comma separated itemsBonfaceKilz
2020-08-19Make Python more idiomaticBonfaceKilz
2020-08-19Rename xrange() to range() and wrap existing range() calls with listBonfaceKilz
2020-08-19Wrap `raise` statements in parenthesisBonfaceKilz
2020-08-19Convert the old not-equal syntax, <>, to !=BonfaceKilz
2020-08-19Fix dictionary iteration methodsBonfaceKilz
2020-08-19Remove erroneous `if .. else` branchBonfaceKilz
2020-08-19Wrap `map()` in a `list` callBonfaceKilz
2020-08-18Apply pep8BonfaceKilz
2020-08-18Replace "<>" with "!="BonfaceKilz
2020-08-18Wrap print statements in parenthesesBonfaceKilz
2020-08-18Fix malformed docstringBonfaceKilz
2020-08-08Add draw_open_polygon() utilityMuriithi Frederick Muriuki
2020-08-08Use draw_rotated_text()Muriithi Frederick Muriuki
2020-08-08Create new utility module for drawingMuriithi Frederick Muriuki
2020-08-08Fix font pathsMuriithi Frederick Muriuki
2020-08-08Migrate code from Piddle to PillowMuriithi Frederick Muriuki
2020-07-29Fixed error that occured for new resources in check_adminzsloan
2020-07-25The variable is never defined, so let's default to "none"Pjotr Prins
2020-07-24Merge pull request #409 from BonfaceKilz/Build/add-testszsloan
2020-07-24Revert "Add work-around for failed imports in unittest"BonfaceKilz
2020-07-24Add work-around for failed imports in unittestBonfaceKilz
2020-07-24Apply autopep-8BonfaceKilz
2020-07-24Add zero to num_repr dictionaryBonfaceKilz
2020-07-24Remove redundant variableBonfaceKilz
2020-07-24Remove unused assertBonfaceKilz
2020-07-24Remove unused doc-testsBonfaceKilz
2020-07-24Simplify normalize_valuesBonfaceKilz
2020-07-24Remove unused doc-testsBonfaceKilz
2020-07-24Revert "Add work-around for failed imports in unittest"BonfaceKilz
2020-07-24Add work-around for failed imports in unittestBonfaceKilz
2020-07-22It should add new resources to Redis automatically nowzsloan
2020-07-16Expose elastic-search variables for tests to passBonfaceKilz
2020-07-08Removed remaining unused references to the old qtlreaperzsloan
2020-07-06Fixed some of the logic with how traits are authenticated to avoid situation ...zsloan
2020-06-24Temporary partial fix to issue of resources without info; need to add somethi...zsloan
2020-06-20Fixed ports for proxy (though I need to add the port to global variables) and...zsloan
2020-06-20Added some admin functionality and fixed issue with temp traitszsloan
2020-06-17A user's id is now set as a parameter if it doesn't already existauthentication_testzsloan
2020-06-17Adding all the authentication stuffzsloan
2020-06-05Commiting other current group/resource management code, plus the new fileszsloan
2020-06-04Really should have split this into many more commits:zsloan