[Cancelled] - Security Meeting
by Bruno Oliveira
Good morning my friends, we're still recovering from fireworks and in
this very first week we don't have too much to discuss.
That said, I'm cancelling the meeting today. If you have something to
discuss, just talk to me.
--
abstractj
PGP: 0x84DC9914
9 years, 11 months
[POC] Unified Geo Server
by Sebastien Blanc
Hi all,
I have been working on a POC around geolocation. Like we discussed in
another thread, we decided not to have a "deep" integration with the Push
server but instead a separate component / microservice. Well the POC is
more a miniservice ;)
So, the idea is to have a server to which devices can register by providing
their positions. On the other side, the server provide an endpoint to make
spatial queries, like give me all the installations within a radius of 10
km around this lat/ltg.
Thanks to Forge, I created/scaffolded a really simple server providing the
registration endpoint and the search endpoint.
I tried to make a decent readme that will give you more details :
https://github.com/sebastienblanc/unified-geo-server
And as usual, I made a little screencast showing all that in action ;)
https://www.youtube.com/watch?v=R-qdLJh4EWQ
Please remember this is a POC, so the security is almost inexistant, the
console is awful ;)
What about the Client SDKs ?
If we reach some kind of consensus arounf the concept of Unfied Geo Server
we can start building the Client SDKs / POCs , they will be quite simple :
retrieve geolocation and register to the geo endpoint.
Sebi
9 years, 11 months
New page - initial feed back (was: Re: Aerogear.org redesign)
by Matthias Wessendorf
Hey Andres,
awesome job on the new design - I love it!
*Home
I love the animation, on initial browsing. Not sure it's great to always
have it, when clicking on the 'Home' link
*Modules
Not 100% sure on 'Core'. I am overasked here atm. sorry, will get to this
later. Others please jump in :-)
Perhaps we need a few more modules, like OAuth2, and Offline
*Get started
Is it possible to highlight the current section? E.g. I clicked Demos and
when I click the 'Get started' again, it would be nice to have a
highlighted 'Demos' link, to indicate I am on demos.
*Docs
On "Docs/Road Maps", not sure I understand the "AeroGear Core Project" and
its "Aerogear Jira latest update", "Aerogear Github latest update"
children. Let's remove that. But guess this was just "dummy text"?
*Community
- is the team info pulled from somewhere? I think Sebi's location is
incorrect
- the contributors is perhaps also not up-to-date :-)
* News
Would it be possible to apply the new layout to the existing one, so that
we get our iteration of actual blog posts ?
IMO what's left is content, but that's fine :) Andres, again, it's a great
site, and it looks so professional! great job!!
Greetings,
Matthias
On Mon, Jan 5, 2015 at 3:28 PM, Matthias Wessendorf <matzew(a)apache.org>
wrote:
> oh, wow - that looks great! love it
>
> On Mon, Jan 5, 2015 at 2:10 PM, Andres Galante <agalante(a)redhat.com>
> wrote:
>
>> Hi!
>> Can you test this color:
>> https://dl.dropboxusercontent.com/u/4371641/orange_final.jpg
>>
>> Does it still hurt your eyes?
>>
>>
>> ----- Original Message -----
>> From: "Lukáš Fryč" <lukas.fryc(a)gmail.com>
>> To: "AeroGear Developer Mailing List" <aerogear-dev(a)lists.jboss.org>
>> Sent: Monday, January 5, 2015 5:28:39 AM
>> Subject: Re: [aerogear-dev] Aerogear.org redesign
>>
>> Hey guys,
>>
>> I believe we should get the page on today's meeting agenda to determine
>> next steps (content-wise).
>>
>> From the another thread, I've closed the poll for the colours and at the
>> end, the current Blue won our hearts. Just people seem to not like the
>> yellow colours for some widgets.
>>
>> @Andres, could you possibly look at the yellow coloring - change it to
>> something more eye pleasant, maybe orange?
>>
>> I'm also taking look at bringing some more dynamic content to the page.
>>
>>
>> Cheers!
>>
>> ~ Lukas
>>
>> On Tue, Dec 23, 2014 at 4:23 PM, Andres Galante < agalante(a)redhat.com >
>> wrote:
>>
>>
>> Hi!
>> I don't think there is much more I can do on the website by my own. I'll
>> need your help to:
>>
>> - Write text and correct typos. There is text to write on Homepage,
>> Modules (add more text for each module) and Guides, you'll notice the Lorem
>> ipsum :)
>>
>> - Review the structure for Downloads, Guides and Specs
>>
>> - What logos to put on the homepage footer
>>
>> - Review styles and design. Did I forget to change anything that was
>> requested?
>>
>> We can discuss this in january when everyone is back. For the ones that
>> are around: Happy holidays :)
>>
>> Thanks!
>>
>> Andrés
>>
>> _______________________________________________
>> aerogear-dev mailing list
>> aerogear-dev(a)lists.jboss.org
>> https://lists.jboss.org/mailman/listinfo/aerogear-dev
>>
>>
>> _______________________________________________
>> aerogear-dev mailing list
>> aerogear-dev(a)lists.jboss.org
>> https://lists.jboss.org/mailman/listinfo/aerogear-dev
>>
>> _______________________________________________
>> aerogear-dev mailing list
>> aerogear-dev(a)lists.jboss.org
>> https://lists.jboss.org/mailman/listinfo/aerogear-dev
>>
>
>
>
> --
> Matthias Wessendorf
>
> blog: http://matthiaswessendorf.wordpress.com/
> sessions: http://www.slideshare.net/mwessendorf
> twitter: http://twitter.com/mwessendorf
>
--
Matthias Wessendorf
blog: http://matthiaswessendorf.wordpress.com/
sessions: http://www.slideshare.net/mwessendorf
twitter: http://twitter.com/mwessendorf
9 years, 11 months
Concern with es6 modules and AeroGear.js
by Lucas Holmquist
for those of you don’t use http based email, i’m looking at you qmx and abstractj, this might be a little ugly
I want to start off by saying that i think ES6 modules are cool and that i like them.
I think the concern that i have in their current state is that there is to much "processesing" that needs to be done to make them work with existing browsers.
While this processing is done with automated grunt tasks, i feel that it puts to much "extra" code in the library for not that much reward.
Another concern with the processing is that it adds lots more development dependecies. One of which is upgrading to npm 2.0, which wasn't as straightforward as i was thinking.
I do want to commend Lukas, for all his hard work on the es6 modules branch, Good Work My Friend!!
As "developers on the edge"™ we are exposed to new shiny tech that we want to use right away like modules, AMD, browserfy, etc...
But i wonder about the other 90% and what they are looking for. Do they even care about AMD, etc...
I think as a mobile library, we need to not add extra overhead.
But i think we should keep working on the ES6-modules branch and keep it up to date and direct people to that if they would like to try it.
9 years, 11 months
UPS : How to get notified when an installation is deleted/updated
by Vivek Pandey
Hello UPS team,
Hope you had a wonderful Christmas!!
I am using UPS 1.0.2 (on postgres/wildfly 8.1) and wanted to understand the
best strategy to sync deletions of installation in UPS to my own db.
My current implementation stores the push token in my own db and registers
them to UPS periodically. However, currently I do not have any strategy to
sync deletions to my own db.
Does UPS publish deletion events? Or there is any bulk query mechanism to
fetch a paginated list of active installations?
Thanks,
Vivek
This message may contain privileged and confidential information and is solely for the use of intended recipient. The views expressed in this email are those of the sender and not of Pine Labs. The recipient should check this email and attachments for the presence of viruses / malwares etc. Pine Labs accepts no liability for any damage caused by any virus transmitted by this email. Pine Labs may monitor and record all emails.
9 years, 11 months
Aerogear.org redesign
by Andres Galante
Hi!
I don't think there is much more I can do on the website by my own. I'll need your help to:
- Write text and correct typos. There is text to write on Homepage, Modules (add more text for each module) and Guides, you'll notice the Lorem ipsum :)
- Review the structure for Downloads, Guides and Specs
- What logos to put on the homepage footer
- Review styles and design. Did I forget to change anything that was requested?
We can discuss this in january when everyone is back. For the ones that are around: Happy holidays :)
Thanks!
Andrés
9 years, 11 months
AeroGear.org - a first thought on changing our roadmap docs
by Matthias Wessendorf
Hi team,
while thinking about restructuring our roadmaps, I was wondering about our
existing roadmaps on [1]. Overall I'd like to have the AG roadmaps more
feature driven, but that requires some more thoughts/changes?
However, here is what I am wondering about...
Most of our roadmaps we link to from [1], are really just pointing to
different JIRAs.
Let's take one example, UPS:
https://aerogear.org/docs/planning/roadmaps/UnifiedPush/
Basically all info on the above page is present in JIRA (including the
'archived' roadmap of older releases). Since JIRA should be the central
tool for planing releases, features and future versions, I think that our
roadmap docs are not adding too much value, since they repeat info that is
available on a different place (JIRA).
Also, maintaining the roadmaps is tedious: You make a change on the actual
JIRA (e.g. move the date of a release or add a new feature). To keep the
roadmap up-to-date, you put the same info on the roadmap doc and send a PR.
Can we remove these roadmap docs?
For UPS that would mean, that the link on [1] would go against:
https://issues.jboss.org/browse/AGPUSH?selectedTab=com.atlassian.jira.jir...
instead of here:
https://aerogear.org/docs/planning/roadmaps/UnifiedPush/
-Matthias
[1] https://aerogear.org/docs/planning/
--
Matthias Wessendorf
blog: http://matthiaswessendorf.wordpress.com/
sessions: http://www.slideshare.net/mwessendorf
twitter: http://twitter.com/mwessendorf
9 years, 11 months