-
Notifications
You must be signed in to change notification settings - Fork 223
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
Iteration Plan for August 2019 #792
Comments
Are there any plans to bring issue #32 into this iteration? |
please also consider #796 to be part of it |
And of course #30, which is out there for some time now. |
@sgreifeneder working on #796. We've got other priorities in-flight for new features in Build, but we'll be taking another look at #30 soon. @Zee-day unfortunately we don't have bandwidth to pick up #32 this month, but I hear you and we'll be keeping that one top-of-mind for future iteration plans. |
With regards to #194 which is already mentioned in the main issue. Can distribution (or at least some 'availability') of aab files also be taken up? Just for download, not necessarily for install. Currently you can upload .aab files with the rest api but the distribute fails. Because of this the release isn't listed. |
Any plans which iteration will contain microsoft/appcenter-sdk-apple#1226? |
Please consider #30 !!! Its very important for migrating our builds to AppCenter ;) |
Please consider upload .dmg support for macOS and “custom” .exe/.zip for Windows on the distribution front for August. Not supporting these formats is a barrier to our migration from HockeyApp to AppCenter. |
@tpgmeligmeyling likely next months SDK release. |
microsoft/appcenter-sdk-apple#1270 is a blocker for my team's transition to AppCenter. |
What is the progress with #182, is it going to be fixed in August? |
We also need #182, it's critical for us to be able to migrate to AppCenter and HockeyApp shutdown in less than 100 days. 😱 |
@adamKasapakis @kvpt we are actively working on #182. My fault for not adding it to the iteration plan. Very sorry 😭 |
@botatoes Thank you for updating the iteration, should we expect it in August then? |
#30 please |
@adamKasapakis we might finish the work this month but the SDK release will be next month. |
Builds using .NET Core 3.0 are still failing, despite updating to the Recommended FixAllow devs to select the version of .NET Core (including preview releases) To ensure that App Center Build doesn't block any devs who jump to a preview version, it'll be helpful to select a .NET Core release, like the current .NET Core 3.0 preview. If we don't allow devs to select a .NET Core Version, devs will hit the same blocker when .NET Core 3.1 preview is released. It'll also be incredibly helpful when Mono and .NET Core merge BCLs in .NET 5. There will be a high demand for devs to use the .NET 5 preview when it's released next year. Error
Work AroundAfter chatting with the App Center Build team, I've learned we can manually install .NET Core 3.0 using a post-clone script. Here's a walkthrough I put together on the topic: wget https://dot.net/v1/dotnet-install.sh
chmod +x dotnet-install.sh
./dotnet-install.sh --version "3.0.100-preview8-013656" --install-dir "$AGENT_TOOLSDIRECTORY/dotnet" |
#845 would be nice. |
#30 should be coming in the next iteration @meliheran! |
August 2019 Plan
Last month proved that beta's don't take vacations as we raced to keep up to date with iOS beta support for build. On the new service front we shored up our Data service by providing full offline list support and fighting the "tyranny of the default" with a new default offline persistence setting of "infinite." We also began work on our BYOI story which we hope to complete this month. Lastly, we delivered much requested support for the online version of GitLab.
This month we intend to bring support for private, on premise GitLab instances to build, as well as AAB bundle support for Xamarin.Android apps and Mono 6.0 support. Diagnostics will get some iOS extensions attention, the ability to upload custom crashes, and some needed UWP support. BYOI efforts will continue for Auth, as will investigatory work on a free tier for Auth and Data services. Take a look at our Data Metrics Explorer feature if you get a chance; we are pretty excited about it.
Analytics
Auth
Support bringing your own identity management provider with App Center Auth [Bring your own identity management provider with App Center Auth #637]Customer development study on a Free Tier for App Center Auth [Free Tier for App Center Auth #794]Build
Self-Hosted GitLab Support [GitLab.com as a source code service #37]Data
Data Metrics Explorer [Data Metrics Explorer #660]Investigatory work on Free Tier for App Center Data [ Investigatory work on Free Tier for App Center Data #799]Investigatory work on Data Explorer [ Investigatory work on Data Explorer #800]Diagnostics
API to upload custom crashes [[Feature] Add REST API function for uploading custom crashes #31]Support iOS extensions [Add diagnostics (crashes) support for iOS extensions #687]Crashes and errors support for UWP apps [Ability to add comments to UWP crashes like on iOS #752, UWP: support handled exceptions #150, Support Crash Metadata for UWP apps #403]Distribution
In-app update through public distribution groups [In-app update through public distribution groups requires log-in #182]macOS in-app update [Support Sparkle feeds for macOS/Windows in-app updates #202]SDK
General
The text was updated successfully, but these errors were encountered: