391 Commits

Author SHA1 Message Date
spline
b1f06c79f8 Merge pull request #6 from GLolol/tests-warnIfNoApiKey
test.py: Show a specific error if the apiKey is not set
2014-10-25 09:08:16 -04:00
spline
5ff59e706a Merge pull request #5 from GLolol/py3-devel
Make the plugin compatible with Python 3 (Closes #3)
2014-10-25 09:07:46 -04:00
GLolol
f9fc58c95f test.py: Show a *specific* error if the apiKey is not set, instead of causing a TypeError [ci skip] 2014-10-24 21:27:50 -07:00
GLolol
3be49ca0a7 PkgInfo: minor fixes 1.2 2014-10-24 20:39:05 -07:00
GLolol
dc983ebf95 README.md: embed travis' status image [ci skip] 2014-10-24 12:32:40 -07:00
GLolol
0fd01c49e3 Fix tests for RelayLink and namegen (#15) 2014-10-24 12:25:27 -07:00
GLolol
6d61e35483 .travis.yml: actually install bind9-host before testing SysDNS (#15) 2014-10-24 12:04:28 -07:00
GLolol
1428babc58 Fix tests for PkgInfo and TLDInfo
- Comment out the unicode test in TLDInfo/test.py, since Unicode handling is so inconsistent between Python versions (I'll look into this later)
2014-10-24 11:35:33 -07:00
GLolol
784ababf11 .travis.yml: oops, we don't support Python 2.6 2014-10-24 11:21:06 -07:00
GLolol
21282cfdd5 Set up travis-ci and update .gitignore 2014-10-24 11:18:43 -07:00
GLolol
d84cbe59a5 test.py: Attempt to fix the travis build 2014-10-24 10:35:16 -07:00
GLolol
a966418b96 Include Python 3.4 in .travis.yml 2014-10-24 10:30:24 -07:00
James Lu
c3e01edfe2 Use 'from __future__ import unicode_literals' for Py2/3 compatibility 2014-10-23 16:59:38 -07:00
James Lu
d65d8e882a Merge remote-tracking branch 'upstream/master' into py3-devel 2014-10-23 16:50:49 -07:00
James Lu
78001a0939 Make the plugin start on Python 3 (pushing earlier changes) 2014-10-23 16:48:52 -07:00
spline
85f982b7de Small workaround if almanac data is not present. 2014-10-23 10:32:26 -04:00
GLolol
a69b7e9d64 1.2-rc1
- Run dos2unix on Namegen's data files
- Rename README.txt to README.md
1.2-rc1
2014-10-22 17:10:56 -07:00
GLolol
37b7e60b51 Namegen: fill in __init__.py 2014-10-22 17:04:56 -07:00
GLolol
2010866ff0 PkgInfo: be less case sensitive 2014-10-22 17:00:49 -07:00
spline
a41d9784ad Fix object type on almanac, as we should display strings and do math on int forms 2014-10-21 06:21:40 -04:00
GLolol
07e64983ea Preparations for 1.1 release
- Remove unused imports
- Update README.md
2014-10-20 16:41:32 -07:00
GLolol
c2372211d2 NoTrigger: optimize the plugin a bit
- Remove unused re import
- Add a no break space for handling suffixes instead of \003
2014-10-20 16:21:28 -07:00
James Lu
4ae19e268b PkgInfo: don't error out if error checking doesn't find the error we're looking for (fix the broken fix that tried to fix #14 but didn't actually fix it) 2014-10-19 15:59:34 -07:00
James Lu
e110bca89b PkgInfo: Handle 'too many results' errors in pkgsearch and cap archaur at 150 results (Closes #14) 2014-10-19 15:50:14 -07:00
James Lu
544b90ab7e PkgInfo: handle overflow properly in 'archaur' (Second half of #14) 2014-10-19 15:09:25 -07:00
GLolol
99ed186281 PkgInfo: pkgsearch: show an error when no results are found 2014-10-17 22:25:37 -07:00
GLolol
59a72d1a59 Namegen: fix python 2 compatibility and add an upper limit 1.1-beta1 2014-10-16 22:18:41 -07:00
GLolol
1b1eeafca7 fix link in README.md 2014-10-16 18:47:58 -07:00
James Lu
a276036e75 Merge branch 'master' of https://github.com/glolol/supyplugins 2014-10-16 18:39:55 -07:00
James Lu
6c8e41e189 add Namegen plugin / update README and PkgInfo tests
- PkgInfo: add basic tests for pkgsearch / mintpkg
- Deprecate OperUp (and RelayLink to a lesser extent)
- add new Namegen plugin
2014-10-16 18:38:07 -07:00
GLolol
e573cb95af SupyMisc: I shouldn't be typing out docstrings at 11PM, none of them make sense :( 2014-10-14 23:13:27 -07:00
GLolol
2b6e1cd034 SupyMisc: add mreplace 2014-10-14 23:07:51 -07:00
GLolol
e237bfcfd0 PkgInfo: use HTTPS when available 2014-10-14 10:50:15 -07:00
GLolol
09fda414d4 PkgInfo: introduce 'mintpkg' properly
- Support multiple package versions (in different sections)
- Add --exact option, with glob searching used by default
- Update README to reflect this
2014-10-13 19:24:31 -07:00
James Lu
080dbc0e79 Add mintpkg command for parsing Linux Mint's repositories (still needs testing) 2014-10-13 18:24:39 -07:00
James Lu
2c13c96a01 NoTrigger: minor updates 2014-10-12 17:17:35 -07:00
James Lu
9e8a0e4c63 minor edits to readmes 2014-10-12 11:46:18 -07:00
spline
c88f7e5f8d Move apiKey out of test files. 2014-10-12 05:57:25 -04:00
spline
92a3807bcc Update README. 2014-10-11 11:23:18 -04:00
spline
238fd90378 Update README. 2014-10-11 11:13:35 -04:00
spline
42058a81ce Add in more tests. 2014-10-11 11:11:21 -04:00
spline
6375302a57 Update README. 2014-10-11 11:03:18 -04:00
spline
4651028113 Fix tests. 2014-10-11 10:49:44 -04:00
spline
e1f14249d0 Fix tests. 2014-10-11 10:25:03 -04:00
spline
77e9aa2c22 Fix tests. 2014-10-11 10:22:20 -04:00
spline
264f233c51 Add in tests. 2014-10-11 10:20:15 -04:00
spline
59620aee24 Add in travis. 2014-10-11 09:56:16 -04:00
spline
d61091c30c Add in requirements. 2014-10-11 09:55:59 -04:00
GLolol
5ad2778d6b Randomness: minor changes 1.1-alpha2 2014-10-10 20:31:20 -07:00
James Lu
ee48737d6b SysDNS & TLDInfo: add tests (#13) 2014-10-07 20:50:37 -07:00