project
stringclasses
16 values
issuekey
stringlengths
4
14
title
stringlengths
3
200
description
stringlengths
1
20k
storypoint
int64
1
100
usergrid
USERGRID-1191
Create 2.1 Release for Apache
We need to create a 2.1 release for Apache. Would be nice to have a binary WAR distribution.
3
usergrid
USERGRID-1203
Allow certs in notifiers to be updated and store their details in the entity.
null
1
usergrid
USERGRID-1209
GET on missing Asset file in S3 generates 500 error not 404
null
1
usergrid
USERGRID-1210
Fix AwsAssetResourceIT
Fix all the broken asset tests
3
usergrid
USERGRID-1211
Migrate locks from Hector to Astyanax
Implement locks and a lock manager using Astyanax driver.
3
usergrid
USERGRID-1238
Error occuring when clicking link to activate organization
Getting an email when trying to activate an organization: {"error":"unauthorized","timestamp":1405399644281,"duration":0,"exception":"org.apache.usergrid.rest.exceptions.SecurityException","error_description":"No organization access authorized"} Steps to reproduce - sign up for an account, then click activation link ...
3
usergrid
USERGRID-1239
Add smtp message-id to logs
Add message-id to the smtp logs. http://stackoverflow.com/questions/5555119/sending-email-using-smtp-and-setting-the-message-id This will help us track whether usergrid is failing to send registration email or if it is the mail service. There also needs to be additional logging enabled to track what stages the em...
3
usergrid
USERGRID-1244
Upgrade pushy library to use latest version (HTTP/2 APNS implementation)
Additional system requirements will need to be met (https://github.com/relayrides/pushy#system-requirements): 1) require openssl to be installed on servers running Usergrid and have specific compiled versions of usergrid for the supported platforms for running Usergrid (os version, etc.). http://netty.io/wiki/forke...
2
usergrid
USERGRID-1256
Introduce Datastax Java Driver in effort to migration away from Astyanax
null
1
usergrid
USERGRID-1267
Simplify Central SSO: eliminate ext token validation end-point
Instead of requiring that clients first validate tokens obtained from an external "Central SSO" system, when Usergrid is configured for using Central SSO, it should attempt to verify any unknown token itself. This can be implemented by moving the validate external token logic from the ManagementResource and into the...
3
usergrid
USERGRID-1268
Proof of Concept: use Akka for Unique Value enforcement
By using an distributed Actor System, we can ensure that only one thread accesses any one unique value at a time. I have a working proof of concept of this that writes to Cassandra (via Java Native Driver). Initial design is here: https://docs.google.com/document/d/1o9okFgNb_c1RY0eIcZMhijhxE9v7BxHYDiuI8BqkLgU/edit#...
8
usergrid
USERGRID-1272
Set a property to turn off usergrid's dependency on elasticsearch
Have a property that can tell Usergrid whether we want to use elasticsearch or not. If we don't we shouldn't have any errors, should just work as is with only graph searches .
5
usergrid
USERGRID-1275
Allow usergrid.api.url.base to be set when creating organizations.
Allowing usergrid.api.url.base this field to be set or set differently so it is not forgotten when you are running usergrid.
2