CocoaPods / cocoapods.org

That website https://cocoapods.org/ - pretty useful
53 stars 44 forks source link

search result not showing up correctly on cocoapods.org #446

Open mhocouchbase opened 4 years ago

mhocouchbase commented 4 years ago

Report

What did you do?

pod trunk push <.podspec>

note, I had to delete this version a few days ago (using "pod trunk delete 2.8.0") due to scheduling issue; republished the same content today.

CouchbaseLite 2.8.0 CouchbaseLite-Enterprise 2.8.0 CouchbaseLite-Swift 2.8.0 CouchbaseLite-Swift-Enterprise 2.8.0

delete & repush went fine. I can see the podspec.json on https://github.com/CocoaPods/Specs after the repush

What did you expect to happen?

search "couchbaselite" on https://cocoapods.org, should return Pods with version "2.8.0" and the links should go to appropriate metadata page

What happened instead?

search returns the following instead.

  1. these two has the right versions, but links go to github instead of metadata CouchbaseLite 2.8.0 Couchbase Lite Community Edition for Objective-C

CouchbaseLite-Swift 2.8.0 Couchbase Lite Community Edition for Swift

  1. these two don't have the right versions, showing "Unparsable at trunk import time.". links go to github as well. also, search results are in all lower case somehow. "couchbaselite-swift-enterprise" instead of "CouchbaseLite-Swift-Enterprise"; "couchbaselite-enterprise" instead of "CouchbaseLite-Enterprise"

couchbaselite-swift-enterprise 0.0.0 Unparsable at trunk import time.

couchbaselite-enterprise 0.0.0 Unparsable at trunk import time.

CocoaPods Environment

pod version 1.8.4.

"pod search", "pod install", and "pod update" appear to work fine on command line.

dnkoutso commented 4 years ago

Thanks for the great report. This seems related to cocoapods search so I will move there.

vitalys commented 3 years ago

There is the same issue with hidapi pod. Also there is similar report for Pendo: #437 I think it appears in case of incorrect deletion of existing version of a pod

vitalys commented 3 years ago

FYI: now search result is correct for hidapi