Adrian
|
ebe57a770b
|
Use hatchling instead of setuptools (#237)
* Use hatchling instead of setuptools
* Add __pycache__ to gitignore
|
2024-08-16 17:24:26 +02:00 |
|
Pedro Ferreira
|
a61334a955
|
Add support for TypeScript + TSX (#235)
|
2024-08-09 21:13:20 +02:00 |
|
Adrian Moennich
|
f913f23b23
|
Fix eslint
|
2024-07-05 15:36:08 +02:00 |
|
dependabot[bot]
|
362872740c
|
Bump pypa/gh-action-pypi-publish in the github-actions group (#234)
Bumps the github-actions group with 1 update: [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish).
Updates `pypa/gh-action-pypi-publish` from 1.8.14 to 1.9.0
- [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases)
- [Commits](https://github.com/pypa/gh-action-pypi-publish/compare/v1.8.14...v1.9.0)
---
updated-dependencies:
- dependency-name: pypa/gh-action-pypi-publish
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: github-actions
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2024-06-17 12:14:42 +00:00 |
|
dependabot[bot]
|
7f7408cdf2
|
Bump braces from 3.0.2 to 3.0.3 (#233)
Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3.
- [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md)
- [Commits](https://github.com/micromatch/braces/compare/3.0.2...3.0.3)
---
updated-dependencies:
- dependency-name: braces
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2024-06-16 14:15:04 +00:00 |
|
Adrian Moennich
|
663b3133bd
|
Fix typo
|
2024-04-22 14:09:22 +02:00 |
|
Adrian Moennich
|
75829e6154
|
Fix new ruff violations
|
2024-04-18 23:51:56 +02:00 |
|
Adrian Moennich
|
5a6ce8be67
|
Release v3.3
|
2024-03-30 16:54:24 +01:00 |
|
Adrian
|
09a8797879
|
ci: Add PyPI publish workflow (#231)
|
2024-03-30 16:49:29 +01:00 |
|
dependabot[bot]
|
1e6bfd508e
|
Bump katex from 0.15.3 to 0.16.10 in /previewer_jupyter (#229)
Bumps [katex](https://github.com/KaTeX/KaTeX) from 0.15.3 to 0.16.10.
- [Release notes](https://github.com/KaTeX/KaTeX/releases)
- [Changelog](https://github.com/KaTeX/KaTeX/blob/main/CHANGELOG.md)
- [Commits](https://github.com/KaTeX/KaTeX/compare/v0.15.3...v0.16.10)
---
updated-dependencies:
- dependency-name: katex
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2024-03-30 14:25:20 +01:00 |
|
Adrian Moennich
|
eda0226e5e
|
ci: Add manual build trigger
|
2024-03-30 12:36:07 +01:00 |
|
Adrian Moennich
|
1d2ff3fb7c
|
ci: Fix indentation
|
2024-03-30 01:32:39 +01:00 |
|
Adrian Moennich
|
6ffa651d56
|
Fix ruff violations
|
2024-03-26 22:51:00 +01:00 |
|
Adrian Moennich
|
f077b4f039
|
ruff: Use py312 target version
|
2024-03-26 21:28:59 +01:00 |
|
Adrian
|
2a6b882093
|
Require Python 3.12 (#230)
|
2024-03-26 19:14:19 +01:00 |
|
Adrian Moennich
|
7330442597
|
ci: Adapt to changes in build script
Also remove unnecessary argument
|
2024-03-25 11:56:03 +01:00 |
|
Adrian
|
f3ae36a28a
|
ci: Build wheels for plugins (#228)
|
2024-03-24 18:00:28 +01:00 |
|
Adrian Moennich
|
df91251214
|
ci: Fix script failing on of single-file plugins
Not used in this repo, but best to keep this script in sync across all
plugin repos...
|
2024-03-24 00:07:25 +01:00 |
|
Adrian
|
b020e8f32c
|
ci: Check that setup manifests are complete (#227)
* Fix invalid manifests
* Check that setup manifests are complete
|
2024-03-23 23:04:56 +00:00 |
|
dependabot[bot]
|
c923bca994
|
Bump the github-actions group with 6 updates (#225)
Bumps the github-actions group with 6 updates:
| Package | From | To |
| --- | --- | --- |
| [actions/checkout](https://github.com/actions/checkout) | `3` | `4` |
| [actions/setup-python](https://github.com/actions/setup-python) | `4` | `5` |
| [actions/cache](https://github.com/actions/cache) | `3` | `4` |
| [actions/setup-node](https://github.com/actions/setup-node) | `3` | `4` |
| [actions/upload-artifact](https://github.com/actions/upload-artifact) | `3` | `4` |
| [actions/download-artifact](https://github.com/actions/download-artifact) | `3` | `4` |
Updates `actions/checkout` from 3 to 4
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v3...v4)
Updates `actions/setup-python` from 4 to 5
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/v4...v5)
Updates `actions/cache` from 3 to 4
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](https://github.com/actions/cache/compare/v3...v4)
Updates `actions/setup-node` from 3 to 4
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](https://github.com/actions/setup-node/compare/v3...v4)
Updates `actions/upload-artifact` from 3 to 4
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v3...v4)
Updates `actions/download-artifact` from 3 to 4
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](https://github.com/actions/download-artifact/compare/v3...v4)
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: github-actions
- dependency-name: actions/setup-python
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: github-actions
- dependency-name: actions/cache
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: github-actions
- dependency-name: actions/setup-node
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: github-actions
- dependency-name: actions/upload-artifact
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: github-actions
- dependency-name: actions/download-artifact
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: github-actions
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2024-03-10 22:29:20 +00:00 |
|
Adrian Moennich
|
22305590ea
|
Enable legacy peer deps for npm
|
2024-03-10 23:23:58 +01:00 |
|
Adrian Moennich
|
56b84a52f8
|
Use dependabot for GitHub actions updates
|
2024-03-10 23:18:35 +01:00 |
|
Adrian Moennich
|
c4c0101c4a
|
Update stylelint + fix errors
|
2024-03-10 23:14:07 +01:00 |
|
Adrian Moennich
|
3420b64469
|
Adapt to ruff v0.3.0
|
2024-02-29 16:45:59 +01:00 |
|
Duarte Galvão
|
bece9eec55
|
VC/Zoom: Drop support for JWT authentication (#224)
|
2024-02-26 12:24:11 +00:00 |
|
Adrian Moennich
|
6734a2f739
|
Fix ruff warnings
|
2024-02-20 11:20:34 +01:00 |
|
Dominic H
|
9f7d6d9338
|
Citadel: Add large-category warning (#222)
|
2024-02-14 16:12:19 +01:00 |
|
Adrian Moennich
|
a00e1ba013
|
Update ruff config
|
2024-02-06 00:44:36 +01:00 |
|
Adrian
|
eab87e6401
|
Update ruff config (#221)
|
2024-02-02 17:56:39 +01:00 |
|
Indico Team
|
05ba82ba75
|
Happy new year 2024 🎆
|
2024-01-02 20:51:21 +01:00 |
|
Adrian Moennich
|
874a510ab0
|
Update ruff config
|
2023-12-21 20:52:25 +01:00 |
|
Adrian Moennich
|
c4229d452b
|
Update ruff config
|
2023-12-21 15:44:20 +01:00 |
|
Adrian Moennich
|
72655fe0ad
|
Fix tests
|
2023-12-12 18:09:12 +01:00 |
|
Adrian Moennich
|
6d09488243
|
Themes/Legacy: Wrap attachments
|
2023-12-12 17:58:32 +01:00 |
|
Adrian Moennich
|
0c2157a32c
|
Storage/S3: Fix b'...' in download filenames
|
2023-12-04 11:01:09 +01:00 |
|
Adrian Moennich
|
f657b26088
|
Run ruff in CI
|
2023-11-23 01:19:51 +01:00 |
|
Adrian Moennich
|
34e8cd3148
|
Fix ruff warnings
|
2023-11-23 01:19:51 +01:00 |
|
Adrian Moennich
|
b294c174b3
|
Add ruff
|
2023-11-23 01:19:51 +01:00 |
|
Adrian Moennich
|
b54f135a2a
|
Switch to single quotes
|
2023-11-22 17:53:56 +01:00 |
|
Adrian Moennich
|
e2a36bb9d9
|
Bump plugin versions for Python 3.12 support
|
2023-11-13 17:13:53 +01:00 |
|
Adrian Moennich
|
78cf47df19
|
ci: Use referenced core PR to install Indico
|
2023-10-18 14:57:16 +02:00 |
|
Adrian Moennich
|
f068cf58bb
|
Unbeheader is already installed by indico[dev]
|
2023-10-18 14:57:16 +02:00 |
|
Adrian Moennich
|
140d1ecf9d
|
Fix compatibility with flask 3
|
2023-10-18 14:57:16 +02:00 |
|
Adrian Moennich
|
40c3406e81
|
Support Python 3.12 and use it in CI runs
|
2023-10-18 14:57:16 +02:00 |
|
Adrian Moennich
|
29f8db4230
|
Update babel JS deps
|
2023-10-18 11:31:10 +02:00 |
|
Adrian Moennich
|
e78f463f1a
|
Use TinyMCE instead of CKEditor
|
2023-10-03 14:54:25 +02:00 |
|
Adrian Moennich
|
c390f0d62f
|
Merge branch '3.2.x'
|
2023-10-03 14:46:14 +02:00 |
|
Adrian Moennich
|
b994a0be5c
|
VC/Zoom: Add webhook validation
|
2023-09-28 13:25:10 +02:00 |
|
Alejandro Avilés
|
fb0d895178
|
Check headers with unbeheader
|
2023-09-22 12:09:00 +02:00 |
|
Adrian Moennich
|
9c30f6b9d2
|
Add .venv to gitignore
|
2023-09-22 11:49:55 +02:00 |
|