evergreen icon indicating copy to clipboard operation
evergreen copied to clipboard

AppVentiX

Open bmitchell76 opened this issue 3 years ago • 10 comments

Can AppVentiX be added? I mentioned it to Bram Wolfs and he said he'd be willing to make changes on his side to accommodate.

bmitchell76 avatar Jul 08 '21 15:07 bmitchell76

As long as there's an update API or something to query, it could be added. Just need to determine whether AppVentiX queries something to tell you whether there's an update or not

aaronparker avatar Jul 09 '21 01:07 aaronparker

This is on the roadmap, in the mean time Dan Gough added an integration in his project for the current download method: https://github.com/DanGough/Nevergreen/blob/dev/Nevergreen/Apps/Get-AppVentix.ps1 would be great to integrate with Evergreen as well when available, thanks

bramcw avatar Jul 09 '21 08:07 bramcw

@bramcw any update on this?

aaronparker avatar May 15 '22 08:05 aaronparker

Hi Aaron, sorry forgot to update this post. There is a dedicated download link which always points to the latest version: https://download.appventix.com/latest will this be enough to integrate with Evergreen? Thanks!

bramcw avatar May 16 '22 10:05 bramcw

Thanks. Unfortunately the way that SharePoint/OneDrive appears to be redirecting to the file, I can't see details of where it's resolving to (to then determine the version number) without downloading the entire file which isn't ideal.

An evergreen URL though is great for anyone just looking to download the file.

aaronparker avatar May 16 '22 11:05 aaronparker

Does the AppVentix console have a "check for updates" function?

aaronparker avatar May 16 '22 11:05 aaronparker

Makes sense, I will get back to you this week on this, thanks

bramcw avatar May 16 '22 11:05 bramcw

For uberagent I believe Helge just created a txt file with the version number. Same for Master Packager

On Mon, 16 May 2022 at 08:37, bramcw @.***> wrote:

Makes sense, I will get back to you this week on this, thanks

— Reply to this email directly, view it on GitHub https://github.com/aaronparker/evergreen/issues/205#issuecomment-1127562078, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACGGWNGYCE6XN7XHWYVLTU3VKIXPVANCNFSM5AA7Y65Q . You are receiving this because you are subscribed to this thread.Message ID: @.***>

-- Regards Trond Eirik Haavarstein Chief Automation Officer xenappblog LLC https://www.xenappblog.com/about

haavarstein avatar May 16 '22 14:05 haavarstein

Thanks guys, there is now a latest version query possible:

Invoke-WebRequest -URI https://appventix.com/latest

This value will also be used by the console to check for updates. @aaronparker Is it possible to integrate this with Evergreen or do you need something else? thanks

bramcw avatar May 16 '22 14:05 bramcw

Looks good. I'll see what I can put together

aaronparker avatar May 16 '22 23:05 aaronparker