[PR #41] [MERGED] Add support for Organization Repos; Improve instructions #50

Closed
opened 2026-02-26 04:36:40 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/moollaza/repo-remover/pull/41
Author: @moollaza
Created: 10/31/2019
Status: Merged
Merged: 10/31/2019
Merged by: @moollaza

Base: masterHead: more-updates


📝 Commits (10+)

  • b361cfa Update and rename GQL file
  • 72a694f Update token form instructions
  • 3a6a0fa use padded class for sections
  • c6f28db Upgrade Buefy
  • 4e9cfbe Add token validation to form
  • efc2b52 Add Organization repos
  • f41881e Fix repo archiving/deletion
  • c128069 Enable text search against repo description and owner
  • 580834b Use new snackbar and modal API
  • e3500f2 Hande details page load without token

📊 Changes

11 files changed (+281 additions, -88 deletions)

View changed files

📝 package.json (+1 -1)
📝 src/components/ConfirmActionModal.vue (+2 -2)
📝 src/components/ReposTable.vue (+44 -3)
📝 src/components/TheTokenForm.vue (+107 -19)
src/graphql/GitHubRepos.gql (+30 -0)
📝 src/graphql/GitHubViewer.gql (+2 -19)
📝 src/router.js (+8 -1)
📝 src/scss/_styles.scss (+6 -5)
📝 src/views/Details.vue (+59 -26)
📝 src/views/Home.vue (+13 -3)
📝 yarn.lock (+9 -9)

📄 Description

Description:

  • Fixes #20
    • You can now manage Organization owned repos, and filter to hide/show them
  • Also improved token form instructions
  • Added token form validation to prevent submitting invalid input, and bad tokens
  • Also enabled text search to filter on repo description, and owner (e.g. organization) name

🔄 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/moollaza/repo-remover/pull/41 **Author:** [@moollaza](https://github.com/moollaza) **Created:** 10/31/2019 **Status:** ✅ Merged **Merged:** 10/31/2019 **Merged by:** [@moollaza](https://github.com/moollaza) **Base:** `master` ← **Head:** `more-updates` --- ### 📝 Commits (10+) - [`b361cfa`](https://github.com/moollaza/repo-remover/commit/b361cfaaf706bc21137916ef10de2e8df5f40ff7) Update and rename GQL file - [`72a694f`](https://github.com/moollaza/repo-remover/commit/72a694faaf02188d505de2e2457900d3daf1ec68) Update token form instructions - [`3a6a0fa`](https://github.com/moollaza/repo-remover/commit/3a6a0fa0e37541edc26eec6c1d103655f8a3c360) use padded class for sections - [`c6f28db`](https://github.com/moollaza/repo-remover/commit/c6f28dbe0d14baaf3c34d2b189b1e8e20863b020) Upgrade Buefy - [`4e9cfbe`](https://github.com/moollaza/repo-remover/commit/4e9cfbee9fa2e831a469cad380e7408839e6594d) Add token validation to form - [`efc2b52`](https://github.com/moollaza/repo-remover/commit/efc2b52f0b93363993b58e6483ed65a520bdeb6e) Add Organization repos - [`f41881e`](https://github.com/moollaza/repo-remover/commit/f41881ef95c98cf42b8bff1e9bc4616a748605db) Fix repo archiving/deletion - [`c128069`](https://github.com/moollaza/repo-remover/commit/c128069abe53bdb399c76aa208a370b576ada9b5) Enable text search against repo description and owner - [`580834b`](https://github.com/moollaza/repo-remover/commit/580834b4e5194a989d67df59d232015c1ba18028) Use new snackbar and modal API - [`e3500f2`](https://github.com/moollaza/repo-remover/commit/e3500f206e677816e7c63ef9af261f92d9a8aa91) Hande details page load without token ### 📊 Changes **11 files changed** (+281 additions, -88 deletions) <details> <summary>View changed files</summary> 📝 `package.json` (+1 -1) 📝 `src/components/ConfirmActionModal.vue` (+2 -2) 📝 `src/components/ReposTable.vue` (+44 -3) 📝 `src/components/TheTokenForm.vue` (+107 -19) ➕ `src/graphql/GitHubRepos.gql` (+30 -0) 📝 `src/graphql/GitHubViewer.gql` (+2 -19) 📝 `src/router.js` (+8 -1) 📝 `src/scss/_styles.scss` (+6 -5) 📝 `src/views/Details.vue` (+59 -26) 📝 `src/views/Home.vue` (+13 -3) 📝 `yarn.lock` (+9 -9) </details> ### 📄 Description ## Description: - Fixes #20 - You can now manage Organization owned repos, and filter to hide/show them - Also improved token form instructions - Added token form validation to prevent submitting invalid input, and bad tokens - Also enabled text search to filter on repo description, and owner (e.g. organization) name --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 04:36:40 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/repo-remover-moollaza#50
No description provided.