From wtrocki at redhat.com Fri Feb 3 12:53:19 2017 From: wtrocki at redhat.com (Wojciech Trocki) Date: Fri, 3 Feb 2017 12:53:19 +0000 Subject: [feedhenry-dev] RHMAP storage service Message-ID: Hi everyone As part of community developer initiative we were planning to figure out how to unify file storage solutions in the platform. This feature was often mentioned by various platform and app developers [1] as very important requirement. This led to many custom storage implementations. Thanks to mongo and gridfs we can easily store and retrieve files. Created project can be added to the platform as service or cloud app - depending on developer needs. Code is public so everyone is welcome to contribute. Please note that this is community project and it's not part of standard the platform offering at the moment. *Source code and documentation:* https://github.com/wtrocki/rhmap-storage-service [1] http://feedhenry-dev.2363497.n4.nabble.com/Any-idea-of-suppo rt-file-storage-in-Dyno-td26.html Regards -- Wojciech Trocki Software Engineer, Red Hat Mobile -------------- next part -------------- An HTML attachment was scrubbed... URL: From phaji at redhat.com Fri Feb 3 14:54:33 2017 From: phaji at redhat.com (Paolo Haji) Date: Fri, 3 Feb 2017 12:54:33 -0200 Subject: [feedhenry-dev] RHMAP storage service In-Reply-To: References: Message-ID: I'm not sure it would be possible to add it to the platform, but doesn't CouchDB (and perhaps others) already have large file storage available also with a good http api on top of it? Might be worth a look even if just for inspiration for api design. On Fri, Feb 3, 2017 at 10:53 AM, Wojciech Trocki wrote: > Hi everyone > > As part of community developer initiative we were planning to figure out > how to unify file storage solutions in the platform. This feature was often > mentioned by various platform and app developers [1] as very important > requirement. This led to many custom storage implementations. Thanks to > mongo and gridfs we can easily store and retrieve files. Created project > can be added to the platform as service or cloud app - depending on > developer needs. Code is public so everyone is welcome to contribute. > Please note that this is community project and it's not part of standard > the platform offering at the moment. > > *Source code and documentation:* > https://github.com/wtrocki/rhmap-storage-service > > [1] http://feedhenry-dev.2363497.n4.nabble.com/Any- > idea-of-support-file-storage-in-Dyno-td26.html > > Regards > -- > Wojciech Trocki > Software Engineer, Red Hat Mobile > > > _______________________________________________ > feedhenry-dev mailing list > feedhenry-dev at redhat.com > https://www.redhat.com/mailman/listinfo/feedhenry-dev > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From wtrocki at redhat.com Fri Feb 3 15:03:35 2017 From: wtrocki at redhat.com (Wojciech Trocki) Date: Fri, 3 Feb 2017 15:03:35 +0000 Subject: [feedhenry-dev] RHMAP storage service In-Reply-To: References: Message-ID: Currently apps can use only mongodb, but we are talking about enabling different database solutions in future. Wojciech Trocki Software Engineer, Red Hat Mobile On Fri, Feb 3, 2017 at 2:54 PM, Paolo Haji wrote: > I'm not sure it would be possible to add it to the platform, but doesn't > CouchDB (and perhaps others) already have large file storage available also > with a good http api on top of it? > > Might be worth a look even if just for inspiration for api design. > > On Fri, Feb 3, 2017 at 10:53 AM, Wojciech Trocki > wrote: > >> Hi everyone >> >> As part of community developer initiative we were planning to figure out >> how to unify file storage solutions in the platform. This feature was often >> mentioned by various platform and app developers [1] as very important >> requirement. This led to many custom storage implementations. Thanks to >> mongo and gridfs we can easily store and retrieve files. Created project >> can be added to the platform as service or cloud app - depending on >> developer needs. Code is public so everyone is welcome to contribute. >> Please note that this is community project and it's not part of standard >> the platform offering at the moment. >> >> *Source code and documentation:* >> https://github.com/wtrocki/rhmap-storage-service >> >> [1] http://feedhenry-dev.2363497.n4.nabble.com/Any-idea-of- >> support-file-storage-in-Dyno-td26.html >> >> Regards >> -- >> Wojciech Trocki >> Software Engineer, Red Hat Mobile >> >> >> _______________________________________________ >> feedhenry-dev mailing list >> feedhenry-dev at redhat.com >> https://www.redhat.com/mailman/listinfo/feedhenry-dev >> >> > -------------- next part -------------- An HTML attachment was scrubbed... URL: From wtrocki at redhat.com Mon Feb 6 21:10:30 2017 From: wtrocki at redhat.com (Wojciech Trocki) Date: Mon, 6 Feb 2017 21:10:30 +0000 Subject: [feedhenry-dev] What happened to hello world project? Message-ID: Hi I recently noticed that our "Hello World" project template has now much more apps than before. Previous version had just standard cloud app and cordova mobile app, which was perfect starter for demos and testing. Change was introduced here[1] and it's fine to have it, but I think we may need another starter template with 2 apps or maybe should we document this in release notes? [1] https://github.com/feedhenry/fh-template-apps/pull/285 Regards Wojciech Trocki Software Engineer, Red Hat Mobile -------------- next part -------------- An HTML attachment was scrubbed... URL: From supittma at redhat.com Tue Feb 7 02:03:06 2017 From: supittma at redhat.com (Summers Pittman) Date: Mon, 6 Feb 2017 21:03:06 -0500 Subject: [feedhenry-dev] What happened to hello world project? In-Reply-To: References: Message-ID: Before if a user wanted to have a Android hello world app and an iOS hello world app they would end up with two separate cloud apps running when they all shared the same backend. We removed all of the individual hello world projects and combined them into one where the user could select all of the platforms she was interested in. This came from an analysis that found that we had hundreds of default hello world applications running which weren't really doing anything other than taking up space and was an attempt to mitigate that. On Mon, Feb 6, 2017 at 4:10 PM, Wojciech Trocki wrote: > Hi > > I recently noticed that our "Hello World" project template has now much > more apps than before. > Previous version had just standard cloud app and cordova mobile app, which > was perfect starter for demos and testing. > > Change was introduced here[1] and it's fine to have it, but I think we may > need another starter template with 2 apps or maybe should we document this > in release notes? > > [1] https://github.com/feedhenry/fh-template-apps/pull/285 > > Regards > > Wojciech Trocki > Software Engineer, Red Hat Mobile > > _______________________________________________ > feedhenry-dev mailing list > feedhenry-dev at redhat.com > https://www.redhat.com/mailman/listinfo/feedhenry-dev > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From corinnekrych at gmail.com Tue Feb 7 07:21:46 2017 From: corinnekrych at gmail.com (Corinne Krych) Date: Tue, 7 Feb 2017 08:21:46 +0100 Subject: [feedhenry-dev] What happened to hello world project? In-Reply-To: References: Message-ID: On 7 February 2017 at 03:03, Summers Pittman wrote: > Before if a user wanted to have a Android hello world app and an iOS hello > world app they would end up with two separate cloud apps running when they > all shared the same backend. We removed all of the individual hello world > projects and combined them into one where the user could select all of the > platforms she was interested in. > > This came from an analysis that found that we had hundreds of default > hello world applications running which weren't really doing anything other > than taking up space and was an attempt to mitigate that. > Besides I think now the default is to not enable the native client app. so project is eventually created with only 2 apps > > On Mon, Feb 6, 2017 at 4:10 PM, Wojciech Trocki > wrote: > >> Hi >> >> I recently noticed that our "Hello World" project template has now much >> more apps than before. >> Previous version had just standard cloud app and cordova mobile app, >> which was perfect starter for demos and testing. >> >> Change was introduced here[1] and it's fine to have it, but I think we >> may need another starter template with 2 apps or maybe should we document >> this in release notes? >> >> [1] https://github.com/feedhenry/fh-template-apps/pull/285 >> >> Regards >> >> Wojciech Trocki >> Software Engineer, Red Hat Mobile >> >> _______________________________________________ >> feedhenry-dev mailing list >> feedhenry-dev at redhat.com >> https://www.redhat.com/mailman/listinfo/feedhenry-dev >> >> > > _______________________________________________ > feedhenry-dev mailing list > feedhenry-dev at redhat.com > https://www.redhat.com/mailman/listinfo/feedhenry-dev > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From davmarti at redhat.com Tue Feb 7 09:18:58 2017 From: davmarti at redhat.com (David Martin) Date: Tue, 7 Feb 2017 09:18:58 +0000 Subject: [feedhenry-dev] What happened to hello world project? In-Reply-To: References: Message-ID: Hey Wojciech, the parent (epic) has the relevant label to ensure the downstream/rhmap release takes this into consideration for release notes https://issues.jboss.org/browse/FH-2927 On 7 February 2017 at 07:21, Corinne Krych wrote: > > On 7 February 2017 at 03:03, Summers Pittman wrote: > >> Before if a user wanted to have a Android hello world app and an iOS >> hello world app they would end up with two separate cloud apps running when >> they all shared the same backend. We removed all of the individual hello >> world projects and combined them into one where the user could select all >> of the platforms she was interested in. >> >> This came from an analysis that found that we had hundreds of default >> hello world applications running which weren't really doing anything other >> than taking up space and was an attempt to mitigate that. >> > > Besides I think now the default is to not enable the native client app. > so project is eventually created with only 2 apps > > >> >> On Mon, Feb 6, 2017 at 4:10 PM, Wojciech Trocki >> wrote: >> >>> Hi >>> >>> I recently noticed that our "Hello World" project template has now much >>> more apps than before. >>> Previous version had just standard cloud app and cordova mobile app, >>> which was perfect starter for demos and testing. >>> >>> Change was introduced here[1] and it's fine to have it, but I think we >>> may need another starter template with 2 apps or maybe should we document >>> this in release notes? >>> >>> [1] https://github.com/feedhenry/fh-template-apps/pull/285 >>> >>> Regards >>> >>> Wojciech Trocki >>> Software Engineer, Red Hat Mobile >>> >>> _______________________________________________ >>> feedhenry-dev mailing list >>> feedhenry-dev at redhat.com >>> https://www.redhat.com/mailman/listinfo/feedhenry-dev >>> >>> >> >> _______________________________________________ >> feedhenry-dev mailing list >> feedhenry-dev at redhat.com >> https://www.redhat.com/mailman/listinfo/feedhenry-dev >> >> > > _______________________________________________ > feedhenry-dev mailing list > feedhenry-dev at redhat.com > https://www.redhat.com/mailman/listinfo/feedhenry-dev > > -- David Martin Red Hat Mobile Twitter: @irldavem IRC: @irldavem (feedhenry, mobile-internal) -------------- next part -------------- An HTML attachment was scrubbed... URL: From kpiwko at redhat.com Fri Feb 10 09:33:23 2017 From: kpiwko at redhat.com (Karel Piwko) Date: Fri, 10 Feb 2017 10:33:23 +0100 Subject: [feedhenry-dev] Template Cleanup In-Reply-To: <5154afc1-3c57-adc8-dbd9-100b48f1dff8@redhat.com> References: <5154afc1-3c57-adc8-dbd9-100b48f1dff8@redhat.com> Message-ID: Thanks Paul, I personally like proposal 2 more - I believe the stress on what we want to achieve rather than on how we want to achieve it is better. Cheers, Karel On Mon, Jan 23, 2017 at 4:22 PM, paul wright wrote: > RFC on a new Template naming scheme > > Hi, > > Template names should be consistent and provide just enough information > for user to understand context. > Details can be included in description (eg whether the resulting app will > echo ?hello world?), or in the category. > > Proposal 1 > [RHMAP*](Technology...)[](Project|Cloud App|Client App|Forms > App)[] > > * Indicates official support, distinguishes template from customer > template > > For example > RHMAP iOS Swift Starter Client App > RHMAP iOS Objective-C Client App for SAML > > Proposal 2 > [Red Hat*](Technology...)[](Project|Cloud App|Client App|Forms > App)[] > > * Indicates official support, distinguishes template from > customer/upstream template > > For example: > Red Hat iOS Swift SAML Example Client App to demonstrate Authentication > Red Hat Cordova Starter Forms App > > loosely relates to http://feedhenry-dev.2363497.n > 4.nabble.com/Renaming-Hello-World-Temapltes-td28.html > > Paul > > _______________________________________________ > feedhenry-dev mailing list > feedhenry-dev at redhat.com > https://www.redhat.com/mailman/listinfo/feedhenry-dev > -------------- next part -------------- An HTML attachment was scrubbed... URL: From acarmona at redhat.com Mon Feb 20 18:37:19 2017 From: acarmona at redhat.com (Andrea (Red Hat Developers)) Date: 20 Feb 2017 13:37:19 -0500 Subject: [feedhenry-dev] GCC, Sprint Cycles, Linux Containers and more - Red Hat Developer Program Message-ID: If you have trouble viewing this email, read the online version . Hi RedHat, It?s been a busy start to 2017 and we?ve had fun with the blog, writing books and planning events - we will be at DevNexus, GIDS, Devoxx US, Devoxx France and more over the next few months. As always, here are a few favorites from the past month: *How to build a containerized IoT solution with OpenShift. The name says it all but this blog includes a video and example project you can download and try. *Google Ventures 5-Day Sprint Cycle . Follow one team's journey learning and using the 5-Day Sprint Cycle. *Testing? Testing...GCC . GNU Compiler Collection, GCC 7, is coming soon so see what was done to make GCC more reliable. *The Evolution of a Linux Container. A more accurate title would be "The Evolution of a Linux Container Developer". People often ask for feedback and then never take it. We don?t work that way. You gave feedback and we listened. We will have a more advanced Linux Cheat Sheet coming shortly. Happy coding! Andrea __________________________________________________________________ [f1]Contact our sales team [f2]Manage your newsletter preferences [f3]Read our privacy policy [f4]Unsubscribe from all Red Hat email "Red Hat" and the "Shadowman" logo are trademarks or registered trademarks of Red Hat, Inc. Linux is a registered trademark of Linus Torvalds. ? 2016 Red Hat, Inc. All rights reserved. 100 East Davie Street Raleigh, NC 27601 [f5][twitter.png] [f6][facebook.png] [f7][redhat.png] References f1. http://www.redhat.com/apps/webform.html?event_type=contact_sales&eid=21 f2. https://www.redhat.com/wapps/ugc/email-subscriptions.html?elqc=241&elq=b78b9969f977476d926f5aab759ca014 f3. http://www.redhat.com/legal/privacy_statement.html f4. https://www.redhat.com/wapps/ugc/master-unsubscribe.html?elqc=241&elq=b78b9969f977476d926f5aab759ca014 f5. http://www.twitter.com/redhatnews f6. http://www.facebook.com/pages/Red-Hat/11218770329 f7. http://www.redhat.com/community/?sc_cid=70160000000I9TnAAK -------------- next part -------------- An HTML attachment was scrubbed... URL: