Rocket.Chat/packages
Kevin Aleman 69fe4d5671
Some checks are pending
Deploy GitHub Pages / deploy-preview (push) Waiting to run
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 stream-hub-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 stream-hub-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
test: Update swc/core on jest/preset (#37821)
2025-12-17 17:26:26 +00:00
..
account-utils chore: Reformat package manifest files (#37639) 2025-12-05 09:18:08 -03:00
agenda chore: Enforce stricter TypeScript directives (#37709) 2025-12-08 10:25:25 -03:00
api-client Merge remote-tracking branch 'origin/master' into develop 2025-12-09 10:11:25 -03:00
apps Merge remote-tracking branch 'origin/master' into develop 2025-12-09 10:11:25 -03:00
apps-engine fix: add --cached-only to Deno command line (#37730) 2025-12-17 11:50:07 -03:00
base64 chore: Enforce stricter TypeScript directives (#37709) 2025-12-08 10:25:25 -03:00
cas-validate chore: Reformat package manifest files (#37639) 2025-12-05 09:18:08 -03:00
core-services chore: Upgrade fuselage packages (#37795) 2025-12-16 21:28:44 +00:00
core-typings chore: Upgrade fuselage packages (#37795) 2025-12-16 21:28:44 +00:00
cron Merge remote-tracking branch 'origin/master' into develop 2025-12-09 10:11:25 -03:00
ddp-client Merge remote-tracking branch 'origin/master' into develop 2025-12-09 10:11:25 -03:00
desktop-api chore: Reformat package manifest files (#37639) 2025-12-05 09:18:08 -03:00
eslint-config chore: Reformat package manifest files (#37639) 2025-12-05 09:18:08 -03:00
favicon chore: Reformat package manifest files (#37639) 2025-12-05 09:18:08 -03:00
freeswitch Merge remote-tracking branch 'origin/master' into develop 2025-12-09 10:11:25 -03:00
fuselage-ui-kit chore: Upgrade fuselage packages (#37795) 2025-12-16 21:28:44 +00:00
gazzodown chore: Upgrade fuselage packages (#37795) 2025-12-16 21:28:44 +00:00
http-router Merge remote-tracking branch 'origin/master' into develop 2025-12-09 10:11:25 -03:00
i18n feat: Added pending invitation state to rooms (#37612) 2025-12-09 23:53:49 -03:00
instance-status Merge remote-tracking branch 'origin/master' into develop 2025-12-09 10:11:25 -03:00
jest-presets test: Update swc/core on jest/preset (#37821) 2025-12-17 17:26:26 +00:00
jwt chore: Reformat package manifest files (#37639) 2025-12-05 09:18:08 -03:00
livechat chore(livechat,gazzodown): Forcefully trim Livechat bundle size (#37763) 2025-12-11 16:12:45 -03:00
log-format chore: Reformat package manifest files (#37639) 2025-12-05 09:18:08 -03:00
logger chore: Reformat package manifest files (#37639) 2025-12-05 09:18:08 -03:00
media-signaling chore: improve voip lib configs for better mobile compatibility (#37265) 2025-12-17 15:45:58 +00:00
message-parser chore(message-parser): Review build configuration (#37737) 2025-12-15 13:23:41 -03:00
message-types feat(federation): add room invites support (#37532) 2025-12-09 22:45:39 -03:00
mock-providers chore: Add getPreviousRouteName to RouterContext (#37752) 2025-12-10 16:05:54 +00:00
model-typings feat(federation): add room invites support (#37532) 2025-12-09 22:45:39 -03:00
models feat(federation): add room invites support (#37532) 2025-12-09 22:45:39 -03:00
mongo-adapter chore: Reformat package manifest files (#37639) 2025-12-05 09:18:08 -03:00
node-poplib chore: Reformat package manifest files (#37639) 2025-12-05 09:18:08 -03:00
omni-core Merge remote-tracking branch 'origin/master' into develop 2025-12-09 10:11:25 -03:00
password-policies chore: Reformat package manifest files (#37639) 2025-12-05 09:18:08 -03:00
patch-injection chore(patch-injection): Review build configuration (#37630) 2025-11-27 14:05:58 -03:00
peggy-loader chore(message-parser): Review build configuration (#37737) 2025-12-15 13:23:41 -03:00
random chore: Enforce stricter TypeScript directives (#37709) 2025-12-08 10:25:25 -03:00
release-action chore: Reformat package manifest files (#37639) 2025-12-05 09:18:08 -03:00
release-changelog chore: Reformat package manifest files (#37639) 2025-12-05 09:18:08 -03:00
rest-typings chore: adds deprecation warning for livechat:removeBusinessHour and new endpoint to replace it (#37775) 2025-12-11 17:00:36 -03:00
server-cloud-communication chore: Reformat package manifest files (#37639) 2025-12-05 09:18:08 -03:00
server-fetch chore(server-fetch): Review build configuration (#37613) 2025-11-26 15:08:08 +00:00
sha256 chore: Enforce stricter TypeScript directives (#37709) 2025-12-08 10:25:25 -03:00
storybook-config chore: Upgrade fuselage packages (#37795) 2025-12-16 21:28:44 +00:00
tools chore: Enforce stricter TypeScript directives (#37709) 2025-12-08 10:25:25 -03:00
tracing chore(tracing): Review build configuration (#37609) 2025-11-25 21:43:03 +01:00
tsconfig chore: Enforce stricter TypeScript directives (#37709) 2025-12-08 10:25:25 -03:00
ui-avatar chore: Upgrade fuselage packages (#37795) 2025-12-16 21:28:44 +00:00
ui-client chore(ui-client): Move some views (#37757) 2025-12-17 10:25:39 -03:00
ui-composer chore: Upgrade fuselage packages (#37795) 2025-12-16 21:28:44 +00:00
ui-contexts chore: Upgrade fuselage packages (#37795) 2025-12-16 21:28:44 +00:00
ui-kit chore: Upgrade fuselage packages (#37795) 2025-12-16 21:28:44 +00:00
ui-video-conf chore: Upgrade fuselage packages (#37795) 2025-12-16 21:28:44 +00:00
ui-voip chore: Upgrade fuselage packages (#37795) 2025-12-16 21:28:44 +00:00
web-ui-registration chore: Upgrade fuselage packages (#37795) 2025-12-16 21:28:44 +00:00