Age | Commit message (Expand) | Author |
2020-11-02 | Created function for encoding the column value as bytes when fetching from th... | zsloan |
2020-10-28 | Use latin-1 encoding when converting hmac secret to bytes | BonfaceKilz |
2020-09-26 | Merge branch 'testing' into build/python3-migration | BonfaceKilz |
2020-09-18 | Apply pep8 formatting | BonfaceKilz |
2020-09-17 | Replace string arguments to "hmac.new" with bytearray | BonfaceKilz |
2020-09-17 | Apply pep8 | BonfaceKilz |
2020-09-17 | Merge branch 'testing' into build/python3-migration | BonfaceKilz |
2020-09-17 | Apply pep8 | BonfaceKilz |
2020-09-16 | Apply pep8 | BonfaceKilz |
2020-09-16 | Remove unnecessary if branch | BonfaceKilz |
2020-08-31 | Remove typo at beginning of line | BonfaceKilz |
2020-08-31 | Fixed issue that was causing updating resource default privileges to not | zsloan |
2020-08-31 | Merge branch 'testing' into build/python3-migration | BonfaceKilz |
2020-08-29 | Fixed issue where exporting traits would throw an error if a dataset's | zsloan |
2020-08-27 | Add check for empty group_code when adding a new resource | BonfaceKilz |
2020-08-27 | Replace string arguments to "hmac.new" with bytearray | BonfaceKilz |
2020-08-27 | Add global method to convert binary string to plain string | BonfaceKilz |
2020-08-27 | Replace "string.split" & "string.join" with python's inbuilt methods | BonfaceKilz |
2020-08-26 | Remove "from __future__ import new_feature" statements | BonfaceKilz |
2020-08-26 | Replace calls to "basestring with "str"" | BonfaceKilz |
2020-08-26 | Update corestats import | BonfaceKilz |
2020-08-26 | Merge branch 'testing' into build/python3-migration | BonfaceKilz |
2020-08-24 | Remove unused imports | BonfaceKilz |
2020-08-24 | The function draw_rotated_text_ was writing an image to /tmp, which GN2 | zsloan |
2020-08-23 | Use Python3 string methods | BonfaceKilz |
2020-08-20 | Handle module renames in the standard library | BonfaceKilz |
2020-08-19 | Remove extra whitespace(or add it) from comma separated items | BonfaceKilz |
2020-08-19 | Make Python more idiomatic | BonfaceKilz |
2020-08-19 | Rename xrange() to range() and wrap existing range() calls with list | BonfaceKilz |
2020-08-19 | Wrap `raise` statements in parenthesis | BonfaceKilz |
2020-08-19 | Convert the old not-equal syntax, <>, to != | BonfaceKilz |
2020-08-19 | Fix dictionary iteration methods | BonfaceKilz |
2020-08-19 | Remove erroneous `if .. else` branch | BonfaceKilz |
2020-08-19 | Wrap `map()` in a `list` call | BonfaceKilz |
2020-08-18 | Apply pep8 | BonfaceKilz |
2020-08-18 | Replace "<>" with "!=" | BonfaceKilz |
2020-08-18 | Wrap print statements in parentheses | BonfaceKilz |
2020-08-18 | Fix malformed docstring | BonfaceKilz |
2020-08-08 | Add draw_open_polygon() utility | Muriithi Frederick Muriuki |
2020-08-08 | Use draw_rotated_text() | Muriithi Frederick Muriuki |
2020-08-08 | Create new utility module for drawing | Muriithi Frederick Muriuki |
2020-08-08 | Fix font paths | Muriithi Frederick Muriuki |
2020-08-08 | Migrate code from Piddle to Pillow | Muriithi Frederick Muriuki |
2020-07-29 | Fixed error that occured for new resources in check_admin | zsloan |
2020-07-25 | The variable is never defined, so let's default to "none" | Pjotr Prins |
2020-07-24 | Merge pull request #409 from BonfaceKilz/Build/add-tests | zsloan |
2020-07-24 | Revert "Add work-around for failed imports in unittest" | BonfaceKilz |
2020-07-24 | Add work-around for failed imports in unittest | BonfaceKilz |
2020-07-24 | Apply autopep-8 | BonfaceKilz |
2020-07-24 | Add zero to num_repr dictionary | BonfaceKilz |