Skip to content
Snippets Groups Projects
  1. Feb 16, 2022
  2. Feb 15, 2022
    • Lars Kiesow's avatar
      Fix frontend-no-prebuilt profile (#3444) · b3fa2c2e
      Lars Kiesow authored
      This patch fixes the frontend-no-prebuilt maven profile which can be
      used to have maven run the local npm version instead of downloading one.
      That has the big advantage of not having to remove any `none*` folders
      when you switch versions.
      
      To try this, run:
      
      ```
      ❯ mvn clean install -Pdev,frontend-no-prebuilt
      ```
      
      The profile did exist for a long time but was broken due to some tasks
      being executed in the wrong order like trying to copy the frontend to
      the target folder before actually building it.
  3. Feb 14, 2022
  4. Feb 11, 2022
    • Lars Kiesow's avatar
      Fix merge conflict · b15ae92b
      Lars Kiesow authored
      This patch fixes the problem of the OSGi compendium having been renamed
      in newer versions. Since the rename-files operation was merged from
      Opencast 10 and still used the old name, this caused a build failure.
  5. Feb 10, 2022
  6. Feb 09, 2022
  7. Feb 08, 2022
  8. Feb 04, 2022
  9. Feb 03, 2022
  10. Feb 02, 2022
  11. Feb 01, 2022
  12. Jan 28, 2022
    • Lars Kiesow's avatar
      Remove Tracked Host Bundles · 32324294
      Lars Kiesow authored
      This patch adds a new REST endpoint to remove all tracked bundles for a
      given host.
      
      Normally, this happens automatically when a node is shut down or
      restarted to have a global overview of what is running in a cluster. In
      some cases, e.g. a machine is discarded and Opencast was not properly
      shut down, a host is left in the table though.
      
      Having an old host in that table only causes Opencast to report
      inconsistent versions, nothing else. Still, before this patch it was hard
      to get rid of that warning and could lead to confusion.
      
      The new endpoint is accessible to admins only. They hopefully know what
      they are doing when removing a host. But even if they remove an existing
      host, the only side-effect is the version not being displayed properly
      and that would auto-repair once Opencast has been restarted.
  13. Jan 27, 2022
  14. Jan 26, 2022
  15. Jan 24, 2022
Loading