Commit Graph

36503 Commits

Author SHA1 Message Date
Vitalii Koshura 6baf185406
Merge pull request #5681 from brevilo/ob-drupal-update-join-andoid 2024-07-08 21:21:01 +02:00
Oliver Behnke 627524635d Updated Android download instructions 2024-07-08 17:37:21 +02:00
Vitalii Koshura f0322e2802
Merge pull request #5679 from BOINC/all_projects_list_xml_update
Update all_projects_list.xml
2024-07-07 10:08:35 +02:00
Vitalii Koshura db1a2dc4c4
Merge pull request #5680 from AenBleidd/vko_update_actions
[ci] update actions
2024-07-07 10:08:14 +02:00
Vitalii Koshura 5ee3ba31aa
[ci] update actions
Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
2024-07-07 09:18:22 +02:00
AenBleidd ec11655aa4 Update all_projects_list.xml 2024-07-07 00:21:10 +00:00
Vitalii Koshura 126d81dee7
Merge pull request #5678 from BOINC/dpa_log_tag 2024-07-06 12:03:58 +02:00
David Anderson 8a68fc164a client: don't put HTML in event log messages
(affects only 'new client version' message AFAIK)
2024-07-06 02:11:37 -07:00
David Anderson 42dce6ea0d web: increase size of Subject field in message board create/edit form 2024-07-05 12:54:33 -07:00
Vitalii Koshura d1fc269985
Merge pull request #5673 from AenBleidd/vko_add_windows_installer_dll
[ci] Add boinccas.dll to the uploaded artifacts
2024-07-04 09:32:58 +02:00
Vitalii Koshura 9ee4963f07
Merge pull request #5674 from AenBleidd/vko_fix_ci
[ci] fix
2024-07-04 09:31:28 +02:00
Vitalii Koshura 7052595e75
[ci] fix
Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
2024-07-04 09:06:50 +02:00
Vitalii Koshura 4ab5e5b192
[ci] Add boinccas.dll to the uploaded artifacts
Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
2024-07-03 23:08:09 +02:00
Vitalii Koshura 543660ef08
Merge pull request #5671 from BOINC/dpa_prefs8
client: fix terminology
2024-07-01 23:37:37 +02:00
David Anderson 10f1d47a51 client: fix terminology
'Host' -> 'Computer'
'General preferences' -> 'Computing preferences'.
2024-07-01 13:20:46 -07:00
Vitalii Koshura 58e3c640fe
Merge pull request #5670 from BOINC/dpa_app_test3 2024-07-01 11:09:03 +02:00
David Anderson 74da41e364 client: add some error checking for --app_test, and improve comments 2024-06-30 23:43:02 -07:00
Vitalii Koshura 53f624d6a3
Merge pull request #5669 from BOINC/dpa_wss_strict
scheduler/client: add notion of 'strict memory bound' projects
2024-06-28 12:00:23 +02:00
Vitalii Koshura 1e228f53e9
Merge pull request #5668 from BOINC/dpa_submit13
Add improved Python binding for remote job submission and file management
2024-06-28 10:40:48 +02:00
David Anderson ceb51136e7 scheduler/client: add notion of 'strict memory bound' projects
I recently changed the client so that its estimate of a job's WSS
is at least wu.rsc_memory_bound.
This addressed a problem with CPDN apps,
which have small WSS for a while and then get big;
the client would run too many of these at once
and when they get big the system would run out of RAM and/or swap.

However, some projects have rsc_memory_bound quite a bit larger
than actual WSS,
and this change caused the client to run fewer of these jobs,
causing idle CPUs in some cases.

Solution: have a per-project 'strict memory bound' flag,
specified in config.xml.
For projects that set this (like CPDN) we'll estimate WSS the new way;
otherwise we'll use the old way.
2024-06-28 00:42:03 -07:00
David Anderson fdc6692734 remote job submission:
create_batch(): generate batch name if not supplied
Finish query_completed_job()
2024-06-27 23:23:01 -07:00
David Anderson 1a51b7fc11 Remote job submission: add 'sandbox' as an input file mode
Remote batch creation: if no batch name specified, make one

