Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: daisy/pipeline-ui
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.5.0
Choose a base ref
...
head repository: daisy/pipeline-ui
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.6.0-beta-1
Choose a head ref
  • 19 commits
  • 32 files changed
  • 3 contributors

Commits on Aug 9, 2024

  1. fix(middleware): avoid repeating job run request

    Also blocking repeating run button press on UI
    NPavie committed Aug 9, 2024
    Copy the full SHA
    d2c9761 View commit details
  2. fix(pipeline): try remove dp2key on start

    try to remove the dp2 key file in temp that could remain after a crash
    NPavie committed Aug 9, 2024
    Copy the full SHA
    c444ae0 View commit details
  3. Copy the full SHA
    1b675b6 View commit details

Commits on Sep 14, 2024

  1. feat(tts): add voice preview to TTS dialog

    Basic implementation of #151
    marisademeglio committed Sep 14, 2024
    Copy the full SHA
    8a6e56f View commit details

Commits on Oct 3, 2024

  1. feat(#245): sponsorship message

    Shown once every 2 weeks on the initial application page. Last shown date is stored in settings.
    marisademeglio committed Oct 3, 2024
    Copy the full SHA
    28a9fc2 View commit details

Commits on Oct 4, 2024

  1. Copy the full SHA
    7749408 View commit details

Commits on Oct 7, 2024

  1. Copy the full SHA
    e9cb60a View commit details

Commits on Oct 8, 2024

  1. fix(#245): dynamically fetch the sponsorship message

    Added one-time fetch function on backend as fetching on frontend was blocked due to CORS
    marisademeglio committed Oct 8, 2024
    Copy the full SHA
    b122640 View commit details

Commits on Oct 11, 2024

  1. refactor: modify one-time fetch to be format-agnostic

    return a string, not JSON
    marisademeglio committed Oct 11, 2024
    Copy the full SHA
    892d2ad View commit details
  2. Copy the full SHA
    4e36f68 View commit details
  3. fix(#246): support temporary datatypes on the script form

    Also improve numeric field options to distinguish float vs int, integer vs non-neg integer
    marisademeglio committed Oct 11, 2024
    Copy the full SHA
    4c58d82 View commit details
  4. fix(#246): construct url dynamically

    Seems to not throw lifecycle errors anymore
    marisademeglio committed Oct 11, 2024
    Copy the full SHA
    971a58f View commit details

Commits on Oct 14, 2024

  1. Copy the full SHA
    0621328 View commit details
  2. Merge pull request #248 from daisy/engine-1.14.20

    Update to engine 1.14.20 (SNAPSHOT)
    marisademeglio authored Oct 14, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    379a5b8 View commit details

Commits on Oct 16, 2024

  1. fixup

    bertfrees committed Oct 16, 2024
    Copy the full SHA
    0a21679 View commit details
  2. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    7b10c8d View commit details

Commits on Oct 21, 2024

  1. Copy the full SHA
    73aa453 View commit details

Commits on Oct 24, 2024

  1. fix: replace fetch in intervals by timeout recursive calls

    - In the pipeline data loading, Intervals would lead to refetches while previous data where not yet finished to be retrieved.
    - Applied the same logic for jobs monitoring just in case to reduce a bit the polling frequency
    NPavie committed Oct 24, 2024
    Copy the full SHA
    ba68fc4 View commit details

Commits on Oct 28, 2024

  1. chore: version bump

    marisademeglio committed Oct 28, 2024
    Copy the full SHA
    19a6933 View commit details
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@
"displayName": "DAISY Pipeline",
"name": "pipeline-ui",
"description": "User interface for the DAISY Pipeline",
"version": "1.5.0",
"version": "1.6.0-beta-1",
"main": "./node_modules/.dev-temp-build/main.js",
"devTempBuildFolder": "./node_modules/.dev-temp-build",
"devServer": "http://localhost:4927",
Loading