Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

πŸ”– From dev β†’ Bump version: v1.0.5-dev into test #20

Merged
merged 5 commits into from
Oct 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.0.4
current_version = 1.0.5
commit = True
tag = False

Expand Down
2 changes: 1 addition & 1 deletion .github/FUNDING.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]
#patreon: # Replace with a single Patreon username
#open_collective: # Replace with a single Open Collective username
#ko_fi: # Replace with a single Ko-fi username
ko_fi: na0nh
#tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
#community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
#liberapay: # Replace with a single Liberapay username
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/version-controller.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,9 @@ jobs:
script: |
const head = '${{ steps.determine_branch.outputs.current_branch }}';
const base = '${{ steps.determine_branch.outputs.next_branch }}';
const title = `${{ steps.get_commit.outputs.commit_message }}`;
const body = `Automatically created pull request for release ${{ steps.create_tag.outputs.tag_name }} into ${base} branch. From ${{ steps.get_commit.outputs.commit_message }}`;
const version = '${{ steps.create_tag.outputs.tag_name }}';
const title = `πŸ”– From ${head} β†’ Bump version: ${version} into ${base}`;
const body = `Automatically created pull request for release ${version} into ${base} branch.`;

const { data: existingPRs } = await github.rest.pulls.list({
owner: context.repo.owner,
Expand Down
21 changes: 18 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,17 +63,32 @@ repos:
language: system
types: [yaml]
files: ^docker-compose(\.dev|\.prod)?\.yml$
- id: validate-commit
name: validate-commit
entry: python scripts/control_commit/main.py --log-level=DEBUG
always_run: true
pass_filenames: false
language: system
stages: [pre-push]
- id: commit-msg-version-check
name: commit-msg-version-check
entry: python scripts/commit_msg_version_bump/main.py
entry: python scripts/commit_msg_version_bump/main.py --log-level=DEBUG
always_run: true
language: system
args: [.git/COMMIT_EDITMSG]
pass_filenames: false
# args: [--commit_msg_file, .git/COMMIT_EDITMSG]
stages: [pre-push]
- id: bump-year
name: bump-year
entry: python scripts/bump_year/main.py --log-level=INFO
always_run: true
pass_filenames: false
language: system
- id: generate-changelog
name: generate-changelog
entry: python scripts/generate_changelog/main.py
entry: python scripts/generate_changelog/main.py --log-level=INFO
always_run: true
pass_filenames: false
language: system
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v4.0.0-alpha.8
Expand Down
2 changes: 1 addition & 1 deletion .pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ fail-under=10
#from-stdin=

# Files or directories to be skipped. They should be base names, not paths.
ignore=venv,node_modules
ignore=venv,node_modules,scripts

# Add files or directories matching the regular expressions patterns to the
# ignore-list. The regex matches against paths and can be in Posix or Windows
Expand Down
64 changes: 63 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,69 @@
## [1.0.0] - 2024-10-20
## [1.0.4] - 2024-10-29

### Chores

- **core**: fixed info files (`patch candidate`)

### Other Changes

- Bump version: 1.0.3 β†’ 1.0.4
- chore(core): fixed info files
- style(core): fixed readme file
- chore(core): added scripts submodule

## [1.0.3] - 2024-10-29

### Chores

- **core**: version controller main branch (`patch candidate`)

### Other Changes

- Bump version: 1.0.2 β†’ 1.0.3

## [1.0.2] - 2024-10-29

### Chores

- **core**: fixed auxiliary hook scripts (`patch candidate`)
- **core**: fixed auxiliary hook scripts (`patch candidate`)
- **core**: fixed auxiliary hook scripts (`patch candidate`)

### Other Changes

- Bump version: 1.0.1 β†’ 1.0.2
- Bump version: 1.0.0 β†’ 1.0.1
- chore(core): fixed auxiliary hook scripts
- chore(core): fixed auxiliary hook scripts
- chore(core): fixed auxiliary hook scripts
- feat(core): fixed version-controller.yml create_tag behavior error
- chore(deps): update setuptools requirement from ^67.0.0 to ^75.2.0 in /backend in the pip group across 1 directory (#8)
- chore(deps): update setuptools requirement
- feat(core): fixed template artifacts
- deps: update pytest-cov requirement from ^4.0.0 to ^5.0.0 (#4)
- deps: update setuptools requirement from ^67.0.0 to ^75.2.0 (#3)
- deps: update pytest-cov requirement from ^4.0.0 to ^5.0.0
- deps: update setuptools requirement from ^67.0.0 to ^75.2.0
- feat(core): fixed template artifacts (#2)
- feat(core): fixed template artifacts
- feat(core): added template node artifacts
- feat(core): fixed template python artifacts
- feat(core): fixed template python artifacts
- feat(core): fixed template python artifacts
- feat(core): fixed template python artifacts
- feat(core): added more to template python artifacts
- style(fixed): readme files
- style(fixed): readme files
- style(fixed): readme files
- style(fixed): readme files
- chore(): added node cicd
- style(core): added md files
- Update README.md
- Create ICONS.md
- Initial commit

## [Unreleased] - 2024-10-29

### Other Changes

- πŸ”§ chore(core): update scripts module
2 changes: 1 addition & 1 deletion CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ We are committed to fostering an open and welcoming environment for all contribu

## πŸ“’ Reporting Misconduct

If you encounter any behavior that violates this code of conduct, please report it by contacting [email@dominio.com](mailto:email@dominio.com). All complaints will be reviewed and handled appropriately.
If you encounter any behavior that violates this code of conduct, please report it by contacting [r6ty5r296it6tl4eg5m.constant214@passinbox.com](mailto:r6ty5r296it6tl4eg5m.constant214@passinbox.com). All complaints will be reviewed and handled appropriately.

## βš–οΈ Enforcement

Expand Down
12 changes: 12 additions & 0 deletions INSTALL.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
## πŸ”¨ Installation

1. **Clone the Repository**

```bash
git clone https://github.com/JuanVilla424/github-cicd-template.git
```

2. Navigate to the Project Directory
```bash
cd github-cicd-template
```
11 changes: 5 additions & 6 deletions SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,10 @@ Security Policy for **GitHub CICD Template** repository includes all required co

We provide security updates for the following versions of our project:

| Version | Status | Secure |
| -------- | ----------- | ------ |
| 2023.x.x | End-of-life | No |
| 2024.7.x | End-of-life | Yes |
| 2024.8.x | Supported | Yes |
| Version | Status | Secure |
| ------- | ----------- | ------ |
| 1.0.1 | End-of-life | No |
| >1.0.4 | Supported | Yes |

## πŸ›‘οΈ Security Practices

Expand All @@ -29,7 +28,7 @@ If you discover a security vulnerability within this project, please follow thes

1. **Do not create a public issue.** Instead, contact us directly to responsibly disclose the vulnerability.

2. **Email** [juan.villa@quipux.com](mailto:juan.villa@quipux.com) with the following information:
2. **Email** [r6ty5r296it6tl4eg5m.constant214@passinbox.com](mailto:r6ty5r296it6tl4eg5m.constant214@passinbox.com) with the following information:

- A description of the vulnerability.
- Steps to reproduce the issue.
Expand Down
4 changes: 2 additions & 2 deletions backend/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "backend"
version = "1.0.4"
version = "1.0.5"
description = "Github CICD Template Repository."
authors = ["B <[email protected]>"]
license = "Other"
Expand Down Expand Up @@ -65,5 +65,5 @@ ensure_newline_before_comments = true
rcfile = ".pylintrc"

[build-system]
requires = ["poetry-core>=1.0.4"]
requires = ["poetry-core>=1.0.5"]
build-backend = "poetry.core.masonry.api"
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "frontend",
"version": "1.0.4",
"version": "1.0.5",
"description": "frontend github cicd sample",
"private": "true",
"dependencies": {
Expand Down
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "github-cicd-template"
version = "1.0.4"
version = "1.0.5"
description = "Github CICD Template Repository"
authors = ["B <[email protected]>"]
license = "Apache 2.0"
Expand Down Expand Up @@ -40,6 +40,7 @@ exclude = '''
| \.mypy_cache
| \.tox
| \.venv
| venv
| _build
| buck-out
| build
Expand Down
Loading