Commit graph

89 commits

Author SHA1 Message Date
nicobo
0130f4a28b + custom label for docker badge 2020-12-27 19:49:04 +01:00
nicobo
08d05e314d fixed wrong badge url 2020-12-27 19:42:40 +01:00
nicobo
a8ee1f2d10 using simpler docker badges 2020-12-27 19:35:33 +01:00
nicobo
abad7232b3 doc format 2020-12-27 17:41:26 +01:00
nicobo
06f90b2ce7 + docker badges 2020-12-27 17:38:13 +01:00
nicobo
494edb0058 + dependabot 2020-12-27 07:24:14 +01:00
nicobo
8f2a91638b removing arm for alpine as well (missing dependencies) 2020-12-24 08:37:52 +01:00
nicobo
ff0598bb3f
- removing arm CPU on debian-slim for now (needs more work) 2020-12-24 08:23:27 +01:00
nicobo
4bbb38b96b
- removing more problematic CPU archs
~ minor enhancements to the Dockerfiles
2020-12-24 00:04:14 +01:00
nicobo
91be08d2dd
Fixed duplicated step id 2020-12-23 23:34:14 +01:00
nicobo
465e323e5b
+ signal dependencies (JDK, libckgroup) 2020-12-23 23:27:08 +01:00
nicobo
99b66cfdb8
- disabling problematic CPU architectures : x86 for debian-slim and alpine 2020-12-23 23:25:27 +01:00
nicobo
4353342e3e
+ multiarch
+ building debian, debian-slim, alpine
2020-12-23 22:16:20 +01:00
nicobo
e674195d5d
+ caching images 2020-12-23 22:08:43 +01:00
nicobo
bf3202bc53
doc fix 2020-12-21 23:34:59 +01:00
nicobo
9ab35b4808
+ installing signal dependencies
+ option to link to a device when running the docker image (alpine only 
for now)
2020-12-21 23:34:46 +01:00
nicobo
48e93b5469 fixed auto update docker hub description 2020-12-21 09:07:46 +01:00
nicobo
7d1134d5af
+ auto update docker hub description 2020-12-21 08:43:09 +01:00
nicobo
9c1c3157f5
Doc fixes 2020-12-20 23:44:17 +01:00
nicobo
cc516da502
Fixed insufficent_scope (tag was missing the username) 2020-12-20 23:35:13 +01:00
nicobo
8616c8587f
Fixed missing checkout action 2020-12-20 23:26:32 +01:00
nicobo
07cf2aaa20
Fixes missing environment 2020-12-20 23:11:02 +01:00
nicobo
c321d65d37
Fixes variables syntax 2020-12-20 23:04:54 +01:00
nicobo
2dce1880d4
Merge pull request #32 from nicolabs/dockerhub
Create dockerhub.yml
2020-12-20 23:01:57 +01:00
nicobo
b75b4c536f
Create dockerhub.yml
Github Action to build & push image to docker hub
2020-12-20 22:59:58 +01:00
nicobo
39bcabf20f
PyYAML requires Python 3.5+ 2020-12-20 22:42:04 +01:00
nicobo
aaa277e8fc
~ fixes python versions and requirements.txt not existing anymore 2020-12-20 22:21:27 +01:00
nicobo
a741194deb
+ docker build 2020-12-20 15:46:57 +01:00
nicobo
be6646c1ff
fixed : make sure python3 is used (not python 2) 2020-12-20 15:46:17 +01:00
nicobo
9deb1281d1
+ setup.py to package it
+ option to display the version
+ importing the version from git metadata
2020-12-20 15:45:38 +01:00
nicobo
d84298bc59
requirements.txt split in build & runtime to make it clear 2020-12-20 15:43:38 +01:00
nicobo
75840b057f
+ testing with minimum required Python version (3.4.2) 2020-05-29 08:27:31 +02:00
nicobo
707a881931
+ returns the status as a dict for simpler usage from other Python programs 2020-05-26 23:15:53 +02:00
nicobo
207ff6c394
+ comment 2020-05-26 22:39:08 +02:00
nicobo
95e142ea81
+ test on max_count 2020-05-26 22:37:08 +02:00
nicobo
6d3162cf2d
+ testing also against latest python versions 2020-05-26 22:36:53 +02:00
nicobo
ea65ac77f7
~ test/ renamed into tests/ 2020-05-24 07:26:53 +02:00
nicobo
32b4ee6bdc
+ travis ci badge 2020-05-24 00:02:25 +02:00
nicobo
f91738abcb
+ unit test for askbot
~ removed unused class arguments
~ fixed : imports are now relative so they can be imported from tests
2020-05-23 23:42:09 +02:00
nicobo
b7215b1c1f
~ Status class replaced with a simple dict ~ Status object returned normalized betwee, askbot & transbot + transbot now returns a JSON status like askbot 2020-05-23 23:00:26 +02:00
nicobo
3848a22933
~ __main__ code moved to run() to make it easier to test 2020-05-23 13:51:45 +02:00
nicobo
fa9d238f63
Merge pull request #27 from nicolabs/jabber
Jabber
2020-05-22 23:21:44 +02:00
nicobo
162242bdf9
~ fixed misnamed argument 2020-05-22 22:17:17 +02:00
nicobo
312617df42
~ updated sample conf with latest changes 2020-05-22 15:02:04 +02:00
nicobo
ebeb3b7756
~ More arg parsing refactoring : centralizing code 2020-05-22 14:54:58 +02:00
nicobo
cb58f3f2a6
~ common/specific options parsing disptached into bot.py, signalcli.py and jabber.py 2020-05-22 09:15:50 +02:00
nicobo
646847e7ac
- remove ~/.xtalk support (does not look standard)
~ options username, password, group are now backend-specific, they only 
share convenient default options
~ options names fixed for config file compatibility
2020-05-22 08:37:17 +02:00
nicobo
40419d714d
+ connect method to Chatter + jabber backend to askbot ~ fixed : config.recipient -> config.recipients 2020-05-22 07:32:03 +02:00
nicobo
ce57a9c932
+ Jabber implementation using slixmpp 2020-05-22 07:29:52 +02:00
nicobo
26aad8095a
~ minor doc update 2020-05-21 06:50:26 +02:00