Marcos Benevides
Marcos Benevides
Os [números de carmichael](https://en.wikipedia.org/wiki/Carmichael_number) são números compostos que conseguem burlar o [teste de Fermat](https://en.wikipedia.org/wiki/Fermat_primality_test#Flaw). Exemplo: 561 = 3 * 11 * 17.
This is an example `shell.nix`: ``` { pkgs ? import {} }: let env = python: pkgs.poetry2nix.mkPoetryEnv { python = python; pyproject = ./pyproject.toml; poetrylock = ./poetry.lock; }; in {...
What was done here: - [X] Added a CI pipeline for the currentl flow with PostgreSQL 9 and MySQL 5.7, but made sure to also support newer releases of these...
### Describe the bug We have an issue regarding a combination of failed applies and partial plans. ### Steps to reproduce #### First report 1. Start with 6 directories with...
## Description - Closes #949 - Built atop of #950 from @waterfoul ## Type of change - [ ] Bug fix - [X] New feature - [ ] Breaking change...
## Description - Closes #1005 ## Type of change - [X] Bug fix - [ ] New feature - [ ] Breaking change - [ ] Documentation update - [...
### Describe the bug Some GitLab templates till mention GitHub ### Steps to reproduce - [code/src/terrat_files_gitlab/tmpl/action_failed.tmpl](https://github.com/terrateamio/terrateam/blob/4e7c6756c5051f668313a310d92c2fe366db8417/code/src/terrat_files_gitlab/tmpl/action_failed.tmpl#L4) - [code/src/terrat_files_gitlab/tmpl/mismatched_refs.tmpl](https://github.com/terrateamio/terrateam/blob/4e7c6756c5051f668313a310d92c2fe366db8417/code/src/terrat_files_gitlab/tmpl/mismatched_refs.tmpl#L7) - [code/src/terrat_files_gitlab/tmpl/comment_too_large.tmpl](https://github.com/terrateamio/terrateam/blob/4e7c6756c5051f668313a310d92c2fe366db8417/code/src/terrat_files_gitlab/tmpl/comment_too_large.tmpl) - [code/src/terrat_files_gitlab/tmpl/plan_complete.tmpl](https://github.com/terrateamio/terrateam/blob/4e7c6756c5051f668313a310d92c2fe366db8417/code/src/terrat_files_gitlab/tmpl/plan_complete.tmpl#L4) - [code/src/terrat_files_gitlab/tmpl/failed_to_find_workflow.tmpl](https://github.com/terrateamio/terrateam/blob/4e7c6756c5051f668313a310d92c2fe366db8417/code/src/terrat_files_gitlab/tmpl/failed_to_find_workflow.tmpl) - [code/src/terrat_files_gitlab/tmpl/maybe_stale_work_manifests.tmpl](https://github.com/terrateamio/terrateam/blob/4e7c6756c5051f668313a310d92c2fe366db8417/code/src/terrat_files_gitlab/tmpl/maybe_stale_work_manifests.tmpl#L2) - [code/src/terrat_files_gitlab/tmpl/conflicting_work_manifests.tmpl](https://github.com/terrateamio/terrateam/blob/4e7c6756c5051f668313a310d92c2fe366db8417/code/src/terrat_files_gitlab/tmpl/conflicting_work_manifests.tmpl#L19) - [code/src/terrat_files_gitlab/tmpl/plan_complete2.tmpl](https://github.com/terrateamio/terrateam/blob/4e7c6756c5051f668313a310d92c2fe366db8417/code/src/terrat_files_gitlab/tmpl/plan_complete2.tmpl#L14)...
## Description - Small iterations to get something working atop of the new comment feature. ## Type of change - [ ] Bug fix - [X] New feature - [...