Commit Graph

298 Commits

Author SHA1 Message Date
Abigail fed97a03b3
update ae7q extension to use ae7qparser
Fixes #195
Fixes #186
Fixes #168
2020-04-22 17:58:27 -04:00
Abigail 5f796d479e
bump version to 2.3.1 2020-04-02 23:04:29 -04:00
Abigail Gold 3ba55d4c35
update funetics words list (#218)
Fixes #217
2020-04-02 23:02:19 -04:00
Abigail f4ed93dc76
bump version to 2.3.0 2020-03-30 19:00:38 -04:00
Abigail Gold 2cb4b03532
add phonetic weight command (#215)
Fixes #170

Co-authored-by: 0x5c <dev@0x5c.io>
2020-03-30 18:56:29 -04:00
Abigail Gold bc93462c29
convert all OrderedDicts to dictionaries (#214)
Fixes #184

Co-authored-by: 0x5c <dev@0x5c.io>
2020-03-30 18:54:33 -04:00
Abigail Gold 6867c45c8c
add ?standards command for xkcd 927 (#213)
Fixes #187
2020-03-30 18:24:50 -04:00
Abigail dcbb7acab8
bump release to 2.2.3 2020-03-29 12:34:58 -04:00
Abigail Gold 3803ce6045
add git commit hash to file "git_commit" for automatically-built docker images (#211) 2020-03-29 12:34:12 -04:00
Abigail Gold 8ca4911072
make commands case-insensitive (#210)
Fixes #209
2020-03-28 19:07:23 -04:00
Abigail Gold 6e2468f04f
create github action for docker image creation and publication (#206) 2020-03-28 18:18:29 -04:00
0x5c b17a8a1749
Merge pull request #207 from miaowware/bumpversion
Bump version + changelog (2.2.2)
2020-02-25 21:44:35 -05:00
0x5c 8dfa7001ef
Bump version + changelog (2.2.2)
- CL: fixed missing 2.2.1 link
2020-02-25 21:41:36 -05:00
0x5c f6ed8430b9
Merge pull request #205 from miaowware/fix-typing
Added/fixed/removed typing managers
2020-02-25 20:57:07 -05:00
0x5c d650cbd6c1
Removed lint 2020-02-25 20:44:53 -05:00
0x5c 4d9f9d1b19
Added/fixed/removed typing managers
Fixes #167
2020-02-25 20:36:21 -05:00
0x5c 1c649aacc2
Merge pull request #204 from miaowware/fix-studyimg
Fix HamStudy image error
2020-02-25 19:51:03 -05:00
0x5c 2049ca9fca
Fix HamStudy image error
- Fixed the image link
- Removed unused import (pytz)
- Added test pool file to dev-notes

Fixes #203
2020-02-25 19:45:32 -05:00
Abigail 38416d9050
whoopsie 2020-02-20 20:02:45 -05:00
Abigail G 8dcdc22fe4
Merge pull request #202 from miaowware/hamstudy-extra-fix
fix offset-naive and offset-aware datetime conflict
2020-02-20 20:02:07 -05:00
Abigail c57056e586
fix offset-naive and offset-aware datetime conflict
Fixes #201
2020-02-20 01:32:17 -05:00
Abigail G b281122d41
bump version in info.py 2020-02-15 07:55:16 -05:00
Abigail fa1cc16c6f update changelog for v2.2.0 release 2020-02-15 06:35:07 -05:00
Abigail dfd9479e0d changelog for org migration 2020-02-15 06:30:34 -05:00
Abigail 4b122518f5 migrate classabbyamp/discord-qrm2 to miaowware/qrm2 2020-02-15 06:27:48 -05:00
Abigail Gold 0e28366265
Merge pull request #200 from classabbyamp/pfx-comma
remove extra comma in pfx invalid input handler
2020-02-15 06:02:13 -05:00
Abigail 9471eaa3cb remove extra comma in pfx invalid input handler 2020-02-15 05:58:57 -05:00
0x5c 27c290cff8
Merge pull request #199 from classabbyamp/5c-newyearlint
New year linting
2020-02-15 05:53:48 -05:00
0x5c 58878352aa
New year lint removal
Fixes #142
2020-02-15 05:23:46 -05:00
0x5c af136c3d3e
Cleaned up description of commands
- Formatting and wording

Element of #142
New year lint removal
2020-02-15 04:59:25 -05:00
0x5c 9ef4864d15
Removed unused f-strings
- f"" -> ""

Element of #142
New year lint removal
2020-02-05 07:30:14 -05:00
0x5c 6803b058d5
Reordered imports
- stdlib
- 3rd-party (pip)
- discord
- local (common, info, utils, & resources)
- data

Element of #142
New year lint removal
2020-02-05 07:09:08 -05:00
0x5c e37fdf40fb
Block-style line continuations for data, part 2
- Forgot 'qcodes.py' in the first commit

Element of #142
New year lint removal
2020-01-31 07:04:20 -05:00
0x5c fdfc8cce06
Copyright headers cleanup
Element of #142
New year lint removal
2020-01-31 06:50:50 -05:00
0x5c 56b74108eb
Block-style line continuations for data
Element of #142
New year lint removal
2020-01-30 06:55:11 -05:00
0x5c 29d0440d3d
Normalised string quote type
- "" instead of '', except for dictionary lookups in f-strings

Element of #142
New year lint removal
2020-01-30 06:15:42 -05:00
Abigail Gold 29e75c38e1
Merge pull request #178 from classabbyamp/help-checks
Verify checks in help commands
2020-01-28 22:49:53 -05:00
Abigail 6c32dcbead fix can_run logic, re-hide xd, remove unnecessary checks 2020-01-28 22:45:10 -05:00
0x5c 74327378b9
Merge pull request #183 from classabbyamp/5c-errhandling
Improved error handling in commands
2020-01-28 05:51:12 -05:00
Abigail Gold c1d3c63503
Merge branch 'master' into help-checks 2020-01-28 01:23:51 -05:00
Abigail 6768a1e01d Merge branch 'help-checks' of github.com:classabbyamp/discord-qrm2 into help-checks 2020-01-28 01:21:40 -05:00
Abigail ea508d2a59 remove unnecessary categories 2020-01-28 01:19:21 -05:00
Abigail Gold f56efd3410
Merge pull request #180 from classabbyamp/restart-shut-aliases
add aliases to restart and shutdown commands
2020-01-27 00:46:59 -05:00
0x5c 976b3e8bf3
Improved error handling in commands
- Changed all "status != 200" to raise a custom exception
- Raise appropriate exceptions in 'grid'
- Removed command-specific error handling in 'extctl' commands

Fixes #146
2020-01-27 00:37:52 -05:00
Abigail Gold 0b4204dc13
add aliases to restart and shutdown commands
Fixes #179
2020-01-24 20:15:28 -05:00
Abigail Gold 8686b0ef96
Merge branch 'master' into help-checks 2020-01-21 22:34:59 -05:00
Abigail Gold 9113638b67
Merge pull request #177 from classabbyamp/hamstudy-refactor
Hamstudy refactor
2020-01-21 22:26:49 -05:00
Abigail 831667ec10 helpcommand now verifies checks when displaying help
Additionally:
- added admin category
- removed hidden flag from commands
- added checks to all extctl commands

Fixes #109
2020-01-21 22:21:30 -05:00
Abigail b64c7ee39a damn you flake8 2020-01-21 20:31:13 -05:00
Abigail 528307f22f updated changelog for hamstudy refactor 2020-01-21 20:25:37 -05:00