From 2d2d832e071db393a67236ef5969a934fd2fec7f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Feb 2025 16:41:58 +0000 Subject: [PATCH 01/23] [DEPENDABOT] Update Actions: Bump actions/setup-python from 4 to 5 Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4 to 5. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/django.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/django.yml b/.github/workflows/django.yml index 8cb4ef87..7679e101 100644 --- a/.github/workflows/django.yml +++ b/.github/workflows/django.yml @@ -27,7 +27,7 @@ jobs: run: brew install gdal - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: ${{ matrix.python-version }} From a01cda306e3fe9be98c2e4093c4e61d158eaa8e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Feb 2025 16:50:22 +0000 Subject: [PATCH 02/23] [DEPENDABOT] Update: Bump django-htmx from 1.21.0 to 1.22.0 Bumps [django-htmx](https://github.com/adamchainz/django-htmx) from 1.21.0 to 1.22.0. - [Changelog](https://github.com/adamchainz/django-htmx/blob/main/docs/changelog.rst) - [Commits](https://github.com/adamchainz/django-htmx/compare/1.21.0...1.22.0) --- updated-dependencies: - dependency-name: django-htmx dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 91b40638..0a7ca834 100644 --- a/requirements.txt +++ b/requirements.txt @@ -26,7 +26,7 @@ Pillow==11.1.0 # For image handling django-cleanup==9.0.0 # Automatically delete files piexif==1.1.3 # For image EXIF metadata handling django-filter==24.3 -django-htmx==1.21.0 +django-htmx==1.22.0 whitenoise==6.8.2 # Static file serving pycountry==24.6.1 From a16b0444d4c826dd0a83a315264d031f7b290426 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Feb 2025 16:50:27 +0000 Subject: [PATCH 03/23] [DEPENDABOT] Update: Bump django-allauth from 65.4.0 to 65.4.1 Bumps [django-allauth](https://github.com/sponsors/pennersr) from 65.4.0 to 65.4.1. - [Commits](https://github.com/sponsors/pennersr/commits) --- updated-dependencies: - dependency-name: django-allauth dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 91b40638..442af5f6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ djangorestframework==3.15.2 django-cors-headers==4.6.0 # Authentication -django-allauth==65.4.0 +django-allauth==65.4.1 django-oauth-toolkit==3.0.1 dj-rest-auth==7.0.1 # Added for REST authentication endpoints pyjwt==2.10.1 From 7211c17aae2bbd7143b1b4ce29d5601ee675a11c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Feb 2025 16:50:31 +0000 Subject: [PATCH 04/23] [DEPENDABOT] Update: Bump django-tailwind-cli from 2.21.1 to 4.0.1 Bumps [django-tailwind-cli](https://github.com/django-commons/django-tailwind-cli) from 2.21.1 to 4.0.1. - [Release notes](https://github.com/django-commons/django-tailwind-cli/releases) - [Changelog](https://github.com/django-commons/django-tailwind-cli/blob/main/CHANGELOG.md) - [Commits](https://github.com/django-commons/django-tailwind-cli/compare/2.21.1...4.0.1) --- updated-dependencies: - dependency-name: django-tailwind-cli dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 91b40638..64c26cd5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -42,4 +42,4 @@ channels-redis==4.2.1 daphne==4.1.2 # React and Material UI will be handled via npm in the frontend directory -django-tailwind-cli==2.21.1 +django-tailwind-cli==4.0.1 From 7e8c40db0d2b907e720d5eb0e9340f852d7a852b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Feb 2025 16:50:33 +0000 Subject: [PATCH 05/23] [DEPENDABOT] Update: Bump pytest-django from 4.9.0 to 4.10.0 Bumps [pytest-django](https://github.com/pytest-dev/pytest-django) from 4.9.0 to 4.10.0. - [Release notes](https://github.com/pytest-dev/pytest-django/releases) - [Changelog](https://github.com/pytest-dev/pytest-django/blob/main/docs/changelog.rst) - [Commits](https://github.com/pytest-dev/pytest-django/compare/v4.9.0...v4.10.0) --- updated-dependencies: - dependency-name: pytest-django dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 91b40638..5411eb68 100644 --- a/requirements.txt +++ b/requirements.txt @@ -34,7 +34,7 @@ pycountry==24.6.1 black==25.1.0 flake8==7.1.1 pytest==8.3.4 -pytest-django==4.9.0 +pytest-django==4.10.0 # WebSocket Support channels==4.2.0 From 1c71ad9b6bd4e4801ddbb14d0397ffb4588b9d8e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Feb 2025 16:50:38 +0000 Subject: [PATCH 06/23] [DEPENDABOT] Update: Bump django-pghistory from 2.9.0 to 3.5.2 Bumps [django-pghistory](https://github.com/AmbitionEng/django-pghistory) from 2.9.0 to 3.5.2. - [Release notes](https://github.com/AmbitionEng/django-pghistory/releases) - [Changelog](https://github.com/AmbitionEng/django-pghistory/blob/main/CHANGELOG.md) - [Commits](https://github.com/AmbitionEng/django-pghistory/compare/2.9.0...3.5.2) --- updated-dependencies: - dependency-name: django-pghistory dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 91b40638..0f353762 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,7 +12,7 @@ pyjwt==2.10.1 # Database psycopg2-binary==2.9.10 dj-database-url==2.3.0 -django-pghistory==2.9.0 # For model history tracking +django-pghistory==3.5.2 # For model history tracking # Email requests==2.32.3 # For ForwardEmail.net API From f1c37f2bc128ba5058fd31ec31429455943cddea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Feb 2025 16:50:51 +0000 Subject: [PATCH 07/23] [DEPENDABOT] Update: Bump django-cors-headers from 4.6.0 to 4.7.0 Bumps [django-cors-headers](https://github.com/adamchainz/django-cors-headers) from 4.6.0 to 4.7.0. - [Changelog](https://github.com/adamchainz/django-cors-headers/blob/main/CHANGELOG.rst) - [Commits](https://github.com/adamchainz/django-cors-headers/compare/4.6.0...4.7.0) --- updated-dependencies: - dependency-name: django-cors-headers dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 91b40638..fadcbebf 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ # Django and REST framework Django==5.1.6 djangorestframework==3.15.2 -django-cors-headers==4.6.0 +django-cors-headers==4.7.0 # Authentication django-allauth==65.4.0 From 2add4c7fc288317de58d1e55e1c8ab339c47d49c Mon Sep 17 00:00:00 2001 From: pacnpal <183241239+pacnpal@users.noreply.github.com> Date: Mon, 10 Feb 2025 12:45:45 -0500 Subject: [PATCH 08/23] Add links to ride names in ride list template for improved navigation --- templates/rides/ride_list.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/templates/rides/ride_list.html b/templates/rides/ride_list.html index 5297d6c1..f6d8cb0c 100644 --- a/templates/rides/ride_list.html +++ b/templates/rides/ride_list.html @@ -90,6 +90,9 @@ {% for ride in rides %}

From 4a495182bd0dc22b70463e78fde7df70991cd9b6 Mon Sep 17 00:00:00 2001 From: pacnpal <183241239+pacnpal@users.noreply.github.com> Date: Mon, 10 Feb 2025 13:28:58 -0500 Subject: [PATCH 09/23] Update review.yml --- .github/workflows/review.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/review.yml b/.github/workflows/review.yml index e740fc9f..1964b074 100644 --- a/.github/workflows/review.yml +++ b/.github/workflows/review.yml @@ -20,7 +20,7 @@ on: jobs: code-review: runs-on: ubuntu-latest - + environment: development steps: - uses: actions/checkout@v4 with: From db78de4cfe799ab3e2913e006f2c639479b5eff8 Mon Sep 17 00:00:00 2001 From: pacnpal <183241239+pacnpal@users.noreply.github.com> Date: Mon, 10 Feb 2025 13:31:16 -0500 Subject: [PATCH 10/23] Update review.yml --- .github/workflows/review.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/review.yml b/.github/workflows/review.yml index 1964b074..c66940a6 100644 --- a/.github/workflows/review.yml +++ b/.github/workflows/review.yml @@ -20,7 +20,7 @@ on: jobs: code-review: runs-on: ubuntu-latest - environment: development + environment: development_environment steps: - uses: actions/checkout@v4 with: From 11e643a47a67de54143b429d4a308f0b46322410 Mon Sep 17 00:00:00 2001 From: pacnpal <183241239+pacnpal@users.noreply.github.com> Date: Mon, 10 Feb 2025 13:32:21 -0500 Subject: [PATCH 11/23] Update review.yml --- .github/workflows/review.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/review.yml b/.github/workflows/review.yml index e740fc9f..c66940a6 100644 --- a/.github/workflows/review.yml +++ b/.github/workflows/review.yml @@ -20,7 +20,7 @@ on: jobs: code-review: runs-on: ubuntu-latest - + environment: development_environment steps: - uses: actions/checkout@v4 with: From d0bd0e1bf9914b571eb87fb61d6d258f8367c536 Mon Sep 17 00:00:00 2001 From: pacnpal <183241239+pacnpal@users.noreply.github.com> Date: Mon, 10 Feb 2025 13:35:03 -0500 Subject: [PATCH 12/23] Update review.yml --- .github/workflows/review.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/review.yml b/.github/workflows/review.yml index e740fc9f..c66940a6 100644 --- a/.github/workflows/review.yml +++ b/.github/workflows/review.yml @@ -20,7 +20,7 @@ on: jobs: code-review: runs-on: ubuntu-latest - + environment: development_environment steps: - uses: actions/checkout@v4 with: From 29392f0de1f52d79d5b8ff275b7d713d13c81ee2 Mon Sep 17 00:00:00 2001 From: pacnpal <183241239+pacnpal@users.noreply.github.com> Date: Mon, 10 Feb 2025 13:35:29 -0500 Subject: [PATCH 13/23] Update review.yml --- .github/workflows/review.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/review.yml b/.github/workflows/review.yml index e740fc9f..c66940a6 100644 --- a/.github/workflows/review.yml +++ b/.github/workflows/review.yml @@ -20,7 +20,7 @@ on: jobs: code-review: runs-on: ubuntu-latest - + environment: development_environment steps: - uses: actions/checkout@v4 with: From 3c40a32925f6938595fe63762c5bde7c031377f0 Mon Sep 17 00:00:00 2001 From: pacnpal <183241239+pacnpal@users.noreply.github.com> Date: Mon, 10 Feb 2025 13:36:06 -0500 Subject: [PATCH 14/23] Update review.yml --- .github/workflows/review.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/review.yml b/.github/workflows/review.yml index e740fc9f..c66940a6 100644 --- a/.github/workflows/review.yml +++ b/.github/workflows/review.yml @@ -20,7 +20,7 @@ on: jobs: code-review: runs-on: ubuntu-latest - + environment: development_environment steps: - uses: actions/checkout@v4 with: From 1784644a52cb5c5f030e343b0ad0598ee5cd418b Mon Sep 17 00:00:00 2001 From: pacnpal <183241239+pacnpal@users.noreply.github.com> Date: Mon, 10 Feb 2025 13:36:19 -0500 Subject: [PATCH 15/23] Update review.yml --- .github/workflows/review.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/review.yml b/.github/workflows/review.yml index e740fc9f..c66940a6 100644 --- a/.github/workflows/review.yml +++ b/.github/workflows/review.yml @@ -20,7 +20,7 @@ on: jobs: code-review: runs-on: ubuntu-latest - + environment: development_environment steps: - uses: actions/checkout@v4 with: From d2b6b712bf1393159805ec35389a6d57af8deb8b Mon Sep 17 00:00:00 2001 From: pacnpal <183241239+pacnpal@users.noreply.github.com> Date: Mon, 10 Feb 2025 13:36:34 -0500 Subject: [PATCH 16/23] Update review.yml --- .github/workflows/review.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/review.yml b/.github/workflows/review.yml index e740fc9f..c66940a6 100644 --- a/.github/workflows/review.yml +++ b/.github/workflows/review.yml @@ -20,7 +20,7 @@ on: jobs: code-review: runs-on: ubuntu-latest - + environment: development_environment steps: - uses: actions/checkout@v4 with: From 69cdb0a554cfdd6c01a078a85b532b778b9a5b64 Mon Sep 17 00:00:00 2001 From: pacnpal <183241239+pacnpal@users.noreply.github.com> Date: Mon, 10 Feb 2025 13:36:58 -0500 Subject: [PATCH 17/23] Update review.yml --- .github/workflows/review.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/review.yml b/.github/workflows/review.yml index e740fc9f..c66940a6 100644 --- a/.github/workflows/review.yml +++ b/.github/workflows/review.yml @@ -20,7 +20,7 @@ on: jobs: code-review: runs-on: ubuntu-latest - + environment: development_environment steps: - uses: actions/checkout@v4 with: From df91eb97b88f67be7e21a87988fa87326d141340 Mon Sep 17 00:00:00 2001 From: pacnpal <183241239+pacnpal@users.noreply.github.com> Date: Mon, 10 Feb 2025 14:48:29 -0500 Subject: [PATCH 18/23] Add ParkContextRequired mixin to enforce park context in ride views; update URLs and templates for global ride listing --- rides/views.py | 65 +++++++++++++++------------------- templates/base/base.html | 2 +- templates/home.html | 10 +++--- templates/rides/ride_list.html | 9 ++--- 4 files changed, 36 insertions(+), 50 deletions(-) diff --git a/rides/views.py b/rides/views.py index 7461da93..1eeb7126 100644 --- a/rides/views.py +++ b/rides/views.py @@ -7,7 +7,7 @@ from django.contrib.auth.mixins import LoginRequiredMixin from django.contrib.auth.decorators import login_required from django.contrib.contenttypes.models import ContentType from django.contrib import messages -from django.http import HttpRequest, HttpResponse +from django.http import HttpRequest, HttpResponse, Http404 from django.db.models import Count from .models import ( Ride, RollerCoasterStats, RideModel, RideEvent, @@ -21,6 +21,13 @@ from moderation.models import EditSubmission from companies.models import Manufacturer from designers.models import Designer +class ParkContextRequired: + """Mixin to require park context for views""" + def dispatch(self, request, *args, **kwargs): + if 'park_slug' not in self.kwargs: + raise Http404("Park context is required") + return super().dispatch(request, *args, **kwargs) + def show_coaster_fields(request: HttpRequest) -> HttpResponse: """Show roller coaster specific fields based on category selection""" category = request.GET.get('category') @@ -61,7 +68,7 @@ class RideDetailView(HistoryMixin, DetailView): return context -class RideCreateView(LoginRequiredMixin, CreateView): +class RideCreateView(LoginRequiredMixin, ParkContextRequired, CreateView): """View for creating a new ride""" model = Ride form_class = RideForm @@ -69,27 +76,23 @@ class RideCreateView(LoginRequiredMixin, CreateView): def get_success_url(self): """Get URL to redirect to after successful creation""" - if hasattr(self, 'park'): - return reverse('parks:rides:ride_detail', kwargs={ - 'park_slug': self.park.slug, - 'ride_slug': self.object.slug - }) - return reverse('rides:ride_detail', kwargs={'ride_slug': self.object.slug}) + return reverse('parks:rides:ride_detail', kwargs={ + 'park_slug': self.park.slug, + 'ride_slug': self.object.slug + }) def get_form_kwargs(self): """Pass park to the form""" kwargs = super().get_form_kwargs() - if 'park_slug' in self.kwargs: - self.park = get_object_or_404(Park, slug=self.kwargs['park_slug']) - kwargs['park'] = self.park + self.park = get_object_or_404(Park, slug=self.kwargs['park_slug']) + kwargs['park'] = self.park return kwargs def get_context_data(self, **kwargs): """Add park and park_slug to context""" context = super().get_context_data(**kwargs) - if hasattr(self, 'park'): - context['park'] = self.park - context['park_slug'] = self.park.slug + context['park'] = self.park + context['park_slug'] = self.park.slug context['is_edit'] = False return context @@ -131,7 +134,7 @@ class RideCreateView(LoginRequiredMixin, CreateView): return super().form_valid(form) -class RideUpdateView(LoginRequiredMixin, EditSubmissionMixin, UpdateView): +class RideUpdateView(LoginRequiredMixin, ParkContextRequired, EditSubmissionMixin, UpdateView): """View for updating an existing ride""" model = Ride form_class = RideForm @@ -140,39 +143,27 @@ class RideUpdateView(LoginRequiredMixin, EditSubmissionMixin, UpdateView): def get_success_url(self): """Get URL to redirect to after successful update""" - if hasattr(self, 'park'): - return reverse('parks:rides:ride_detail', kwargs={ - 'park_slug': self.park.slug, - 'ride_slug': self.object.slug - }) - return reverse('rides:ride_detail', kwargs={'ride_slug': self.object.slug}) + return reverse('parks:rides:ride_detail', kwargs={ + 'park_slug': self.park.slug, + 'ride_slug': self.object.slug + }) def get_queryset(self): - """Get ride for the specific park if park_slug is provided""" - queryset = Ride.objects.all() - if 'park_slug' in self.kwargs: - queryset = queryset.filter(park__slug=self.kwargs['park_slug']) - return queryset + """Get ride for the specific park""" + return Ride.objects.filter(park__slug=self.kwargs['park_slug']) def get_form_kwargs(self): """Pass park to the form""" kwargs = super().get_form_kwargs() - # For park-specific URLs, use the park from the URL - if 'park_slug' in self.kwargs: - self.park = get_object_or_404(Park, slug=self.kwargs['park_slug']) - kwargs['park'] = self.park - # For global URLs, use the ride's park - else: - self.park = self.get_object().park - kwargs['park'] = self.park + self.park = get_object_or_404(Park, slug=self.kwargs['park_slug']) + kwargs['park'] = self.park return kwargs def get_context_data(self, **kwargs): """Add park and park_slug to context""" context = super().get_context_data(**kwargs) - if hasattr(self, 'park'): - context['park'] = self.park - context['park_slug'] = self.park.slug + context['park'] = self.park + context['park_slug'] = self.park.slug context['is_edit'] = True return context diff --git a/templates/base/base.html b/templates/base/base.html index 90173632..7343ddfc 100644 --- a/templates/base/base.html +++ b/templates/base/base.html @@ -99,7 +99,7 @@ Parks - + Rides diff --git a/templates/home.html b/templates/home.html index de15bfa7..fb4a3a69 100644 --- a/templates/home.html +++ b/templates/home.html @@ -18,7 +18,7 @@ class="px-8 py-3 text-lg btn-primary"> Explore Parks - View Rides @@ -40,7 +40,7 @@ -

@@ -45,7 +40,7 @@
From 872f3378a180b464b74840ffe05152cf653a6635 Mon Sep 17 00:00:00 2001 From: pacnpal <183241239+pacnpal@users.noreply.github.com> Date: Mon, 10 Feb 2025 14:59:00 -0500 Subject: [PATCH 19/23] Update review.yml --- .github/workflows/review.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/review.yml b/.github/workflows/review.yml index c66940a6..c6e79251 100644 --- a/.github/workflows/review.yml +++ b/.github/workflows/review.yml @@ -27,7 +27,7 @@ jobs: fetch-depth: 0 - name: Run Claude Review - uses: pacnpal/claude-code-review@v1.0.7 + uses: pacnpal/claude-code-review@latest with: github-token: ${{ secrets.GITHUB_TOKEN }} anthropic-key: ${{ secrets.ANTHROPIC_API_KEY }} From 79e34473a401fdcbfc1f55bb8826a468019122a4 Mon Sep 17 00:00:00 2001 From: pacnpal <183241239+pacnpal@users.noreply.github.com> Date: Mon, 10 Feb 2025 15:02:47 -0500 Subject: [PATCH 20/23] Update review.yml --- .github/workflows/review.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/review.yml b/.github/workflows/review.yml index c6e79251..d9e96095 100644 --- a/.github/workflows/review.yml +++ b/.github/workflows/review.yml @@ -27,7 +27,7 @@ jobs: fetch-depth: 0 - name: Run Claude Review - uses: pacnpal/claude-code-review@latest + uses: pacnpal/claude-code-review@main with: github-token: ${{ secrets.GITHUB_TOKEN }} anthropic-key: ${{ secrets.ANTHROPIC_API_KEY }} From 910762722e10ec9e61e96e17acd3e42449b44c87 Mon Sep 17 00:00:00 2001 From: pacnpal <183241239+pacnpal@users.noreply.github.com> Date: Mon, 10 Feb 2025 15:03:59 -0500 Subject: [PATCH 21/23] Update review.yml From 19b7aee707727d60835847bbc5f58b732c45a5bf Mon Sep 17 00:00:00 2001 From: pacnpal <183241239+pacnpal@users.noreply.github.com> Date: Mon, 10 Feb 2025 16:20:31 -0500 Subject: [PATCH 22/23] Create README.md --- README.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 00000000..986b85bb --- /dev/null +++ b/README.md @@ -0,0 +1 @@ +ThrillWiki From d4a1f886448a04165769b2c5c9089acd11139782 Mon Sep 17 00:00:00 2001 From: pacnpal <183241239+pacnpal@users.noreply.github.com> Date: Mon, 10 Feb 2025 17:10:13 -0500 Subject: [PATCH 23/23] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 986b85bb..fdb9bfc9 100644 --- a/README.md +++ b/README.md @@ -1 +1 @@ -ThrillWiki +ThrillWiki.com