Commit graph

216 commits

Author SHA1 Message Date
dependabot[bot]
0e497fbeb9
chore(deps): bump faker from 28.1.0 to 30.1.0 in /apps/api
Bumps [faker](https://github.com/joke2k/faker) from 28.1.0 to 30.1.0.
- [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/v28.1.0...v30.1.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-10-01 07:57:50 +00:00
dependabot[bot]
73e08f030b
chore(deps): bump typer from 0.12.3 to 0.12.5 in /apps/api
Bumps [typer](https://github.com/fastapi/typer) from 0.12.3 to 0.12.5.
- [Release notes](https://github.com/fastapi/typer/releases)
- [Changelog](https://github.com/fastapi/typer/blob/master/docs/release-notes.md)
- [Commits](https://github.com/fastapi/typer/compare/0.12.3...0.12.5)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-10-01 04:58:02 +00:00
swve
aecf03404f feat: init org thumbnails creation & edition & redesign dash org config page 2024-09-27 11:03:33 +02:00
dependabot[bot]
61ab388da1
chore(deps): bump chromadb from 0.5.3 to 0.5.5 in /apps/api
Bumps [chromadb](https://github.com/chroma-core/chroma) from 0.5.3 to 0.5.5.
- [Release notes](https://github.com/chroma-core/chroma/releases)
- [Changelog](https://github.com/chroma-core/chroma/blob/main/RELEASE_PROCESS.md)
- [Commits](https://github.com/chroma-core/chroma/compare/0.5.3...0.5.5)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-01 14:56:15 +00:00
dependabot[bot]
e36e7c64da
chore(deps): bump faker from 26.3.0 to 28.1.0 in /apps/api
Bumps [faker](https://github.com/joke2k/faker) from 26.3.0 to 28.1.0.
- [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/v26.3.0...v28.1.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-01 14:54:38 +00:00
dependabot[bot]
305a7d0daa
chore(deps): bump resend from 2.3.0 to 2.4.0 in /apps/api
Bumps [resend](https://github.com/resendlabs/resend-python) from 2.3.0 to 2.4.0.
- [Release notes](https://github.com/resendlabs/resend-python/releases)
- [Commits](https://github.com/resendlabs/resend-python/compare/v2.3.0...v2.4.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-01 13:50:19 +00:00
dependabot[bot]
c4aff19c6a
chore(deps): bump sentry-sdk from 2.12.0 to 2.13.0 in /apps/api
Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 2.12.0 to 2.13.0.
- [Release notes](https://github.com/getsentry/sentry-python/releases)
- [Changelog](https://github.com/getsentry/sentry-python/blob/master/CHANGELOG.md)
- [Commits](https://github.com/getsentry/sentry-python/compare/2.12.0...2.13.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-01 09:52:29 +00:00
dependabot[bot]
01edbf9409
chore(deps): bump fastapi from 0.111.1 to 0.112.2 in /apps/api
Bumps [fastapi](https://github.com/fastapi/fastapi) from 0.111.1 to 0.112.2.
- [Release notes](https://github.com/fastapi/fastapi/releases)
- [Commits](https://github.com/fastapi/fastapi/compare/0.111.1...0.112.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-01 04:06:47 +00:00
swve
8b1332c840 fix: various bugs 2024-08-29 20:12:15 +02:00
swve
0fc6713ec8 fix: add cascades for foreign keys 2024-08-29 19:40:17 +02:00
swve
62fd5e0a3a fix: config version to 1.1 2024-08-28 18:22:56 +02:00
swve
4367a8a0fb fix: add specific org admin endpoint 2024-08-28 18:20:55 +02:00
swve
b425f3a6bd feat: migrate orgconfig to 1.1 2024-08-20 19:23:03 +02:00
swve
1423e4c432 feat: get config with orgs 2024-08-20 18:28:52 +02:00
swve
a544fb8a00 fix: ai model typos 2024-08-16 09:47:53 +02:00
swve
5f4ec65e4d feat: disable docs for non-dev envs and introduce internal APIs 2024-08-15 16:56:10 +02:00
swve
3be642be6c chore: update Dockerfile for learnhouse-api 2024-08-13 10:39:25 +02:00
swve
a5fbf49304 feat: implement usage limits across the app 2024-08-12 17:39:08 +02:00
swve
85ffb44d93 fix: lock issues and ruff errors 2024-08-11 15:51:44 +02:00
swve
28a2456d69 feat: migrate orgconfig model across the app 2024-08-11 15:46:14 +02:00
swve
6485b6e1bb feat: init new config model version 2024-08-11 15:44:12 +02:00
Badr B.
b7dc77a0e6
Merge pull request #294 from learnhouse/dependabot/pip/apps/api/faker-26.3.0
chore(deps): bump faker from 25.9.2 to 26.3.0 in /apps/api
2024-08-09 20:20:46 +02:00
dependabot[bot]
81eeaa9d40
chore(deps): bump aiohttp in /apps/api in the pip group
Bumps the pip group in /apps/api with 1 update: [aiohttp](https://github.com/aio-libs/aiohttp).


Updates `aiohttp` from 3.10.1 to 3.10.2
- [Release notes](https://github.com/aio-libs/aiohttp/releases)
- [Changelog](https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst)
- [Commits](https://github.com/aio-libs/aiohttp/compare/v3.10.1...v3.10.2)

---
updated-dependencies:
- dependency-name: aiohttp
  dependency-type: indirect
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-09 17:57:36 +00:00
dependabot[bot]
674943c3e9
chore(deps): bump faker from 25.9.2 to 26.3.0 in /apps/api
Bumps [faker](https://github.com/joke2k/faker) from 25.9.2 to 26.3.0.
- [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/v25.9.2...v26.3.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-09 17:57:13 +00:00
dependabot[bot]
8b6107ad6b
chore(deps): bump openai from 1.40.0 to 1.40.2 in /apps/api
Bumps [openai](https://github.com/openai/openai-python) from 1.40.0 to 1.40.2.
- [Release notes](https://github.com/openai/openai-python/releases)
- [Changelog](https://github.com/openai/openai-python/blob/main/CHANGELOG.md)
- [Commits](https://github.com/openai/openai-python/compare/v1.40.0...v1.40.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-09 17:48:12 +00:00
swve
360c6b1e1a feat: Update RBAC checks for assignments 2024-08-08 20:28:34 +02:00
swve
364c24e15d feat: enable assignments page 2024-08-07 23:47:18 +02:00
swve
40ef2d0cec feat: grading, mark as done and grade showing 2024-08-07 19:48:38 +02:00
swve
9530ee6930 feat: fix poetry issues 2024-08-06 19:17:26 +02:00
swve
d6aa071425 feat: add publish status change from the course edition page 2024-08-05 19:45:24 +02:00
Badr B.
73e81830d3
Merge branch 'dev' into feat/assignments 2024-08-03 20:53:29 +02:00
dependabot[bot]
ff6e774130
chore(deps): bump resend from 2.1.0 to 2.3.0 in /apps/api
Bumps [resend](https://github.com/resendlabs/resend-python) from 2.1.0 to 2.3.0.
- [Release notes](https://github.com/resendlabs/resend-python/releases)
- [Commits](https://github.com/resendlabs/resend-python/compare/v2.1.0...v2.3.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-01 04:05:49 +00:00
swve
dab80069d4 feat: init assignment subpages and misc python and ts improvements 2024-07-20 21:12:13 +02:00
swve
e9caa2ceb4 feat: add assignment submission from the activity page 2024-07-20 20:10:43 +02:00
swve
c13a7b4538 feat: minor visual and feature updates 2024-07-20 19:09:57 +02:00
swve
bfb977ac5d feat: enable Tasks submissions 2024-07-19 19:56:49 +02:00
swve
29600d9b6c feat: assignments activity page init 2024-07-18 21:05:32 +02:00
swve
175a5a97fa feat: full quiz tasks edition and creation 2024-07-17 23:41:46 +02:00
swve
aa55c51b48 feat: finalize basic task edition and ref files 2024-07-16 22:07:54 +02:00
swve
3c41e0ee73 feat: edit tasks and general improvements 2024-07-14 14:06:25 +02:00
swve
acfcea026b feat: assignmentTask creation and switching 2024-07-13 20:03:08 +02:00
swve
6a4e16ec29 feat: init assignments UI and fix bugs 2024-07-12 21:28:50 +02:00
swve
10e9be1d33 feat: create and delete assignment activities from UI 2024-07-12 11:54:33 +02:00
swve
04c05e4f9a feat: init alembic + add init revision 2024-07-11 19:57:12 +02:00
swve
47782b57bc feat: add Assignments, Tasks, Submissions CRUD 2024-07-11 17:58:57 +02:00
swve
cd2397f4f7 wip1 2024-07-10 23:42:47 +02:00
Badr B
9287682b41
Merge pull request #279 from learnhouse/dependabot/pip/apps/api/sqlmodel-0.0.19
chore(deps): bump sqlmodel from 0.0.16 to 0.0.19 in /apps/api
2024-07-10 23:39:50 +02:00
dependabot[bot]
a2e2d8f3a3
chore(deps): bump certifi in /apps/api in the pip group
Bumps the pip group in /apps/api with 1 update: [certifi](https://github.com/certifi/python-certifi).


Updates `certifi` from 2024.6.2 to 2024.7.4
- [Commits](https://github.com/certifi/python-certifi/compare/2024.06.02...2024.07.04)

---
updated-dependencies:
- dependency-name: certifi
  dependency-type: indirect
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-06 02:34:38 +00:00
swve
3e1b501abc feat: enable (all) ai features in orgs by default 2024-07-02 21:17:14 +02:00
swve
457899b8fb feat: enable ai in orgs by default 2024-07-02 20:58:00 +02:00