-
Notifications
You must be signed in to change notification settings - Fork 137
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
add to color scheme #274
add to color scheme #274
Conversation
As per warning ``` WARN[0000] test/docker-compose.yml: the attribute `version` is obsolete, it will be ignored, please remove it to avoid potential confusion ```
So we can keep running `pronto`.
51e9da3
to
1775658
Compare
Hi @costa, Sorry for taking long to answer. Thank you so much for this containerization start for HighLine. It's an area that I have only basic expertise, so I thank you for bringing it to HighLine. I have some doubts, questions, suggestions... etc... What do you think about sticking to See: https://docs.docker.com/compose/migrate/ Using Can we remove it? I saw some examples that added `Gemfile.lock also. Is it correct? What do you think about it? I guess you've had some problems running I saw some examples that runs By the way, I just implemented and pushed some commits with the code that I'm discussing above just to speed things up and save some times letting them ready for merging and releasing if you agree with them. This PR bumps the version up to 3.1.1 and it's ready for release if you agree with the suggested changes. |
I'm merging it! cc: @costa |
Let's keep an eye on path_expander release seattlerb/path_expander#8 |
Released at https://rubygems.org/gems/highline/versions/3.1.1 🚀 Thank you for the PR @costa If you have any follow up, you can comment here, I'd be glad to discuss and improve this any further. |
Hi @abinoam, I hit a busy patch and couldn't get to this earlier. Thanks for merging the PR. I have but one remark, but let's relate to your questions first. I've checked the current
Now, traditionally,
*The Docker company has been all kinds of strange in the recent years as they desperately try to monetise their platform. I personally have a In fact, my (quite powerful -- if I may say so myself) "self server" dev platform uses If you like to learn more you're welcome to see https://medium.com/@costa/git-decentralized-a25f00fd2955 and to email me directly. |
@abinoam Hi, I'm going to do a demo presentation of my manual spec/test / QA setup soonish; it will probably include a highline-based terminal test interface -- exposed through a web UI; if you have an alternative framework (with |
Hi @costa, I would like to watch it. Will it be recorded? I don't think I understood clearly the question about "framework"? By the way, I use HighLine myself for simple personal scripts. |
@abinoam By "framework", I meant just a setup for manual (QA) tests, like I have with those primitive gists that I shared above -- which allow, on one hand, proper recording of a system version's QA results (for a software production pipeline), and on the other hand, a convenient QA process (within a terminal env or through a web app). I will then record this tooling + methodology presentation video and send a link to your email -- whenever I get to doing this. |
Nice! I'd be glad to watch them! |
Closes #273.
On top of the requested functionality and tests, also added Docker'ised dev env support, I hope it's okay.