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

Bump kiwitcms-tenants from 3.2.2 to 4.0.0 #527

Merged
merged 3 commits into from
Jan 7, 2025
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
7 changes: 7 additions & 0 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,13 @@ jobs:
run: |
echo "${{ secrets.QUAY_PUSH_TOKEN }}" | docker login -u="${{ secrets.QUAY_PUSH_USERNAME }}" --password-stdin quay.io

- name: Build intermediary kiwitcms/kiwi image
if: matrix.command == 'test-docker-image'
run: |
git clone https://github.com/kiwitcms/Kiwi
make -C Kiwi/ docker-image
docker tag kiwitcms/kiwi:latest quay.io/kiwitcms/version:13.7

- name: make ${{ matrix.command }}
run: |
make ${{ matrix.command }}
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ django-python3-ldap==0.15.8
django-ses==4.3.1
dj-database-url==2.3.0
kiwitcms-github-app==2.0.1
kiwitcms-tenants==3.2.2
kiwitcms-tenants==4.0.0
kiwitcms-trackers-integration==1.1.0
sentry-sdk[django]==2.19.2
social-auth-app-django==5.4.2
Expand Down
4 changes: 2 additions & 2 deletions testing/test_upload_file.robot
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2024 Alexander Todorov <atodorov@otb.bg>
# Copyright (c) 2024-2025 Alexander Todorov <atodorov@otb.bg>
#
# Licensed under GNU Affero General Public License v3 or later (AGPLv3+)
# https://www.gnu.org/licenses/agpl-3.0.html
Expand All @@ -19,7 +19,7 @@ ${TEST_PLAN_URL} ${SERVER}/plan/1/
*** Test Cases ***
Uploading file works via file upload
Open Browser ${LOGIN_URL} ${BROWSER}
Maximize Browser Window
Set Window Size 3024 1890
Set Selenium Speed ${DELAY}
Title Should Be Kiwi TCMS - Login

Expand Down
Loading