Commit Graph

146 Commits

Author SHA1 Message Date
jaska cfc245f9d4
Merge pull request #10 from chfw/dev
release 0.0.8
2019-01-06 22:56:38 +00:00
chfw 56fbecb2aa 🤝 merge with master 2019-01-04 12:06:09 +00:00
chfw ff205d34a8 🔨 add tests and docs for package validation. resolve #9 2019-01-04 12:04:09 +00:00
chfw 27a5a62d80 🥚 🎡 release 0.0.7 2018-11-17 22:57:09 +00:00
chfw b183865e0c 🔥 deprecated older styled plugin scanner 2018-11-17 22:55:36 +00:00
chfw b02a5c81dd 🔥 deprecated older styled plugin scanner 2018-11-17 22:53:33 +00:00
chfw 92b65ac022 🐛 fix get_primary_key will fail when a module is loaded later. fix #8 2018-11-17 22:52:43 +00:00
chfw 38531382cb 🥚 🎡 release 0.0.6. fix #6 2018-11-07 07:25:37 +00:00
jaska 8d1af6e0ab
Merge pull request #7 from chfw/dev
release 0.0.5
2018-11-06 18:38:14 +00:00
chfw 38f25dbd6b 📚 update release date 2018-11-06 18:33:29 +00:00
chfw c90ac0b4b8 :eggs: 🎡 release 0.0.5 2018-11-06 18:31:45 +00:00
chfw 11f1919bee 🔥 getting rid of python 3.3 and 📰 include python 3.7 in test 2018-11-06 18:27:52 +00:00
chfw 4cdfdd3b99 🎨 fix style warning, sigh 2018-11-06 18:25:15 +00:00
chfw a7a9f34880 🐛 fix NameError: name 'ModuleNotFoundError' is not defined 2018-11-06 18:22:16 +00:00
chfw 311b696f1a 🔥 ignore docs folder for style checking 2018-11-06 18:16:51 +00:00
chfw 88b2c03899 🔨 code refactoring and 📚 update change log 2018-11-06 18:14:24 +00:00
chfw 0ab0a1a50a 💚 use flake8 3.x syntax to ignore flake8 warnings 2018-11-06 18:07:27 +00:00
chfw 2f72151fed 📰 isort configuration 2018-11-05 22:36:58 +00:00
chfw 15d55dc867 🔨 major automatic code formatting using isort and black 2018-11-05 22:36:27 +00:00
chfw 749359aa9b 💚 pass unit tests. #6 2018-11-05 22:32:14 +00:00
chfw 5f02119bfe better implemenation to accomendate python 3 2018-11-05 22:10:25 +00:00
chfw 1e32e01558 🐛 eat the module not found error in python. fix #6 2018-11-05 22:08:32 +00:00
jaska 89ebe41b24
Merge pull request #5 from chfw/dev
version 0.0.4 : to find plugin names with different naming patterns
2018-08-07 22:33:53 +01:00
chfw 616b233616 🔨 code refactoring 2018-08-07 22:24:54 +01:00
chfw 5d08638179 restore lost changes 2018-08-07 22:23:07 +01:00
jaska 435e2f859e
Merge branch 'master' into dev 2018-08-07 22:19:50 +01:00
chfw e81c44dfb6 🥚 🎡 release 0.0.4 2018-08-07 22:17:48 +01:00
chfw f62d5baadf 🔬 more test coverage 2018-08-02 22:30:18 +01:00
chfw e13220d087 🐛 take prefix in plugin name patterns 2018-07-31 22:19:49 +01:00
chfw 991200eadf 🔥 get rid of logging 2018-07-28 01:29:17 +01:00
chfw 3032acb19b provide more flexible way of finding plugins. #4 2018-07-17 08:03:30 +01:00
chfw 41220e8c55 🐛 fix the documentation's description 2018-06-13 00:00:01 +01:00
jaska b8a9f6a809
Merge pull request #3 from chfw/dev
support dict as pluggable payload
2018-06-12 23:57:38 +01:00
chfw 90fd0a5cae 🎨 update change log 2018-06-12 23:55:55 +01:00
chfw 6411f74abc 🥚 🎡 release 0.0.3 2018-06-12 23:52:10 +01:00
chfw c07b353511 📚 update project description 2018-06-12 23:28:41 +01:00
chfw 2a9911fde9 💚 make unit test pass 2018-06-12 23:27:22 +01:00
chfw bc7ad7d46d 📚 pump versions 2018-06-12 23:26:34 +01:00
chfw 619a64cd69 law changes: dict is allowed to be plugin payload. functions, classes were allowed before but not dict. this change helps. 2018-06-12 23:19:42 +01:00
chfw b7245d0976 given a plugin can have many tags, it is hard for plugin manager to tell if two tags point to the same plugin or not. get_primary_key helps. if there are multiple plugins for the same tag, this feature does not help. In short, get_primary_key tells your tag point to a list of plugins with similarities 2018-06-12 23:00:57 +01:00
chfw 48d5552175 👕 coding style fix 2018-06-12 22:47:57 +01:00
chfw 9b53946772 adding __version__, fix #2 2018-06-12 14:37:33 +01:00
chfw 9af43e13c4 🤝 sync with mobans 2018-06-12 14:29:59 +01:00
chfw 4e071ba324 📚 update email 2017-10-23 21:46:37 +01:00
chfw 1fa95fd064 🥚 🎡 release 0.0.2 related to https://github.com/pyexcel/pyexcel/pull/103 2017-10-23 21:44:23 +01:00
chfw 5f4756361f 🤝 sync with latest setupmobans 2017-10-23 21:39:07 +01:00
chfw 88924f1728 re-arrange the chat icon 2017-07-01 15:59:20 +01:00
jaska c8d4b537bf Merge pull request #1 from gitter-badger/gitter-badge
Add a Gitter chat badge to README.rst
2017-07-01 15:56:35 +01:00
chfw eb741f6223 enable gitter for lml 2017-07-01 15:53:03 +01:00
The Gitter Badger 32a120df18 Add Gitter badge 2017-07-01 14:49:52 +00:00