Commit Graph
34 Commits
Author SHA1 Message Date
NodoubtzandGitHub e5bdd57858 Add files via upload
Signed-off-by: Nodoubtz <53144580+nodoubtz@users.noreply.github.com>
2025-05-16 14:59:08 -04:00
NodoubtzandGitHub 6b029d89b4 - Removed files containing sensitive data using BFG Repo-Cleaner
- Replaced all instances of passwords listed in passwords.txt throughout the repository's history
2025-05-10 14:19:03 -04:00
NodoubtzandGitHub 5395fad54d Update LICENSE
Signed-off-by: Nodoubtz <53144580+nodoubtz@users.noreply.github.com>
2025-04-18 19:22:51 -04:00
NodoubtzandGitHub 055b0bdf9d fix: resolve InputStream to String conversion inefficiencies
Refactored multiple methods for converting InputStream to String for improved performance and memory efficiency. 
- Added BufferedReader-based implementation for handling large files.
- Optimized StringBuilder usage for character-based data.
- Simplified small file handling using Scanner.

Addresses performance issues and ensures better handling of edge cases in InputStream processing.
2025-04-12 13:02:32 -04:00
NodoubtzandGitHub 75128f46e8 Update LICENSE
Signed-off-by: Nodoubtz <53144580+nodoubtz@users.noreply.github.com>
2025-04-07 19:06:20 -04:00
NodoubtzandGitHub a963a4573a Update action.yml to enhance cache management and improve workflow execution
- Updated descriptions for better clarity on cache management.
- Added new input parameters: `fail-on-cache-miss`, `lookup-only`, and `save-always`.
- Included deprecation message for `save-always` input, indicating future removal.
- Adjusted default values for `enableCrossOsArchive` and other parameters.
- Enhanced output descriptions to provide more detailed information on cache hits and keys.

