- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Feed Advanced Search
Advanced Search
Advanced Search
Aug 19 2016
Aug 19 2016
jbertran committed rDWAPPS556a45c1190f: debian/control: drop flaskAPI, add docutils (authored by jbertran).
debian/control: drop flaskAPI, add docutils
- views: remove dead flaskAPI utilities usage
- feedback from D103 - insert function origin URL
Closed by D98.
jbertran committed rDWAPPS08ac61f89361: renderers: generate HTML from reST text (authored by jbertran).
renderers: generate HTML from reST text
jbertran committed rDWAPPS4c2a4a4b7f2e: Apidoc: switch to Enum classes for doc constants (authored by jbertran).
Apidoc: switch to Enum classes for doc constants
jbertran committed rDWAPPS430575d645b5: Renderers: remove FlaskAPI rendering logic (authored by jbertran).
Renderers: remove FlaskAPI rendering logic
jbertran committed rDWAPPS2c8b5ca6d49c: Move response/mimetype logic + tests to renderers (authored by jbertran).
Move response/mimetype logic + tests to renderers
jbertran committed rDWAPPS0a210fca5e46: browse: Open /api/1/doc/ browsing view (authored by jbertran).
browse: Open /api/1/doc/ browsing view
jbertran committed rDWAPPS76156ecf3b9e: API: document processing methods with new APIdoc (authored by jbertran).
API: document processing methods with new APIdoc
jbertran committed rDWAPPSbe5124a3e261: API: drop Flask API for custom documentation (authored by jbertran).
API: drop Flask API for custom documentation
Changes from diff feedback for D96
- Apidoc: switch to Enum classes for doc constants
- Renderers: remove FlaskAPI rendering logic
Aug 18 2016
Aug 18 2016
renderers: generate HTML from reST text
Move response/mimetype logic + tests to renderers
Aug 17 2016
Aug 17 2016
- I'm not entirely satisfied (in general with apidoc) that my way is the right way. Don't hesitate to suggest big changes in the approach for the classes/modules.
We are currently missing some formatting power for the documentation strings, that I haven't solved yet since the diff was becoming cumbersomeUsed docutils to obtain HTML formatting of reST.- This makes a lot of code that specifically supported FlaskAPI quirks obsolete, including most of the renderers module (?) and forcing renderer choice in the browse endpoints.
This will be a task of its own.Fixed here.
Aug 16 2016
Aug 16 2016
jbertran committed rDWAPPS5a873b3c3ba6: Move revision log limit in conf, fix behaviour (authored by jbertran).
Move revision log limit in conf, fix behaviour
jbertran committed rDWAPPSd69319d8679e: converters: ignore ctime in content conversions (authored by jbertran).
converters: ignore ctime in content conversions
jbertran committed rDWAPPS60abefb44c1d: api: Remove deprecated /history/ endpoints (authored by jbertran).
api: Remove deprecated /history/ endpoints
jbertran committed rDWAPPS6007da59720f: Remove dead file upload code missed in D76 (authored by jbertran).
Remove dead file upload code missed in D76
Aug 12 2016
Aug 12 2016
Changes from diff feedback for D96, see commit msg
Aug 10 2016
Aug 10 2016
jbertran retitled D96: Fixes for many past and present tasks from to Fixes for many past and present tasks.
Aug 1 2016
Aug 1 2016
browse: remove argumentless routes
jbertran closed T521: Consistent error behaviour on incomplete browse urls as Resolved by committing rDWAPPSa4607b8fe77c: browse: remove argumentless routes.
jbertran closed T258: /api/revision/<sha1_git>/log/ uses a limit which should not exist as Resolved.
Remove decorator and squash again
Squash ugly fixes together
- Search template: fix wonky url_for call
Gah, ignore this for the moment.
tests: factorize and cleanup
jbertran committed rDWAPPS5d895d0d18dd: Service tests: factorize test data structures (authored by jbertran).
Service tests: factorize test data structures
jbertran committed rDWAPPS9c862dff0772: Add merge detection to revision information (authored by jbertran).
Add merge detection to revision information
jbertran committed rDWAPPSbbe604cc348c: renderers: new jinja2 filter for revision log (authored by jbertran).
renderers: new jinja2 filter for revision log
Remove revision log 'limit'
- Service tests: factorize test data structures
- tests: factorize and cleanup
- renderers: fix typo
- revision log template: remove empty lines
jbertran updated the task description for T521: Consistent error behaviour on incomplete browse urls.
Jul 29 2016
Jul 29 2016
Jul 28 2016
Jul 28 2016
jbertran renamed T518: Batch-search content according to sha1, sha256 and sha1_git at once from Batch-search files according to sha1, sha256 and sha1_git at once to Batch-search content according to sha1, sha256 and sha1_git at once.
Jul 27 2016
Jul 27 2016
jbertran updated the task description for T380: use all checksums (instead of only sha1) to check for missing files.
jbertran added a comment to T380: use all checksums (instead of only sha1) to check for missing files.
See D82 for addition of sha1_git and sha256 support.
jbertran committed rDWAPPS41306c71d658: javascript: remove redundant files, fix tab issues (authored by jbertran).
javascript: remove redundant files, fix tab issues
jbertran committed rDWAPPS6098ee1f831f: search: refactor filedrop.js, new functionalities (authored by jbertran).
search: refactor filedrop.js, new functionalities
jbertran committed rDWAPPSdd92452711e0: search.html: cleanup and reflect javascript changes (authored by jbertran).
search.html: cleanup and reflect javascript changes
rebase on master
Fix issues and squash commit
Fix inconsistent tabs
Jul 18 2016
Jul 18 2016
jbertran committed rDWAPPSf5322a473eb5: origin template: jQuery is already CDN-served in layout.html (authored by jbertran).
origin template: jQuery is already CDN-served in layout.html
jbertran retitled D77: origin template: jQuery is already CDN-served in layout.html from to origin template: jQuery is already CDN-served in layout.html.
Jul 13 2016
Jul 13 2016
jbertran committed rDWAPPSa6ae30771769: upload: remove unused upload functionality and tests (authored by jbertran).
upload: remove unused upload functionality and tests
jbertran committed rDWAPPS044dec0483ae: service, api: remove dead file upload code (authored by jbertran).
service, api: remove dead file upload code
jbertran committed rDWAPPS875aad3aacd1: Browse: rename upload_and_search.html to search.html (authored by jbertran).
Browse: rename upload_and_search.html to search.html
jbertran retitled D76: Remove dead code related to file upload (T468) from Remove dead code related to file upload (T486) to Remove dead code related to file upload (T468).
jbertran added a revision to T486: DB storage cleanup: D76: Remove dead code related to file upload (T468).
jbertran retitled D76: Remove dead code related to file upload (T468) from to Remove dead code related to file upload (T486).
jbertran committed rDWAPPS5ac52abf1940: Browse: add SWH visit timeline to origin browsing (authored by jbertran).
Browse: add SWH visit timeline to origin browsing
jbertran committed rDWAPPSd901f89434f0: - Change to symlinks in static/lib for flot inclusion - Update calendar from… (authored by jbertran).
- Change to symlinks in static/lib for flot inclusion - Update calendar from…
jbertran committed rDWAPPSf123899b3d80: Service: add origin visit stats from backend (authored by jbertran).
Service: add origin visit stats from backend
jbertran committed rDWAPPSe303515d64b2: Backend: get origin visit stats from storage (authored by jbertran).
Backend: get origin visit stats from storage
jbertran committed rDWAPPSa1284b387c5c: API: open /api/1/stat/visits/<int:origin>/ (authored by jbertran).
API: open /api/1/stat/visits/<int:origin>/
Change to symlinks in static/lib for flot inclusion
- Temporarily add flot libraries, update calendar