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

Fix google code backend #1068

Closed
Zlopez opened this issue Mar 17, 2021 · 1 comment · Fixed by #1070
Closed

Fix google code backend #1068

Zlopez opened this issue Mar 17, 2021 · 1 comment · Fixed by #1070
Labels

Comments

@Zlopez
Copy link
Contributor

Zlopez commented Mar 17, 2021

This backend is still pointing to old Google code page instead of the archived one. It will be nice to fix this.

@Zlopez
Copy link
Contributor Author

Zlopez commented Mar 17, 2021

After some playing with the archived google.code I decided to remove the backend from Anitya. The versions on archived pages are shown as some javascript code and you can't actually access them by parsing the page by regex.

I found 28 projects that are still using it:

 eqntott
 scitools
 ratproxy
 innotop
 pyrit
 qtgpsc
 pyodbc
 uim
 gphotoframe
 pidgin-musictracker
 batti
 sir
 googlecl
 pidgin-privacy-please
 tcpjunk
 opencc
 msn-pecan
 spindown
 rst2pdf
 pyicqt
 hamcrest
 gnome-mplayer
 xmonad-log-applet
 libgcal
 jarjar
 usbsoftrock
 cagraph
 skipfish

I will introduce a new database migration, which will change the projects using code.google to custom. This will make the removal much easier.

Zlopez added a commit to Zlopez/anitya that referenced this issue Mar 17, 2021
Google Code is archived and there is problem to access the version list
anymore. This commit then introduces alembic migration script that
changes every project on google code backend to custom backend. This
doesn't actually change anything the projects aren't getting new versions
anyway.

The documentation reflects those changes.

This is a goodbye to a loyal backend, who did a great work!

Fixes fedora-infra#1068

Signed-off-by: Michal Konečný <[email protected]>
Zlopez added a commit to Zlopez/anitya that referenced this issue Mar 17, 2021
Google Code is archived and there is problem to access the version list
anymore. This commit then introduces alembic migration script that
changes every project on google code backend to custom backend. This
doesn't actually change anything the projects aren't getting new versions
anyway.

The documentation reflects those changes.

This is a goodbye to a loyal backend, who did a great work!

Fixes fedora-infra#1068

Signed-off-by: Michal Konečný <[email protected]>
Zlopez added a commit to Zlopez/anitya that referenced this issue Mar 18, 2021
Google Code is archived and there is problem to access the version list
anymore. This commit then introduces alembic migration script that
changes every project on google code backend to custom backend. This
doesn't actually change anything the projects aren't getting new versions
anyway.

The documentation reflects those changes.

This is a goodbye to a loyal backend, who did a great work!

Fixes fedora-infra#1068

Signed-off-by: Michal Konečný <[email protected]>
Zlopez added a commit that referenced this issue Mar 18, 2021
Google Code is archived and there is problem to access the version list
anymore. This commit then introduces alembic migration script that
changes every project on google code backend to custom backend. This
doesn't actually change anything the projects aren't getting new versions
anyway.

The documentation reflects those changes.

This is a goodbye to a loyal backend, who did a great work!

Fixes #1068

Signed-off-by: Michal Konečný <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant