Kamil Mysliwiec
33286c4f4b
Update config.yml
2025-07-15 11:02:15 +02:00
Kamil Mysliwiec
f757caa494
Update config.yml
2025-07-14 17:40:39 +02:00
Kamil Myśliwiec
88eaf3bec1
ci: use npm install instead of ci as ci is flaky
2025-01-17 14:02:42 +01:00
Kamil Myśliwiec
5ca5c74c24
ci: use node 20.18 as the maintenance version
2024-11-27 12:39:49 +01:00
Kamil Myśliwiec
ab79649b91
ci: run lint sequentially in ci
2024-11-27 08:38:14 +01:00
Kamil Myśliwiec
7e774b12a5
ci: use active node version for lint
2024-11-26 15:12:49 +01:00
Kamil Myśliwiec
2e0de4a9e1
ci: update node versions matrix
2024-11-26 15:06:21 +01:00
Kamil Mysliwiec
fd563c0ae9
Merge pull request #12735 from micalevisk/feat/narrow-inject
...
feat(common)!: type narrowing allowed injection tokens for `@Inject()`
2024-11-06 12:53:08 +01:00
Micael Levi L. Cavalcante
00dba2bfd9
ci: drop lint commit on circle ci
2024-04-16 10:04:37 -04:00
Micael Levi L. Cavalcante
c47be164f3
ci: switch to shallow cloning of 'wrk' repository
2023-11-14 15:46:35 -04:00
Kamil Myśliwiec
b6fac1414f
ci: run int tests for maintainence node version
2023-08-22 09:56:44 +02:00
Regev Brody
72a1b96510
fix: CI config is failing
2023-08-18 16:39:25 +03:00
Regev Brody
db8835c94a
fix: CI config is failing
2023-08-18 16:26:29 +03:00
Regev Brody
86644a0d29
fix: CI config is failing
2023-08-18 15:50:18 +03:00
Kamil Mysliwiec
a07e9431f7
Update config.yml
2023-08-18 14:42:38 +02:00
Kamil Myśliwiec
067e1e49ae
ci: update circleci configuration
2023-08-18 14:35:22 +02:00
Regev Brody
8924d43924
ci: add NodeJS 20 to CI matrix
2023-08-14 14:36:45 +03:00
Regev Brody
c976b4f50a
ci: add NodeJS 20 to CI matrix
2023-08-11 12:50:14 +03:00
Regev Brody
1b23900ee3
ci: add NodeJS 20 to CI matrix
2023-08-11 12:06:46 +03:00
renovate[bot]
b3c6aae6b1
chore(deps): update node.js to v19.9
2023-06-14 13:50:31 +00:00
renovate[bot]
118052e4cc
chore(deps): update node.js to v18.16
2023-06-14 12:46:09 +00:00
renovate[bot]
4732f569d3
chore(deps): update node.js to v16.20
2023-06-14 09:40:42 +00:00
Kamil Myśliwiec
0a674557bd
ci: add legacy peer deps flag to npm ci
2023-05-19 12:52:12 +02:00
Kamil Myśliwiec
278654247b
ci: dont run test node 19 for now
2023-04-17 14:18:06 +02:00
Kamil Myśliwiec
880e08b718
ci: update circleci setup to use newer versions of node
2023-04-06 09:07:54 +02:00
Micael Levi L. Cavalcante
d3a025cbf8
ci: don't install greater than npm 8
2022-11-15 00:10:30 -04:00
Kamil Myśliwiec
6f738e260a
chore: update build and test scripts
2022-11-07 15:41:03 +01:00
Kamil Myśliwiec
578ddb5996
ci(): use node v16 for samples, lint, test cov
2022-07-07 10:55:37 +02:00
Kamil Myśliwiec
8504690856
ci(): bump codechecks node version
2022-07-07 10:45:42 +02:00
Kamil Myśliwiec
cf42ed5b8d
ci(): remove test_node_10 job
2022-05-17 13:39:29 +02:00
Kamil Myśliwiec
1f5a5b4f2e
chore(): set minimum node version to v12
2022-05-17 13:21:25 +02:00
Kamil Myśliwiec
654cb90b85
ci(): run tests on node 16
2021-07-07 12:53:01 +02:00
Kamil Mysliwiec
12b9940b65
Update config.yml
2020-06-23 12:59:41 +02:00
Kamil Myśliwiec
5d2de5fd9a
fix(): integration tests cleanup, update deps versions
2020-03-02 13:46:26 +01:00
Livio
2aafd5657c
ci: Run sample e2e and unit test
2019-10-23 21:41:40 +02:00
Livio
649823c96d
ci(): Lint commit messages
2019-10-10 20:27:09 +02:00
Kamil Mysliwiec
3ad153e2cc
Update config.yml
2019-09-17 08:16:26 +02:00
Krzysztof Kaczor
be2f9e262c
add more debug info and fix bug
2019-09-17 04:07:41 +02:00
Krzysztof Kaczor
5d0da3e38d
install native wrk on CI
2019-09-07 00:19:10 -07:00
Krzysztof Kaczor
27b9629bb0
add codechecks to CI pipeline
2019-09-07 00:19:10 -07:00
Kamil Myśliwiec
acff437542
ci() prepare nvm task (integration)
2019-08-26 21:23:46 +02:00
Kamil Myśliwiec
48fc6473bd
ci() add npm install before integration tests and samples
...
ci() add npm install before integration tests and sampels
ci() add machine option to integraiton tests
ci() setup remote docker for integration tests
ci() add unit tests mixin function
ci() add unit tests mixin function
ci() fix working directory for integration tests
ci() rename unit tests function
ci() use reusable run-unit-tests config
ci() update naming, add coveralls
ci() add alias for unit tests
ci() add aliases (circleci)
ci() remove run command from aliases
ci() fix aliases
ci(): fix restore cache alias
ci() add list containers step to integration tests
integration() bind urls and hosts to 0.0.0.0
ci() add waiting for mysql task
ci() hotfix, move tasks order (integration)
ci() wait for mysql - change hostname, increase sleep time
ci() add sleep after docker-compose up (integration)
ci() add sleep after docker-compose up fix (seconds)
ci() switch to machine mode (integration tests)
ci() use nvm to switch default node version
ci() hotfix, wrong indentation (integration tests)
ci() add ls-remove (nvm) and node version check
ci() fix install npm task
ci() wip use nvm to run integration tests
ci() remove NPM upgrade task
2019-08-26 21:23:53 +02:00
Kamil Myśliwiec
09c84e2086
ci() fix typo in samples job
2019-08-26 21:23:46 +02:00
Kamil Myśliwiec
9885309cd5
ci() add samples and integration tests
2019-08-26 14:53:11 +02:00
Kamil Myśliwiec
7af66c56fb
ci() update ci build scripts
2019-08-26 12:08:58 +02:00
Kamil Myśliwiec
4f16736351
ci() remove artifacts
2019-08-26 09:15:17 +02:00
Kamil Myśliwiec
0ef817b9af
ci() update scripts
2019-08-26 09:11:12 +02:00
Kamil Myśliwiec
b2135b43fb
ci() add working directory
2019-08-26 08:59:13 +02:00
Kamil Myśliwiec
901191a9dd
ci() use cached node_modules dir
2019-08-26 08:55:44 +02:00
Kamil Myśliwiec
781d43d8ec
ci() hotfix build command
2019-08-26 08:50:28 +02:00