Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: Test

on:
push:
branches: [ main ]
pull_request:

jobs:
Expand All @@ -11,9 +12,9 @@ jobs:
matrix:
python_version: [ '3.9', '3.10', '3.11', '3.12', '3.13' ]
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Install Python
uses: actions/setup-python@v2
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python_version }}
- name: Install Poetry
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Version 30.0.0
- Allow selecting MBS tag or branch from which to update SQL
- Delete useless /updates SQL folder after update
- Drop support for Python 3.8, add support for 3.13
- Move the repository maintenance under MetaBrainz umbrella

Version 29.0.0
==============
Expand Down
2 changes: 1 addition & 1 deletion DEVELOPMENT.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Development Setup

Clone the repository and setup virtualenv::

git clone [email protected]:lalinsky/mbdata.git
git clone [email protected]:metabrainz/mbdata.git
cd mbdata/
virtualenv -p python3 venv
source venv/bin/activate
Expand Down
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -101,5 +101,5 @@ following:

MBDATA_DATABASE_ECHO=1 pytest -v

Jenkins task that automatically runs the tests after each commit is
`here <http://build.oxygene.sk/job/mbdata/>`__.
GitHub Actions workflow that automatically runs the tests after each commit is
`here <https://github.com/metabrainz/mbdata/actions/workflows/test.yml>`__.
Empty file modified mbdata/sql/DisableLastUpdatedTriggers.sql
100755 → 100644
Empty file.
Empty file modified mbdata/sql/EnableLastUpdatedTriggers.sql
100755 → 100644
Empty file.