Commit graph

56 commits

Author SHA1 Message Date
amd64fox
4e0009ce26 Improve error handling in update_version.py script 2025-11-10 15:10:22 +03:00
amd64fox
bffdc39cca refactor version update script and workflow 2025-11-10 15:03:30 +03:00
amd64fox
2d561118b9 refactor data input for version update workflow 2025-11-10 14:54:39 +03:00
amd64fox
70f3ac3249 fix DATA_JSON environment variable assignment 2025-11-10 14:51:50 +03:00
amd64fox
8806f679a9 fix DATA_JSON environment variable formatting 2025-11-10 14:48:00 +03:00
amd64fox
ea015c7280 read datajson input from environment variable 2025-11-10 14:43:40 +03:00
amd64fox
e35724cf7f fix: increased web request timeout for gas 2025-11-10 12:41:38 +03:00
amd64fox
4911d56f18 fix name 2025-11-08 15:17:41 +03:00
amd64fox
6a235cd0f5 take the compiled cli 2025-11-08 14:19:39 +03:00
amd64fox
923b4b8d78 Update build-to-release.yml 2025-11-08 11:29:56 +03:00
amd64fox
4367d89cbe
Update build-to-release.yml 2025-11-08 11:21:35 +03:00
amd64fox
9053695b6b remove arm for Linux 2025-11-08 10:47:49 +03:00
amd64fox
467b7301ec added OpenSSL dependencies (arm64) 2025-11-08 10:42:38 +03:00
amd64fox
432ad0301e added OpenSSL dependencies 2025-11-08 10:36:21 +03:00
amd64fox
b4d199ea7a cli assembly added 2025-11-08 10:29:09 +03:00
amd64fox
d24b63e43a added LoaderSpot_CLI 2025-11-05 22:44:41 +03:00
amd64fox
3ed340b20f
update cron schedule for Spotify MS workflow 2025-10-29 18:02:16 +03:00
amd64fox
a660738738
Refactor Rust toolchain installation and artifact handling
Updated the build workflow to install Rust toolchain using commands instead of an action. Changed artifact handling to copy the executable directly instead of archiving it.
2025-10-27 21:12:02 +03:00
amd64fox
8cc9141369
Change build runner to use windows-latest 2025-10-27 20:54:01 +03:00
amd64fox
7ff5e1f0ee
Update GitHub Actions to use stable Rust and Windows 2022 2025-10-27 20:47:54 +03:00
amd64fox
d78141cc92
Change Rust toolchain from stable to nightly 2025-10-27 20:39:14 +03:00
amd64fox
d02d1be468
indentation correction 2025-10-27 20:26:41 +03:00
amd64fox
b434d93a7d update build-to-release.yml for rust 2025-10-27 20:20:12 +03:00
dependabot[bot]
036f7c81cf
Bump actions/upload-artifact from 4 to 5 (#10)
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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-25 02:37:15 +03:00
dependabot[bot]
87b943bc48
Bump actions/github-script from 7 to 8 (#9)
Bumps [actions/github-script](https://github.com/actions/github-script) from 7 to 8.
- [Release notes](https://github.com/actions/github-script/releases)
- [Commits](https://github.com/actions/github-script/compare/v7...v8)

---
updated-dependencies:
- dependency-name: actions/github-script
  dependency-version: '8'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-09-05 00:59:10 +03:00
dependabot[bot]
750b857544
Bump actions/setup-python from 5 to 6 (#8)
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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-09-05 00:57:57 +03:00
dependabot[bot]
d9146507b9
Bump actions/checkout from 4 to 5 (#7)
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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-08-14 21:19:49 +03:00
amd64fox
396f0697b3
revert 2025-08-03 13:47:59 +03:00
amd64fox
b482d719ed
Update ms-spotify.yml
test windows server 2025
2025-08-03 13:41:56 +03:00
amd64fox
9ecfee6004 added use of personal token 2025-03-07 13:36:57 +03:00
amd64fox
446cc5327b
Update sync-files.yml
add workflow_dispatch
2025-03-07 09:58:53 +03:00
amd64fox
bd8d49c80e
Create sync-files.yml 2025-02-28 20:19:14 +03:00
amd64fox
4ef145a9e3
Create check-deb-versions.yml 2025-02-28 12:36:49 +03:00
amd64fox
2cad3be3d8
Update and rename main.yml to version-check.yml
- a wait has been added in case of multiple runs
- dependency handling directly in the workflow
2025-02-14 13:23:54 +03:00
dependabot[bot]
61b9865e6f
Bump actions/checkout from 3 to 4 (#3)
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [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/v3...v4)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-09 07:04:30 +03:00
dependabot[bot]
a8167d45a0
Bump actions/upload-artifact from 3 to 4 (#4)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v3...v4)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-09 07:04:19 +03:00
dependabot[bot]
12f2c7cda1
Bump actions/setup-python from 4 to 5 (#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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-09 07:04:09 +03:00
dependabot[bot]
91dd2af0c0
Bump actions/github-script from 6 to 7 (#6)
Bumps [actions/github-script](https://github.com/actions/github-script) from 6 to 7.
- [Release notes](https://github.com/actions/github-script/releases)
- [Commits](https://github.com/actions/github-script/compare/v6...v7)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-09 07:03:58 +03:00
amd64fox
1232c65cec
Update dependabot.yml 2024-11-09 07:00:32 +03:00
amd64fox
901ab98fba
Create build-to-release.yml 2024-11-09 06:53:58 +03:00
amd64fox
e6372b70f5 added try catch 2024-10-06 18:16:56 +03:00
amd64fox
b7d471e831 added sent to search
added sent to search and processing in GAS
2024-10-05 18:16:12 +03:00
amd64fox
64b444a33f
shifting autostart time
shifting autostart time taking into account delays
2024-10-05 07:50:49 +03:00
amd64fox
f33cb61fa6 added version check in Spotify MS 2024-10-05 07:24:35 +03:00
dependabot[bot]
fbf444aec3
Bump actions/setup-python from 2 to 5 (#1)
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 2 to 5.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/v2...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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-23 12:14:13 +03:00
dependabot[bot]
d1432bafd2
Bump actions/checkout from 2 to 4 (#2)
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 4.
- [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/v2...v4)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-23 12:14:00 +03:00
amd64fox
63b10a1080
Delete .github/workflows/dependabot.yml 2024-03-23 12:00:10 +03:00
amd64fox
314526bfed
Create dependabot.yml 2024-03-23 11:59:50 +03:00
amd64fox
3ca30a5d7e
Create dependabot.yml 2024-03-23 11:58:25 +03:00
amd64fox
d18c2b9f48 Update
- added smarter search
- python bumped to 3.12.2
- refactoring
2024-03-23 09:49:26 +03:00