Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-08-07 | vnext: `releases` middleware | Vitaly Takmazov | |
* Help android app to find upgrade path | |||
2024-07-24 | CI: pin mssql/server version | Vitaly Takmazov | |
2024-07-24 | CI: allow manual trigger | Vitaly Takmazov | |
2024-07-16 | CI: increase timeout | vitalyster | |
2024-07-01 | ci: disable SQLite tests | Vitaly Takmazov | |
2024-02-01 | CI: enable SQLite | Vitaly Takmazov | |
* SQLite JDBC driver does not support generated keys feature. So we implement `returningId` helper * only one connection should be used from connection pooler * changes made to prevent connection locking | |||
2024-01-31 | build(deps): bump actions/checkout from 3 to 4 | dependabot[bot] | |
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> | |||
2024-01-31 | build(deps): bump mikepenz/action-junit-report from 2 to 4 | dependabot[bot] | |
Bumps [mikepenz/action-junit-report](https://github.com/mikepenz/action-junit-report) from 2 to 4. - [Release notes](https://github.com/mikepenz/action-junit-report/releases) - [Commits](https://github.com/mikepenz/action-junit-report/compare/v2...v4) --- updated-dependencies: - dependency-name: mikepenz/action-junit-report dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> | |||
2024-01-31 | build(deps): bump actions/setup-java from 3 to 4 | dependabot[bot] | |
Bumps [actions/setup-java](https://github.com/actions/setup-java) from 3 to 4. - [Release notes](https://github.com/actions/setup-java/releases) - [Commits](https://github.com/actions/setup-java/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/setup-java dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> | |||
2024-01-31 | build(deps): bump actions/setup-node from 3 to 4 | dependabot[bot] | |
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3 to 4. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/setup-node dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> | |||
2024-01-31 | CI: disable npm cache on `vnext` job | Vitaly Takmazov | |
2024-01-02 | npm: back to Node 18 | Vitaly Takmazov | |
2024-01-02 | ci: update npm on current job | Vitaly Takmazov | |
2024-01-02 | ci: fix working directory | Vitaly Takmazov | |
2024-01-02 | CI: npm cache | Vitaly Takmazov | |
2024-01-02 | CI: update actions/setup-node and bump Node version | Vitaly Takmazov | |
2023-10-03 | actions/checkout@v4 | Vitaly Takmazov | |
2023-06-10 | CI: pin MariaDB image version | vitalyster | |
2023-05-17 | CI: run all test profiles on a single job | vitalyster | |
2023-05-17 | CI: disable caches for Maven and vnext NPM | vitalyster | |
2023-05-11 | CI: Disable NPM cache | vitalyster | |
2023-05-09 | CI: use Maven Wrapper | Vitaly Takmazov | |
2023-05-09 | CI: change PostgreSQL port | Vitaly Takmazov | |
2023-03-05 | CI: run vnext tests correctly | Vitaly Takmazov | |
2023-03-05 | CI: update timeouts | Vitaly Takmazov | |
2023-03-05 | Merge vnext build configuration | Vitaly Takmazov | |
2023-02-22 | CI: self-hosted runner | vitalyster | |
2023-02-22 | CI: set job timeout | Vitaly Takmazov | |
2023-02-01 | CI: disable sqlite | Vitaly Takmazov | |
2023-01-30 | SQLite support | Vitaly Takmazov | |
2023-01-29 | CI: enable sqlserver job | Vitaly Takmazov | |
2023-01-28 | Improve SQL server compatibility | Vitaly Takmazov | |
2023-01-14 | CI: cleanup workflow | Vitaly Takmazov | |
* better job naming * runs on ubuntu-latest * use Java LTS * use setup-node in vnext | |||
2023-01-13 | CI: merge vnext configuration | Vitaly Takmazov | |
2022-12-14 | CI: matrix tests on profile strategy | Vitaly Takmazov | |
2022-10-12 | Update CI configuration | vitalyster | |
2022-05-25 | Update ci.yml | vitalyster | |
2022-03-30 | CI: update setup-java action (#514) | vitalyster | |
This will enable problem matchers and will manage cache | |||
2022-03-30 | CI: setup Node.JS action | vitalyster | |
This will enable problem matchers and cache | |||
2021-12-29 | Targetting JDK 17 | Vitaly Takmazov | |
2021-03-31 | Update CI configuration | Vitaly Takmazov | |
2021-03-31 | Update ci.yml | vitalyster | |
2021-03-31 | Update CI configuration | Vitaly Takmazov | |
2021-01-18 | Update ci.yml | vitalyster | |
2020-12-07 | Update ci.yml | vitalyster | |
2020-11-12 | CI: no need in build matrix | vitalyster | |
2020-11-11 | CI: report junit errors | vitalyster | |
2020-11-11 | CI: add Windows and macOS to matrix | vitalyster | |
2020-11-11 | CI: use NPM cache (#11) | vitalyster | |
2020-11-11 | CI: use Gradle caches (#10) | vitalyster | |