Files
git-flow/CHANGELOG.md
T
2025-11-04 20:59:56 -03:00

6.2 KiB

Martes, 4 de Noviembre de 2025, 20:59

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

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

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

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

Commits

  • feature: agrego soporte para tag de merge de ramas release (d74bafe)
    • git-flow (M)

Domingo, 2 de Noviembre de 2025, 15:32

Commits

  • bugfix: agrego try except al setlocale para capturar errores en pipeline (f45d313)
    • git-flow (M)

Domingo, 2 de Noviembre de 2025, 14:00

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

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

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)