Commit Graph

12 Commits

Author SHA1 Message Date
Scott Lobdell
ceb0b6a273 Complete functionality to add the first seen timestamp to non-upstreamed
commits

Test: Unit tests included, running locally
Change-Id: I0b2fd022a37c2d35ee46127ae17a06bf66580500
2018-05-14 14:26:32 -07:00
Scott Lobdell
849e760f01 Merge "Adding query to find the first occurrence of seeing a commit" 2018-05-03 20:13:08 +00:00
Scott Lobdell
6779d3a5e7 Adding query to find the first occurrence of seeing a commit
Test: Unit tests included
Change-Id: If6e3cc70c65a8b179cb315cbfc95d300c92649d7
2018-05-02 09:03:48 -07:00
Scott Lobdell
dbbd386111 Add command-line functionality for versatile usage of repodiff service.
Reporting is another use case that should be satisfied by this tool.
Since the use case deviates in terms of I/O, it's worth adding a
command-line interface for now and for future expansion.

Test: Unit tests included, will validate locally
Change-Id: Ifade560d9898722fdd5299d06899265b70ce771f
2018-05-02 08:56:48 -07:00
Scott Lobdell
545c2ae271 Merge "Bugfix for unicode characters in commit message" 2018-04-30 20:48:35 +00:00
Scott Lobdell
ed2b3e1565 Bugfix for unicode characters in commit message
Test: Regression tests included

Change-Id: I92d4bc0a2962d8dd9d9a3c6fde53d7fbd37891e2
2018-04-30 12:48:45 -07:00
Scott Lobdell
e294207af6 Update project scripts for correct bootstrapping and GCE deployment
Test: Started from an empty environment and cleaned up bootstrap
commands again

Change-Id: I455fdb883240aed952b6a59a38f247bc5a1e8095
2018-04-30 11:23:31 -07:00
Scott Lobdell
4890f21039 Update bootstrap commands
Had some trouble installing this on David's machine the other day, so
updating these commands so that it's seamless.

Test: Ran locally on my machine

Change-Id: I73f7e3b35d6b31ac8746a6d5bf8d59db50abbe2d
2018-04-19 15:42:21 -07:00
Scott Lobdell
9a38910900 Add project type to database records
Test: No production impact, unit tests included, actively testing
current production dataset

Change-Id: Ia7835938d602f3a11e0d001a1242a8278960b096
2018-04-16 09:49:45 -07:00
Scott Lobdell
85fa8b69e7 Add Tech area view
Test: Unit tests in place, visualization is already updated with tech
area

Change-Id: Ib9114f93c2fbed42565f5672048f331722ee5b47
2018-04-13 14:07:16 -07:00
Scott Lobdell
f7f3db493c Dockerize for deployment
Test: Still in bootstrapping phase; tested a deployment from local
machine, can hit public facing endpoint

Change-Id: Ie194ec7e61a2ef84a3b74a22a52348a81a753d89
2018-04-02 14:48:56 -07:00
Scott Lobdell
96629bd335 Base commit for service layer for repo diff tooling
Test: Changes are currently independent of the rest of this project. Tests can
currently manually be run with "make test". CL is large, but poses no
risk

Change-Id: Ia77e073df077257cab96b7ca4e1d99a900d029b2
2018-03-06 13:38:05 -08:00