Benjamin Bertrand activity https://gitlab.com/beenje 2026-03-20T15:24:18Z tag:gitlab.com,2026-03-20:5226850900 Benjamin Bertrand pushed to project branch debug-ci at MaxIV / Tools / tango-takeoff 2026-03-20T15:24:18Z beenje Benjamin Bertrand

Benjamin Bertrand (48434b99) at 20 Mar 15:24

debug

tag:gitlab.com,2026-03-20:5226817134 Benjamin Bertrand pushed new project branch debug-ci at MaxIV / Tools / tango-takeoff 2026-03-20T15:16:36Z beenje Benjamin Bertrand

Benjamin Bertrand (808a016c) at 20 Mar 15:16

Debug

... and 4 more commits

tag:gitlab.com,2026-03-20:5226706564 Benjamin Bertrand pushed to project branch move-gitlab-com at MaxIV / Tools / tango-takeoff 2026-03-20T14:51:07Z beenje Benjamin Bertrand

Benjamin Bertrand (8ec8d094) at 20 Mar 14:51

Update CI for gitlab.com

... and 2 more commits

tag:gitlab.com,2026-03-20:5226686843 Benjamin Bertrand pushed to project branch move-gitlab-com at MaxIV / Tools / tango-takeoff 2026-03-20T14:46:30Z beenje Benjamin Bertrand

Benjamin Bertrand (01af8013) at 20 Mar 14:46

Update pre-commit configuration

... and 2 more commits

tag:gitlab.com,2026-03-20:5226667259 Benjamin Bertrand pushed to project branch move-gitlab-com at MaxIV / Tools / tango-takeoff 2026-03-20T14:41:56Z beenje Benjamin Bertrand

Benjamin Bertrand (eaad186c) at 20 Mar 14:41

Update pre-commit configuration

... and 2 more commits

tag:gitlab.com,2026-03-20:5226653197 Benjamin Bertrand opened merge request !23: Update for move to gitlab.com at MaxIV / Tools / tango-takeoff 2026-03-20T14:38:29Z beenje Benjamin Bertrand
  • Update pre-commit configuration
  • Rename project to tango-takeoff (takeoff is already taken on PyPI)
  • Update CI for gitlab.com
tag:gitlab.com,2026-03-20:5226645366 Benjamin Bertrand pushed new project branch move-gitlab-com at MaxIV / Tools / tango-takeoff 2026-03-20T14:36:34Z beenje Benjamin Bertrand

Benjamin Bertrand (17bf4da9) at 20 Mar 14:36

Update pre-commit configuration

... and 3 more commits

tag:gitlab.com,2026-03-20:5226440047 Benjamin Bertrand commented on merge request !38 at tango-controls / gitlab-ci-templates 2026-03-20T13:48:57Z beenje Benjamin Bertrand

@t-b should we merge?

tag:gitlab.com,2026-03-20:5225614920 Benjamin Bertrand deleted project branch restart-subcommand at MaxIV / Tools / tango-takeoff 2026-03-20T10:18:28Z beenje Benjamin Bertrand

Benjamin Bertrand (9aa60e67) at 20 Mar 10:18

tag:gitlab.com,2026-03-20:5225614567 Benjamin Bertrand deleted project branch debug-ci at MaxIV / Tools / tango-takeoff 2026-03-20T10:18:23Z beenje Benjamin Bertrand

Benjamin Bertrand (6260e50a) at 20 Mar 10:18

tag:gitlab.com,2026-03-20:5225588616 Benjamin Bertrand created project MaxIV / Tools / tango-takeoff 2026-03-20T10:11:43Z beenje Benjamin Bertrand tag:gitlab.com,2026-03-20:5225589382 Benjamin Bertrand closed issue #15: Issue with pytango 10.1.1 at MaxIV / Tools / tango-takeoff 2026-03-20T09:56:54Z beenje Benjamin Bertrand

