Address
:
[go:
up one dir
,
main page
]
Include Form
Remove Scripts
Accept Cookies
Show Images
Show Referer
Rotate13
Base64
Strip Meta
Strip Title
Session Cookies
Commits · master
sjb-tools
Browse files
Jul 06, 2018
Fixed pre-commit bug where it ignores unadded files
· 16b2593d
sambryant
authored
Jul 06, 2018
16b2593d
Jun 26, 2018
Caught storage-level errors in main.py. Now most common errors give friendly...
· 7b85510a
sambryant
authored
Jun 26, 2018
7b85510a
Emergency bug fix
· f4bf48cb
sambryant
authored
Jun 26, 2018
f4bf48cb
Merged together the storage.py classes. This fixes
#72
· 7bc55afa
sambryant
authored
Jun 26, 2018
7bc55afa
Adds unit tests for storage.py. This fixes
#56
· 68bae3ed
sambryant
authored
Jun 26, 2018
68bae3ed
May 23, 2018
Finished writing classes.py unit tests. This closes
#54
and closes
#55
· 412b8c7d
sambryant
authored
May 23, 2018
412b8c7d
Finished unit tests for todo. working towards
#55
· 0b220e17
sambryant
authored
May 23, 2018
0b220e17
May 22, 2018
Fixed several bugs. Started writing unit tests. Working towards
#55
· 2b8845be
sambryant
authored
May 22, 2018
2b8845be
Fixes
#35
· 1dbe0c83
sambryant
authored
May 22, 2018
1dbe0c83
Critical cheatsheet bugfix. Added automatic file backups. This closes
#5
....
· a3df54b0
sambryant
authored
May 22, 2018
a3df54b0
Purely cosmetic refactor
· a9d32f0e
sambryant
authored
May 22, 2018
a9d32f0e
Refactors how validation is handled. This closes
#49
. This is working towards
#53
· 3adbe126
sambryant
authored
May 22, 2018
3adbe126
Moved storage to an object based system. Made new file access trigger...
· de3765be
sambryant
authored
May 22, 2018
de3765be
renamed fileio.py to storage.py as part of
#53
· 6aaaac11
sambryant
authored
May 22, 2018
6aaaac11
May 20, 2018
Refactored encoding/decoding into classes.py. Working towards
#47
and
#49
· b6ff4e55
sambryant
authored
May 20, 2018
b6ff4e55
Emergency bugfix to sjb-cheatsheet
· 447175a9
sambryant
authored
May 20, 2018
447175a9
May 19, 2018
Critical bug fix for sjb-cheatsheet. Also some cosmetic refactoring to layout of main.py
· bb32627f
sambryant
authored
May 19, 2018
bb32627f
Program now automatically creates directory environment when run regardless of command.
· afcbf83b
sambryant
authored
May 19, 2018
afcbf83b
Changed program to write/read to test data when in test environment.
· 92305493
sambryant
authored
May 19, 2018
92305493
Realized that git hooks arent tracked automatically so created a script to do...
· 8a7419ad
sambryant
authored
May 19, 2018
8a7419ad
Fixed bug in setup_dev script
· 741fc8ad
sambryant
authored
May 19, 2018
741fc8ad
Removed unused future imports (since we have abandoned python2 compatibility)
· e8f026c9
sambryant
authored
May 19, 2018
e8f026c9
Merge branch 'master' of github.com:sicklybeans/sjb-tools
· c5976c8d
sambryant
authored
May 19, 2018
c5976c8d
Added git hook to guarantee git/project version sync.
· 74e9a1d9
sambryant
authored
May 19, 2018
74e9a1d9
Added several dev tools including guaranteed git/project version syncing in...
· 68a0ea13
sambryant
authored
May 19, 2018
68a0ea13
Wrote upload script
· c54fa97e
sambryant
authored
May 19, 2018
c54fa97e
IMP: Merged cheatsheet code and todo code under one banner. This closes
#12
· 373d786c
sambryant
authored
May 18, 2018
373d786c
Moved top level package to root directory and updated README.md in preparation...
· 93c4fde6
sambryant
authored
May 18, 2018
93c4fde6
made project ignore tmp folder
· 6bacc420
sambryant
authored
May 18, 2018
6bacc420
version 0.1.2. This makes application deployable via pip from pypi. This...
· 53213b54
sambryant
authored
May 18, 2018
View commits for tag 0.1.2
0.1.2
53213b54
minor setup.py updates
· efc5e9e1
sambryant
authored
May 18, 2018
efc5e9e1
May 18, 2018
quick bug fix
· f396583c
sambryant
authored
May 18, 2018
f396583c
Version 0.1.2 release candidate
· 31968028
sambryant
authored
May 18, 2018
31968028
Removed old unneeded things
· 94cedd82
sambryant
authored
May 18, 2018
94cedd82
Getting very close to deployability
· b6a84926
sambryant
authored
May 18, 2018
b6a84926
further progress on setup.py. Fixed bug in setup_dev.sh
· 0e5c0cf2
sambryant
authored
May 18, 2018
0e5c0cf2
Fixed missing __init__ files due to .gitignore entry
· a03f8029
sambryant
authored
May 18, 2018
a03f8029
setup.py in a semi-working state. Tested on virtual box
· 8678fe84
Samuel Bryant
authored
May 18, 2018
8678fe84
in progress of moving to setup.py deployment
· 043e1084
sambryant
authored
May 18, 2018
043e1084
Renamed src to lib in progress towards
#28
· 3a406e73
sambryant
authored
May 18, 2018
3a406e73
Loading