Commit Graph

56 Commits (d851536dcf63a78bdc7cb9b4cb6abe23812f0359)

Author SHA1 Message Date
dependabot[bot] d851536dcf
build(deps): bump actions/setup-node from 6 to 7
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 6 to 7.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](https://github.com/actions/setup-node/compare/v6...v7)

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

Signed-off-by: dependabot[bot] <support@github.com>
2026-08-01 16:14:01 +00:00
dj2ls 7ea4f0796c initial changes to pip releases and dependency cleanup 2026-07-24 22:59:40 +02:00
dj2ls 3ea91e6afb update dependencies before building 2026-07-23 10:38:03 +02:00
dependabot[bot] 7396e35504
Bump actions/checkout from 6 to 7
Bumps [actions/checkout](https://github.com/actions/checkout) from 6 to 7.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v6...v7)

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

Signed-off-by: dependabot[bot] <support@github.com>
2026-07-01 16:12:31 +00:00
dependabot[bot] 706618a29a
Bump softprops/action-gh-release from 2 to 3
Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release) from 2 to 3.
- [Release notes](https://github.com/softprops/action-gh-release/releases)
- [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md)
- [Commits](https://github.com/softprops/action-gh-release/compare/v2...v3)

---
updated-dependencies:
- dependency-name: softprops/action-gh-release
  dependency-version: '3'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-05-01 19:26:54 +00:00
dependabot[bot] 2cfb79f93d
Bump actions/upload-artifact from 6 to 7
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 6 to 7.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/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>
2026-03-01 16:12:45 +00:00
DJ2LS 48563148b3
Merge pull request #1047 from DJ2LS/dependabot/github_actions/develop/actions/upload-artifact-6
Bump actions/upload-artifact from 5 to 6
2026-01-08 16:15:31 +01:00
dependabot[bot] 5b51427024
Bump actions/upload-artifact from 5 to 6
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 5 to 6.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v5...v6)

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

Signed-off-by: dependabot[bot] <support@github.com>
2026-01-01 16:01:41 +00:00
dependabot[bot] c1338994c7
Bump actions/checkout from 5 to 6
Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v5...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>
2025-12-01 17:40:48 +00:00
as3ii e6bcd2490e
Install only required dependencies
- `pip install .` installs only the libraries required to run freedata
- `pip install .[test]` installs the libraries required for running and testing freedata
- `pip install .[dev]` installs the libraries required for running, testing and linting/checking freedata
- `pip install .[build]` installs only the libraries required to run and build the freedata pip module
- `pip install .[nuitka]` installs only the libraries required to run and build the freedata executable

requirements.txt remains only for backward compatibility
2025-11-11 23:22:22 +01:00
DJ2LS 223869bddc
Merge pull request #1027 from DJ2LS/dependabot/github_actions/develop/actions/upload-artifact-5 2025-11-02 12:20:17 +01:00
dependabot[bot] f166ebdf66
Bump actions/upload-artifact from 4 to 5
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v4...v5)

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

Signed-off-by: dependabot[bot] <support@github.com>
2025-11-01 16:01:50 +00:00
dependabot[bot] 7ac290e15f
Bump actions/setup-node from 5 to 6
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 5 to 6.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](https://github.com/actions/setup-node/compare/v5...v6)

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

Signed-off-by: dependabot[bot] <support@github.com>
2025-11-01 16:01:39 +00:00
DJ2LS 4387ffc68d
Merge branch 'develop' into dependabot/github_actions/develop/actions/setup-python-6 2025-10-27 08:48:51 +01:00
dependabot[bot] c607b2fd91
Bump actions/setup-python from 5 to 6
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5 to 6.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/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>
2025-10-01 16:02:26 +00:00
dependabot[bot] e51c84848e
Bump actions/setup-node from 4 to 5
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 4 to 5.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](https://github.com/actions/setup-node/compare/v4...v5)

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

Signed-off-by: dependabot[bot] <support@github.com>
2025-10-01 16:02:21 +00:00
DJ2LS 5156e1e14a test with reduced sqalchemy packages 2025-09-21 10:12:30 +02:00
DJ2LS 83cd3937d2 test with reduced sqalchemy packages 2025-09-21 10:01:35 +02:00
DJ2LS ddee4e5337 test low memory option for nuitka 2025-09-19 12:37:00 +02:00
DJ2LS db7e5a822f test low memory option for nuitka 2025-09-19 12:35:25 +02:00
DJ2LS 700be4c55a test low memory option for nuitka 2025-09-19 12:29:50 +02:00
DJ2LS bc71a894ed test low memory option for nuitka 2025-09-19 12:28:38 +02:00
DJ2LS 4d0fadcec6 test low memory option for nuitka 2025-09-19 09:09:34 +02:00
DJ2LS 26e546d841 fall backl to 3.12 because of sqalchemy build error 2025-09-19 09:07:46 +02:00
DJ2LS 7ed9dcf9c5 update dependencies 2025-09-18 13:00:51 +02:00
dependabot[bot] 8da3865aff
Bump actions/checkout from 4 to 5
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v4...v5)

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

