Skip to content

v0.18.0#1024

Open
DJ2LS wants to merge 226 commits into
mainfrom
develop
Open

v0.18.0#1024
DJ2LS wants to merge 226 commits into
mainfrom
develop

Conversation

@DJ2LS
Copy link
Copy Markdown
Owner

@DJ2LS DJ2LS commented Oct 30, 2025

No description provided.

@deejdeej
Copy link
Copy Markdown
Collaborator

deejdeej commented Jan 10, 2026

Ok, I think what you are asking is to change:
pip install --upgrade -r requirements.txt
to
python -m pip install .

in the Linux install script, which I've just done.

Please note this may break the instructions for installing the "main" branch that we have listed at
https://wiki.freedata.app/en/installation/linux-install-script

On that page change these two lines:
wget -N https://raw.githubusercontent.com/DJ2LS/FreeDATA/develop/tools/Linux/install-freedata-linux.sh
wget -N https://raw.githubusercontent.com/DJ2LS/FreeDATA/develop/tools/Linux/run-freedata-linux.sh

to

wget -N https://raw.githubusercontent.com/DJ2LS/FreeDATA/main/tools/Linux/install-freedata-linux.sh
wget -N https://raw.githubusercontent.com/DJ2LS/FreeDATA/main/tools/Linux/run-freedata-linux.sh

@DJ2LS
Copy link
Copy Markdown
Owner Author

DJ2LS commented Jan 10, 2026

Ah, I see, thanks for the reminder @deejdeej ! This should have been changed earlier. I will try doing this tomorrow. Thanks for the fast update of the scripts!

@DJ2LS
Copy link
Copy Markdown
Owner Author

DJ2LS commented Jan 11, 2026

Ok, I think what you are asking is to change: pip install --upgrade -r requirements.txt to python -m pip install .

in the Linux install script, which I've just done.

Please note this may break the instructions for installing the "main" branch that we have listed at https://wiki.freedata.app/en/installation/linux-install-script

On that page change these two lines: wget -N https://raw.githubusercontent.com/DJ2LS/FreeDATA/develop/tools/Linux/install-freedata-linux.sh wget -N https://raw.githubusercontent.com/DJ2LS/FreeDATA/develop/tools/Linux/run-freedata-linux.sh

to

wget -N https://raw.githubusercontent.com/DJ2LS/FreeDATA/main/tools/Linux/install-freedata-linux.sh wget -N https://raw.githubusercontent.com/DJ2LS/FreeDATA/main/tools/Linux/run-freedata-linux.sh

Done

@DJ2LS
Copy link
Copy Markdown
Owner Author

DJ2LS commented Jan 28, 2026

It seems, we are having some path related issues:

The message-database won't be loaded until explicitly setting the path - so we have to check the mechanism for the default database path.

Sending a new Broadcasting message isn't working - freedata_server is not found. So it's also a path related issue, not occurring when running in IDE, but from scripts or manually, outside an IDE

dependabot Bot and others added 20 commits February 1, 2026 16:12
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 6.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v4...v6)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5 to 6.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](actions/setup-python@v5...v6)

---
updated-dependencies:
- dependency-name: actions/setup-python
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [globals](https://github.com/sindresorhus/globals) from 16.5.0 to 17.3.0.
- [Release notes](https://github.com/sindresorhus/globals/releases)
- [Commits](sindresorhus/globals@v16.5.0...v17.3.0)

---
updated-dependencies:
- dependency-name: globals
  dependency-version: 17.3.0
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [chart.js](https://github.com/chartjs/Chart.js) from 4.5.0 to 4.5.1.
- [Release notes](https://github.com/chartjs/Chart.js/releases)
- [Commits](chartjs/Chart.js@v4.5.0...v4.5.1)

---
updated-dependencies:
- dependency-name: chart.js
  dependency-version: 4.5.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [@babel/eslint-parser](https://github.com/babel/babel/tree/HEAD/eslint/babel-eslint-parser) from 7.28.5 to 7.28.6.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.28.6/eslint/babel-eslint-parser)

---
updated-dependencies:
- dependency-name: "@babel/eslint-parser"
  dependency-version: 7.28.6
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 6 to 7.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@v6...v7)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-version: '7'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6 to 7.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](docker/build-push-action@v6...v7)

---
updated-dependencies:
- dependency-name: docker/build-push-action
  dependency-version: '7'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 3 to 4.
- [Release notes](https://github.com/docker/setup-buildx-action/releases)
- [Commits](docker/setup-buildx-action@v3...v4)

---
updated-dependencies:
- dependency-name: docker/setup-buildx-action
  dependency-version: '4'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Updates the requirements on [nuitka](https://github.com/Nuitka/Nuitka) to permit the latest version.
- [Changelog](https://github.com/Nuitka/Nuitka/blob/develop/Changelog.rst)
- [Commits](Nuitka/Nuitka@0.3.11a...4.0.7)

---
updated-dependencies:
- dependency-name: nuitka
  dependency-version: 4.0.7
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
…/actions/checkout-6

Bump actions/checkout from 4 to 6
…/actions/setup-python-6

Bump actions/setup-python from 5 to 6
…gui/develop/globals-17.3.0

Bump globals from 16.5.0 to 17.3.0 in /freedata_gui
…gui/develop/chart.js-4.5.1

Bump chart.js from 4.5.0 to 4.5.1 in /freedata_gui
…gui/develop/babel/eslint-parser-7.28.6

Bump @babel/eslint-parser from 7.28.5 to 7.28.6 in /freedata_gui
…-4.0.7

Update nuitka requirement from <=2.8.9 to <=4.0.7
…/docker/setup-buildx-action-4

Bump docker/setup-buildx-action from 3 to 4
…/docker/build-push-action-7

Bump docker/build-push-action from 6 to 7
…/actions/upload-artifact-7

Bump actions/upload-artifact from 6 to 7
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: No status

8 participants