Iain Sproat
55cffc3782
ci(docker): tidy dockerfiles with aim to increase cache hits ( #4819 )
2025-06-09 16:54:24 +01:00
Iain Sproat
ab06b712a7
Merge branch 'main' into iain/dockerfile-node18-node22
2025-05-12 14:46:40 +01:00
Kristaps Fabians Geikins
b406d0e32d
chore(server): node16 & export maps support for server ( #4698 )
...
* chore(server): node16 & export maps support for server
* moar cleanup
* lint fixc
2025-05-12 14:27:34 +03:00
Iain Sproat
8a32b3f2ae
chore(CI): speed up yarn install by skipping install of browsers
2025-05-01 20:35:43 +01:00
Iain Sproat
335f6a2a06
Merge branch 'main' into iain/dockerfile-node18-node22
2025-03-20 09:35:59 +00:00
Iain Sproat
575d48fdaf
chore(dockerfiles): bump curl version for debian images
...
- debian has once again passively agressively removed older curl versions from their packages, forcing us to bump the version in order to build our image
2025-03-15 12:07:40 +00:00
Iain Sproat
aaaf75d151
Merge branch 'main' into iain/dockerfile-node18-node22
2025-02-05 12:16:04 +00:00
Iain Sproat
e6adceda6c
chore(Dockerfile): use COPY --link flag ( #3869 )
2025-01-22 15:03:13 +00:00
Iain Sproat
a1352fe8c8
chore(Dockerfile): remove all ADD statements as cache is missed ( #3865 )
2025-01-22 13:07:39 +00:00
Iain Sproat
da6dbb94a6
fix(knex): bump knex from 2.4.1 to 2.5.1 to resolve leaking db connections ( #3751 )
2025-01-06 11:11:49 +00:00
Iain Sproat
571338c604
feat(feature flags): consolidate multi region & multi region blob storage ( #3709 )
2024-12-18 15:28:19 +00:00
Iain Sproat
c4def81ae2
feat(server options): allow connection timeouts to be configured ( #3701 )
...
* feat(server options): allow connection timeouts to be configured
* feat(postgres config): allow connection parameters to be configured
2024-12-16 13:39:40 +00:00
Iain Sproat
9b1b1dfb71
feat(server/feature flags): adds multi-region blob storage ff ( #3643 )
2024-12-05 15:13:34 +02:00
Gergő Jedlicska
68b8341945
gergo/multiRegionFileImport ( #3474 )
...
* feat(webhook-service): learn to speak multi region
* feat(fileimport-service): talk multi region to me
* feat(fileuploads, blobs): multi region
* feat(fileimport-service): multi region fixes
* feat(branchesAndCommits): multi region resolvers
* fix(fileimports): no need for ts ignore
* fix(fileimports): fix pr comments
2024-11-13 14:20:25 +01:00
Gergő Jedlicska
9e383f83b1
fix(workers): add zod and znv ( #3484 )
2024-11-11 17:10:59 +00:00
Gergő Jedlicska
6038611974
feat(webhook-service): learn to speak multi region ( #3473 )
...
* feat(webhook-service): learn to speak multi region
* refactor(webhook-service): remove unnecesary factories
* docs(activities): brain dump
* fix(shared): need to add knex as a dev dep
* fix(shared): align dev dep
2024-11-11 17:10:29 +01:00
Alessandro Magionami
c1f47828f6
chore(webhook-service): refactor multiregion
2024-10-22 16:54:25 +02:00
Iain Sproat
a4bff8da2b
Merge branch 'main' into iain/dockerfile-node18-node22
2024-10-14 19:36:48 +01:00
Iain Sproat
d36e2036aa
fix(server): database connection pool timeouts reduced ( #2646 )
...
* fix(server): database connection pool timeouts reduced
- previous acquisition timeout was 60s; this is reduced to 16s for faster responsiveness
- this allows for 3x attempts of 5s each to create a connection, plus idle time between attempts
* Apply to other knex instances
2024-08-26 09:47:27 +01:00
Iain Sproat
2991984a7e
fix nix package name
2024-08-16 09:33:32 +01:00
Iain Sproat
cd3ef0e951
chore(node): bump from 18 to 22
2024-08-16 08:49:34 +01:00
Iain Sproat
e55a94028d
fix(metrics): include num pending validations in knex metrics ( #2444 )
2024-06-27 14:05:02 +01:00
Iain Sproat
d851cecc02
feat(metrics): calculate remaining capacity in pg connection pool ( #2443 )
...
* feat(metrics): calculate remaining capacity in pg connection pool
* Apply metric to all relevant services
2024-06-26 21:23:56 +01:00
Kristaps Fabians Geikins
c7fdc6acc2
chore: updating ws everywhere to resolve SNYK-JS-WS-7266574 ( #2385 )
...
* chore: updating ws in various ways
* puppeteer upgrade
* updating codegen deps
* workspaces cmd update
* various extra fixes
* minor preview-service troubleshooting improvements
* dockerfile fixes
* hopefully fixing docker build fe2
* try again
* try large again
2024-06-18 13:26:01 +03:00
github-actions[bot]
a79680da00
Update image digests ( #2203 )
...
Signed-off-by: specklebot <devops@speckle.systems >
Co-authored-by: specklebot <devops@speckle.systems >
2024-06-18 10:18:46 +01:00
Kristaps Fabians Geikins
83d8035dc2
chore: upgrade to eslint 9 ( #2348 )
...
* root + server
* frontend
* frontend-2
* dui3
* dui3
* tailwind theme
* ui-components
* preview service
* viewer
* viewer-sandbox
* fileimport-service
* webhook service
* objectloader
* shared
* ui-components-nuxt
* WIP full config
* WIP full linter
* eslint projectwide util
* minor fix
* removing redundant ci
* clean up test errors
* fixed prettier formatting
* CI improvements
* TSC lint fix
* 'buildBatch' needs to be async since some batch types (like Text) require it. Removed a disabled liniting rule from ObjLoader
* removed unnecessary void
---------
Co-authored-by: AlexandruPopovici <alexandrupopoviciioan@gmail.com >
2024-06-12 14:38:02 +03:00
Kristaps Fabians Geikins
2f8272b6ae
feat(shared): modularized package & node16 support ( #2336 )
...
* feat(shared): modularized package & node16 support
* lockfile update
* various fixes
* moar fixes
* added znv and zod as devdeps of shared
* lockfile update
2024-06-11 14:12:13 +03:00
github-actions[bot]
11b62f3824
Update image digests ( #2189 )
...
Signed-off-by: specklebot <devops@speckle.systems >
Co-authored-by: specklebot <devops@speckle.systems >
2024-04-09 10:05:32 +01:00
github-actions[bot]
4947573584
Update image digests ( #2172 )
...
Signed-off-by: specklebot <devops@speckle.systems >
Co-authored-by: specklebot <devops@speckle.systems >
2024-03-28 08:57:01 +00:00
github-actions[bot]
bbe48effd0
Update image digests ( #2139 )
...
Signed-off-by: specklebot <devops@speckle.systems >
Co-authored-by: specklebot <devops@speckle.systems >
2024-03-15 16:42:10 +00:00
github-actions[bot]
f9ac9e98a3
Update image digests ( #2075 )
...
Signed-off-by: specklebot <devops@speckle.systems >
Co-authored-by: specklebot <devops@speckle.systems >
2024-02-25 16:03:08 +00:00
github-actions[bot]
4418932832
Update image digests ( #2040 )
...
Signed-off-by: specklebot <devops@speckle.systems >
Co-authored-by: specklebot <devops@speckle.systems >
2024-02-23 12:42:29 +00:00
github-actions[bot]
8185683b4a
Update image digests ( #1966 )
...
Signed-off-by: specklebot <devops@speckle.systems >
Co-authored-by: specklebot <devops@speckle.systems >
2024-02-09 01:13:48 +00:00
github-actions[bot]
36f749b24a
chore(deps): bump image digests ( #1939 )
...
* fix(github action): use correct format for author & committer git signing
* Update image digests
Signed-off-by: specklebot <devops@speckle.systems >
---------
Signed-off-by: specklebot <devops@speckle.systems >
Co-authored-by: Iain Sproat <68657+iainsproat@users.noreply.github.com >
Co-authored-by: specklebot <devops@speckle.systems >
2024-01-05 15:57:25 +00:00
Iain Sproat
b396029cf6
chore(Dockerfile): bump images to debian bookworm, pin images by digest, and github action to auto-bump ( #1937 )
...
* chore(Dockerfile): pin images by digest this ensures consistent builds with images pinned by SHA
* introduces a GitHub Action will create a PR to update the images when there is a new version, and will pin to that newer version SHA.
* Bump debian to 12 'bookworm'
* Bump pypi libraries
* except frontend-1, as only debian 11 is currently supported by openresty
* Bump debian packages
2024-01-05 11:51:04 +00:00
Iain Sproat
3db83e50be
chore(deps): bump node from 18.18.2 to 18.19.0 ( #1921 )
...
* chore(deps): bump node from 18.18.2 to 18.19.0
* Additional dependencies
2023-12-15 11:30:07 +01:00
Iain Sproat
438c6bbf0d
chore(deps): bump node from 18.17.1 to 18.18.2 ( #1844 )
2023-10-31 18:08:25 +00:00
Iain Sproat
357dd5fe0b
Log webhook messages as warning ( #1821 )
2023-10-17 16:20:43 +01:00
Iain Sproat
080e8197f9
chore(deps): bump node from 18.17.0 to 18.17.1 ( #1771 )
2023-08-24 10:55:43 +01:00
Iain Sproat
ea941b3b81
chore(deps): bump node to 18.17.0 ( #1722 )
2023-07-26 12:38:50 +01:00
Kristaps Fabians Geikins
3999372b68
fix: pino dep missing
2023-07-12 11:55:48 +03:00
Iain Sproat
ffc3c5186f
chore(node): bump to 18.16.1 ( #1675 )
2023-07-07 16:54:18 +01:00
Kristaps Fabians Geikins
42a49fb635
chore: ensuring react ttypes are always stubbed ( #1570 )
2023-05-08 14:07:56 +03:00
Iain Sproat
4eab7d9dcd
chore(deps): bump node to 18.16.0 ( #1564 )
2023-05-05 12:43:39 +01:00
Iain Sproat
87e8d08e64
chore(deps): bump node to 18.15.0 ( #1446 )
2023-03-10 11:01:30 +00:00
Iain Sproat
d8b7123ed0
chore(deps): bump node from 18.14.0 to 18.14.2 ( #1426 )
2023-03-01 12:16:55 +00:00
Iain Sproat
6403a3fddd
fix(webhook): should not duplicate logging of error ( #1413 )
...
- the caller should be responsible for logging an error response
2023-02-23 20:29:44 +00:00
Iain Sproat
af98e9bfd9
fix(webhook): do not log problems connecting to external webhook environment as error severity ( #1397 )
...
* fix(webhook): do not log problems connecting to external webhook environment as error severity
- these are user controlled variables and do not necessarily indicate problems with our system
2023-02-21 09:37:24 +00:00
Iain Sproat
a6fba9ebd3
chore(node): bump node version to 18.14.0 ( #1365 )
2023-02-10 11:44:44 +00:00
dependabot[bot]
f7e71c76b8
chore(deps): bump knex from 2.0.0 to 2.4.1 ( #1306 )
...
* chore(deps): bump knex from 2.0.0 to 2.4.0
Bumps [knex](https://github.com/knex/knex ) from 2.0.0 to 2.4.0.
- [Release notes](https://github.com/knex/knex/releases )
- [Changelog](https://github.com/knex/knex/blob/master/CHANGELOG.md )
- [Commits](https://github.com/knex/knex/compare/2.0.0...2.4.0 )
---
updated-dependencies:
- dependency-name: knex
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
* chore(deps): bump knex from 2.0.0 to 2.4.1
Addresses dependabot issue 165
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Iain Sproat <68657+iainsproat@users.noreply.github.com >
2023-01-18 11:40:17 +00:00