Signed-off-by: dependabot[bot] <support@github.com>
2025-09-02 06:14:57 +00:00
DJ2LS 73d14928df going back to python3.11 2025-03-18 13:42:29 +01:00
DJ2LS 30ebb5dced test with increased heap size for building 2025-03-18 13:35:38 +01:00
DJ2LS b6683d5f67 test with increased heap size for building 2025-03-18 13:29:11 +01:00
DJ2LS f826a55989 bump python version and nodejs version for automated runs 2025-03-18 12:48:09 +01:00
DJ2LS 6d7bcaa918 bump python version and nodejs version for automated runs 2025-03-18 12:00:08 +01:00
DJ2LS f92fe53981 dont draft new releases 2025-01-31 11:31:36 +01:00
DJ2LS d06395bda9 slightly adjusted build step 2024-09-13 13:44:46 +02:00
DJ2LS 834cebb67b adjusted github build scripts 2024-07-23 11:18:45 +02:00
DJ2LS 42815916fb adjusted github build scripts 2024-07-23 11:13:41 +02:00
DJ2LS afcf4d033d updated server build 2024-07-22 23:22:45 +02:00
DJ2LS 813113676e possible fix of tests 2024-04-19 10:04:06 +02:00
DJ2LS d5097b8b94 another folder renaming 2024-04-18 11:04:25 +02:00
DJ2LS 6309c5363f fixing some tests 2024-04-17 23:37:28 +02:00
DJ2LS efe8bb3aec renamed "modem" to "freedata-server" 2024-04-17 22:49:08 +02:00
DJ2LS b31c6931fb
Merge branch 'develop' into dev-datac14 2024-04-13 17:29:00 +02:00
DJ2LS 855e82603a removed debugging for mac builds... 2024-04-13 16:43:02 +02:00
DJ2LS 6a34101678 debugging for mac builds... 2024-04-13 16:13:51 +02:00
dependabot[bot] d1d63c607a
Bump softprops/action-gh-release from 1 to 2
Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release) from 1 to 2.
- [Release notes](https://github.com/softprops/action-gh-release/releases)
- [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md)
- [Commits](https://github.com/softprops/action-gh-release/compare/v1...v2)

---
updated-dependencies:
- dependency-name: softprops/action-gh-release
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-01 16:21:58 +00:00
DJ2LS e9ee0e600d adjusted macos python lookup path 2024-03-07 13:30:17 +01:00
DJ2LS 0240c6cd1d possible test fix, possible fix of startmenu items 2024-03-03 11:51:43 +01:00
DJ2LS 05a274edeb attempt fixing macos server build 2024-02-28 19:44:50 +01:00
DJ2LS f4e11f190c attempt with nsis installer 2024-01-30 21:41:25 +01:00
dependabot[bot] c5b0378a80
Bump actions/setup-python from 4 to 5
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4 to 5.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/v4...v5)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-17 12:22:15 +00:00
DJ2LS cefa80b647 adjusted build process 2024-01-15 16:34:41 +01:00