This update aims to streamline the caching process and provide better control over workflow execution.
2025-04-04 13:51:15 -04:00
NodoubtzandGitHub 3276c7912d Add files via upload
Signed-off-by: Nodoubtz <53144580+nodoubtz@users.noreply.github.com>
2025-03-30 14:24:25 -04:00
NodoubtzandGitHub 0bdf79b9ed Fix errors and enhance security
- Resolved conflicts in the LICENSE file.
- Addressed errors and vulnerabilities in the codebase.
- Configured build outputs and caching mechanisms in GitHub Actions.
- Implemented security measures to protect sensitive information.
- Refactored code to eliminate duplicates and improve efficiency.
2025-03-29 18:08:33 -04:00
Nodoubtz f71905b2c2 Update release-new-action-version.yml
Signed-off-by: Nodoubtz <53144580+nodoubtz@users.noreply.github.com>
2025-03-29 17:59:39 -04:00
NodoubtzandGitHub ccc826547a Fix errors and enhance security
- Resolved conflicts in the LICENSE file.
- Addressed errors and vulnerabilities in the codebase.
- Configured build outputs and caching mechanisms in GitHub Actions.
- Implemented security measures to protect sensitive information.
- Refactored code to eliminate duplicates and improve efficiency.
2025-03-29 17:52:12 -04:00
Nodoubtz 075642c066 Update action.yml
Signed-off-by: Nodoubtz <53144580+nodoubtz@users.noreply.github.com>
2025-03-29 17:43:06 -04:00
Nodoubtz 99783c6e12 Update action.yml
Signed-off-by: Nodoubtz <53144580+nodoubtz@users.noreply.github.com>
2025-03-29 17:37:48 -04:00
Nodoubtz ffbd445522 Update action.yml
Signed-off-by: Nodoubtz <53144580+nodoubtz@users.noreply.github.com>
2025-03-29 17:33:50 -04:00
Nodoubtz fd594be029 Update action.yml
Signed-off-by: Nodoubtz <53144580+nodoubtz@users.noreply.github.com>
2025-03-29 17:25:58 -04:00
NodoubtzandGitHub d3a16f88d1 Fix issues and enhance security
- Resolved conflicts in the LICENSE file.
- Addressed errors and vulnerabilities in the codebase.
- Configured build outputs and caching mechanisms in GitHub Actions.
- Implemented security measures to protect sensitive information.
- Refactored code to eliminate duplicates and improve efficiency.
2025-03-29 17:19:10 -04:00
NodoubtzandGitHub 5ae28d3d34 Add files via upload
Signed-off-by: Nodoubtz <53144580+nodoubtz@users.noreply.github.com>
2025-03-29 17:08:39 -04:00
NodoubtzandGitHub f68f3945ed Create manual.yml
Signed-off-by: Nodoubtz <53144580+nodoubtz@users.noreply.github.com>
2025-03-29 17:00:04 -04:00
NodoubtzandGitHub 2c88d20a06 Create static.yml
Signed-off-by: Nodoubtz <53144580+nodoubtz@users.noreply.github.com>
2025-03-29 16:59:26 -04:00
NodoubtzandGitHub b7b892d99a Create google.yml
Signed-off-by: Nodoubtz <53144580+nodoubtz@users.noreply.github.com>
2025-03-29 16:58:52 -04:00
NodoubtzandGitHub bb384033e0 Create ibm.yml
Signed-off-by: Nodoubtz <53144580+nodoubtz@users.noreply.github.com>
2025-03-29 16:57:59 -04:00
NodoubtzandGitHub 147c9198a4 Create npm-publish-github-packages.yml
Signed-off-by: Nodoubtz <53144580+nodoubtz@users.noreply.github.com>
2025-03-29 16:57:13 -04:00
NodoubtzandGitHub 02cd873c88 Create npm-publish.yml
Signed-off-by: Nodoubtz <53144580+nodoubtz@users.noreply.github.com>
2025-03-29 16:56:36 -04:00
NodoubtzandGitHub e7d6fa8038 Create dependency-review.yml
Signed-off-by: Nodoubtz <53144580+nodoubtz@users.noreply.github.com>
2025-03-29 16:55:47 -04:00
NodoubtzandGitHub 9f5bd8ae30 Create 5codeql.yml
Signed-off-by: Nodoubtz <53144580+nodoubtz@users.noreply.github.com>
2025-03-29 16:27:42 -04:00
Nodoubtz e08ec43276 Update README.md
Signed-off-by: Nodoubtz <53144580+nodoubtz@users.noreply.github.com>
2025-03-28 16:42:26 -04:00
Nodoubtz ec11b3ad49 Update LICENSE 2025-03-24 18:54:44 -04:00
NodoubtzandGitHub 41992390d6 Merge pull request #22 from Dimvy-Clothing-brand/nodoubtz-patch-3
Create webpack.yml
2025-03-21 22:23:12 -04:00
NodoubtzandGitHub c46e0545ed Create webpack.yml 2025-03-21 22:19:25 -04:00
NodoubtzandGitHub c95ed9bb9f Merge branch 'actions:main' into main 2025-03-21 22:16:36 -04:00
NodoubtzandGitHub 2cfe867afa Merge pull request #21 from Dimvy-Clothing-brand/nodoubtz-patch-2
Create Windy
2025-03-18 18:56:21 -04:00
NodoubtzandGitHub 5684aa6e25 Create Windy 2025-03-18 12:55:16 -04:00
NodoubtzandGitHub d49b50bc4d Update action.yml 2025-03-18 12:46:24 -04:00
NodoubtzandGitHub 26ee262bc6 Update action.yml 2025-03-18 12:45:34 -04:00
NodoubtzandGitHub cde84fa63f Merge pull request #6 from Dimvy-Clothing-brand/dependabot/npm_and_yarn/glob-parent-5.1.2
Bump glob-parent from 5.1.1 to 5.1.2
2025-03-09 14:52:32 -04:00