Commit graph

897 commits

Author SHA1 Message Date
Badr B
ccc95ad4b1
chore: disable javascript dependabot PRs for now 2024-04-10 21:28:18 +02:00
dependabot[bot]
1b30f1a025
chore(deps): bump langchain from 0.1.0 to 0.1.7 in /apps/api
Bumps [langchain](https://github.com/langchain-ai/langchain) from 0.1.0 to 0.1.7.
- [Release notes](https://github.com/langchain-ai/langchain/releases)
- [Commits](https://github.com/langchain-ai/langchain/compare/v0.1.0...v0.1.7)

---
updated-dependencies:
- dependency-name: langchain
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-08 08:37:03 +00:00
Badr B
619a46c850
Merge pull request #210 from learnhouse/dependabot/pip/apps/api/tiktoken-0.6.0
chore(deps): bump tiktoken from 0.5.2 to 0.6.0 in /apps/api
2024-04-08 10:34:50 +02:00
dependabot[bot]
2d94d482c2
chore(deps): bump tiktoken from 0.5.2 to 0.6.0 in /apps/api
Bumps [tiktoken](https://github.com/openai/tiktoken) from 0.5.2 to 0.6.0.
- [Release notes](https://github.com/openai/tiktoken/releases)
- [Changelog](https://github.com/openai/tiktoken/blob/main/CHANGELOG.md)
- [Commits](https://github.com/openai/tiktoken/compare/0.5.2...0.6.0)

---
updated-dependencies:
- dependency-name: tiktoken
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-08 08:28:54 +00:00
Badr B
d366122c7b
Merge pull request #209 from learnhouse/dependabot/pip/apps/api/faker-24.7.1
chore(deps): bump faker from 24.4.0 to 24.7.1 in /apps/api
2024-04-08 10:27:10 +02:00
dependabot[bot]
057ae8c73e
chore(deps): bump faker from 24.4.0 to 24.7.1 in /apps/api
Bumps [faker](https://github.com/joke2k/faker) from 24.4.0 to 24.7.1.
- [Release notes](https://github.com/joke2k/faker/releases)
- [Changelog](https://github.com/joke2k/faker/blob/master/CHANGELOG.md)
- [Commits](https://github.com/joke2k/faker/compare/v24.4.0...v24.7.1)

---
updated-dependencies:
- dependency-name: faker
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-08 07:35:14 +00:00
Badr B
a6ccf29f66
Merge pull request #206 from learnhouse/dependabot/pip/apps/api/botocore-1.34.79 2024-04-08 09:32:56 +02:00
Badr B
97ab8ed9c1
Merge pull request #204 from learnhouse/dependabot/npm_and_yarn/turbo-1.13.2 2024-04-08 09:30:41 +02:00
dependabot[bot]
87d4687935
chore(deps): bump botocore from 1.34.74 to 1.34.79 in /apps/api
Bumps [botocore](https://github.com/boto/botocore) from 1.34.74 to 1.34.79.
- [Changelog](https://github.com/boto/botocore/blob/develop/CHANGELOG.rst)
- [Commits](https://github.com/boto/botocore/compare/1.34.74...1.34.79)

---
updated-dependencies:
- dependency-name: botocore
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-08 04:37:21 +00:00
dependabot[bot]
9a044c20e9
chore(deps-dev): bump turbo from 1.13.0 to 1.13.2
Bumps [turbo](https://github.com/vercel/turbo) from 1.13.0 to 1.13.2.
- [Release notes](https://github.com/vercel/turbo/releases)
- [Changelog](https://github.com/vercel/turbo/blob/main/release.md)
- [Commits](https://github.com/vercel/turbo/compare/v1.13.0...v1.13.2)

---
updated-dependencies:
- dependency-name: turbo
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-08 04:08:40 +00:00
dependabot[bot]
fc3a30f124
chore(deps): bump typescript from 5.4.3 to 5.4.4
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.4.3 to 5.4.4.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](https://github.com/Microsoft/TypeScript/compare/v5.4.3...v5.4.4)

---
updated-dependencies:
- dependency-name: typescript
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-08 04:08:13 +00:00
Badr B
28c7def56a
Merge pull request #195 from learnhouse/feat/collaboration-server
Init Collaborative Edition
2024-04-07 18:14:31 +02:00
swve
ec00c33bb0 fix: update Dockerfile to expose port 1998 instead of 3000 2024-04-07 18:13:46 +02:00
swve
32a7aeffd2 fix: lazy import EditorWrapper and disable ssr for the editor 2024-04-07 18:04:41 +02:00
swve
bd2cdd6167 fix: add organizationconfig to an org when installing learnhouse 2024-04-07 13:08:32 +02:00
swve
88f4fdcd5e feat: add start script to package.json and update turbo.json 2024-04-07 12:57:52 +02:00
Badr B
cbbfc288c9
Merge pull request #199 from learnhouse/feat/fix-model-dump-issues
Use dictionary serialization instead of model_dump()
2024-04-06 13:55:47 +02:00
swve
b57e6e55ce fix: refc code to use dictionary serialization instead of model_dump() 2024-04-06 13:54:28 +02:00
swve
800154e199 feat: add locks to folders + dockerimage for collaboration stack 2024-04-06 13:44:51 +02:00
swve
6a47202c78 feat: add live users avatar indicators 2024-04-05 17:07:43 +02:00
swve
54718d7111 feat: init mouse movements 2024-04-04 20:16:47 +02:00
swve
2afc6ec5e9 feat: add ability to emit content saving notifications 2024-04-03 20:19:31 +02:00
swve
953de4cc67 feat: init collaboration backend & adapt editor 2024-04-01 16:47:41 +02:00
swve
83760064e7 feat: add collaboration option in org config 2024-04-01 16:28:09 +02:00
swve
b9e6fc5d23 fix: packages issues 2024-04-01 16:26:50 +02:00
swve
8104a444b7 fix: block upload bug 2024-04-01 16:26:17 +02:00
swve
bc7ea04998 chore: add @tiptap/pm package dependency 2024-04-01 13:29:05 +02:00
Badr B
7d86ff4a85
Merge pull request #188 from learnhouse/dependabot/pip/apps/api/langchain-community-0.0.20
chore(deps): bump langchain-community from 0.0.11 to 0.0.20 in /apps/api
2024-04-01 12:28:55 +02:00
dependabot[bot]
5919502c29
chore(deps): bump langchain-community from 0.0.11 to 0.0.20 in /apps/api
Bumps [langchain-community](https://github.com/langchain-ai/langchain) from 0.0.11 to 0.0.20.
- [Release notes](https://github.com/langchain-ai/langchain/releases)
- [Commits](https://github.com/langchain-ai/langchain/commits)

---
updated-dependencies:
- dependency-name: langchain-community
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-01 10:24:47 +00:00
Badr B
c1a7c8af5a
Merge pull request #189 from learnhouse/dependabot/pip/apps/api/sqlmodel-0.0.16
chore(deps): bump sqlmodel from 0.0.10 to 0.0.16 in /apps/api
2024-04-01 12:23:17 +02:00
swve
c8f6aff996 chore: adapt to SQLModel 16 & SQLAlchemy 2.x 2024-04-01 12:22:34 +02:00
dependabot[bot]
938c3a2349
chore(deps): bump sqlmodel from 0.0.10 to 0.0.16 in /apps/api
Bumps [sqlmodel](https://github.com/tiangolo/sqlmodel) from 0.0.10 to 0.0.16.
- [Release notes](https://github.com/tiangolo/sqlmodel/releases)
- [Changelog](https://github.com/tiangolo/sqlmodel/blob/main/docs/release-notes.md)
- [Commits](https://github.com/tiangolo/sqlmodel/compare/0.0.10...0.0.16)

---
updated-dependencies:
- dependency-name: sqlmodel
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-01 09:06:37 +00:00
Badr B
d7eb9c19ea
Merge pull request #186 from learnhouse/dependabot/pip/apps/api/httpx-0.27.0
chore(deps): bump httpx from 0.26.0 to 0.27.0 in /apps/api
2024-04-01 11:01:40 +02:00
dependabot[bot]
1de7de4820
chore(deps): bump httpx from 0.26.0 to 0.27.0 in /apps/api
Bumps [httpx](https://github.com/encode/httpx) from 0.26.0 to 0.27.0.
- [Release notes](https://github.com/encode/httpx/releases)
- [Changelog](https://github.com/encode/httpx/blob/master/CHANGELOG.md)
- [Commits](https://github.com/encode/httpx/compare/0.26.0...0.27.0)

---
updated-dependencies:
- dependency-name: httpx
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-01 09:01:26 +00:00
Badr B
78a0428c2a
Merge pull request #191 from learnhouse/dependabot/npm_and_yarn/eslint-config-next-14.1.4
chore(deps-dev): bump eslint-config-next from 13.5.6 to 14.1.4
2024-04-01 11:00:11 +02:00
dependabot[bot]
d9c59ece39
chore(deps-dev): bump eslint-config-next from 13.5.6 to 14.1.4
Bumps [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next) from 13.5.6 to 14.1.4.
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/commits/v14.1.4/packages/eslint-config-next)

---
updated-dependencies:
- dependency-name: eslint-config-next
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-01 08:58:46 +00:00
Badr B
e30cfb8dc7
Merge pull request #187 from learnhouse/dependabot/pip/apps/api/python-multipart-0.0.9
chore(deps): bump python-multipart from 0.0.7 to 0.0.9 in /apps/api
2024-04-01 10:58:14 +02:00
dependabot[bot]
11a2607f29
chore(deps): bump python-multipart from 0.0.7 to 0.0.9 in /apps/api
Bumps [python-multipart](https://github.com/andrew-d/python-multipart) from 0.0.7 to 0.0.9.
- [Release notes](https://github.com/andrew-d/python-multipart/releases)
- [Changelog](https://github.com/Kludex/python-multipart/blob/master/CHANGELOG.md)
- [Commits](https://github.com/andrew-d/python-multipart/compare/0.0.7...0.0.9)

---
updated-dependencies:
- dependency-name: python-multipart
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-01 08:58:07 +00:00
Badr B
0bd5ecacd0
Merge pull request #185 from learnhouse/dependabot/pip/apps/api/langchain-openai-0.0.6
chore(deps): bump langchain-openai from 0.0.2.post1 to 0.0.6 in /apps/api
2024-04-01 10:56:39 +02:00
Badr B
d7acd00d02
Merge pull request #190 from learnhouse/dependabot/npm_and_yarn/radix-ui/react-form-0.0.3
chore(deps): bump @radix-ui/react-form from 0.0.2 to 0.0.3
2024-04-01 10:55:21 +02:00
Badr B
8bc9252d78
Merge pull request #193 from learnhouse/dependabot/npm_and_yarn/types/node-20.12.2
chore(deps-dev): bump @types/node from 18.7.18 to 20.12.2
2024-04-01 10:54:59 +02:00
Badr B
753e996f1f
Merge pull request #194 from learnhouse/dependabot/npm_and_yarn/typescript-5.4.3
chore(deps-dev): bump typescript from 5.1.3 to 5.4.3
2024-04-01 10:54:39 +02:00
Badr B
c317ae455e
Merge pull request #192 from learnhouse/dependabot/npm_and_yarn/next-14.1.4
chore(deps): bump next from 14.0.4 to 14.1.4
2024-04-01 10:54:19 +02:00
dependabot[bot]
948f806d31
chore(deps-dev): bump typescript from 5.1.3 to 5.4.3
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.1.3 to 5.4.3.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](https://github.com/Microsoft/TypeScript/compare/v5.1.3...v5.4.3)

---
updated-dependencies:
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-01 04:31:54 +00:00
dependabot[bot]
088ebe255b
chore(deps-dev): bump @types/node from 18.7.18 to 20.12.2
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 18.7.18 to 20.12.2.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-01 04:30:37 +00:00
dependabot[bot]
83e1ff1748
chore(deps): bump next from 14.0.4 to 14.1.4
Bumps [next](https://github.com/vercel/next.js) from 14.0.4 to 14.1.4.
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/compare/v14.0.4...v14.1.4)

---
updated-dependencies:
- dependency-name: next
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-01 04:29:18 +00:00
dependabot[bot]
4af886741a
chore(deps): bump @radix-ui/react-form from 0.0.2 to 0.0.3
Bumps [@radix-ui/react-form](https://github.com/radix-ui/primitives) from 0.0.2 to 0.0.3.
- [Changelog](https://github.com/radix-ui/primitives/blob/main/release-process.md)
- [Commits](https://github.com/radix-ui/primitives/commits)

---
updated-dependencies:
- dependency-name: "@radix-ui/react-form"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-01 04:25:36 +00:00
dependabot[bot]
de8e784a28
chore(deps): bump langchain-openai in /apps/api
Bumps [langchain-openai](https://github.com/langchain-ai/langchain) from 0.0.2.post1 to 0.0.6.
- [Release notes](https://github.com/langchain-ai/langchain/releases)
- [Commits](https://github.com/langchain-ai/langchain/commits)

---
updated-dependencies:
- dependency-name: langchain-openai
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-01 04:13:36 +00:00
Badr B
33ac0d0c21
Merge pull request #183 from learnhouse/feat/python-new-dev
New server start method & add local dev setup
2024-03-31 15:54:42 +02:00
swve
24be39f7e3 feat: new run method & add local dev setup 2024-03-31 15:14:25 +02:00