33 Commits
Author SHA1 Message Date
Mike Penz 6c979ed7a6 - also test the offline variant 2025-07-13 16:02:22 +02:00
Mike Penz 8357bc6ec1 - make sure we reset env prior to the next test
- our new test requires history to be available
2025-07-13 16:02:14 +02:00
Mike Penz 0f359e3526 - apply codeQL rule
- enable comment on PR with test result
2025-07-13 15:25:50 +02:00
Mike Penz 86dff767a7 - add new experimental OFFLINE mode which will only generate changelogs based on commits
- FIX https://github.com/mikepenz/release-changelog-builder-action/issues/1459
2025-07-13 15:05:13 +02:00
Mike Penz 37583826d7 - attempt to fix tests 2025-01-31 19:37:05 +01:00
Mike Penz 0f404b0f90 - update dependencies
- upgrade octokit/rest
- attempt to fix jest with new octokit version
2025-01-31 19:16:53 +01:00
Mike Penz 30758be82d - attempt to move to ESM from CJS 2024-12-14 12:25:28 +01:00
Bob LoblawandMike Penz 0ae6d98e17 Refactor transform.ts and others 2024-11-02 09:42:54 +01:00
Mike PenzandGitHub 4014bc63c1 - format code 2024-03-01 19:24:09 +00:00
Mike PenzandGitHub 39d8ac4b4f - clear categories in tests as we run in the same process multiple times 2024-03-01 19:23:22 +00:00
Mike PenzandGitHub 0e00e184e7 - improve formatting
- add some more comments
2023-11-05 10:30:10 +00:00
Mike PenzandGitHub 8afbd5a789 - fix formatting
- apply some smaller fixes
- enable cache for 1 gitea test (no need to use API)
- do not cache and export token in cache
- speed up main.test.ts
2023-11-05 10:05:00 +00:00
Mike Penz 59a6af0516 - restructure transform.test.ts
- format test files
2021-08-27 11:59:12 +02:00
Mike Penz e38e90f582 - update npm dependencies to their latest versions 2021-06-21 09:08:15 +02:00
Mike Penz a463f188c1 - introduce new API allowing to write changelog directly to result file
- introduce test case for writing a file
2020-12-30 17:49:41 +01:00
Mike Penz c62484d339 - try to fix tests 2020-11-17 15:44:01 +01:00
Mike Penz 49d12f5b1e - introduce tests covering the action process itself 2020-10-19 17:28:54 +02:00
Mike Penz 9258366eaf - tmp remove test class 2020-10-19 16:37:11 +02:00
Mike Penz d9c1239d34 - move fromTag resolving to main.ts and remove dependency on checks from ReleaseNotes.ts
- require fromTag for ReleaseNotes
- adjust tests, split into according test classes
- simplify transform.ts
2020-10-19 16:33:00 +02:00
Mike Penz 63430c1e77 - adjust test cases and provide new flag 2020-10-18 11:16:04 +02:00
Mike Penz 3070fb0a7c - introduce test cases verifying ordering works 2020-10-18 09:27:20 +02:00
Mike Penz 0452303d4c - improve action specification
- clean up imports for tests
2020-10-17 19:53:23 +02:00
Mike Penz da89739163 - introduce more placeholders (milestone, labels, asignees, reviewers)
- update testcase to check new placeholders
2020-10-17 18:11:22 +02:00
Mike Penz fbc3c7370b - fix test case 2020-10-17 18:05:35 +02:00
Mike Penz b464ff088a - introduce better more stable fallbacks in case the configuration is missing
- move configurations into subfolder for easier discovery
- simplify missing value fallback specification
2020-10-17 18:02:08 +02:00
Mike Penz 619d3f460e - introduce better handling of cases in which invalid references are provided, return an empty changelog and send out error 2020-10-17 17:38:08 +02:00
Mike Penz f1be8d021b - add tests to verify specific from, to
- add test to verify specific from, to hashes
2020-10-16 20:34:40 +02:00
Mike Penz 2b44c93df7 - add capability to ignore any pre-release releases from matching against, only relevant if no fromTag is specified
- protect against issue if no previous tag is available
2020-10-16 20:31:49 +02:00
Mike Penz e5142357fc - fix test case for adjusted tag naming 2020-10-16 19:31:40 +02:00
Mike Penz 152792eaa4 - improve test case to depend on self
- fix various eslint error reports
2020-10-16 17:38:50 +02:00
Mike Penz db70432deb - fix a ton of formatting issues automatically
- fix many javascript issues
2020-10-16 16:29:13 +02:00
Mike Penz 92577cd8be - configure test case 2020-10-16 15:56:40 +02:00
Mike Penz 5dcc029d42 Initial commit 2020-10-16 09:32:07 +02:00