-
Notifications
You must be signed in to change notification settings - Fork 4
chore: harmonize CI workflow, templates, and test structure #21
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
Merged
Merged
Changes from all commits
Commits
Show all changes
8 commits
Select commit
Hold shift + click to select a range
d566873
chore: harmonize CI workflow, templates, and test structure
TheWitness db8d5c6
chore: add i18n build/verify workflow and bump MariaDB floor to 11.8
TheWitness 37c402b
fix: mariadb:11.8 healthcheck and i18n step permissions
TheWitness 508158f
chore: regenerate locales/po/cacti.pot with current source strings
TheWitness 41328fd
fix: satisfy php-cs-fixer short-array/single-quote rules in PhpCompat…
TheWitness 25c6478
fix: make locales/build_gettext.sh string extraction order deterministic
TheWitness 5b477d8
fix: Address Copilot review findings on the harmonization PR
TheWitness 5317553
fix(test): don't flag jQuery .each()/->each() as removed PHP each()
TheWitness File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,58 @@ | ||
| --- | ||
| name: Bug report | ||
| about: Create a report to help us improve | ||
| title: '' | ||
| labels: 'type:bug,status:needs-verification' | ||
| assignees: '' | ||
|
|
||
| --- | ||
| <!-- | ||
| # | ||
| # Copyright (C) 2004-2026 The Cacti Group | ||
| # | ||
| --> | ||
| # Describe the bug | ||
|
|
||
| A clear and concise description of what the bug is. | ||
|
|
||
| ## To Reproduce | ||
|
|
||
| Steps to reproduce the behavior: | ||
|
|
||
| 1. Go to '...' | ||
|
|
||
| 2. Click on '....' | ||
|
|
||
| 3. Scroll down to '....' | ||
|
|
||
| 4. See error | ||
|
|
||
| ## Expected behavior | ||
|
|
||
| A clear and concise description of what you expected to happen. | ||
|
|
||
| ## Screenshots | ||
|
|
||
| If applicable, add screenshots to help explain your problem. | ||
|
|
||
| ## Desktop (please complete the following information) | ||
|
|
||
| - OS: [e.g. iOS] | ||
|
|
||
| - Browser [e.g. chrome, safari] | ||
|
|
||
| - Version [e.g. 22] | ||
|
|
||
| ## Smartphone (please complete the following information) | ||
|
|
||
| - Device: [e.g. iPhone6] | ||
|
|
||
| - OS: [e.g. iOS8.1] | ||
|
|
||
| - Browser [e.g. stock browser, safari] | ||
|
|
||
| - Version [e.g. 22] | ||
|
|
||
| ## Additional context | ||
|
|
||
| Add any other context about the problem here. | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,33 @@ | ||
| --- | ||
| name: Feature request | ||
| about: Suggest an idea for this project | ||
| title: '' | ||
| labels: 'type:enhancement' | ||
| assignees: '' | ||
|
|
||
| --- | ||
| <!-- | ||
| # | ||
| # Copyright (C) 2004-2026 The Cacti Group | ||
| # | ||
| --> | ||
|
|
||
| # Feature Request | ||
|
|
||
| ## Is your feature request related to a problem? Please describe | ||
|
|
||
| A clear and concise description of what the problem is. Ex. I'm always | ||
| frustrated when [...] | ||
|
|
||
| ## Describe the solution you'd like | ||
|
|
||
| A clear and concise description of what you want to happen. | ||
|
|
||
| ## Describe alternatives you've considered | ||
|
|
||
| A clear and concise description of any alternative solutions or features you've | ||
| considered. | ||
|
|
||
| ## Additional context | ||
|
|
||
| Add any other context or screenshots about the feature request here. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,40 @@ | ||
| <!--- Provide a general summary of your changes in the Title above --> | ||
|
|
||
| ## Description | ||
| <!--- Describe your changes in detail --> | ||
|
|
||
| ## Related Issue | ||
| <!--- This project only accepts pull requests related to open issues --> | ||
| <!--- If suggesting a new feature or change, please discuss it in an issue first --> | ||
| <!--- If fixing a bug, there should be an issue describing it with steps to reproduce --> | ||
| <!--- Please link to the issue here: --> | ||
|
|
||
| ## Motivation and Context | ||
| <!--- Why is this change required? What problem does it solve? --> | ||
|
|
||
| ## How Has This Been Tested? | ||
| <!--- Please describe in detail how you tested your changes. --> | ||
| <!--- Include details of your testing environment, and the tests you ran to --> | ||
| <!--- see how your change affects other areas of the code, etc. --> | ||
|
|
||
| ## Screenshots (if appropriate): | ||
| <!--- GitHub allows you to paste images directly into textboxes --> | ||
|
|
||
| ## Types of changes | ||
| <!--- What types of changes does your code introduce? Put an `x` in all the boxes that apply: --> | ||
| - [ ] Bug fix (non-breaking change which fixes an issue) | ||
| - [ ] New feature (non-breaking change which adds functionality) | ||
| - [ ] Breaking change (fix or feature that would cause existing functionality to change) | ||
|
|
||
| ## Checklist: | ||
| <!--- Go over all the following points, and put an `x` in all the boxes that apply. --> | ||
| <!--- If you're unsure about any of these, don't hesitate to ask. We're here to help! --> | ||
| - [ ] My code follows the code style of this project. | ||
| - [ ] My change requires a change to the documentation. | ||
| - [ ] I have updated the documentation repository accordingly. | ||
|
|
||
| <!-- | ||
| # | ||
| # Copyright (C) 2004-2026 The Cacti Group | ||
| # | ||
| --> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,59 @@ | ||
| # +-------------------------------------------------------------------------+ | ||
| # | Copyright (C) 2004-2026 The Cacti Group | | ||
| # +-------------------------------------------------------------------------+ | ||
| # | Cacti: The Complete RRDtool-based Graphing Solution | | ||
| # +-------------------------------------------------------------------------+ | ||
| # | http://www.cacti.net/ | | ||
| # +-------------------------------------------------------------------------+ | ||
| # | ||
| # CodeQL has no PHP analysis, so this covers the plugin JavaScript only. The PHP is | ||
| # covered by the syntax check and integration jobs in plugin-ci-workflow.yml. | ||
|
|
||
| name: "CodeQL" | ||
|
|
||
| on: | ||
| push: | ||
| branches: [main, develop] | ||
| paths-ignore: | ||
| - "**/*.md" | ||
| pull_request: | ||
| branches: [main, develop] | ||
| paths-ignore: | ||
| - "**/*.md" | ||
| schedule: | ||
| - cron: "30 1 * * 1" | ||
| workflow_dispatch: | ||
|
|
||
| concurrency: | ||
| group: codeql-${{ github.ref }} | ||
| cancel-in-progress: true | ||
|
|
||
| permissions: | ||
| contents: read | ||
|
|
||
| jobs: | ||
| analyze: | ||
| name: Analyze | ||
| runs-on: ubuntu-latest | ||
| timeout-minutes: 15 | ||
| permissions: | ||
| actions: read | ||
| contents: read | ||
| security-events: write | ||
| strategy: | ||
| fail-fast: false | ||
| matrix: | ||
| language: ["javascript-typescript"] | ||
| steps: | ||
| - name: Checkout repository | ||
| uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 | ||
| - name: Initialize CodeQL | ||
| uses: github/codeql-action/init@1c5b675653bb5c22dbe9b12b556ec555138e09fd # v4.38.1 | ||
| with: | ||
| languages: ${{ matrix.language }} | ||
| - name: Autobuild | ||
| uses: github/codeql-action/autobuild@1c5b675653bb5c22dbe9b12b556ec555138e09fd # v4.38.1 | ||
| - name: Perform CodeQL Analysis | ||
| uses: github/codeql-action/analyze@1c5b675653bb5c22dbe9b12b556ec555138e09fd # v4.38.1 | ||
| with: | ||
| category: "/language:${{ matrix.language }}" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.