Remove function_exists() stuff in sandbox.inc
2024-06-27 01:09:20 -07:00
David Anderson 857e1217d4 Add improved Python binding for job/file RPCs; fix comments in handler 2024-06-26 22:54:43 -07:00
Vitalii Koshura c8073544d1
Merge pull request #5666 from BOINC/dpa_pm
Web: apply max messages per page preference to private messages too.
2024-06-24 09:41:58 +02:00
David Anderson 6d18d16a6c Web: apply max messages per page preference to private messages too. 2024-06-23 23:42:18 -07:00
Vitalii Koshura dd6b7035a9
Merge pull request #5664 from AenBleidd/vko_update_actions
[ci] update actions
2024-06-23 22:47:09 +02:00
Vitalii Koshura a4cbd2861a
[ci] update actions
Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
2024-06-23 22:18:04 +02:00
Vitalii Koshura d950b6d6a2
Merge pull request #5663 from borg17/patch-2
Update hostinfo_win.cpp
2024-06-22 00:56:18 +02:00
borg17 0cc401b052
Update hostinfo_win.cpp
added detection of:
- Windows Server 2025
- Windows 11 IoT Enterprise Subscription LTSC 2024 (IoTEnterpriseSK)
2024-06-21 18:45:22 +02:00
Vitalii Koshura b35ed1ef51
Merge pull request #5662 from AenBleidd/vko_fix_memcache_define_sample
[server] fix example of using 'MEMCACHE_SERVERS' setting
2024-06-21 13:38:09 +02:00
Vitalii Koshura 3186e23ecd
[server] fix example of using 'MEMCACHE_SERVERS' setting
Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
2024-06-21 13:13:55 +02:00
David Anderson a8f5be334c
Merge pull request #5661 from AenBleidd/vko_fix_memcache
[server] fix memcached functionality
2024-06-20 21:11:05 -07:00
DemIS-1 1346fc7b69
[server] fix memcache functionality
Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
2024-06-20 01:28:25 +02:00
Vitalii Koshura d3c9bc6631
Merge pull request #5660 from AenBleidd/vko_add_more_linux_packages_update_tests
[ci] test linux packages upgrade from the stable channel
2024-06-17 15:50:40 +02:00
Vitalii Koshura c16dbb17be
[ci] test linux packages upgrade from the stable channel
Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
2024-06-17 12:48:04 +02:00
David Anderson 46d6942462 vboxwrapper: don't create projects/virtualbox
If Vboxwrapper couldn't find the Vbox 'home dir' (normally ~/.VirtualBox)
based on env vars, it would create one: projects/virtualbox
(owned by boinc_projects, not boinc_master)

This is wrong because
1) on startup, the client deletes anything in projects/
    that's not a project directory
2) on Mac it causes installer error messages
    because the dir is not owned by boinc_master.

Fix: don't create projects/virtualbox.
2024-06-16 12:20:37 -07:00
Vitalii Koshura 505b841eee
Merge pull request #5656 from AenBleidd/vko_fix_apps_release_builds
[ci] build x86 and x64 apps on ubuntu 16.04 the same as arm64
2024-06-13 17:14:12 +02:00
Vitalii Koshura c090a4f6d7
[ci] build x86 and x64 apps on ubuntu 16.04 the same as arm64
Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
2024-06-13 14:47:39 +02:00
Vitalii Koshura f0897e925c
Merge pull request #5654 from AenBleidd/vko_fix_rpmrepo_script
[ci] remove unneeded file from the rpmrepo script
2024-06-12 13:02:21 +02:00
Vitalii Koshura 8bfcde3ccf
[ci] remove unneeded file from the rpmrepo script
Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
2024-06-12 12:15:16 +02:00
Vitalii Koshura 6153039e3a
Merge pull request #5653 from AenBleidd/vko_fix_rpmrepo_script
[ci] fix more issues with the debrepo and rpmrepo
2024-06-12 10:02:00 +02:00
Vitalii Koshura 18404b8e0b
[ci] fix more issues with the debrepo and rpmrepo
Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
2024-06-12 09:28:11 +02:00
Vitalii Koshura 47b739fe75
Merge pull request #5652 from AenBleidd/vko_fix_rpmrepo_script
[ci] fix rpmrepo script
2024-06-12 09:07:05 +02:00
Vitalii Koshura fc69264573
[ci] fix rpmrepo script
Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
2024-06-12 05:28:52 +02:00
Vitalii Koshura 084359d172
Merge pull request #5651 from AenBleidd/vko_fix_rpmrepo_script
[ci] fix rpmrepo and debrepo scripts
2024-06-12 04:42:41 +02:00
Vitalii Koshura 1294f4d8eb
[ci] fix rpmrepo and debrepo scripts
Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
2024-06-12 04:23:37 +02:00
Vitalii Koshura 9bf6372b08
Merge pull request #5650 from AenBleidd/vko_add_missed_create_folder_command
[ci] add missed create folder command to the linux-package-stable-release.yml file
2024-06-12 03:35:38 +02:00
Vitalii Koshura 8a6326f756
[ci] add missed create folder command to the linux-package-stable-release.yml file
Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
2024-06-12 02:02:43 +02:00
Vitalii Koshura 8e11fd006a
Merge pull request #5649 from AenBleidd/vko_add_linux_package_release_script
[ci] add workflow to copy the latest alpha release to the stable channel
2024-06-12 01:47:33 +02:00
Vitalii Koshura 3fdd11bc0f
[ci] add workflow to copy the latest alpha release to the stable channel
Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
2024-06-12 01:15:14 +02:00