Arturo Filastò
52332c0977
Changes based on feedback from @bassosimone
2020-01-29 18:48:12 +01:00
Arturo Filastò
4711a76c11
Handle the case when we try to access an old measurement
2020-01-29 10:43:08 +01:00
Arturo Filastò
e3d68457b3
Implement writing using the new single measurement pattern
2020-01-28 11:53:00 +01:00
Simone Basso
7cde93fca4
Make sure ooniprobe show <id>
is WAI ( #61 )
...
1. the description of the command and the helper function are
clear hints that the command is intended to show a single JSON
measurement at a time (also the use case seems clear) [*]
2. the function used to read lines was failing for all my
measurements that take input. Since that was not the optimal
pattern anyway, use a better pattern to fix it.
3. some changes are automatically applied by my editor (VSCode
with the Go plugin) and I am fine with them.
4. while reading code, I also applied my preferred pattern
wrt whitespaces, i.e.: no whitespace inside functions, if a
function feels too long in this way, just break it.
Closes #57
[*] Even if we want to show many measurements at a time, which
does not seem needed, given the UI patterns, this functionality
won't be P0. What is P0 is to bless a new beta and give to
@sarathms binaries for all archs that support a basic `show`.
2019-10-03 11:18:07 +02:00
Simone Basso
f3865d2ec0
Upgrade to ooni/probe-engine@v0.1.1 ( #60 )
2019-10-03 09:43:25 +02:00
Arturo Filastò
f425d3f007
Implement the show command ( #53 )
2019-10-02 18:23:14 +02:00
Simone Basso
df629237be
Use ooni/probe-engine: episode 1 ( #42 )
2019-05-23 16:38:46 +02:00
Arturo Filastò
8916ff8398
Add note about the testKeys extraction function
2018-09-27 11:42:55 +02:00
Arturo Filastò
47a2fbb88c
Add rm command to delete results
2018-09-18 09:54:27 +02:00
Arturo Filastò
18a89f4cbd
[schema-change] Prefix all columns that could cause conflicts
2018-09-17 17:30:38 +02:00
Arturo Filastò
52bfe5df6c
Add support for deleting measurements
2018-09-17 17:30:29 +02:00
Arturo Filastò
7f5df07782
Fix a very annoying logic bug in URL insertion
...
Write test case for it
2018-09-12 18:47:57 +02:00
Arturo Filastò
b1ae8bc13e
Show data usage in summary of measurements
2018-09-12 15:41:54 +02:00
Arturo Filastò
2081c25b73
Expose the median_bitrate in the list view
2018-09-11 18:41:15 +02:00
Arturo Filastò
0ee0c28129
Resolve country code ambigious selection
2018-09-11 18:06:15 +02:00
Arturo Filastò
d02ed117f9
Include total_runtime in the summary of measurements
2018-09-11 16:36:09 +02:00
Arturo Filastò
8da12a9c07
Add measurement summary to list command
2018-09-11 15:40:42 +02:00
Arturo Filastò
31ccb1c181
Improvements to the list output
2018-09-11 15:19:08 +02:00
Arturo Filastò
1637fdbf93
Structured output of measurements
2018-09-10 18:03:32 +02:00
Arturo Filastò
e5c508a94c
Fix bug in result listing
2018-09-10 16:56:32 +02:00
Arturo Filastò
e0c0acffeb
Make error reporting more robust to panic
2018-09-10 16:29:14 +02:00
Arturo Filastò
898332064b
Add result testkeys projection
2018-09-10 15:03:52 +02:00
Arturo Filastò
b29071f37b
Replace summary with test_keys
2018-09-10 12:41:28 +02:00
Arturo Filastò
6f0defc672
Refactor URL table row creation into the actions file
2018-09-07 15:23:29 +02:00
Arturo Filastò
c2ea0c2a63
Fix List* workflows and add unittests for them
2018-09-07 15:16:20 +02:00
Arturo Filastò
dabbdc15d2
Fix bug in the test creation workflow
2018-09-07 14:06:08 +02:00
Arturo Filastò
35bd334cfc
Update the measurement, network and url creation to the new schema
2018-09-07 12:55:27 +02:00
Arturo Filastò
a518ca79da
Fix DB schema, write a basic unittest for the DB operations
2018-09-06 15:34:56 +02:00
Arturo Filastò
ff2f973523
Start integrating upper/db as a new ORM
2018-09-05 18:40:37 +02:00