Closed antonkast-google closed 4 years ago
Merging #462 into editor will decrease coverage by
1.04%
. The diff coverage isn/a
.
@@ Coverage Diff @@
## editor #462 +/- ##
==========================================
- Coverage 76.76% 75.72% -1.05%
==========================================
Files 23 22 -1
Lines 2393 2010 -383
Branches 489 449 -40
==========================================
- Hits 1837 1522 -315
+ Misses 410 347 -63
+ Partials 146 141 -5
Impacted Files | Coverage Δ | |
---|---|---|
ord_schema/visualization/filters.py | 54.59% <0.00%> (-5.62%) |
:arrow_down: |
ord_schema/templating.py | 87.17% <0.00%> (-2.57%) |
:arrow_down: |
ord_schema/resolvers.py | 74.71% <0.00%> (-2.30%) |
:arrow_down: |
ord_schema/message_helpers.py | 82.67% <0.00%> (-0.79%) |
:arrow_down: |
ord_schema/validations.py | 69.82% <0.00%> (-0.44%) |
:arrow_down: |
Agreed that this should get more manual testing. Anyone can hit it now at http://34.123.154.187/.
Rewrite serve.py for a Postgres backend. Python and JS tests pass unchanged.
Add scripts to initialize the schema, define default users, and migrate legacy data.
Integrate the editor processes with Docker Compose, now required by tests.
Move access tokens from URLs to cookies in preparation for authentication. Add a /login page to switch among users.
Simplify review mode, replacing git subprocesses with a "sync" operation.
Fix a bug in dataset upload where JS made incorrect assumptions about pbtxt file encodings.