Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release/1.3.20240909 #354

Merged
merged 28 commits into from
Sep 9, 2024
Merged

Release/1.3.20240909 #354

merged 28 commits into from
Sep 9, 2024

Conversation

PGijsbers
Copy link
Collaborator

No description provided.

dependabot bot and others added 28 commits March 18, 2024 11:57
Bumps [types-python-dateutil](https://github.com/python/typeshed) from 2.8.19.14 to 2.9.0.20240316.
- [Commits](https://github.com/python/typeshed/commits)

---
updated-dependencies:
- dependency-name: types-python-dateutil
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
During the last deployment, we found certain services were not running. And at that point we really would have liked to have made sure beforehand that those services used to be functional, just so we know the previous configuration worked.
Doesn't matter for rendering, but for those reading the raw markdown it's nice if indices are correct.
Release/1.3.20240619 - Bugfixes and improvements
…nector

Fix some HuggingFace Datasets connector issues
Bumps [huggingface-hub](https://github.com/huggingface/huggingface_hub) from 0.20.3 to 0.23.4.
- [Release notes](https://github.com/huggingface/huggingface_hub/releases)
- [Commits](huggingface/huggingface_hub@v0.20.3...v0.23.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
…b-0.23.4

Bump huggingface-hub from 0.20.3 to 0.23.4
Bumps [mysqlclient](https://github.com/PyMySQL/mysqlclient) from 2.2.1 to 2.2.4.
- [Release notes](https://github.com/PyMySQL/mysqlclient/releases)
- [Changelog](https://github.com/PyMySQL/mysqlclient/blob/main/HISTORY.rst)
- [Commits](PyMySQL/mysqlclient@v2.2.1...v2.2.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [mysql-connector-python](http://dev.mysql.com/doc/connector-python/en/index.html) from 8.2.0 to 9.0.0.

---
updated-dependencies:
- dependency-name: mysql-connector-python
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
…tions

Include sanity check in deploy instructions
…ateutil-2.9.0.20240316

Bump types-python-dateutil from 2.8.19.14 to 2.9.0.20240316
…r-python-9.0.0

Bump mysql-connector-python from 8.2.0 to 9.0.0
Make host ports of docker compose configurable through .env
Add keycloak aiod theme initial commit
…e field (#353)

the reason to use very_long is that it makes more sense
than an arbitary long length that supports the current
use case. the very long is based on when data can be
stored in row, so has meaning to the database and will
not change (unless db settings are changed).

---------

Co-authored-by: taniya-das <taniyatd30@gmail.com>
@PGijsbers PGijsbers merged commit dbc8c1f into master Sep 9, 2024
3 of 4 checks passed
@PGijsbers PGijsbers deleted the release/1.3.20240909 branch September 9, 2024 12:07
@PGijsbers PGijsbers restored the release/1.3.20240909 branch September 9, 2024 12:07
PGijsbers added a commit that referenced this pull request Sep 26, 2024
* Bump types-python-dateutil from 2.8.19.14 to 2.9.0.20240316

Bumps [types-python-dateutil](https://github.com/python/typeshed) from 2.8.19.14 to 2.9.0.20240316.
- [Commits](https://github.com/python/typeshed/commits)

---
updated-dependencies:
- dependency-name: types-python-dateutil
  dependency-type: direct:production
  update-type: version-update:semver-minor
...



* Fix `content_size_kb` for HF dataset distributions

* Update creation of HF dataset for some fields

* Changing error message to warning as it is expected for some datasets

* Change max_length of content_url

* Fix formatting

* Include sanity check in deploy instructions

During the last deployment, we found certain services were not running. And at that point we really would have liked to have made sure beforehand that those services used to be functional, just so we know the previous configuration worked.

* Fix index

Doesn't matter for rendering, but for those reading the raw markdown it's nice if indices are correct.

* Bump huggingface-hub from 0.20.3 to 0.23.4

Bumps [huggingface-hub](https://github.com/huggingface/huggingface_hub) from 0.20.3 to 0.23.4.
- [Release notes](https://github.com/huggingface/huggingface_hub/releases)
- [Commits](huggingface/huggingface_hub@v0.20.3...v0.23.4)

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



* Bump mysqlclient from 2.2.1 to 2.2.4

Bumps [mysqlclient](https://github.com/PyMySQL/mysqlclient) from 2.2.1 to 2.2.4.
- [Release notes](https://github.com/PyMySQL/mysqlclient/releases)
- [Changelog](https://github.com/PyMySQL/mysqlclient/blob/main/HISTORY.rst)
- [Commits](PyMySQL/mysqlclient@v2.2.1...v2.2.4)

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



* Add keycloak aiod theme initial commit

* Add AIoD theme to identity providers

* Bump mysql-connector-python from 8.2.0 to 9.0.0

Bumps [mysql-connector-python](http://dev.mysql.com/doc/connector-python/en/index.html) from 8.2.0 to 9.0.0.

---
updated-dependencies:
- dependency-name: mysql-connector-python
  dependency-type: direct:production
  update-type: version-update:semver-major
...



* Add EGI Check-in button

* Add login template

* Add error check

* Make host ports of docker compose configurable through .env

* Add service for database schema migration. Extend length of note.value field (#353)

the reason to use very_long is that it makes more sense
than an arbitary long length that supports the current
use case. the very long is based on when data can be
stored in row, so has meaning to the database and will
not change (unless db settings are changed).

---------



* Update version number

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Andrej Ridzik <andrej.ridzik@kinit.sk>
Co-authored-by: Jean Matias <smatias.jean@gmail.com>
Co-authored-by: Taniya-Das <30569154+Taniya-Das@users.noreply.github.com>
Co-authored-by: mrorro <mrorro@users.noreply.github.com>
Co-authored-by: taniya-das <taniyatd30@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants