blog
terraform-provider-github
blog | terraform-provider-github | |
---|---|---|
3 | 7 | |
0 | 913 | |
- | 1.0% | |
0.0 | 8.8 | |
almost 2 years ago | 3 days ago | |
HTML | Go | |
MIT License | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
blog
-
The strongest principle of the blog's growth lies in the human choice to deploy it
I noticed that after deployment images were broken after further research it became clear that this happens because we are using baseURL with path - https://imomaliev.github.io/blog/. This is known behavior. It does look like a bug to me, but maintainers decided to close this issue as "wontfix" for now. In the future, I am planning to host this blog on my domain without additional path in baseURL, but for now I fixed it by using relative paths instead ones starting with leading /.
-
Building the plane while flying it
I will start from the very beginning and create this blog from the scratch. This series is called "Building the blog while flying it". In the spirit of famous startup quote/approach, "Building the plane while flying it"1. I think I will have a lot of fun. I am going to start by posting to my dev.to page and host blog repository on the GitHub. My first version of this blog is living in the blog-v1 repo.
terraform-provider-github
-
Github provider
There's an open feature request issue for it in the provider. I'd keep your eyes on 1534 for it to be implemented, as well as give it the 'ol thumbs-up bump.
- Is Github Actions really production ready for large corporation ?
-
The strongest principle of the blog's growth lies in the human choice to deploy it
I wanted to configure GitHub Pages using terraform because this project already uses it to configure this repository. But currently, due to how GitHub provider for terraform is written, configuring Pages requires some fiddling and will not work on the first run. During my research into how I could achieve declarative configuration for Pages, I found out that GitHub recently added actions that allow deploying to Pages without additional branch. I like this new approach better and in the future I will switch to it, but for now I decided to configure Pages manually as suggested by GitHub Pages Action that we are using.
-
Error: Failed to install provider
Someone hit the wrong switch at the factory: https://github.com/integrations/terraform-provider-github/releases/tag/v4.28.0
-
Show HN: GitHub as Code – Manage GitHub with Terraform
Well, there are a lot of open issues [0] with no outlook to get them ever closed.
We've had issues with branch protection rules (the same code works with old actors in the state, but new actors erroring out without any reason), organization secrets, etc.
[0]: https://github.com/integrations/terraform-provider-github/is...
-
Configurable GitHub default merge action: merge, squash, rebase
https://github.com/integrations/terraform-provider-github/is...
I don't understand how this hasn't gotten more attention throughout the years. I would like to learn about why that is.
I am a big fan of Squash and Merge but it's saddening that users have to configure that by hand on a repo when they first merge a commit via the GitHub UI, as many people aren't aware or don't think about it which can lead to nasty commit histories.
Am I missing something? Am I git'ing wrong?
- How do you manage many repositories?
What are some alternatives?
blog-v1 - Personal blog
git-xargs - git-xargs is a command-line tool (CLI) for making updates across multiple Github repositories with a single command.
goldmark-highlighting - A Syntax highlighting extension for the goldmark markdown parser.
actions-hugo - GitHub Actions for Hugo ⚡️ Setup Hugo quickly and build your site fast. Hugo extended, Hugo Modules, Linux (Ubuntu), macOS, and Windows are supported.
gita - Manage many git repos with sanity 从容管理多个git库
til - TIL
infrastructure - terragrunt infrastructure configuration
cache - Cache dependencies and build outputs in GitHub Actions
terraform-github-repository - A Terraform module to manage GitHub Repositories. https://github.com/
goldmark - :trophy: A markdown parser written in Go. Easy to extend, standard(CommonMark) compliant, well structured.