Clean up v2 branch to no longer warn about readiness
This commit is contained in:
parent
0459c3bc54
commit
4cc619f4ca
7 changed files with 0 additions and 29 deletions
10
TODO.md
10
TODO.md
|
@ -1,10 +0,0 @@
|
||||||
- Fix all tests
|
|
||||||
- Fix uncompressed size backfill
|
|
||||||
- File issue to move queries out of uncompressed size backfill and use subquery random
|
|
||||||
- Consider removing the new jwest dependency
|
|
||||||
- Update the max fresh on registry tokens, 300s is not long enough to complete all registry actions
|
|
||||||
- Make sure we handle more of the v2 api than just what is required to push and pull
|
|
||||||
- Handle registry API error conditions
|
|
||||||
- Fill in the registry v2 methods on other storage engines
|
|
||||||
- Write a script to backfill the json metadata
|
|
||||||
- Verify the manifest, and throw the proper error if unverified
|
|
|
@ -1,6 +1,3 @@
|
||||||
# XXX This code is not yet ready to be run in production, and should remain disabled until such
|
|
||||||
# XXX time as this notice is removed.
|
|
||||||
|
|
||||||
import logging
|
import logging
|
||||||
|
|
||||||
from flask import Blueprint, make_response, url_for, request, jsonify
|
from flask import Blueprint, make_response, url_for, request, jsonify
|
||||||
|
|
|
@ -1,6 +1,3 @@
|
||||||
# XXX This code is not yet ready to be run in production, and should remain disabled until such
|
|
||||||
# XXX time as this notice is removed.
|
|
||||||
|
|
||||||
import logging
|
import logging
|
||||||
import re
|
import re
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,3 @@
|
||||||
# XXX This code is not yet ready to be run in production, and should remain disabled until such
|
|
||||||
# XXX time as this notice is removed.
|
|
||||||
|
|
||||||
from flask import jsonify, url_for
|
from flask import jsonify, url_for
|
||||||
|
|
||||||
from endpoints.v2 import v2_bp
|
from endpoints.v2 import v2_bp
|
||||||
|
|
|
@ -1,8 +1,4 @@
|
||||||
# XXX This code is not yet ready to be run in production, and should remain disabled until such
|
|
||||||
# XXX time as this notice is removed.
|
|
||||||
|
|
||||||
import logging
|
import logging
|
||||||
import re
|
|
||||||
import jwt.utils
|
import jwt.utils
|
||||||
import json
|
import json
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,3 @@
|
||||||
# XXX This code is not yet ready to be run in production, and should remain disabled until such
|
|
||||||
# XXX time as this notice is removed.
|
|
||||||
|
|
||||||
from flask import jsonify, url_for
|
from flask import jsonify, url_for
|
||||||
|
|
||||||
from endpoints.v2 import v2_bp, require_repo_read
|
from endpoints.v2 import v2_bp, require_repo_read
|
||||||
|
|
|
@ -1,6 +1,3 @@
|
||||||
# XXX This code is not yet ready to be run in production, and should remain disabled until such
|
|
||||||
# XXX time as this notice is removed.
|
|
||||||
|
|
||||||
import logging
|
import logging
|
||||||
import re
|
import re
|
||||||
import time
|
import time
|
||||||
|
|
Reference in a new issue