Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
jthrilly pushed 1 commit to main complexdatacollective/network-canvas-monorepo
- improve description of Fresco versions 91deb5f
jthrilly pushed 29 commits to main complexdatacollective/Fresco
- Bump usehooks-ts from 2.16.0 to 3.1.0 Bumps [usehooks-ts](https://github.com/juliencrn/usehooks-ts) from 2.16.0 to 3... 385193b
- Bump motion from 11.12.0 to 11.13.1 Bumps [motion](https://github.com/framer/motion) from 11.12.0 to 11.13.1. - [Cha... d47467c
- Bump prisma from 5.22.0 to 6.0.1 Bumps [prisma](https://github.com/prisma/prisma/tree/HEAD/packages/cli) from 5.22.0... 3ff3e9b
- Bump class-variance-authority from 0.7.0 to 0.7.1 Bumps [class-variance-authority](https://github.com/joe-bell/cva) ... f2cc133
- Merge pull request #241 from complexdatacollective/dependabot/npm_and_yarn/next/class-variance-authority-0.7.1 Bump ... bb3018f
- Merge pull request #240 from complexdatacollective/dependabot/npm_and_yarn/next/prisma-6.0.1 Bump prisma from 5.22.0... c4eb018
- Bump typescript from 5.6.3 to 5.7.2 Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.6.3 to 5.7.2.... 83e5d3c
- Merge pull request #238 from complexdatacollective/dependabot/npm_and_yarn/next/motion-11.13.1 Bump motion from 11.1... 0717aaa
- Merge pull request #237 from complexdatacollective/dependabot/npm_and_yarn/next/usehooks-ts-3.1.0 Bump usehooks-ts f... 912e55b
- Merge pull request #239 from complexdatacollective/dependabot/npm_and_yarn/next/typescript-5.7.2 Bump typescript fro... d6c702c
- Bump @vitejs/plugin-react from 4.3.3 to 4.3.4 Bumps [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-rea... ed576a4
- Bump dotenv from 16.4.5 to 16.4.7 Bumps [dotenv](https://github.com/motdotla/dotenv) from 16.4.5 to 16.4.7. - [Chang... 8611a42
- Bump @radix-ui/react-dropdown-menu from 2.1.2 to 2.1.4 Bumps [@radix-ui/react-dropdown-menu](https://github.com/radi... 3098640
- Bump uuid from 11.0.2 to 11.0.5 Bumps [uuid](https://github.com/uuidjs/uuid) from 11.0.2 to 11.0.5. - [Release notes... 920c8fc
- Merge pull request #252 from complexdatacollective/dependabot/npm_and_yarn/next/uuid-11.0.5 Bump uuid from 11.0.2 to... c6144de
- Merge pull request #249 from complexdatacollective/dependabot/npm_and_yarn/next/radix-ui/react-dropdown-menu-2.1.4 B... 98b6df7
- Merge pull request #244 from complexdatacollective/dependabot/npm_and_yarn/next/dotenv-16.4.7 Bump dotenv from 16.4.... 2565b75
- Merge pull request #242 from complexdatacollective/dependabot/npm_and_yarn/next/vitejs/plugin-react-4.3.4 Bump @vite... 7c60dac
- Bump @radix-ui/react-select from 2.1.2 to 2.1.4 Bumps [@radix-ui/react-select](https://github.com/radix-ui/primitive... 45ab13b
- Merge pull request #248 from complexdatacollective/dependabot/npm_and_yarn/next/radix-ui/react-select-2.1.4 Bump @ra... 34deb65
- and 9 more ...
jthrilly created a tag on complexdatacollective/Fresco
v2.1.0 - Network interviews in the web browser!
jthrilly published a release on complexdatacollective/Fresco
v2.1.0
## What's Changed * Bump class-variance-authority from 0.7.0 to 0.7.1 by @dependabot in https://github.com/complexdatacollective/Fresco/pull/241 * Bump prisma from 5.22.0 to 6.0.1 by @dependabot ...jthrilly pushed 2 commits to master complexdatacollective/service-status
jthrilly pushed 1 commit to master complexdatacollective/service-status
- bento: Update graphs [skip ci] b91f473
jthrilly pushed 6 commits to master complexdatacollective/service-status
- 🟩 Project homepage is up (200 in 536 ms) [skip ci] [upptime] de37fca
- 🟩 Documentation site is up (200 in 166 ms) [skip ci] [upptime] 01c1bbe
- 🟩 User community is up (200 in 399 ms) [skip ci] [upptime] 134e392
- 🟩 Partner services is up (200 in 305 ms) [skip ci] [upptime] 5691d74
- 🟩 Fresco Sandbox is up (308 in 136 ms) [skip ci] [upptime] 42a205e
- 🟩 Complex Data Collective website is up (200 in 223 ms) [skip ci] [upptime] 9b49643
jthrilly opened an issue on complexdatacollective/Fresco
Port language localisation
Reimplement the language localisation system from Studio via next-intljthrilly opened an issue on complexdatacollective/Fresco
Implement mongoDB storage system
We want to switch to mongo in order to better support our document centric model. Some objectives here: - Have good typesafety. Perhaps using some sort of DTO to validate against a zod schema? - ...jthrilly opened an issue on complexdatacollective/Fresco
Port new schema code from Studio
We began developing a new set of schemas to cover Studio's features. These schemas need to be brought over to the monorepo. Note: some of this schema development is in WIP branches, such as the wi...jthrilly opened an issue on complexdatacollective/Fresco
Implement automated browser testing
We have had lots of issues that turn out to be regressions introduced with code changes. We need to implement a way to automatically run a suite of common interactions to ensure that functionality ...jthrilly opened an issue on complexdatacollective/Fresco
Implement new drag and drop system
Our current proprietary drag and drop system isn't compatible with React 19, and therefore Next 15.jthrilly opened a pull request on complexdatacollective/Fresco
Small barf
Adds ability to add links to information interface (must be created by editing protocol.json as Architect doesn't support this yet), and also the ability to select text.jthrilly pushed 1 commit to small-barf complexdatacollective/Fresco
- allow links on information interface 5cc7946
jthrilly created a branch on complexdatacollective/Fresco
small-barf - Network interviews in the web browser!
jthrilly pushed 3 commits to main complexdatacollective/network-canvas-monorepo
jthrilly closed a pull request on complexdatacollective/network-canvas-monorepo
Bump the npm_and_yarn group across 2 directories with 1 update
Bumps the npm_and_yarn group with 1 update in the /apps/analytics-web directory: [next](https://github.com/vercel/next.js). Bumps the npm_and_yarn group with 1 update in the /apps/documentation dir...jthrilly pushed 1 commit to dependabot/npm_and_yarn/apps/analytics-web/npm_and_yarn-9e8639bb89 complexdatacollective/network-canvas-monorepo
- update lockfile 3b89791
jthrilly created a comment on a pull request on complexdatacollective/network-canvas-monorepo
@dependabot rebase
jthrilly pushed 14 commits to next complexdatacollective/Fresco
- Merge pull request #223 from complexdatacollective/next Next dd8b0fc
- Bump nanoid in the npm_and_yarn group across 1 directory Bumps the npm_and_yarn group with 1 update in the / directo... 464b87e
- Resolve issue where leading 0 was being stripped from CSS variables in tailwind v4 alpha 2da8818
- bump version cfacf22
- remove getCSSVariableAsObject helper c0ca9d2
- fix: pass easing value to animejs 2dedab8
- delete useAnimationSettings and use css vars in style ef0a4c3
- Merge pull request #253 from complexdatacollective/fix/animation-variable-issues Resolve animation issues after Tail... d92698a
- Merge pull request #247 from complexdatacollective/dependabot/npm_and_yarn/npm_and_yarn-af93afb32e Bump nanoid from ... 6f5bdd6
- Bump next in the npm_and_yarn group across 1 directory Bumps the npm_and_yarn group with 1 update in the / directory... bcf924b
- Merge pull request #254 from complexdatacollective/dependabot/npm_and_yarn/npm_and_yarn-1ca363a475 Bump next from 14... 90f119d
- Revert "Bump next from 14.2.16 to 14.2.21 in the npm_and_yarn group across 1 directory" 6480c7f
- Merge pull request #255 from complexdatacollective/revert-254-dependabot/npm_and_yarn/npm_and_yarn-1ca363a475 Revert... f49fca2
- merge changes from main 383ff45
jthrilly pushed 2 commits to main complexdatacollective/Fresco
jthrilly closed a pull request on complexdatacollective/Fresco
Revert "Bump next from 14.2.16 to 14.2.21 in the npm_and_yarn group across 1 directory"
Reverts complexdatacollective/Fresco#254jthrilly opened a pull request on complexdatacollective/Fresco
Revert "Bump next from 14.2.16 to 14.2.21 in the npm_and_yarn group across 1 directory"
Reverts complexdatacollective/Fresco#254jthrilly created a branch on complexdatacollective/Fresco
revert-254-dependabot/npm_and_yarn/npm_and_yarn-1ca363a475 - Network interviews in the web browser!