Commits
  • chore: bump _version.py by hand since automated bump failed
    joanise committed 2 years ago
  • docs(setup): improve pypi
    roedoejet committed 2 years ago
  • fix: correct __main__ guard in test_package_urls.py
    joanise committed 2 years ago
  • ci: submit PR instead of pushing version bump
    joanise committed 2 years ago
  • ci: activate CodeQL code analysis
    joanise committed 1 year ago
  • fix: address XML external entity expansion vulnerabilities
    joanise committed 1 year ago
  • fix: tell the user why their config.json is not valid
    joanise committed 1 year ago
  • refactor: move all etree.parse calls to a single well-tested function
    joanise committed 1 year ago
  • fix: test and fix load_xml_zip
    joanise committed 1 year ago
  • chore: quench duplicate pre-commit reports by doing flake8 last
    joanise committed 1 year ago
  • fix: validate path request by /file endpoint in views.py
    joanise committed 1 year ago
  • fix: try validating a different way to see if the CodeQL warning goes away
    joanise committed 1 year ago
  • Merge pull request #135 from ReadAlongs/dev.ci-codeql
    joanise committed 1 year ago
  • Merge pull request #133 from ReadAlongs/dev.ci-version-bump
    roedoejet committed 1 year ago
  • docs: better document how to install and run the Web API
    joanise committed 1 year ago
  • fix: filter ASCII langs from the Studio-Web via web_api
    joanise committed 1 year ago
  • fix: don't create blank pages
    joanise committed 1 year ago
  • feat: a simple DTD for standalone readalongs
    dhdaines committed 1 year ago
  • feat: basically s/tei/readalong/gi
    dhdaines committed 1 year ago
  • test: basically s/tei/readalong/gi
    dhdaines committed 1 year ago
  • refactor: reformat
    dhdaines committed 1 year ago
  • chore: revert keep_temp_dir_after_running
    dhdaines committed 1 year ago
  • test: not sure why "lang" not "xml:lang"
    dhdaines committed 1 year ago
  • fix: add xml:lang and anchors everywhere
    dhdaines committed 1 year ago
  • fix: accept <silence> and use dur not duration
    dhdaines committed 1 year ago
  • fix: woohps tyop
    dhdaines committed 1 year ago
  • feat: add time and dur attributes to w
    dhdaines committed 1 year ago
  • feat: output to .ras
    dhdaines committed 1 year ago
  • fix: make test case valid
    dhdaines committed 1 year ago
  • feat!: smil-ectomy
    dhdaines committed 1 year ago
  • fix: use .xml not .ras to avoid breaking MIME guessing
    dhdaines committed 1 year ago
  • fix: words may not be aligned (e.g. do-not-align)
    dhdaines committed 1 year ago
  • test: add bogus alignments
    dhdaines committed 1 year ago
  • test: there is no text + alingment ther eis only readalong
    dhdaines committed 1 year ago
  • chore: bump g2p version to update Heroku
    roedoejet committed 1 year ago
  • fix: frantic and unsuccessful attempts to make CORS work
    dhdaines committed 1 year ago
  • Update Procfile
    marctessier committed 1 year ago
  • ci: only run CodeQL on cron and push to master and release
    joanise committed 1 year ago
  • Merge remote-tracking branch 'origin/master' into dev.readalong-format
    dhdaines committed 1 year ago
  • feat: introduce better CORS environment variables
    dhdaines committed 1 year ago
  • feat: introduce better CORS environment variables
    dhdaines committed 1 year ago
  • docs: document new environment variables
    dhdaines committed 1 year ago
  • ci: test web server in development mode too
    dhdaines committed 1 year ago
  • feat: log message to say we are in development mode
    dhdaines committed 1 year ago
  • ci: combine debug and non-debug web_api tests
    dhdaines committed 1 year ago
  • Merge pull request #147 from ReadAlongs/dev.cors
    dhdaines committed 1 year ago
  • Merge branch 'master' into dev.readalong-format
    dhdaines committed 1 year ago
  • feat: refine the DTD somewhat
    dhdaines committed 1 year ago
  • feat!: avoid using dict for things that are lists
    dhdaines committed 1 year ago
  • feat!: new web API version
    dhdaines committed 1 year ago
  • test: test new web API
    dhdaines committed 1 year ago
  • feat!: use .ras not .xml
    dhdaines committed 1 year ago
  • docs: remove smil and add ras
    dhdaines committed 1 year ago
  • feat!: no more smil
    dhdaines committed 1 year ago
  • feat: update to href= in readalong component
    dhdaines committed 1 year ago
  • feat!: update to .ras file extension in output
    dhdaines committed 1 year ago
  • test: update for new component and file format
    dhdaines committed 1 year ago
  • docs: clean up /langs doc
    dhdaines committed 1 year ago
  • chore: bump version
    dhdaines committed 1 year ago
  • test: add a couple more tests
    dhdaines committed 1 year ago
  • Merge pull request #142 from ReadAlongs/dev.readalong-format
    dhdaines committed 1 year ago
  • fix: add `class` to DTD and update version
    dhdaines committed 1 year ago
  • test: add test of RAS XML validation
    dhdaines committed 1 year ago
  • Merge pull request #149 from ReadAlongs/dev.fix-and-test-dtd
    dhdaines committed 1 year ago
  • fix(docs): fix formatting of /langs endpoint sample output
    joanise committed 1 year ago
  • feat: capture the logs from /assemble endpoint
    joanise committed 1 year ago
  • refactor: capture logs with a context manager
    joanise committed 1 year ago
  • fix: when g2p fails completely, send the log with the exception
    joanise committed 1 year ago
  • Merge pull request #150 from ReadAlongs/dev.capture-assemble-logs
    joanise committed 1 year ago
  • refactor(webapi): change back to v1
    roedoejet committed 1 year ago
  • Merge pull request #151 from ReadAlongs/dev.v1
    roedoejet committed 1 year ago
  • refactor: switch to .readalong extension
    dhdaines committed 1 year ago
  • docs: update .ras to .readalong
    dhdaines committed 1 year ago
  • feat: update .ras to .readalong
    dhdaines committed 1 year ago
  • test: update .ras to .readalong
    dhdaines committed 1 year ago
  • Merge pull request #152 from ReadAlongs/dev.dot.readalong
    dhdaines committed 1 year ago
  • fix: update package URLs
    dhdaines committed 1 year ago
  • Merge pull request #154 from ReadAlongs/dev.dot.readalong
    dhdaines committed 1 year ago
  • fix: only wait 10 seconds for JS_ and FONT_BUNDLE_URLs
    joanise committed 1 year ago
  • fix: handle requests.get() timeouts correctly
    joanise committed 1 year ago
  • test: tolerate unpkg timeouts as non-failures
    joanise committed 1 year ago
  • fix: update bundle.css and bundle.js to @readalongs/web-component@0.2.1
    joanise committed 1 year ago
  • Merge pull request #156 from ReadAlongs/dev.request-timeout
    joanise committed 1 year ago
  • Merge pull request #158 from ReadAlongs/dev.bundles
    joanise committed 1 year ago
  • refactor: change master branch name to main
    joanise committed 1 year ago
  • fix: write out a version number in the .readalong format
    joanise committed 1 year ago
  • feat: set our .readalong format to version 1.0 for publication
    joanise committed 1 year ago
  • test: appease the codecov beast
    joanise committed 1 year ago
  • Merge pull request #160 from ReadAlongs/dev.readalong-file-version
    joanise committed 1 year ago
  • chore: bump g2p
    roedoejet committed 1 year ago
  • chore: pin to existing g2p version
    roedoejet committed 1 year ago
  • chore: update unpkg links
    roedoejet committed 1 year ago
  • refactor: remove deprecated studio
    roedoejet committed 1 year ago
  • chore: specify python 3.8 runtime
    roedoejet committed 1 year ago
  • Merge pull request #161 from ReadAlongs/dev.publish
    roedoejet committed 1 year ago
  • chore: update offline html bundles
    roedoejet committed 1 year ago
  • chore: bump version
    roedoejet committed 1 year ago
Loading