Commit graph

55 commits

Author SHA1 Message Date
fb1953ce34 Using tests status badge from ci.platypush.tech on README instead of the Travis-CI status badge 2021-03-06 20:04:58 +01:00
49ad3261f1 Refactored tests to use pytest with fixtures instead of unittest.TestCase 2021-03-06 16:21:28 +01:00
b4f9472fc5 - Proper expansion of the context variables on functional procedure call
- Expanded and refactored tests framework

- Added test_procedure
2021-02-27 15:01:25 +01:00
82fcf86900 Added README note on how to run tests 2021-02-24 22:40:39 +01:00
1a7d0a3b07 Added sub-section on procedures to README.md 2021-02-23 00:11:16 +01:00
04a23d555d Updated README (it hadn't been updated for ages) 2021-02-22 02:53:20 +01:00
e08d4c21b8 Documentation domain name moved to docs.platypush.tech 2021-02-02 01:05:07 +01:00
cca4444af2 Updated README 2021-02-01 00:38:59 +01:00
3332c5c573 Updated README 2021-02-01 00:33:31 +01:00
dca81de5a3 Updated README 2021-02-01 00:33:20 +01:00
1c84891df6 Update README.md 2021-02-01 00:31:59 +01:00
fda8872a15 Updated README 2021-01-31 01:28:58 +01:00
13f4edbc92 Updated README 2021-01-28 14:48:09 +01:00
e2e7011e53 s/github.com/git.platypush.tech/g 2021-01-23 15:03:43 +01:00
Fabio Manganiello
f54a5cdf87 Minimum required Python version bumped (3.5->3.6) and readthedocs Python interpreter upgraded (3.6->3.7). 2020-08-22 15:28:52 +02:00
Fabio Manganiello
d5292e068d Re-formatted header 2020-08-16 16:06:13 +02:00
Fabio Manganiello
40c2c157ec typo 2020-08-16 16:04:25 +02:00
Fabio Manganiello
ead5b94942 Readthedocs link copied to the README header 2020-08-16 16:03:58 +02:00
Fabio Manganiello
9b2c6ef62d Added more links to the README 2020-08-16 16:02:42 +02:00
Fabio Manganiello
ccc01e1823 Extended README badges 2020-08-16 14:36:48 +02:00
Fabio Manganiello
3e56666ba3 Added Reddit channel to README 2020-03-31 23:04:47 +02:00
Fabio Manganiello
0a275a49c4 README 2019-10-21 01:30:43 +02:00
Fabio Manganiello
da46028df4 Updated README 2019-07-28 09:40:13 +02:00
Fabio Manganiello
e208166a92 Fixed pypi version banner to README 2019-07-25 19:01:46 +02:00
Fabio Manganiello
4a0e7dfe7c Added pypi version banner to README 2019-07-25 19:00:55 +02:00
Fabio Manganiello
42e863a229 Specified markdown format for setup 2019-07-09 02:14:00 +02:00
Fabio Manganiello
6c43b87b00 Fixed README.md italic to prevent twine from complaining 2019-07-09 02:08:58 +02:00
Fabio Manganiello
0e7345f1ee README 2018-12-05 21:19:36 +01:00
Fabio Manganiello
ab41b9d5f4 Refactored README 2018-07-09 01:18:43 +02:00
Fabio Manganiello
316fb34ec2 README new introduction; Changed wiki URL to https:// instead of git@ to prevent RTD build from failing when cloning submodule 2018-07-09 00:01:28 +02:00
Fabio Manganiello
a4d74fdeb8 typo 2018-06-26 01:22:02 +02:00
Fabio Manganiello
9158e9ae9e Included docs status badge on README 2018-06-26 01:21:04 +02:00
Fabio Manganiello
2743d46b1c s/all_requirements/requirements/ 2018-01-03 20:20:41 +01:00
Fabio Manganiello
c75348ea7e Made the README shorter after moving the most detailed parts to the Wiki as of #39 2018-01-03 15:20:54 +01:00
Fabio Manganiello
ee971ebace Updated README 2018-01-03 03:06:12 +01:00
Fabio Manganiello
4c62133378 Updated README 2018-01-03 02:23:25 +01:00
Fabio Manganiello
2ec7a0bbda Added travis-ci status to README.md 2017-12-22 03:00:05 +01:00
Fabio Manganiello
bd5c80175f - Major refactoring.
- More consistent naming for many methods, plus added a more extensive doc.

- Refactored the entry points for the daemon and the pusher into two
  classes, easier to encapsulate and wrap into tests.

- Removed the local backend - managing the concurrency of two processes
  reading and writing on the same socket at the same time was too much,
  and its utility outside of the tests (which can have mock backends as
  well) is quite modest.

- Managing stop events on the bus. Still some work to do tho.

- Fixed several bugs.
2017-12-20 20:25:08 +01:00
Fabio Manganiello
97b6fab376 Updated README 2017-12-18 01:53:32 +01:00
Fabio Manganiello
33c4d9fb52 s/platypush.response/platypush.message.response/g 2017-12-13 04:21:26 +01:00
Fabio Manganiello
491c2cd571 * More consistent management of responses
* Better per-plugin/per-backend logging management
2017-12-13 03:37:28 +01:00
Fabio Manganiello
ca68aeb0e9 Installation notes 2017-12-11 20:34:13 +01:00
Fabio Manganiello
a8eead4327 Installation notes 2017-12-11 20:33:36 +01:00
Fabio Manganiello
6c2ea3767c s/runbullet/platypush/g 2017-12-11 20:30:57 +01:00
Fabio Manganiello
e9e0512a52 Implemented local backend 2017-12-11 16:48:28 +01:00
Fabio Manganiello
83d6fd9817 README 2017-11-05 01:11:13 +01:00
Fabio Manganiello
1c5ac4389b README 2017-11-05 01:00:03 +01:00
Fabio Manganiello
31b97a8c96 README typo :) 2017-11-05 00:50:41 +01:00
Fabio Manganiello
5d2a0cffb5 #3 - Simplified command-line interface for pusher 2017-11-04 14:02:56 +01:00
Fabio Manganiello
c689b9bbf1 New format for messges, using actions instead of plugin names + custom args for each plugin 2017-11-04 12:28:15 +01:00