Compare commits
7 Commits
fix/cgn/fi
...
main
Author | SHA1 | Date | |
---|---|---|---|
8c9498b66e | |||
ba67085a17 | |||
41c633e2ad | |||
c382698132 | |||
b8ce2d47b9 | |||
bee05348cd | |||
a66d25524a |
@ -1,9 +1,7 @@
|
||||
name: Post PR Merge Action
|
||||
run-name: ${{ gitea.actor }} is building on ${{ gitea.repository }} 🚀
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
integrate:
|
||||
|
@ -23,15 +23,15 @@ repos:
|
||||
hooks:
|
||||
- id: dockerfilelint
|
||||
|
||||
- repo: https://github.com/pre-commit/mirrors-prettier
|
||||
rev: v4.0.0-alpha.8
|
||||
hooks:
|
||||
- id: prettier
|
||||
files: \.(js|ts|jsx|tsx|css|less|html|json|markdown|md|yaml|yml)$
|
||||
#- repo: https://github.com/pre-commit/mirrors-prettier
|
||||
# rev: v4.0.0-alpha.8
|
||||
#hooks:
|
||||
# - id: prettier
|
||||
# files: \.(js|ts|jsx|tsx|css|less|html|json|markdown|md|yaml|yml)$
|
||||
|
||||
# ruff for Python formatting
|
||||
- repo: https://github.com/astral-sh/ruff-pre-commit
|
||||
rev: v0.9.6
|
||||
rev: v0.9.7
|
||||
hooks:
|
||||
- id: ruff
|
||||
- id: ruff-format
|
||||
|
28
CHANGELOG.md
28
CHANGELOG.md
@ -3,6 +3,29 @@
|
||||
This changelog documents all notable changes made to the Puppet control repository
|
||||
which mainly manages OVHcloud's Linux workstations.
|
||||
|
||||
### [0.5.0] - 2025-02-22
|
||||
|
||||
### 🚀 Features
|
||||
|
||||
- *(ci)* Make main-push workflow manual - ([c382698](https://stash.ovh.net/projects/GISWORKSPACE/repos/puppet-playground/commits/c3826981329e3d1c0fb1ec56e5bf00cdfeffa73f))
|
||||
- Add new feature - ([41c633e](https://stash.ovh.net/projects/GISWORKSPACE/repos/puppet-playground/commits/41c633e2ad4b47dc46ceaee772c17aee5587c6d7))
|
||||
|
||||
### 🐛 Bug Fixes
|
||||
|
||||
- A fix - ([ba67085](https://stash.ovh.net/projects/GISWORKSPACE/repos/puppet-playground/commits/ba67085a1701137cb28fd1c3436bccb0bcba2388))
|
||||
|
||||
### [0.4.1] - 2025-02-14
|
||||
|
||||
### 🐛 Bug Fixes
|
||||
|
||||
- Remove unneeded files - ([bee0534](https://stash.ovh.net/projects/GISWORKSPACE/repos/puppet-playground/commits/bee05348cd1760500f87b37c7c7a9a377b3b2ba2))
|
||||
|
||||
### [0.4.0] - 2025-02-12
|
||||
|
||||
### 🚀 Features
|
||||
|
||||
- *(ci)* Add commit message format and squash commit checks - ([b345768](https://stash.ovh.net/projects/GISWORKSPACE/repos/puppet-playground/commits/b3457687814f75bdf0ef13e9b3521466f0011234))
|
||||
|
||||
### [0.3.0] - 2025-02-11
|
||||
|
||||
### 🚀 Features
|
||||
@ -17,7 +40,7 @@ which mainly manages OVHcloud's Linux workstations.
|
||||
|
||||
### 🐛 Bug Fixes
|
||||
|
||||
- _(configs)_ Fix module file - ([d1eee0c](https://stash.ovh.net/projects/GISWORKSPACE/repos/puppet-playground/commits/d1eee0c3024450fbc48082979eb001a5b0165e58))
|
||||
- *(configs)* Fix module file - ([d1eee0c](https://stash.ovh.net/projects/GISWORKSPACE/repos/puppet-playground/commits/d1eee0c3024450fbc48082979eb001a5b0165e58))
|
||||
|
||||
### [0.2.0] - 2025-02-10
|
||||
|
||||
@ -31,4 +54,7 @@ which mainly manages OVHcloud's Linux workstations.
|
||||
|
||||
- Add dev tools and helper scripts - ([c1eb61d](https://stash.ovh.net/projects/GISWORKSPACE/repos/puppet-playground/commits/c1eb61d42581c4c0ab731fd428cc564a4e2d53d4))
|
||||
|
||||
|
||||
|
||||
OVHcloud GIS-Workspace Linux Team
|
||||
|
||||
|
@ -1,9 +0,0 @@
|
||||
import os
|
||||
import git
|
||||
|
||||
|
||||
# Global variables and constant
|
||||
current_dir = os.getcwd()
|
||||
repo = git.Repo(current_dir)
|
||||
tree = repo.head.commit.message
|
||||
print(tree)
|
@ -1 +0,0 @@
|
||||
RAndom file
|
Loading…
x
Reference in New Issue
Block a user