Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Web production deployment #4356

Merged
merged 36 commits into from
Aug 30, 2024
Merged

Web production deployment #4356

merged 36 commits into from
Aug 30, 2024

Commits on Aug 26, 2024

  1. exports/{userId}/{date}/{uuid}.zip

      - metadata_{start_page}_to_{end_page}.json
      - /content
        - {slug}.html
      - /highlights
        - {slug}.md
    sywhb committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    d4aee94 View commit details
    Browse the repository at this point in the history
  2. add export job and get api

    sywhb committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    a75acc5 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2024

  1. Configuration menu
    Copy the full SHA
    444c78f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b2d3633 View commit details
    Browse the repository at this point in the history
  3. wait for write stream to finish

    sywhb committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    48b3f73 View commit details
    Browse the repository at this point in the history
  4. Add missing this

    jacksonh committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    578cf13 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0e523d8 View commit details
    Browse the repository at this point in the history
  6. Remove typo

    jacksonh committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    6129606 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f77ded3 View commit details
    Browse the repository at this point in the history
  8. fix table permission

    sywhb committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    8294392 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2024

  1. remove tts cache

    sywhb committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    5e2323a View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2024

  1. Configuration menu
    Copy the full SHA
    8ecf2c1 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #4346 from omnivore-app/fix/web-posthog-identified…

    …-only
    
    Use identified_only with posthog
    jacksonh authored Aug 29, 2024
    Configuration menu
    Copy the full SHA
    4be0f8f View commit details
    Browse the repository at this point in the history
  3. Bump webpack from 5.76.0 to 5.94.0 in /pkg/extension

    Bumps [webpack](https://github.com/webpack/webpack) from 5.76.0 to 5.94.0.
    - [Release notes](https://github.com/webpack/webpack/releases)
    - [Commits](webpack/webpack@v5.76.0...v5.94.0)
    
    ---
    updated-dependencies:
    - dependency-name: webpack
      dependency-type: direct:development
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Aug 29, 2024
    Configuration menu
    Copy the full SHA
    d0026f0 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #4347 from omnivore-app/dependabot/npm_and_yarn/pk…

    …g/extension/webpack-5.94.0
    
    Bump webpack from 5.76.0 to 5.94.0 in /pkg/extension
    jacksonh authored Aug 29, 2024
    Configuration menu
    Copy the full SHA
    62cfa23 View commit details
    Browse the repository at this point in the history
  5. Bump micromatch from 4.0.2 to 4.0.8 in /pkg/extension

    Bumps [micromatch](https://github.com/micromatch/micromatch) from 4.0.2 to 4.0.8.
    - [Release notes](https://github.com/micromatch/micromatch/releases)
    - [Changelog](https://github.com/micromatch/micromatch/blob/master/CHANGELOG.md)
    - [Commits](micromatch/micromatch@4.0.2...4.0.8)
    
    ---
    updated-dependencies:
    - dependency-name: micromatch
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Aug 29, 2024
    Configuration menu
    Copy the full SHA
    21ef69b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6b57ab7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ad19903 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #4348 from omnivore-app/dependabot/npm_and_yarn/pk…

    …g/extension/micromatch-4.0.8
    
    Bump micromatch from 4.0.2 to 4.0.8 in /pkg/extension
    jacksonh authored Aug 29, 2024
    Configuration menu
    Copy the full SHA
    47a6bd4 View commit details
    Browse the repository at this point in the history
  9. remove comments

    sywhb committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    3b9dd90 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #4327 from omnivore-app/feature/exporter

    feat: update exporter
    sywhb authored Aug 29, 2024
    Configuration menu
    Copy the full SHA
    32f4b68 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    e1b809f View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    b22af65 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    18a58ac View commit details
    Browse the repository at this point in the history
  14. remove debugging logs

    sywhb committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    f1c4f3b View commit details
    Browse the repository at this point in the history
  15. remove set lock_timeout

    sywhb committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    5b7d1bb View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    43fb698 View commit details
    Browse the repository at this point in the history
  17. fix github action

    sywhb committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    2ff987d View commit details
    Browse the repository at this point in the history
  18. reduce logs

    sywhb committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    70d6e9d View commit details
    Browse the repository at this point in the history
  19. Merge pull request #4352 from omnivore-app/reduce-logs

    reduce logs
    sywhb authored Aug 29, 2024
    Configuration menu
    Copy the full SHA
    be7d172 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2024

  1. Configuration menu
    Copy the full SHA
    cbdd40f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #4333 from omnivore-app/fix/readability-clean-even…

    …t-handlers
    
    Remove javascript event handlers from elements
    jacksonh authored Aug 30, 2024
    Configuration menu
    Copy the full SHA
    73753e7 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #4337 from omnivore-app/fix/remove-tts-cache

    remove tts cache
    sywhb authored Aug 30, 2024
    Configuration menu
    Copy the full SHA
    49f9fb4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f89e44d View commit details
    Browse the repository at this point in the history
  5. Merge pull request #4350 from omnivore-app/feature/archive-account

    feature/archive account
    sywhb authored Aug 30, 2024
    Configuration menu
    Copy the full SHA
    f3e3d57 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #4353 from omnivore-app/fix/web-restore-articles

    Allow deleted articles to be read and restored from the article page
    jacksonh authored Aug 30, 2024
    Configuration menu
    Copy the full SHA
    88fe867 View commit details
    Browse the repository at this point in the history