cloudstateio / python-support

User Language Support for Python
Apache License 2.0
7 stars 5 forks source link

Merge actual state of project in Master branch #21

Closed marcellanz closed 4 years ago

marcellanz commented 4 years ago

fixes #20 "Merge actual state of project in Master branch".

I'll capture the information about how to start a language support lib, whihc I think was quite valuable, somewhere else.

I also removed https://lgtm.com and travis badges, as they where outdated with the new repo. Regarding CI, I tried just shortly Github Actions. WDYT @sleipnir @chomnoue is it worth to try Github Actions or should we stick with travis?

marcellanz commented 4 years ago

@pvlugter can you change the default branch from currently 'feature/python-support' to 'master' on the repos Settings page? Thanks.

sleipnir commented 4 years ago

I believe that all Cloudstate repositories today are using Travis CI, I have nothing against "Actions" but I think we should keep travis for compliance. But it's a good question for Lightbend people to answer

pvlugter commented 4 years ago

@pvlugter can you change the default branch from currently 'feature/python-support' to 'master' on the repos Settings page?

@marcellanz done

marcellanz commented 4 years ago

@sleipnir thanks for your review and comment. I agree on them. How about to chamge these things after having this branch on master again. Peter changed default branch back again to "master", so we should have something on it with the progress we had on this feature branch. Lets iterate then on master instead on this PR.