Also set min-height for user profile container.
Change-Id: I4cdd13d966da9e1784084d727bb31ff18504f305
Signed-off-by: Andrii Ostapenko <aostapenko@stackalytics.io>
Also use larger image for user profile and include link to
related documentation.
Change-Id: Ib81f6ecf03f1d00cff307b97aae53538c57d4dc6
Signed-off-by: Andrii Ostapenko <aostapenko@stackalytics.io>
Stackalytics does not ensure configuration email order during
processing. Thus additional field is required to ensure a proper
email is used to compile gravatar url.
Change-Id: I01805b1dec76cd1abd57a82f75cc158696f5c165
Signed-off-by: Andrii Ostapenko <aostapenko@stackalytics.io>
Original company names are currently used in activity logs links and
user profile that break the link in case if company name contains '&'
or any other non-safe for url symbol. Thus avoid using original names
in favor of normalized ones.
E.g. https://www.stackalytics.com/?user_id=aostapenko
Change-Id: Ia508b12e26138dcced65a1c9a405f01aa5b54271
Signed-off-by: Andrii Ostapenko <andrii.ostapenko@att.com>
Patch allows to show number of comments left to changes w/o left
vote (i.e. when Vote is left to default value "0").
Change-Id: Id89bdd5fe4233589d9f2c11ed6dfaffebec44a86
Updates commit release after commit date is updated with change merge date
in case if commit is not a part of release_index.
Change-Id: I94db5fb02ddede17b3958150fdbcffc52367ea21
Previously only one gerrit_id for user_profile was supported and took
part in record_processing. In case of using multiple Gerrits or multiple
gerrit_ids in one Gerrit, while merging profiles all except one
gerrit_ids were rejected.
This commit adds new user gerrit_ids user_profile key containing all
required mapping between multiple Gerrits and gerrit_ids. Each gerrit_id
acts the same way as old gerrit_id during review record processing, that
potentially increases success rate of record identification and
decreses amount of unnecessary launchpad user queries by storing user
with all gerrit_ids as a primary key instead of one.
Also changes to UI added to represent multiple Gerrit accounts.
Change-Id: Id20c7ed46cd409946b9a5247a94331860895f859
With this commit disagreements will be processed after cores are
determined. This way disagreements will be processed with actual core
list or, even more for initial data population, with existent core list.
In last case disagreements could not be determined at all.
Change-Id: Iecc79db81b5727bf4682bed0ec58d97e104266fb
Before this commit merge date was determinde by review lastUpdated
attribute, that could lead to severe inaccuracy in case if review was
updated by any comment after change is merged (e.g. cherry-pick via
gerrit in half a year)
Change-Id: Id579096ee3c34516382dcca14a487cd67ae2013c
This is a mechanically generated change to replace openstack.org
git:// URLs with https:// equivalents.
This is in aid of a planned future move of the git hosting
infrastructure to a self-hosted instance of gitea (https://gitea.io),
which does not support the git wire protocol at this stage.
This update should result in no functional change.
For more information see the thread at
http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003825.html
Change-Id: I2e23cd9cf70cfa53da57eba2605063b0664f79b5
Also adds an option 'report-default-limit' that allows to configure
default amount of changes to present in open changes report, in case
if limit query parameter is not provided.
Change-Id: I916d40c934a1dc2977ac76c4b0ceed3c80385926