[PR #537] [MERGED] v1.0.0 #743

Closed
opened 2025-10-07 00:21:37 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/pocket-id/pocket-id/pull/537
Author: @stonith404
Created: 5/17/2025
Status: Merged
Merged: 5/24/2025
Merged by: @stonith404

Base: mainHead: v1.0.0


📝 Commits (10+)

  • db743e7 refactor!: serve the static frontend trough the backend (#520)
  • 09a0134 ci/cd: update release pipelines (#541)
  • e9a9854 refactor: replace create-one-time-access-token script with in-app functionality (#540)
  • c867262 chore: address linter's complaint in 1.0 branch (#546)
  • 29a8f25 Merge branch 'main' into v1.0.0
  • c922c9d refactor: some clean-up in OIDC service and controller (#550)
  • d534fad fix: animation speed set to max of 300ms
  • bd6ec2e chore: remove pocket-id binary
  • 344e138 chore: add pocket-id to .gitignore
  • ca34c71 chore: add .well-known to development reverse proxy

📊 Changes

327 files changed (+10947 additions, -9779 deletions)

View changed files

📝 .devcontainer/devcontainer.json (+9 -20)
📝 .dockerignore (+5 -1)
📝 .env.example (+1 -1)
📝 .github/workflows/backend-linter.yml (+1 -0)
.github/workflows/build-and-push-docker-image.yml (+0 -50)
📝 .github/workflows/e2e-tests.yml (+19 -66)
.github/workflows/release.yml (+106 -0)
📝 .github/workflows/svelte-check.yml (+1 -1)
📝 .github/workflows/unit-tests.yml (+1 -1)
📝 .github/workflows/update-aaguids.yml (+1 -0)
📝 .gitignore (+7 -4)
📝 .vscode/extensions.json (+5 -2)
📝 .vscode/settings.json (+2 -1)
.vscode/tasks.json (+0 -37)
📝 CONTRIBUTING.md (+38 -28)
📝 Dockerfile (+26 -29)
Dockerfile-prebuilt (+20 -0)
backend/.env.development-example (+9 -0)
backend/.env.example (+0 -10)
📝 backend/.gitignore (+1 -0)

...and 80 more files

📄 Description

Fixes: https://github.com/pocket-id/pocket-id/issues/531


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/pocket-id/pocket-id/pull/537 **Author:** [@stonith404](https://github.com/stonith404) **Created:** 5/17/2025 **Status:** ✅ Merged **Merged:** 5/24/2025 **Merged by:** [@stonith404](https://github.com/stonith404) **Base:** `main` ← **Head:** `v1.0.0` --- ### 📝 Commits (10+) - [`db743e7`](https://github.com/pocket-id/pocket-id/commit/db743e755c344812bcb310c69da95d38a56fb2ed) refactor!: serve the static frontend trough the backend (#520) - [`09a0134`](https://github.com/pocket-id/pocket-id/commit/09a01343744560282507467a499e1c4a2e2dcca3) ci/cd: update release pipelines (#541) - [`e9a9854`](https://github.com/pocket-id/pocket-id/commit/e9a9854f2d2eebf89f1938b49874aecd5b8c9e72) refactor: replace create-one-time-access-token script with in-app functionality (#540) - [`c867262`](https://github.com/pocket-id/pocket-id/commit/c867262da63a55159c3564f4c19e99a6b19dad34) chore: address linter's complaint in 1.0 branch (#546) - [`29a8f25`](https://github.com/pocket-id/pocket-id/commit/29a8f2524dcce4fb144d61c4d6f371301d863281) Merge branch 'main' into v1.0.0 - [`c922c9d`](https://github.com/pocket-id/pocket-id/commit/c922c9d4058104ec422b04b5eec333e1b8ef39bb) refactor: some clean-up in OIDC service and controller (#550) - [`d534fad`](https://github.com/pocket-id/pocket-id/commit/d534fad1cf4fe16bfd94e6ec2ccdc83864c70dd8) fix: animation speed set to max of 300ms - [`bd6ec2e`](https://github.com/pocket-id/pocket-id/commit/bd6ec2e333543a9c3c88bdd8ed1e53f1664751ce) chore: remove pocket-id binary - [`344e138`](https://github.com/pocket-id/pocket-id/commit/344e138dd9a5f868350bfc9c0ea860bb4fca50c5) chore: add pocket-id to .gitignore - [`ca34c71`](https://github.com/pocket-id/pocket-id/commit/ca34c7157abee3a1d77f173c41561b0cf06f5a13) chore: add `.well-known` to development reverse proxy ### 📊 Changes **327 files changed** (+10947 additions, -9779 deletions) <details> <summary>View changed files</summary> 📝 `.devcontainer/devcontainer.json` (+9 -20) 📝 `.dockerignore` (+5 -1) 📝 `.env.example` (+1 -1) 📝 `.github/workflows/backend-linter.yml` (+1 -0) ➖ `.github/workflows/build-and-push-docker-image.yml` (+0 -50) 📝 `.github/workflows/e2e-tests.yml` (+19 -66) ➕ `.github/workflows/release.yml` (+106 -0) 📝 `.github/workflows/svelte-check.yml` (+1 -1) 📝 `.github/workflows/unit-tests.yml` (+1 -1) 📝 `.github/workflows/update-aaguids.yml` (+1 -0) 📝 `.gitignore` (+7 -4) 📝 `.vscode/extensions.json` (+5 -2) 📝 `.vscode/settings.json` (+2 -1) ➖ `.vscode/tasks.json` (+0 -37) 📝 `CONTRIBUTING.md` (+38 -28) 📝 `Dockerfile` (+26 -29) ➕ `Dockerfile-prebuilt` (+20 -0) ➕ `backend/.env.development-example` (+9 -0) ➖ `backend/.env.example` (+0 -10) 📝 `backend/.gitignore` (+1 -0) _...and 80 more files_ </details> ### 📄 Description Fixes: https://github.com/pocket-id/pocket-id/issues/531 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2025-10-07 00:21:37 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/pocket-id#743