-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open-Source Release Status #1
Comments
Hey @arthur-flam ! |
Hi Amir ! Even better, please suggest something you are using! I planned on adding support for something easy to setup and flexible like For other integrations (unless there is a big demand) I'll write docs, make sure the code is easy to extend, and rely on help from the community. |
This week I improved the docs a lot, they are now good enough to be published. I expect to have them online early next week, along with a website. I also published the CLI wrapper to pypi: pip install qaboard
|
Hi, some updates:
We're getting closer to a pre-release. What's missing is creating a "master-open-source" branch with a clean history, replacing a few default / docs, and pushing it..! |
Update:
|
The code is online 🎉🎉🎉 ! |
The website is live https://samsung.github.io/qaboard ! |
Hi! @amirfru hi! Any update about what you'd need? I expect to push the branch in the next few days, possibly directly merge on |
✨ There is now support for Celery ! https://samsung.github.io/qaboard/docs/celery-integration/ |
Hi! I quick update to say that we're still working on the open-source release, although we've focused more on quality of life features and small fixes this past month. Stay tuned! |
Hello!
|
Hi!
I expect to push the changes and new docs in the coming days. Bye! |
We now use
We also started using github actions to create a public CI:
|
Hi! Here are some updates:
We're now in new territory: anyone can start using QA-board! We'll check it's as smooth as promised by the docs, and give updates. |
There is now a demo server at demo.qamarks.com!
|
Some major updates:
|
Go!
Welcome to QA-Board! We are working on open-sourcing the project and are targeting an official release for Q3 2020.
What needs to be done before the release
Open-source process
Docs
Technical changes
qa init
creates a functional projectqatools
andqaboard
internal repositories 🌱docker-compose
USER arthurf
from Dockerfile, maybe make it configurable to avoidNFS+squash_root
issues.API changes:
qaboard-backend.slamvizapp>backend.backend
,qaboard-webapp>webapp
qaboard
not qatoolsrun()
API (ctx.obj
->ctx
: RunContext)sed -i s/qatools/qaboard/g *
Features
PR
The text was updated successfully, but these errors were encountered: