HI Rob and to All,
I posted a while back about a new iOS sdks that Ive created and was going to
release in February. Now I never meet that deadline as we (my team) wanted to
add some features. For example we added in a file based cache that cached REST
api request in a json format using a file
we run both on the dev server as 2.0 is not ready so I know we have been
working with it to get our added feature ready for two but we are running
Tomcat 7.0.55 running on java 7 and we have it running a dev 2 box with java 8
. Im not the one who setup the servers so I can not tell you if they c
+1
December 23 2014 1:31 AM, "Dave Johnson" wrote:
> +1
>
>> On Dec 21, 2014, at 10:12 PM, Jason Kristian wrote:
>>
>> Friends, Usergriders and countrymen of all countries,
>>
>> I propose that we accept the following release candidate as the official
>> Apache Usergrid 1.0.1
>> release.
>>
Ive got it running on Java 8 on a dev server its looks ok Ive not run my
production version on 8 yet but will be moving to it in the new year. we have
it on the dev server for a while now and I don't think with had any issue
related to Java 8
December 27 2014 3:38 AM, "Todd Nine" wrote:
> Hey
Thanks Scott Ive been using that in a node App, and thanks for creating it, its
cool. But I'm trying to use the SDK in the browser. Ive gone back to version
0.10.7 for now thanks for help
December 23 2014 3:40 AM, "Scott Ganyo" wrote:
> Hey Jason,
>
> I don’t know the answer to your questio
HI Im not able to get usergrid javascript SDK version 0.11.0 to work for
example trying to get a collection I call the createCollection method on line
802 its then calls the Usergrid.Collection constructor with two arg's 'options'
and 'callback' but if you look at the constructor on line 2012 it
This sounds cool Im happy that 2.0 is coming along , Ive just spent the lsat
few weeks working a new iOS SDK that is close to being done and released to the
community. I would like to help with getting the SDK's into there own repos so
we can take advantage of current library dependency systems
Diagram of network layer its not the class map but just a flow diagram of how I
propose the network layer works
November 19 2014 4:38 PM, "Jason Kristian" wrote:
> Base Class. eg: Usergrid
> One main Base Class that will be responsible for
> Org and App name init.
> Login
> Oauth 2 (get token s
Hi , Im trying to get the total count of application across all organisations .
Im trying to get a Integer number that I assign to each app but Its got to be
the application total count + 1 for each new application that is created , Ive
found this APPLICATION_AGGREGATE_COUNTERS in the Applica
cool I ended up just use getEntities with a query and managing the cursor my
self which turned out ok or better as I could use the block based api to get
the fetch off the main thread which is working real well with a collection with
over 3000 entities and even when testing with read slow networ
thanks,
November 4 2014 3:09 PM, "Shawn Feldman" wrote:
> Delete queryfilterparser and lever
> On Mon, Nov 3, 2014 at 10:06 PM wrote:
>
>> HI I'm tring to build branch (key-row-sharking) but I keep getting this
>> error I get the same error when trying to build two-dot-o as well.
>>
>> [ERRO
HI I'm tring to build branch (key-row-sharking) but I keep getting this error I
get the same error when trying to build two-dot-o as well.
[ERROR]
/Users/admin/IdeaProjects/incubator-usergrid/stack/core/src/main/java/org/apache/usergrid/persistence/query/tree/QueryFilterParser.java:
HI As far as I can see its only used for the old Assets Api so when uploading a
Asset it will store it in a S3 bucket that you set up in the properties file.
But Assets has been marked depracated as you now can save a image or movie by
attaching it to a entity. So there it no other api calls to
No Problem Ive got a example file its not submitted yet as it had my keys in
and I was using it , I'll clean that up and put that into the repo as well.
I'll should finish all the descriptor files this weekend and once that is done
all the test can be finished. I just got behind of with some oth
Thank you heap I knew I was not losing my mind .. I did look at the SDK and I
saw fetch being called but I could not find the query being added as I was
trying to debug it by printing the query . So thanks agin and sorry for posting
a question about ApigeeSDk on this mailing list.
October 31 2
Hi I'm sorry for asking this on the mail list but Im at my wits end Ive been
stuck on this for two days and I can not seem to get paging working using the
apigee iOS sdks.
Ive added the code snippet below, Ive tried the sample collection application
in the sdks but it two is not working it ret
Hi Im happy to change or remove the copy right it was a set template in my IDE
so I can either remove copyright or just have copy right to myself and remove
all mention of baas-platform.com .. I won baas-platform.com so I can remove
copyright if needed .. I just didn't want to change iDE templat
Thanks I filled in and sent the ICLA about 4 hours ago to the
secret...@apache.org address. Ive just deleted my fork and forked again so Im
in a clean state. I knew the pull request was not correct that is why I closed
It I'm just not sure what branch to issue my pull request too ? . Do I create
Hi , Im sorry if this sound like a dumb question but I'm not to sure what to do
I'm trying to create a pull request for a new php sdk but I'm not sure which
branch to add it too I tried to create a new branch called sdks/php5 but I
could not pull that as its not in the main repo so there is no b
HI Ive made some more changes to this . It now fills in the default app_name
and org_name from the constructor but can be over ridden by array of params
passed into the Web Client command. Ive also added a OAuth 2 Guzzle plugin so
it can be attached to the main Web Client and it will take care o
Ive updated the Manifest files to version 1.0.1 that are now mapped from the
APigee Rest endpoints doc rather then the swagger files.
All that is left todo is to hook up the response model classes in the manifest
files and finish all the unit tests.
And add a event listener to all commands so t
Cool thanks Im just fixing some of the url's in the service descriptors as I
used the swagger files as my reference but they seem to be old and there urls
that are not correct so Im doing that now as we speak so they should be fine by
tomorrow. Im using the Apigee doc's for endpoints as my ref .
HI to all, Sorry for starting new thread Ive can not find the other one Ive
started ..
Ive created a new PHP Usergrid SDK, using Guzzle web service client . Its able
to interact with all api end points, Management , Application , Organisation
API. It has versioned web service descriptors (like
Hi to All this Repo is now working and I would like to have this committed as a
alternative PHP SDK, Its still needs some web service api calls added to it but
that is easy as it just a Guzzle Web service descriptor so any Usergrid api
calls can be added with ease.
I think this is a better fix
Hi Rob I just wanted to ask if you had a chance to look at the code and to see
if its something that would be acceptable to have as a 2nd PHP sdk as I think
Its more modern PHP SDK the current one which is harder to get hooked up to any
framework. This dose not require any framework but will wor
sorry it did work Im just checking another if I div the time stamp by 1000 and
turn it from float to int then it looks like php is picking up the correct date
. Thank heaps for you advice and help :) :) :)
October 10 2014 4:31 PM, jas...@apps4u.com.au wrote:
> div by 1000 dose not work .. also
div by 1000 dose not work .. also Its the date that comes from the rest API it
should be in a JSON comparable format.
October 10 2014 3:27 PM, jas...@apps4u.com.au wrote:
> I used a web service call the the rest API I've created a Guzzle WebService
> client and I turn the
> response JSON into
I used a web service call the the rest API I've created a Guzzle WebService
client and I turn the response JSON into a concrete Response Model class so I
was taking the value returned and using php Carbon date/time library to turn
the timestamp into a date / time string
so the return timestamp
Hi , This is not fully working its a little bit more work to rip it out of my
project so if any one wants to comment so I can know if I should keep putting
time into getting this committed to Apache Usergrid and if It should be one
Project with Management and Application api or they they should
Yes , you can use that to create a proxy so any urls that is not handled in you
server.js like /org/app/users just gets passed to usergrid and any uri you
create can just use the usergrid-js-sdk to so it you want to have method run on
model update and model save etc .. but its a lot more powerfu
Here is the Git URL
g...@bitbucket.org:apps4u/apache-usergrid.git
Ive still got some stuff to move. which I added to the README so please read
that, Anyone what to help please fell free.
October 9 2014 2:33 PM, jas...@apps4u.com.au wrote:
> no worries I put into its own repo . what should I u
no worries I put into its own repo . what should I use for its name space at
the moment I have it in a project I was going to user Apache/UserGrid as the
name space unless Im not aloud.
October 9 2014 1:04 AM, "Rod Simpson" wrote:
> Jason,
>
> That would be awesome! If you have the code in
Try NODE ARGO its a proxy that Apigee Uses and we have been able to set that
up with ease so you can create you own api endpoints and it will pass all
request thought to usergrid it has plugins for auth and more its not hard to
hook backbone up to this and then have a trigger like Parse on mode
HI Ive created a PHP Guzzle Web Service Client for Apache Usergrid and I would
like to submit it to Apache Usergrid as a Additional PHP SDK it works like
swagger but I think Guzzle is better for php then swagger for PHP . So I
created the service descriptor just by converting the swagger files
Hi Im creating a Guzzle Service Client and Descriptor for PHP as I know it
better the swagger for PHP and , Im just about done but Im stuck on the date
format Guzzle is like swagger for php and has a option called Filter that let
you run a function of returned values so I'm trying to convert the
Thank you I've been trying to work out if it was a bug or me .
September 17 2014 1:17 AM, "Nate McCall" wrote:
> That's a spring configuration issue, IIRC.
>
> Can you open an issue here:
> https://issues.apache.org/jira/browse/USERGRID
>
> Either way, it's definitely a bug.
>
> On Mon, Sep
HI Ive don't know if this is a issue Ive posted on google groups but got no
answer . When running Usergrid launcher when not connected to the internet it
won't run,
The stack trace error is saying that it can not find the the spring.beans xsd
which is this line
http://www.springframework.
Ive found a few more typo's so now its not just one I'll fix then and create a
pull request.
September 10 2014 12:01 AM, jas...@apps4u.com.au wrote:
> in org.apache.usergrid.services
> the class AbstractPathBasedColllectionService has a typo three L's in
> Collection ..
Thanks That make sense. I thought it was something like that.
Thanks agin.
September 9 2014 9:37 PM, "Dave" wrote:
> On Tue, Sep 9, 2014 at 12:44 AM, wrote:
>
>> Hi I have a quick question about the two-dot branch , it now has a
>> dependancy on Elastic Search and from what I can see its used
in org.apache.usergrid.services
the class AbstractPathBasedColllectionService has a typo three L's in
Collection ..
Hi I have a quick question about the two-dot branch , it now has a dependancy
on Elastic Search and from what I can see its used in test code. From what Ive
ready about Elasticsearch its a database and REST engine and usergrid uses
Cassandra for its data storage and has a REST api. So what is El
+1
September 4 2014 12:54 AM, "Dave" wrote:
> The Incubator folks found a couple of problems in our release files: there
> were some directories that should not have been included. These directories
> (portal/bower_components, portal/node_modules and portal/dist) have now
> been removed from the
+1
September 3 2014 9:18 PM, "Dave" wrote:
> Thanks Lewis. I think I cancelled them all.
>
> - Dave
>
> On Wed, Sep 3, 2014 at 3:22 AM, Lewis John Mcgibbney <
> lewis.mcgibb...@gmail.com> wrote:
>
>> Folks,
>> There are 6 open VOTE threads on Usergrid dev@ list.
>> What are we doing here?
>>
+1
had no issues
Hi I noticed a issue with the cloud formation scripts it should have a option
to set the bucket name as S3 uses a single global namespace so once a bucket
name is taken it can not be used again by some one else. As its a small edit I
thought I comment here rather then create a pull request.
sorry it is working I was on wrong branch
August 26 2014 5:30 PM, jas...@apps4u.com.au wrote:
> HI i just wanted to see if Tests are passing on master branch .. ?? I'm not
> able to test i can run
> and package but tests fail on Mongo-Emulator
HI i just wanted to see if Tests are passing on master branch .. ?? I'm not
able to test i can run and package but tests fail on Mongo-Emulator
Hi Dave , I just wanted to ask is there a migration needed to move from
EntityManager to CorePersistence , and if there is how do I apply the migration
thanks.
Any help would be good thanks.
August 21 2014 4:25 AM, "snoopdave" wrote:
> GitHub user snoopdave opened a pull request:
>
> https
Hi every one , Ive just about done creating push messaging . All I have left is
to do is adding device registrations to the iOS & Android SDK's which won't
take long at all but I'm only new to Angular so if any one wants to help out
added the pages to the portal message me back and I'll give yo
Thanks Todd
Ive now going to use the library you recommend , But I thought of another issue
that might arise so I thought I asked for your input , Just to give you a bit
of background Ive got around 400+ apps running on a php backend I built and Ive
got a client that has around 1200 apps running
HI I not able to run the launcher if I'm not connected to the internet has any
one else had this issue. This is the error , If I run this when connected to
internet it runs no problem but at home Im on mobile wifi so I try to have
internet off when my credit it low that is how I noticed this iss
Hi I've come up with the design on how I'm adding push messaging so If any one
how intrested is using this or having it added to main repo please comment on
design any idea are welcome .
1- push message notifiers will be attached to groups and each application will
get a default notifier that w
that Ok Ive started mine yesterday and engaged 2 programmers yesterday to start
so I know I'll be done within a week . So I'll leave to other to decide wether
they take my pull request. I don't know your timeline is but with out push this
is really not something that can be called turnkey as its
yes
August 14 2014 1:41 AM, "Shawn Feldman" wrote:
> also are you connected to the internet when you are building?
>
> -shawn
>
> On Wed, Aug 13, 2014 at 9:39 AM, Shawn Feldman
> wrote:
>
>> what version of java and maven are you running?
>>
>> what is output of mvn -v?
>>
>> -shawn
>>
>
Hi Im getting errors when trying to build Ive cloned the repo from github and I
can run
mvn clean package -DskipTests=true
but If I try to run
mvn clean install -DskipTests=true
I get a error saying it can not create usergrid-rest.jar and I also get a
error saying it can not get hect
I was thinking that I would use these two packages as Ive got existing code
using these two libraries and Ive got client side code that would not take long
to add the the ios and Android SDK's that was I get auth for free from the
sdk's & usergrid and the queue server can be a option either iron
Im get one of my team members to download your code and have a look weather
this would could be integrated into usergrid.
August 13 2014 3:36 PM, "Matthias Wessendorf" wrote:
> Hello Jason,
>
> perhaps you can integrate our UnifiedPush Server (e.g. running on a
> different box, or on Openshif
Thanks , for my purposes I would like to have it on the same server as usergrid
so It can be accessed from a uniformed API and REST endpoints using this would
require a 2 server that would be hard to the use with a multi tenant
environment like usergrid. And authentication would be another issue
HI I'm wanting to add push messaging to usergrid I would like to submit a pull
request once its done but I wanted to get some input form the dev team on my
Idea as I would like to submit a pull request ,
The Idea I had for push messaging is a bit different to how ApiGee has
implemented it I wa
59 matches
Mail list logo