takeoff find "*/*" exits with: Error: " " cannot be entirely parsed into int`

Actually comes from pytango:

>>> import tango
>>> tango.utils.info()
"PyTango 10.1.1 (10, 1, 1)\nPyTango compiled with:\n    Python   : 3.11.14\n    Numpy    : 2.3.4\n    Tango    : 10.1.1\n    pybind11 : 3.0.1\n\nPyTango runtime is:\n    Python   : 3.11.14\n    Numpy    : 2.3.4\n    Tango    : 10.1.1\n\nPyTango running on:\nuname_result(system='Darwin', node='w-benber-pc-0.maxiv.lu.se', release='25.0.0', version='Darwin Kernel Version 25.0.0: Wed Sep 17 21:41:50 PDT 2025; root:xnu-12377.1.9~141/RELEASE_ARM64_T6030', machine='arm64')\n"
>>> db = tango.Database()
>>> db.get_server_info("DataBaseds/2")
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
tango._tango.DevFailed: DevFailed[
    DevError[
        desc = " " cannot be entirely parsed into int
        origin = T Tango::detail::parse_as(std::string_view) [T = int] at (/Users/runner/miniforge3/conda-bld/cpptango_1758200193404/work/src/common/parse.cpp:43)
        reason = API_InvalidArgs
        severity = ERR
    ]
]
>>> db.get_server_info("TangoTest/test")
DbServerInfo(host = ' ', level = 0, mode = 0, name = 'TangoTest/test')

This is a cpptango issue: tango-controls/cppTango#1553

tag:gitlab.com,2026-03-20:5225592447 Benjamin Bertrand accepted merge request !22: Fix for cpptango &gt;=10.1 at MaxIV / Tools / tango-takeoff 2026-03-20T09:56:53Z beenje Benjamin Bertrand
  • Update pixi config
  • Remove TANGO_HOST env variable. Env variable priority changed in pixi. task.env has the highest priority and can't be overwritten by outside environment variables. Let use set it themselves.
  • Fix get_server_info for cpptango >=10.1. See tango-controls/cppTango#1553. This won't be fixed before 10.4.

Closes #15

tag:gitlab.com,2026-03-20:5225592438 Benjamin Bertrand commented on merge request !22 at MaxIV / Tools / tango-takeoff 2026-03-20T09:56:49Z beenje Benjamin Bertrand

Thanks for the review!

By Benjamin Bertrand on 2026-03-20T10:56:49

tag:gitlab.com,2026-03-20:5225592446 Benjamin Bertrand approved merge request !22: Fix for cpptango &gt;=10.1 at MaxIV / Tools / tango-takeoff 2026-03-20T09:17:17Z beenje Benjamin Bertrand
  • Update pixi config
  • Remove TANGO_HOST env variable. Env variable priority changed in pixi. task.env has the highest priority and can't be overwritten by outside environment variables. Let use set it themselves.
  • Fix get_server_info for cpptango >=10.1. See tango-controls/cppTango#1553. This won't be fixed before 10.4.

Closes #15

tag:gitlab.com,2026-03-20:5225000419 Benjamin Bertrand approved merge request !1403: Remove setuptools dependency at taurus-org / taurus 2026-03-20T07:27:18Z beenje Benjamin Bertrand

Thanks for creating a Merge Request and contributing to Taurus project!

Be sure your MR takes into consideration the following:

  • Code follows the guidelines described in CONTRIBUTING.md
  • If the MR fixes an existing issue, link to the issue.
  • Documentation has been added/updated, if applicable.
  • Removed the draft state when its ready to be reviewed.
  • The MR is up to date with last develop branch.
  • Update CHANGELOG.md

We migrated the use of pkg_resources to importlib. If I remember correctly this was the reason to pin setuptools to <81. Now we can remove the pin.

I saw this when updating the dependencies in the conda package for 5.4.0. I needed to keep the pin there, we can update it in the next patch release.

tag:gitlab.com,2026-03-19:5225592445 Benjamin Bertrand approved merge request !22: Fix for cpptango &gt;=10.1 at MaxIV / Tools / tango-takeoff 2026-03-19T15:48:30Z beenje Benjamin Bertrand
  • Update pixi config
  • Remove TANGO_HOST env variable. Env variable priority changed in pixi. task.env has the highest priority and can't be overwritten by outside environment variables. Let use set it themselves.
  • Fix get_server_info for cpptango >=10.1. See tango-controls/cppTango#1553. This won't be fixed before 10.4.

Closes #15

tag:gitlab.com,2026-03-19:5225592384 Benjamin Bertrand commented on merge request !22 at MaxIV / Tools / tango-takeoff 2026-03-19T15:39:21Z beenje Benjamin Bertrand

Ping @antjou and @johfor

Does this fix makes sense?

By Benjamin Bertrand on 2026-03-19T16:48:30

tag:gitlab.com,2026-03-19:5225592444 Benjamin Bertrand opened merge request !22: Fix for cpptango &gt;=10.1 at MaxIV / Tools / tango-takeoff 2026-03-19T15:27:57Z beenje Benjamin Bertrand
  • Update pixi config
  • Remove TANGO_HOST env variable. Env variable priority changed in pixi. task.env has the highest priority and can't be overwritten by outside environment variables. Let use set it themselves.
  • Fix get_server_info for cpptango >=10.1. See tango-controls/cppTango#1553. This won't be fixed before 10.4.

Closes #15

tag:gitlab.com,2026-03-19:5221826107 Benjamin Bertrand created project MaxIV / Tools / takeoff-deletion_scheduled-80414185 2026-03-19T12:04:25Z beenje Benjamin Bertrand