Mike Penz and GitHub
304550b714
- lower info on extracted reference being invalid to NaN -> it may be expected (not every PR references other PRs)
2023-08-25 09:38:15 +00:00
Mike Penz and GitHub
ac1ce19a7c
Merge pull request #1226 from mikepenz/feature/dependency_updates_20230825
...
Update `dev` dependencies
2023-08-25 11:29:06 +02:00
Mike Penz and GitHub
69c6fcb525
Merge pull request #1227 from mikepenz/feature/speed_up_tests
...
Test optimisations
2023-08-25 11:28:52 +02:00
Mike Penz and GitHub
766f870a8f
- also update pr-collector package.json
2023-08-25 09:26:22 +00:00
Mike Penz and GitHub
2c31bd2a50
- update dev dependencies to their latest version
2023-08-25 09:26:22 +00:00
Mike Penz and GitHub
52f6094850
- update various test-cases to operate based on cached data retrieved from the API
...
- especially for historic data where PRs from over 2+ years is pulled that makes a major difference
2023-08-25 09:25:28 +00:00
Mike Penz and GitHub
8b8a29b8d1
Merge pull request #1224 from mikepenz/feature/adjusted_caching_mechanism
...
Refactor caching logic to solve data length limitations
2023-08-25 10:31:23 +02:00
Mike Penz and GitHub
8af70e55a6
- only create the temp dir if it does not exist
2023-08-25 08:25:16 +00:00
Mike Penz and GitHub
a72c0bbc47
- refactor the caching logic given the GitHub action limit on arguments is too small to allow passing in the whole cache
...
- adjust the `cache` to now only take the file-path to read the cache from
- offer temporary backwards compatiblity on passing the cache directly
- add documentation for cache vars in README
2023-08-25 08:23:54 +00:00
Mike Penz and GitHub
fa2cca75cf
Merge pull request #1225 from mikepenz/fix/max_pr_bail_condition
...
Fix fetching PRs after we reached the max amount
2023-08-25 10:00:17 +02:00
Mike Penz and GitHub
ae2c6ccbb5
- fix bailing out if the max amount of PRs is reached
2023-08-25 07:54:34 +00:00
Mike Penz and GitHub
bfac64bcd3
Merge pull request #1210 from mikepenz/fix/commit_mode_author
...
Fix author for commit mode was not username
2023-08-18 20:06:52 +02:00
Mike Penz and GitHub
6e25f3fceb
- update dist
2023-08-18 18:00:04 +00:00
Mike Penz and GitHub
a44834d880
- fix the author in commitMode resolves to the username equally to the standard PR mode
...
- RELATES TO https://github.com/mikepenz/release-changelog-builder-action/issues/1208
2023-08-18 17:57:08 +00:00
Mike Penz and GitHub
82a22f1f18
Merge pull request #1209 from mikepenz/feature/drop_github_prefix
...
Cleanup `pr-collector` dependency | Update dependencies
2023-08-18 19:51:34 +02:00
Mike Penz and GitHub
f8437dbf1f
- fix tests with refactored setup
2023-08-18 17:39:16 +00:00
Mike Penz and GitHub
d9daf249eb
- recompile, newer typescript dev container
2023-08-18 17:20:39 +00:00
Mike Penz and GitHub
ce66235291
- adjust pr-collector inclusion, to simplify debugging
2023-08-18 17:16:42 +00:00
Mike Penz and GitHub
d8188193ab
- drop github prefix of pr-collector
2023-08-18 16:56:13 +00:00
Mike Penz and GitHub
04c71ddc82
Merge pull request #1192 from mikepenz/feature/update_actions_version
...
Update CI action versions
2023-08-18 18:55:34 +02:00
Mike Penz and GitHub
1afe5f05ce
- update the version of used actions
2023-08-02 15:28:09 +00:00
Mike Penz and GitHub
b0823c5bd8
Merge pull request #1190 from mikepenz/feature/update_dependencies_20230802
...
Update dev dependencies
2023-08-02 17:25:04 +02:00
Mike Penz and GitHub
bef8cc335b
Merge pull request #1189 from mikepenz/feature/optimize_tag_retrieval
...
Optimize tag retrieval if fully specified
2023-08-02 17:24:50 +02:00
Mike Penz and GitHub
581892325b
- fix lint errors
2023-08-02 15:18:09 +00:00
Mike Penz and GitHub
94c8f8d3e7
- resolve lint warning
2023-08-02 13:46:51 +00:00
Mike Penz and GitHub
30d4407725
- clean re-build the dist folder
2023-08-02 13:43:09 +00:00
Mike Penz and GitHub
5ce3a582c3
- update dev dependencies
2023-08-02 13:40:52 +00:00
Mike Penz and GitHub
20c68db309
- no need to fetch tags if from and to are already precisely defined
2023-08-02 13:37:06 +00:00
Mike Penz and GitHub
466f5a9b17
Merge pull request #1185 from mikepenz/fix/dist_check_ci
...
Update `dist-check` CI job
2023-07-28 19:31:04 +02:00
Mike Penz and GitHub
614e71af44
- fix dist check is only validating the pr-collector dependency
2023-07-28 17:21:47 +00:00
Mike Penz and GitHub
c820a860b4
Merge pull request #1184 from mikepenz/feature/optimize_break_condition
...
Optimize PR loading break condition
2023-07-28 16:00:17 +02:00
Mike Penz and GitHub
042bbe5d5c
- ensure project is recompiled cleanly
2023-07-28 13:46:07 +00:00
Mike Penz and GitHub
79ee621728
- optimize break condition, if we collected enough PRs
2023-07-28 13:35:06 +00:00
Mike Penz and GitHub
6f4227e903
Merge pull request #1183 from mikepenz/feature/dependency_upgrades_20230728
...
Dependency upgrades | `octokit/rest@20.0.1`
2023-07-28 15:27:49 +02:00
Mike Penz and GitHub
b1045dc542
- delete accidentally commited test file
2023-07-28 13:06:39 +00:00
Mike Penz and GitHub
b056614f61
- optimize break condition, if we collected enough PRs
2023-07-28 12:55:55 +00:00
Mike Penz and GitHub
240554bbf4
- upgrade all node dependencies
...
```
"@octokit/rest": "^20.0.1",
"node-fetch": "^3.3.2",
```
2023-07-28 11:47:20 +00:00
Mike Penz and GitHub
d18ab16d48
Merge pull request #1182 from mikepenz/feature/export_cache
...
Enable cache via `exportCache` configuration option
2023-07-28 13:43:54 +02:00
Mike Penz and GitHub
f0cbee5a3a
- add new configuration to enable exportCache (disabled by default)
...
- this changes behavior since `rc04`
2023-07-28 11:24:47 +00:00
Mike Penz and GitHub
5c949cd54d
Merge pull request #1181 from mikepenz/fix/1178
...
Respect `exclude_label` for `uncategorized` category definition
2023-07-28 12:33:18 +02:00
Mike Penz and GitHub
45856fdc72
Merge pull request #1180 from mikepenz/fix/1176
...
Introduce `fetchViaCommits` configuration | Offers a new feature to solve an edge case resulting in old PRs not being included in changelog for squash merges
2023-07-28 12:33:01 +02:00
Mike Penz and GitHub
a474b82119
- respect the exclude label for the uncategorized cateogry
...
- FIX https://github.com/mikepenz/release-changelog-builder-action/issues/1178
2023-07-28 10:22:16 +00:00
Mike Penz and GitHub
39e5c22e1c
- fix lint errors
2023-07-28 10:20:04 +00:00
Mike Penz and GitHub
80485ce20e
- update tests for new configuration option
2023-07-28 10:08:17 +00:00
Mike Penz and GitHub
e463dcb45c
- introduce new configuration fetchViaCommits which is best suited for environments with shorter diffs and/or squash merging (1 api request per commit)
2023-07-28 10:08:07 +00:00
Mike Penz and GitHub
80ac8b0a0c
- introduce new getForCommitHash to retrieve PRs based on hashes
...
- reorganize pull request filtering -> if we get PRs from commit hash, open PRs are already included, neither filtering is needed
- significantly simplify logic for results from commit hashes (only deduping needed) + filter if we don't want open PRs
2023-07-28 10:00:47 +00:00
Mike Penz and GitHub
985ee60688
- use the right commit for from date
2023-07-28 07:49:48 +00:00
Mike Penz and GitHub
b1ec88d831
- sort PRs from API based on updated (merged is not an option)
...
- FIX https://github.com/mikepenz/release-changelog-builder-action/issues/1176
- honor authorDate and commitDate seperatly when detecting the PR date range to consider
2023-07-28 07:44:27 +00:00
Mike Penz and GitHub
b52b4ff863
Merge pull request #1179 from mikepenz/fix/1175
...
Fix `tag_resolver.transformer` configuration
2023-07-28 09:18:00 +02:00
Mike Penz and GitHub
e0c6294ad2
- fix tag_resolver.transformer not respecting configuration
...
- FIX https://github.com/mikepenz/release-changelog-builder-action/issues/1175
2023-07-28 07:08:26 +00:00