Commit Graph

130 Commits

Author SHA1 Message Date
Guilherme Gazzo
d48c635a4e
chore(ci): update coverage configuration in CI workflow (#37931) 2025-12-22 21:43:58 -03:00
dependabot[bot]
d7924d386f
chore(deps): bump actions/upload-artifact from 5 to 6 (#37917)
Some checks are pending
CI / ⚙️ Variables Setup (push) Waiting to run
CI / 🚀 Notify external services - draft (push) Blocked by required conditions
CI / 📦 Build Packages (push) Blocked by required conditions
CI / 📦 Meteor Build (${{ matrix.type }}) (coverage) (push) Blocked by required conditions
CI / 📦 Meteor Build (${{ matrix.type }}) (production) (push) Blocked by required conditions
CI / 🚢 Build Docker (amd64, [account-service presence-service omnichannel-transcript-service], ${{ (github.event_name != 'release' && github.ref != 'refs/heads/develop') && 'coverage' || 'production' }}) (push) Blocked by required conditions
CI / 🚢 Build Docker (amd64, [authorization-service queue-worker-service ddp-streamer-service], ${{ (github.event_name != 'release' && github.ref != 'refs/heads/develop') && 'coverage' || 'production' }}) (push) Blocked by required conditions
CI / 🚢 Build Docker (amd64, [rocketchat], ${{ (github.event_name != 'release' && github.ref != 'refs/heads/develop') && 'coverage' || 'production' }}) (push) Blocked by required conditions
CI / 🚢 Build Docker (amd64, [rocketchat], coverage) (push) Blocked by required conditions
CI / 🚢 Build Docker (arm64, [account-service presence-service omnichannel-transcript-service], ${{ (github.event_name != 'release' && github.ref != 'refs/heads/develop') && 'coverage' || 'production' }}) (push) Blocked by required conditions
CI / 🚢 Build Docker (arm64, [authorization-service queue-worker-service ddp-streamer-service], ${{ (github.event_name != 'release' && github.ref != 'refs/heads/develop') && 'coverage' || 'production' }}) (push) Blocked by required conditions
CI / 🚢 Build Docker (arm64, [rocketchat], ${{ (github.event_name != 'release' && github.ref != 'refs/heads/develop') && 'coverage' || 'production' }}) (push) Blocked by required conditions
CI / 🚢 Build Docker (arm64, [rocketchat], coverage) (push) Blocked by required conditions
CI / 🚢 Publish Docker Images (ghcr.io) (push) Blocked by required conditions
CI / 📦 Track Image Sizes (push) Blocked by required conditions
CI / 🔎 Code Check (push) Blocked by required conditions
CI / 🔨 Test Storybook (push) Blocked by required conditions
CI / 🔨 Test Unit (push) Blocked by required conditions
CI / 🔨 Test API (CE) (push) Blocked by required conditions
CI / 🔨 Test UI (CE) (push) Blocked by required conditions
CI / 🔨 Test API (EE) (push) Blocked by required conditions
CI / 🔨 Test UI (EE) (push) Blocked by required conditions
CI / 🔨 Test Federation Matrix (push) Blocked by required conditions
CI / 📊 Report Coverage (push) Blocked by required conditions
CI / ✅ Tests Done (push) Blocked by required conditions
CI / 🚀 Publish build assets (push) Blocked by required conditions
CI / 🚀 Publish Docker Images (DockerHub) (push) Blocked by required conditions
CI / 🚀 Notify external services (push) Blocked by required conditions
CI / Update Version Durability (push) Blocked by required conditions
Code scanning - action / CodeQL-Build (push) Waiting to run
2025-12-22 15:25:30 -03:00
dependabot[bot]
e2665419ca chore(deps): bump codecov/codecov-action from 3 to 5
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3 to 5.
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
- [Commits](https://github.com/codecov/codecov-action/compare/v3...v5)

---
updated-dependencies:
- dependency-name: codecov/codecov-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-12-20 16:43:24 -03:00
Guilherme Gazzo
afe361633b chore!: Remove streamhub (#35964) 2025-12-20 15:44:23 -03:00
Guilherme Gazzo
828cf798cf chore!: remove mongo 5/6 support (#35961)
Co-authored-by: Diego Sampaio <chinello@gmail.com>
2025-12-20 15:44:23 -03:00
dependabot[bot]
c7321499cf
chore(deps): bump actions/setup-node from 6.0.0 to 6.1.0 (#37679) 2025-12-19 09:35:29 -03:00
dependabot[bot]
ee0911a050
chore(deps): bump actions/cache from 4 to 5 (#37785) 2025-12-19 09:34:55 -03:00
dependabot[bot]
774b1e859a
chore(deps): bump actions/download-artifact from 6 to 7 (#37808) 2025-12-19 09:33:26 -03:00
Diego Sampaio
2527c47b0a
test(federation): improve and slim down config and scripts (#37769) 2025-12-11 16:44:14 -03:00
Douglas Gubert
dc8ecd3e3d
fix: stop excluding .deno-cache from the docker image (#37722)
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2025-12-08 16:37:49 -03:00
Danilo Morães
2b91fb54ca
test: message media tests (#37528) 2025-12-01 12:01:00 +00:00
Rodrigo Nascimento
46c6c0589c
chore(ci): fix image size report (#37631) 2025-11-27 18:32:18 -03:00
dependabot[bot]
20cbb8204d
chore(deps): bump actions/checkout from 5 to 6 (#37566)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Guilherme Gazzo <guilherme@gazzo.xyz>
2025-11-24 15:39:53 -03:00
Rodrigo Nascimento
4102f12cc8
chore(ci): improve cache logic for multi arch builds (#37575) 2025-11-24 11:57:34 -03:00
Danilo Morães
9a570178e3
chore: federation-matrix integration tests (#37219)
Co-authored-by: Danilo Morães <danilo.moraes@rocket.chat>
Co-authored-by: Guilherme Gazzo <guilherme@gazzo.xyz>
2025-11-17 10:58:06 -03:00
Rodrigo Nascimento
1fc9e52743
chore(ci): track docker image size changes (#37527) 2025-11-17 09:16:25 -03:00
Rodrigo Nascimento
06915142d2
chore(ci): do not include dev dependencies in docker images (#37481) 2025-11-14 19:40:40 +00:00
dependabot[bot]
93f4611734
chore(deps): bump actions/upload-artifact from 4 to 5 (#37488)
Co-authored-by: Guilherme Gazzo <guilherme@gazzo.xyz>
2025-11-12 14:19:46 -03:00
Rodrigo Nascimento
b27e9fba51
chore(ci): change build and test to use ARM by default (#37404) 2025-11-11 16:24:01 -03:00
Rodrigo Nascimento
bd9307b850 chores(ci): revert to prevent fail if codecov report fails 2025-11-11 14:48:48 -03:00
Rodrigo Nascimento
cbd8995c1d
chore(ci): report coverage after tests only (#37467) 2025-11-11 11:14:17 -03:00
dependabot[bot]
991d9f6059
chore(deps): bump actions/upload-artifact from 4 to 5 (#37457) 2025-11-11 09:27:23 -03:00
Rodrigo Nascimento
4085cf7e7f
chore(ci): reduce number of parallel jobs and improve container builds (#37466) 2025-11-11 09:15:32 -03:00
Rodrigo Nascimento
18f83d154d fix(ci): not copying additional tags from gh to dockerhub 2025-11-10 10:33:55 -03:00
dependabot[bot]
97100bc8da
chore(deps): bump actions/checkout from 4 to 5 (#37401)
Co-authored-by: Guilherme Gazzo <guilherme@gazzo.xyz>
2025-11-07 09:09:10 -03:00
Rodrigo Nascimento
276ec516fa
chore(CI): enable multi arch docker image build (#37353) 2025-11-05 23:24:20 +00:00
Rodrigo Nascimento
2f6b0161ff regression(ci): missing environment variables to publish images to docker hub 2025-11-05 11:44:33 -03:00
dependabot[bot]
6d2d1c1efb
chore(deps): bump actions/checkout from 4 to 5 (#36696) 2025-11-05 10:57:34 -03:00
Rodrigo Nascimento
bb2b409a90 regression(ci): publish build assets failing trying to download wrong file 2025-11-05 10:40:56 -03:00
dependabot[bot]
f488026480
chore(deps): bump actions/download-artifact from 4 to 6 (#37307) 2025-11-05 10:25:39 -03:00
Rodrigo Nascimento
e54fd03984
chore(CI): improve workflow merging steps and parallelizing image build (#37352)
Co-authored-by: Guilherme Gazzo <guilherme@gazzo.xyz>
2025-11-05 10:20:47 -03:00
Rodrigo Nascimento
88aa28eaaa
chore: add support for MongoDB 8 (#37294) 2025-10-28 22:34:13 +00:00
Ricardo Garim
3e91d9e23e
refactor(federation): create MentionPill structure internally (#37148)
Co-authored-by: Rodrigo Nascimento <rodrigoknascimento@gmail.com>
2025-10-09 23:21:39 -03:00
Rodrigo Nascimento
2142fe2201
chore: Add LTS info to the version durability document (#36889) 2025-09-26 14:49:28 -03:00
Diego Sampaio
719868522f
ci: remove deploy-preview for PRs (#36725) 2025-08-18 09:14:13 -04:00
Matheus Cardoso
cf518870d4
ci: skip PR preview on forks (#36426) 2025-07-15 19:40:03 +00:00
Guilherme Gazzo
4a19aaaa3f
chore: update Meteor 3.3 and node 22.16 (#36239) 2025-07-08 23:18:43 -03:00
Guilherme Gazzo
c00692115a
ci: bump ci keys (#36342) 2025-07-02 02:43:37 +00:00
Guilherme Gazzo
6e0b0ca04c
ci: Update CI configuration to disable coverage for prod builds (#36212) 2025-06-12 14:21:32 -04:00
Guilherme Gazzo
70dd79a04d ci: fix json release update 2025-06-05 14:52:51 -03:00
Aaron Ogle
846627bb87
chore: Report deno version to release service (#36155) 2025-06-05 13:42:05 -04:00
Guilherme Gazzo
51e64c507c
chore: update actions/setup-node to version 4.4.0 in workflows (#36030) 2025-06-05 13:34:47 -04:00
gabriellsh
aadc7956bd
feat: Draggable Voice/Video call popup (#35830)
Co-authored-by: Tasso Evangelista <2263066+tassoevan@users.noreply.github.com>
2025-05-19 22:13:41 +00:00
Guilherme Gazzo
0c3ac1f679
chore: deprecates dbWatchers and set default value to false (#35981)
Co-authored-by: Diego Sampaio <chinello@gmail.com>
2025-05-14 15:13:15 -04:00
Guilherme Gazzo
9b474adc34
chore: meteor to 3.2.2 and node to 22.14 (#35931) 2025-05-06 16:52:26 -04:00
dependabot[bot]
7846a9cfe5
chore(deps): bump rharkor/caching-for-turbo from 1.6 to 1.8 (#35781) 2025-04-29 13:56:09 +00:00
Debdut Chakraborty
66c2134eaa
ci: fix matrix sdk native build (#35694) 2025-04-03 13:30:03 -04:00
Guilherme Gazzo
183c43c92d
chore: bump ubuntu (#35676) 2025-04-01 20:59:38 +00:00
Douglas Gubert
4e9d3155db
chore: Update Deno version on CI and dep cache (#35283) (#35479)
Co-authored-by: dionisio-bot[bot] <117394943+dionisio-bot[bot]@users.noreply.github.com>
Co-authored-by: Douglas Gubert <1810309+d-gubert@users.noreply.github.com>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2025-03-19 21:06:11 -03:00
dependabot[bot]
5fa1976d9b
chore(deps): bump rharkor/caching-for-turbo from 1.5 to 1.6 (#35288) 2025-02-21 12:35:47 +00:00