Conversation
|
Tried deploying this branch for temporary server to test in production one exception occurring on nightly but not in development. Catalogue and each tab opens ok for me in development and test production deployment with these changes. Could someone of @apinf/developers do review? |
|
Getting on nightly: |
|
@jykae, if it's working on test deployment, let's merge it and do a manual deployment to nightly, since the catalogue is a big thing. |
|
@NNN Ok, I think "username" is now checked as much as one can. I could manual deploy on nightly if you merge this. |
|
@NNN Deployed this branch on nightly, https://travis-ci.org/apinf/api-umbrella-dashboard/builds/140729834 |
|
As you notice there's one weird edge case, where this "if-statement" does not happen, https://github.com/apinf/api-umbrella-dashboard/blob/bfa7d9475fc0ea0f7bb02cb97401bff5db91059a/apis/collection/helpers.js#L129 @NNN Is it ok to return nothing like it is now, or should we return there also "admin"? What you think? |
catalogue/server/publications.js
Outdated
| } | ||
|
|
||
| // Set up query object to contain bookmarked API IDs | ||
| query = {_id: {$in: bookmarkedApiIds}}; |
…-displayed # Conflicts: # catalogue/client/catalogue.js # catalogue/server/publications.js
Closes #1214
Proposed changes