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

Admin Actions Log: 2024 - February 10 #242

Merged
merged 7 commits into from
Feb 19, 2024
Merged
Changes from 2 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
16 changes: 16 additions & 0 deletions docs/reference/Admin_Actions.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,22 @@ When you consider that most backend services are a black box of code and decisio

With that said this document will serve as the ongoing history of administrative actions that must be taken against the backend.

## 2024 - February 10

### auto-save-on-idle

The community package [`auto-save-on-idle`](https://web.pulsar-edit.dev/packages/auto-save-on-idle) was discovered to have malformed data on the PPR database, rendering it's most recent version uninstallable. This was discovered via automatic error reporting on the backend.
confused-Techie marked this conversation as resolved.
Show resolved Hide resolved

This package was one of the original package's from Atom that was migrated over to the new system, and it seems that their last publication in 2017 was published under the GitHub tag of `v1.2.2` meanwhile, the `package.json` still had the incorrect version of `1.2.1`.
confused-Techie marked this conversation as resolved.
Show resolved Hide resolved

What this means is that during migration we attempted to find the data for this package's tag `v1.2.1` which doesn't exist, which meant that no data was ever saved for how to install this package. Which in term made it uninstallable.
confused-Techie marked this conversation as resolved.
Show resolved Hide resolved

Considering this package has `42,347` downloads under it's belt, it seems safe to assume that this disconnect, something no longer allowed on the PPR, was something allowed on the original Atom backend.
confused-Techie marked this conversation as resolved.
Show resolved Hide resolved

In prioritizing keeping package's working, this package has had it's version `1.2.1` data updated, to include installable location data to it's GitHub tag of `v1.2.2`, as well as updating it's SHA information for that tag.
confused-Techie marked this conversation as resolved.
Show resolved Hide resolved

These changes ensure the package is installable for all users.

## 2024 - January 30

### linter-shellcheck
Expand Down
Loading