docs: elimino CHANGELOG.md
This commit is contained in:
-273
@@ -1,273 +0,0 @@
|
|||||||
## Jueves, 6 de Noviembre de 2025, 21:18
|
|
||||||
|
|
||||||
- Autor: [Jonathan Teran Carballo](mailto:jonathan.nerat@gmail.com)
|
|
||||||
- Rama: `bugfix/remove-branch-from-last-env-tag`
|
|
||||||
|
|
||||||
### Commits
|
|
||||||
|
|
||||||
- **bugfix**: elimino nombre de rama de tag en el ultimo environment (e9b44eb)
|
|
||||||
- src/git_flow/main.py (M)
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
## Martes, 4 de Noviembre de 2025, 21:11
|
|
||||||
|
|
||||||
- Autor: [Jonathan Teran Carballo](mailto:jonathan.nerat@gmail.com)
|
|
||||||
- Rama: `refactor/remove-dev-branch`
|
|
||||||
|
|
||||||
### Commits
|
|
||||||
|
|
||||||
- **refactor**: elimino rama dev de lista de branches de git-flow (794fc6a)
|
|
||||||
- .flowconfig (M)
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
## Martes, 4 de Noviembre de 2025, 20:59
|
|
||||||
|
|
||||||
- Autor: [Jonathan Teran Carballo](mailto:jonathan.nerat@gmail.com)
|
|
||||||
- Rama: `bugfix/pipeline-run-tag`
|
|
||||||
|
|
||||||
### Commits
|
|
||||||
|
|
||||||
- **bugfix**: cambio script de build para ejecutar git-flow tag (34b07ab)
|
|
||||||
- bitbucket-pipelines.yml (M)
|
|
||||||
- pyproject.toml (M)
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
## Lunes, 3 de Noviembre de 2025, 21:54
|
|
||||||
|
|
||||||
- Autor: [Jonathan Teran Carballo](mailto:jonathan.nerat@gmail.com)
|
|
||||||
- Rama: `refactor/build-system`
|
|
||||||
|
|
||||||
### Commits
|
|
||||||
|
|
||||||
- **bugfix**: arreglo ejecucion de tag mediante pipeline (96c787b)
|
|
||||||
- bitbucket-pipelines.yml (M)
|
|
||||||
- src/git_flow/main.py (M)
|
|
||||||
- **refactor**: cambio estructura de proyecto siguiendo guidelines de python (9e1c710)
|
|
||||||
- git-flow (D)
|
|
||||||
- lib/__init__.py (D)
|
|
||||||
- lib/git.py (D)
|
|
||||||
- lib/io.py (D)
|
|
||||||
- pyproject.toml (A)
|
|
||||||
- pyrightconfig.json (D)
|
|
||||||
- requirements.txt (D)
|
|
||||||
- src/git_flow/__init__.py (A)
|
|
||||||
- src/git_flow/git.py (A)
|
|
||||||
- src/git_flow/io.py (A)
|
|
||||||
- src/git_flow/main.py (A)
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
## Lunes, 3 de Noviembre de 2025, 08:28
|
|
||||||
|
|
||||||
- Autor: [Jonathan Teran Carballo](mailto:jonathan.nerat@gmail.com)
|
|
||||||
- Rama: `feature/release-command`
|
|
||||||
|
|
||||||
### Commits
|
|
||||||
|
|
||||||
- **bugfix**: elimino debug print y return en merge_command (cc66c5b)
|
|
||||||
- git-flow (M)
|
|
||||||
- **bugfix**: uso distintos target branches para obtener env y type de ramas dev y release (b8ef0b9)
|
|
||||||
- git-flow (M)
|
|
||||||
- **docs**: actualizo texto de ayuda de help_command (8bb0965)
|
|
||||||
- git-flow (M)
|
|
||||||
- **feature**: agrego comando release (1bdac67)
|
|
||||||
- git-flow (M)
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
## Domingo, 2 de Noviembre de 2025, 17:37
|
|
||||||
|
|
||||||
- Autor: [Jonathan Teran Carballo](mailto:jonathan.nerat@gmail.com)
|
|
||||||
- Rama: `feature/release-command`
|
|
||||||
|
|
||||||
### Commits
|
|
||||||
|
|
||||||
- **docs**: actualizo texto de ayuda de help_command (8bb0965)
|
|
||||||
- git-flow (M)
|
|
||||||
- **feature**: agrego comando release (1bdac67)
|
|
||||||
- git-flow (M)
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
## Domingo, 2 de Noviembre de 2025, 15:47
|
|
||||||
|
|
||||||
- Autor: [Jonathan Teran Carballo](mailto:jonathan.nerat@gmail.com)
|
|
||||||
- Rama: `feature/add-release-tag-support`
|
|
||||||
|
|
||||||
### Commits
|
|
||||||
|
|
||||||
- **feature**: agrego soporte para tag de merge de ramas release (d74bafe)
|
|
||||||
- git-flow (M)
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
## Domingo, 2 de Noviembre de 2025, 15:32
|
|
||||||
|
|
||||||
- Autor: [Jonathan Teran Carballo](mailto:jonathan.nerat@gmail.com)
|
|
||||||
- Rama: `bugfix/set-locale-error`
|
|
||||||
|
|
||||||
### Commits
|
|
||||||
|
|
||||||
- **bugfix**: agrego try except al setlocale para capturar errores en pipeline (f45d313)
|
|
||||||
- git-flow (M)
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
## Domingo, 2 de Noviembre de 2025, 14:00
|
|
||||||
|
|
||||||
- Autor: [Jonathan Teran Carballo](mailto:jonathan.nerat@gmail.com)
|
|
||||||
- Rama: `docs/change-changelog-format`
|
|
||||||
|
|
||||||
### Commits
|
|
||||||
|
|
||||||
- **bugfix**: arreglo concatenacion de lineas de changelog (8f30dc6)
|
|
||||||
- git-flow (M)
|
|
||||||
- **docs**: agrego link a respuesta de PR creado (2bf8dbc)
|
|
||||||
- git-flow (M)
|
|
||||||
- **docs**: cambio descripcion de PR para que solo contenga los commits (1de6a64)
|
|
||||||
- git-flow (M)
|
|
||||||
- lib/io.py (M)
|
|
||||||
- **docs**: cambio header de changelog, arreglo generacion de descripcion de Prs (eba73fe)
|
|
||||||
- git-flow (M)
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
- **docs**: agrego link a respuesta de PR creado (2bf8dbc)
|
|
||||||
- git-flow (M)
|
|
||||||
- **docs**: cambio descripcion de PR para que solo contenga los commits (1de6a64)
|
|
||||||
- git-flow (M)
|
|
||||||
- lib/io.py (M)
|
|
||||||
- **docs**: cambio header de changelog, arreglo generacion de descripcion de Prs (eba73fe)
|
|
||||||
- git-flow (M)
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
- **docs**: cambio descripcion de PR para que solo contenga los commits (1de6a64)
|
|
||||||
- git-flow (M)
|
|
||||||
- lib/io.py (M)
|
|
||||||
- **docs**: cambio header de changelog, arreglo generacion de descripcion de Prs (eba73fe)
|
|
||||||
- git-flow (M)
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
## Domingo, 2 de Noviembre de 2025, 13:47
|
|
||||||
|
|
||||||
- Autor: [Jonathan Teran Carballo](mailto:jonathan.nerat@gmail.com)
|
|
||||||
- Rama: `docs/change-changelog-format`
|
|
||||||
### Commits
|
|
||||||
- **docs**: cambio header de changelog, arreglo generacion de descripcion de Prs (eba73fe)
|
|
||||||
- git-flow (M)
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
## Domingo, 2 de Noviembre de 2025, 13:40
|
|
||||||
|
|
||||||
### Autor
|
|
||||||
|
|
||||||
- Usuario: **Jonathan Teran Carballo**
|
|
||||||
- Email: **jonathan.nerat@gmail.com**
|
|
||||||
|
|
||||||
### Commits
|
|
||||||
|
|
||||||
Rama: **docs/change-changelog-format**
|
|
||||||
|
|
||||||
- **docs**: agrego secciones de autor y commits, cambio formato de timestamp (35f9b18)
|
|
||||||
- git-flow (M)
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
## Domingo, 2 De Noviembre De 2025, 13:36:22
|
|
||||||
|
|
||||||
- Usuario: **Jonathan Teran Carballo**
|
|
||||||
- Email: **jonathan.nerat@gmail.com**
|
|
||||||
- Rama: **docs/change-changelog-format**
|
|
||||||
|
|
||||||
- **docs**: agrego setteo de locale, muevo usuario y mail a contenido de seccion de CHANGELOG.md (143c704)
|
|
||||||
- git-flow (M)
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
## Jonathan Teran Carballo (jonathan.nerat@gmail.com) - 02/11/2025 13:19
|
|
||||||
|
|
||||||
**refactor/remove-unused-git-functions**
|
|
||||||
- **refactor**: elimino funciones no usadas de modulo git (76c7b35)
|
|
||||||
- lib/git.py (M)
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
## Jonathan Teran Carballo (jonathan.nerat@gmail.com) - 02/11/2025 12:47
|
|
||||||
|
|
||||||
**bugfix/tag-command-checks**
|
|
||||||
- **bugfix**: cambio la imagen de default a python:3.12 (b1aecf4)
|
|
||||||
- bitbucket-pipelines.yml (M)
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
## Jonathan Teran Carballo (jonathan.nerat@gmail.com) - 02/11/2025 12:40
|
|
||||||
|
|
||||||
**bugfix/tag-command-checks**
|
|
||||||
- **bugfix**: cambio llamada a pip en pipeline (7330024)
|
|
||||||
- bitbucket-pipelines.yml (M)
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
## Jonathan Teran Carballo (jonathan.nerat@gmail.com) - 02/11/2025 12:34
|
|
||||||
|
|
||||||
**bugfix/tag-command-checks**
|
|
||||||
- **bugfix**: cambio imagen de python a la default de atlassian (ee8eb17)
|
|
||||||
- bitbucket-pipelines.yml (M)
|
|
||||||
- **bugfix**: deshabilito los checks para la ejecucion de commandos para obtener tags (83c1ebc)
|
|
||||||
- git-flow (M)
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
## Jonathan Teran Carballo (jonathan.nerat@gmail.com) - 02/11/2025 12:26
|
|
||||||
|
|
||||||
**feature/agregar-bitbucket-pipelines.yml**
|
|
||||||
- **bugfix**: modifico shebang para buscar python3 con env (c07fdb9)
|
|
||||||
- git-flow (M)
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
## Jonathan Teran Carballo (jonathan.nerat@gmail.com) - 02/11/2025 12:23
|
|
||||||
|
|
||||||
**feature/agregar-bitbucket-pipelines.yml**
|
|
||||||
- **feature**: agrego bitbucket-pipelines.yml y requirements.txt (2afa845)
|
|
||||||
- bitbucket-pipelines.yml (A)
|
|
||||||
- requirements.txt (A)
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
## Jonathan Teran Carballo (jonathan.nerat@gmail.com) - 02/11/2025 12:13
|
|
||||||
|
|
||||||
**refactor/git-commands-lib**
|
|
||||||
- **bugfix**: detectar host ficticion de bitbucket (6264062)
|
|
||||||
- git-flow (M)
|
|
||||||
- **refactor**: clase Git para ejecutar comandos (89eb969)
|
|
||||||
- .gitignore (A)
|
|
||||||
- README.md (A)
|
|
||||||
- git-flow (A)
|
|
||||||
- lib/__init__.py (A)
|
|
||||||
- lib/git.py (A)
|
|
||||||
- lib/io.py (A)
|
|
||||||
- pyrightconfig.json (A)
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
## Jonathan Teran Carballo (jonathan.nerat@gmail.com) - 02/11/2025 12:10
|
|
||||||
|
|
||||||
**refactor/git-commands-lib**
|
|
||||||
- **refactor**: clase Git para ejecutar comandos (89eb969)
|
|
||||||
- .gitignore (A)
|
|
||||||
- README.md (A)
|
|
||||||
- git-flow (A)
|
|
||||||
- lib/__init__.py (A)
|
|
||||||
- lib/git.py (A)
|
|
||||||
- lib/io.py (A)
|
|
||||||
- pyrightconfig.json (A)
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
Reference in New Issue
Block a user