GitHub SKU videos - intro
3:38
2 ай бұрын
Copilot Chat -  power user
14:30
4 ай бұрын
GitHub Notification Settings
8:56
2 жыл бұрын
GitHub App from manifest -  demo
5:16
GITHUB_TOKEN
5:28
2 жыл бұрын
GitHub Copilot 3
5:08
3 жыл бұрын
GitHub ForkUpdater: Demo
2:58
3 жыл бұрын
DevOps - 06 - Four eyes principle
3:20
DevOps - 07 - Automate everything
2:42
Пікірлер
@adamnawrocki6921
@adamnawrocki6921 19 күн бұрын
Nothing about SKUs here
@daftstuff6406
@daftstuff6406 3 ай бұрын
thanks again for taking the time to share your tips. Much appreciated.
@IreshDissanayakaM
@IreshDissanayakaM 3 ай бұрын
Really good tutorial and resource! Thank you! Rob.
@Rob-Bos
@Rob-Bos 3 ай бұрын
Thanks a lot for telling me! It helps to realize why I keep sharing content 🥰
@daftstuff6406
@daftstuff6406 3 ай бұрын
Hey Rob, thanks for taking the time to share your experience with copilot. Very helpful. I look forward to seeing the rest of the series.
@Rob-Bos
@Rob-Bos 3 ай бұрын
Thanks for letting me know! It really helps to know people are watching and liking the info I share!
@happysirji
@happysirji Жыл бұрын
Is it safe to use, I mean suppose I have 300 repositories and 70% needs update then will there be any issue updating?
@Rob-Bos
@Rob-Bos Жыл бұрын
Hi @happysiji, it's not updating the repo completely by it self, although you could configure it that way. There can always be issues upgrading your fork, merge conflicts happen every once in a while. It depends if you are actively working in the fork and if you are doing so in your own branch. So there are ways to safe guard against merge conflicts. So far I have used this a lot with forked GitHub Actions, and that works perfectly as we do not make changes in our fork.
@happysirji
@happysirji Жыл бұрын
@@Rob-Bos ok will the fork updater work for my account rather than the organisation? I don't have any organisation in GitHub, how can i update forks in my account only?
@Rob-Bos
@Rob-Bos Жыл бұрын
​@@happysirji It works for user accounts as well
@happysirji
@happysirji Жыл бұрын
@@Rob-Bos well I tried but it is showing 0 updates. Although i have checked manually many repos need to be synced and updated.
@ravisoni6262
@ravisoni6262 Жыл бұрын
Thanks Rob, i set another email for notifications.
@Rob-Bos
@Rob-Bos Жыл бұрын
Great this was useful! Thanks for letting me know!
@edivaniavitorio2887
@edivaniavitorio2887 2 ай бұрын
Ah tô achando o fantasma q tava oculto parabéns vcs foram gênios mas a verdade apareça
@carltonryleigh1772
@carltonryleigh1772 2 жыл бұрын
👊 𝓅𝓇𝑜𝓂𝑜𝓈𝓂
@SV-tc8cu
@SV-tc8cu 2 жыл бұрын
Hi Rob, greate video, thanks a lot.Is GITHUB_TOKEN relevant only for GitHub Actions?
@Rob-Bos
@Rob-Bos 2 жыл бұрын
It is only available from GitHub Actions (so in a workflow). But it has access to everything IN the repo: issues, pr’s AND code
@nhanmai7492
@nhanmai7492 2 жыл бұрын
Hey Rob, that's some really interesting works! I am wondering if it simple for the organization to pinpoint the exact version (sha, release tag, etc.) of the GitHub action to add and whether they can update the version latter one (in the case if the current version is not good enough for example). Thanks
@Rob-Bos
@Rob-Bos 2 жыл бұрын
Hi Nhân, not yet, this is v0.1 so to say :-D. We fork over the entire action as is at the moment of the fork. For updates we use the github.com/rajbos/github-fork-updater repo. Still thinking what will happen if we want to allow v1 to be used, v2 not (because of a vulnerability issue for example), but then do allow v3 again... That seems like a hard problem to solve.
@nhanmai7492
@nhanmai7492 2 жыл бұрын
​@@Rob-Bos Yes, I agree😅. Anw, looking forward to more progress from this work!
@fordyman
@fordyman 3 жыл бұрын
I love the irony of writing a GitLab script using GitHub's new shiny tech :-)
@Rob-Bos
@Rob-Bos 3 жыл бұрын
Yep, have to right something to use at my customer, but storing it in GitHub to share with the community of course 😏. Luckily DevOps is not a tool 😬
@SVGc1993
@SVGc1993 3 жыл бұрын
whyUseSuchLongFunctionNames
@Rob-Bos
@Rob-Bos 3 жыл бұрын
Why not? The IDE helps you with code completion and now I have a descriptive name.
@ChrissyLeMaire
@ChrissyLeMaire 3 жыл бұрын
Yep, short, non-descriptive function names came about when computers didn't have much memory. Now that we do, we can be more descriptive.
@SVGc1993
@SVGc1993 3 жыл бұрын
@@Rob-Bos actually it's fine, if you saw some of mine... It can be tedious to manage long names, with this AI not anymore I guess!
@elmehdisaniss2731
@elmehdisaniss2731 3 жыл бұрын
Another book after reading the poenix project is the unicorn project.
@Rob-Bos
@Rob-Bos 5 жыл бұрын
Forgot to mention that pair programming is also a tool you can use to implement the Four Eyes principal! This encourages even more collaboration and can build a stronger team spirit.
@sapnasapna8364
@sapnasapna8364 4 жыл бұрын
whats four eye principle in Billing and collection point of view... Please if u could help TIA
@Rob-Bos
@Rob-Bos 4 жыл бұрын
@@sapnasapna8364 I'd mostly focus on the setup and who can change them. You want to make that a shared responsibility (not having the knowledge in one persons head) and keep track of changes together (keeping the knowledge up to date) as well as having that extra set off eyes to prevent errors during the changes.
@sapnasapna8364
@sapnasapna8364 4 жыл бұрын
@@Rob-Bos Thanks