From 60d12d0d1505271bfff21856765af0e1281e3d6a Mon Sep 17 00:00:00 2001 From: Zemke Date: Tue, 17 Nov 2020 22:59:32 +0100 Subject: [PATCH] Repository transfer --- README.md | 4 ++-- migration.md | 4 ++-- pom.xml | 10 +++++----- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 9282a005a..330838e7c 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ -![CI](https://github.com/zemke/cwt/workflows/CI/badge.svg) -![release](https://img.shields.io/github/v/release/zemke/cwt.svg) +![CI](https://github.com/cwt-wa/cwt/workflows/CI/badge.svg) +![release](https://img.shields.io/github/v/release/cwt-wa/cwt.svg) # Crespo’s Worms Tournament diff --git a/migration.md b/migration.md index ef126950c..25cd4e31d 100644 --- a/migration.md +++ b/migration.md @@ -79,7 +79,7 @@ sql> delete from users where id in (select id from temp_inactive_users) Remaining number of users is 256. -Additionally user Jakk0 has been merged into Jakka, MIGHTYtaner into tanerr and Afinaaa into Afina using a feature that was implemented in [#90](https://github.com/Zemke/cwt/issues/90). +Additionally user Jakk0 has been merged into Jakka, MIGHTYtaner into tanerr and Afinaaa into Afina using a feature that was implemented in [#90](https://github.com/cwt-wa/cwt/issues/90). User “NouS” has been reinstated from the inactive users because he appears tobe an actual user who is also registered on TUS and he is in the `applications` table which is not taken into account by the `inactive_users` view. @@ -281,7 +281,7 @@ When it became apparent that I can only get a free Postgres installation with da Although a Digital Ocean droplet is persistent I still wanted to have the binaries in an explicit data store. In a Cloud world it makes sense to have these not be part of the deployed application. -I therefore set up a data store application [Zemke/cwt-binary](https://github.com/Zemke/cwt-binary) in PHP Lumen with POST and GET endpoints for replays and user photos. \ +I therefore set up a data store application [cwt-wa/binary-store](https://github.com/cwt-wa/binary-store) in PHP Lumen with POST and GET endpoints for replays and user photos. \ The application relies on the filenames to be the ID of the user or game respectively and then the file extension. I therefore had to perform some batch renaming which I did using Bash scripts. ### Remove spam account photos diff --git a/pom.xml b/pom.xml index 216c025a0..38b70b7c7 100644 --- a/pom.xml +++ b/pom.xml @@ -33,7 +33,7 @@ GitHub Issues - https://github.com/Zemke/cwt/issues + https://github.com/cwt-wa/cwt/issues 2002 @@ -49,14 +49,14 @@ - https://github.com/Zemke/cwt - scm:git:git://github.com/Zemke/cwt.git - scm:git:git@github.com:Zemke/cwt.git + https://github.com/cwt-wa/cwt + scm:git:git://github.com/cwt-wa/cwt.git + scm:git:git@github.com:cwt-wa/cwt.git GitHub Actions - https://github.com/zemke/cwt/actions + https://github.com/cwt-wa/cwt/actions