You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The fork lambda will detect new repositories in the catalog organization however it would add a layer of redundancy if it also check if there were changes to the commits.
While logged into DCS the above api link works, however when not logged in gives a 401 response. Authentication should only be required to display sensitive information like email addresses or when the repository is private.
Just noting here that you can manually flag a repo as "dirty" within the aws console.
In the d43-catalog-in-progress table simply change the dirty key on an item to true. This will cause the fork lambda to re-fetch the repository.
The text was updated successfully, but these errors were encountered:
@neutrinog commented on Wed Jul 05 2017
The fork lambda will detect new repositories in the catalog organization however it would add a layer of redundancy if it also check if there were changes to the commits.
We would need to simply compare the recorded commit id with that of the latest in DCS.
This is blocked until the DCS api can be fixed to correctly return the branch information e.g. https://git.door43.org/api/v1/repos/Door43-Catalog/hi_ulb/branches
While logged into DCS the above api link works, however when not logged in gives a 401 response. Authentication should only be required to display sensitive information like email addresses or when the repository is private.
@neutrinog commented on Wed Jul 05 2017
I've updated the lambda to support checking for commit changes, however this will not actually work until the DCS api has been fixed.
@jag3773 commented on Thu Jul 06 2017
@ethantkoenig Are you aware of the bug @neutrinog referenced above? Is there a fix for it upstream?
@ethantkoenig commented on Thu Jul 06 2017
@jag3773 Not sure if it's a bug or requiring authentication was actually somebody's intent. I'll look into it.
@neutrinog commented on Thu Jul 27 2017
Just noting here that you can manually flag a repo as "dirty" within the aws console.
In the
d43-catalog-in-progress
table simply change thedirty
key on an item totrue
. This will cause the fork lambda to re-fetch the repository.The text was updated successfully, but these errors were encountered: