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) #355

Merged
merged 1 commit into from
Sep 26, 2024
Merged

Release/1.3.20240909 (#354) #355

merged 1 commit into from
Sep 26, 2024

Conversation

PGijsbers
Copy link
Collaborator

  • Bump types-python-dateutil from 2.8.19.14 to 2.9.0.20240316

Bumps types-python-dateutil from 2.8.19.14 to 2.9.0.20240316.


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 from 0.20.3 to 0.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 from 2.2.1 to 2.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 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 ...

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

* 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
...

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

* 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
...

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

* 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
...

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

* 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
...

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

* 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).

---------

Co-authored-by: taniya-das <taniyatd30@gmail.com>

* 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>
@PGijsbers PGijsbers force-pushed the master branch 2 times, most recently from fd2b4a6 to dbc8c1f Compare September 26, 2024 11:36
@PGijsbers PGijsbers merged commit 69c1033 into develop Sep 26, 2024
3 of 6 checks passed
@PGijsbers PGijsbers deleted the master branch September 26, 2024 11:37
@PGijsbers PGijsbers restored the master branch October 29, 2024 15:55
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.

1 participant