Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* initial commit for v2-alpha (#65) * - add minification (#66) - bump gitstream-core (use node 20x) - remove unused `update_times_a_day` - remove python installation * Make infra for native GitHub action (#67) * add init infra for native action: based on https://github.com/actions/typescript-action * chore: Update node version file to use .nvmrc instead of .node-version * chore: Update npmrc file to use relative path * fix super-lint * Fix nvmrc issue on action (#68) * chore: remove using of `.nvmrc` in action * chore: remove super-linter * chore: remove double `run` from info * chore: add setup-python action for Python 3.x * chore: update dependabot schedule to daily * add init note on v2 * install dependencies for plugins (#69) * Fix escaping in ignore files (#70) * fixing escaping in `ignore_files` * changelog 2.0.2 * Fix escaping in files when contains special characters (#72) * LINBEE-7712 improve analytics by sending version (#74) * chore: update gitstream-core to next version * chore: update logs @linearb/gitstream-core to version 2.0.2 (#76) * chore: update devDependencies to latest versions * chore: update @linearb/gitstream-core to version 2.1.6 (#77) - bump dependencies - new parser - fix webhook triggers * chore: update @linearb/gitstream-core to version 2.1.7 (#78) Update rule parser version * LINBEE-7677 | add support to a short version of explain code experts (#79) * chore: update @linearb/gitstream-core to version 2.1.19 (#80) * chore: update @linearb/gitstream-core to version 2.1.20 (#81) Internal improvement: Remove unnecessary execution of git log * chore: update @linearb/gitstream-core to version 2.1.21 add concat mode to update description (#82) * LINBEE-7845 - remove code directory (#83) - remove code directory before executing Co-authored-by: Yeela Lifshitz <yeelalifshitz@Yeela-MacBook-Pro.local> * initial workflow to open PR automatically with new version of gitstream-core * chore: update @linearb/gitstream-core to version 2.1.22 | add update title action (#84) * bump to (#87) Co-authored-by: GitHub Actions Bot <actions@github.com> * bump to (#89) Co-authored-by: GitHub Actions Bot <actions@github.com> * bump to (#90) Co-authored-by: GitHub Actions Bot <actions@github.com> * fix ticket number in Bump gitstream-core * bump to (#92) Co-authored-by: GitHub Actions Bot <actions@github.com> * bump to (#96) add support to add-thread (supported only in gitlab) Co-authored-by: GitHub Actions Bot <actions@github.com> * LINBEE-9048 | fix triggers regression (#97) * bump to (#98) skip sending metrics Co-authored-by: GitHub Actions Bot <actions@github.com> * bump to (#99) Co-authored-by: GitHub Actions Bot <actions@github.com> * bump to (#102) Co-authored-by: GitHub Actions Bot <actions@github.com> * bump to (#103) Co-authored-by: GitHub Actions Bot <actions@github.com> * chore: update @octokit/rest npm dependency to version 20.1.1 (#106) * bump to (#109) fixes Co-authored-by: GitHub Actions Bot <actions@github.com> * bump to (#110) upgrade axios Co-authored-by: GitHub Actions Bot <actions@github.com> * LINBEE-9077 - add the ability to skip clone + download artifact (#108) * LINBEE-9077 - add the ability to skip clone + download artifact * core 2.1.34-1 debug * simulate non commit * core 2.1.34-2 debug * remove simulation * core 2.1.34-3 * simulate cache * remove cache simulation * revert core debug versions * format * ignore naming convention error * review fixes * fix to boolean * fix format * fix condition * fix * simulate cache * revert simulate cache --------- Co-authored-by: Yeela Lifshitz <yeelalifshitz@Yeela-MacBook-Pro.local> * LINBEE-9077 - tiny fix (#111) Co-authored-by: Yeela Lifshitz <yeelalifshitz@Yeela-MacBook-Pro.local> * LINBEE-9076 - fix condition (#112) * LINBEE-9076 - fix condition * debug * debug * debug * debug * debug * fix * remove log * format --------- Co-authored-by: Yeela Lifshitz <yeelalifshitz@Yeela-MacBook-Pro.local> * bump to (#113) hotfix Co-authored-by: GitHub Actions Bot <actions@github.com> * bump to (#115) Co-authored-by: GitHub Actions Bot <actions@github.com> * LINBEE-10041 - Handle cases where downloading artifacts fails and improve code safety (#114) * LINBEE-10041 - fix case when download artifact fails * fix format * fix format * fix var name * debug * use env.CACHE_DOWNLOAD_FAILED * convert setFailed to warning * remove debugs * core debug * fix condition * revert debug core --------- Co-authored-by: Yeela Lifshitz <yeelalifshitz@Yeela-MacBook-Pro.local> * fix typo in description input * LINBEE-10093 - increase retention days to week (#120) Co-authored-by: Yeela Lifshitz <yeelalifshitz@Yeela-MacBook-Pro.local> * bump to (#123) increase performance on custom filter plugins Co-authored-by: GitHub Actions Bot <actions@github.com> * bump to (#124) develop Co-authored-by: GitHub Actions Bot <actions@github.com> * bump to (#125) develop Co-authored-by: GitHub Actions Bot <actions@github.com> * LINBEE-10093 - distinct between org and repo levels on download artifact (#121) * LINBEE-10093 - distinct between org and repo levels when download artifact * fix * format * debug * debug * debug * fix * core debug * revert debug core * debug core * debug core * debug core * remove debugs * abort debug core version * dedug core * abort debug core --------- Co-authored-by: Yeela Lifshitz <yeelalifshitz@Yeela-MacBook-Pro.local> * bump to (#127) Co-authored-by: GitHub Actions Bot <actions@github.com> - fix `isFormattingChange` when Python files have syntax errors - remove `babel` warning when have `isFormattingChange` in ts/js files * bump to (#128) develop Co-authored-by: GitHub Actions Bot <actions@github.com> * bump to (#131) add built-in filters: ``` decode: {{ "base64: SGVsbG8gV29ybGQ=" | decode }} # Hello World getTimestamp: {{ "" | getTimestamp }} # "2024-08-28T10:57:52.063Z" encode: {{ "Hello World" | encode }} # base64: SGVsbG8gV29ybGQ= ``` Co-authored-by: GitHub Actions Bot <actions@github.com> --------- Co-authored-by: Elad Kohavi <106978846+EladKohavi@users.noreply.github.com> Co-authored-by: Yeela Lifshitz <52451294+yeelali14@users.noreply.github.com> Co-authored-by: Yeela Lifshitz <yeelalifshitz@Yeela-MacBook-Pro.local> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: GitHub Actions Bot <actions@github.com>
- Loading branch information