Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v1.26.0 #145

Merged
merged 74 commits into from
Oct 7, 2023
Merged

Release v1.26.0 #145

merged 74 commits into from
Oct 7, 2023

Commits on Jun 13, 2019

  1. Merge branch 'develop'

    r-owen committed Jun 13, 2019
    Configuration menu
    Copy the full SHA
    4ed49ca View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2019

  1. Merge branch 'develop'

    r-owen committed Jun 19, 2019
    Configuration menu
    Copy the full SHA
    2f783a3 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2019

  1. Merge branch 'develop'

    r-owen committed Jun 27, 2019
    Configuration menu
    Copy the full SHA
    4e10b9f View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2019

  1. Merge branch 'develop'

    r-owen committed Aug 12, 2019
    Configuration menu
    Copy the full SHA
    4819b66 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2019

  1. Merge branch 'develop'

    * develop:
      Update ATTCS and at_tracking tests to salobj v4
      Add some cosmetics fixes.
      Fixed passing check to configuration in at_tracking_tcs
      Unpack dictionary
      Initial tracking integration test with attcs
      Fix flake8 violation on attcs.py
      Added heartbeat check
      Fix atptg
      added await
      unfixed a fix that wasn't a fix
      unfixed a fix that wasn't a fix
      fixed problems
      fixed capitalization issue
      fault state tests
      rewrote test to actually be a unit test
      Added tracking
      added unit test for slew
      Add attcs
      Added athexapod correction check & pneumatics correction check
      A version of the tracking integration test
    tribeiro committed Aug 21, 2019
    Configuration menu
    Copy the full SHA
    d909e3c View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2019

  1. Merge branch 'develop'

    * develop:
      DM-21027: Get ATTCS class and scripts in latest version of standard script.
    tribeiro committed Sep 6, 2019
    Configuration menu
    Copy the full SHA
    8b3b04f View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2019

  1. Merge branch 'develop'

    * develop:
      Update scripts and tests for ts_xml v4.4.
      DM-21741: Improvements on attcs class.
    tribeiro committed Oct 30, 2019
    Configuration menu
    Copy the full SHA
    a2d4028 View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2019

  1. Merge branch 'develop'

    r-owen committed Dec 23, 2019
    Configuration menu
    Copy the full SHA
    bf46f6a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e043aa5 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2020

  1. Merge branch 'develop'

    * develop:
      Fix for ATMonochromator.Slit enumeration. Improve Jenkinsfile so it will checkout all dependencies in the appropriate branch.
    tribeiro committed Jan 13, 2020
    Configuration menu
    Copy the full SHA
    7a595f2 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2020

  1. Merge branch 'develop'

    r-owen committed Feb 13, 2020
    Configuration menu
    Copy the full SHA
    fabc706 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2020

  1. Merge branch 'develop'

    * develop:
      Improve close down of latiss mock. (+41 squashed commits) Squashed commits: Fix put event with inexistent force_output argument. Update unit tests. Fix to slew pa so that dispersion is aligned with elevation. Implement fix on slew_pa. Add stop_all task to stop dome and telescope ing of parallacti angle method. print parallactic angle in degrees. Add option to set rotator with respect to the parallactic angle. Make offsets_azel and offset_xy persistent or not. Fix prepare for flat. Fix, prepare for flat. Correct angle between camera and az/el axis when doing xy offset. Fix the way it calculates offset_xy using nasmyth2. Some improvements in the startup procedure. Update offset_radec to use right configuration. Get position of nasmyth 2 when doing the offset instead of the nasmyth 1. Implement offset routines. Make some improvements to startup scripts. Fix slew to target check on atdome trajectory. Implement slew_object. Fix auto setting of shutter open/close. Disable check of atdometrajectory when moving telescope to park position in shutdown. Create internal event for dome in position. Deactivate wait_for_atdome_inposition while issue with the event is fixed. remove await from flush. Fix check_component_state In Shutdown, stop tracking once telescope arrives at park position. Improve monitor dome in position. in stop_tracking get in position before flushing. In stop tracking wait for mount in position = False event. Go back to stop tracking before sending new target. Go back to previous algorithm where no stop tracking is sent. use self.stop_tracking to stop tracking. Stop tracking before sending start tracking. Increase time to wait for telescope to start moving. Add first pass in monitor in position of the telescope Add a sleep of half settle time after slew command is sent to allow the telescope to start moving. pass ack to wait_for_inposition. Implement work around for dome mixing up in position event. Add wait for settle time in slew operation. Add place-holder for offset methods. Add timeout on wait for LFO event from the header service. Fix test_cam_take_image to publish evt_largeFileObjectAvailable after endReadout Fix unit tests for ATTCS class. Add unit test for baseGroup and some fixes for attcs_mock Fix infinity recursion in __getattribute__ Implement changes based on lessons learned after last run. Increase ATDome azimuth tolerance to match that of ATDomeTrajectory. Add debug statements to stop_tracking. Fix open_m1_cover for when cover is already opened. Implement stop tracking task, Some fixes in monitor_position. Some more improvements to ATTCS monitor_position. Fix calculating axes in position in monitor_position Implement some more improvements on ATTCS class. Some general improvements to ATTCS class operations. Implement some improvements in shutdown procedure. Add logging to LATISS class. Wait LFO before returning expose command Improve archiver wait in expose. Add sleep after images is taken. Add a longer wait for the target event before monitoring position. Flush azimuthState before homing. Improve slew activity to catch cases where the dome is already in position. In startup, home the dome and move it to east (az=90 deg) to avoid sun contact before opening the mirror. Increase timeout for atdome.cmd_closeShutter in shutdown procedure. Add BaseScriptTestCase and update the unit tests to use it.
    tribeiro committed Mar 4, 2020
    Configuration menu
    Copy the full SHA
    e79251a View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2020

  1. Merge branch 'develop'

    * develop:
      Update `make_idl_files.py` call in Jenkinsfile. Run Jenkins build against master.
      Fix headers in scripts and modules.
      Update unit tests and mock controllers to the latest version of the ATTCS class updates.
      Fix take image call in take image script..
      Update take image script.
      Fix open/close vents.
      Add missing await in add_point_data.
      Create `add_point_data` method to help add new pointing data.
      Fix call to open/close m1 vent method.
      Add open/close M1 vents. Add enable hexapod correction on startup.
      Add a new option to wait settle or not during a slew_icrs command.
      Fix rot_pa option in slew_icrs command.
      Add nasmyth to monitor_position.
      Trying to make wait_for_atmcs_inposition more robust for when slewing without stoping the mount.
      If running in non-stop tracking mode, clear in position event.
      In slew commands add an option to not stop tracking before slew. Implement filling up of track_id.
      Set default number of images to 1 in latiss.take_object and latiss.take_engtest.
      Remove wait for LFOA to latiss.take_image.
      Fix point_azel and atdometrajectory dependency when wait_dome is False.
      Fix bug in stop_tracking.
    tribeiro committed Mar 25, 2020
    Configuration menu
    Copy the full SHA
    e69db0b View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2020

  1. Merge branch 'develop'

    * develop:
      Implement changes to make code compatible with ts_observatory_control. Implement new ATCS and LATISS functionality on scripts. Moved classes to observatory control repo. Add additional scripts done during last AT run.
      Use taiTime or time, as appropriate
      Fix time->taiTime in an ATMCS command and event.
      Build idl files for each component individually to work around sal + xml issues. Will fix that once sal 4.1 is released.
      Fix flake8 warnings
      Add a git pre-commit hook to format with black
      Format code with black
    tribeiro committed Apr 22, 2020
    Configuration menu
    Copy the full SHA
    65be28e View commit details
    Browse the repository at this point in the history

Commits on May 12, 2020

  1. Merge branch 'develop'

    r-owen committed May 12, 2020
    Configuration menu
    Copy the full SHA
    59ce192 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2020

  1. Merge branch 'develop'

    r-owen committed May 19, 2020
    Configuration menu
    Copy the full SHA
    041048a View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2020

  1. Merge branch 'develop'

    r-owen committed Jun 5, 2020
    Configuration menu
    Copy the full SHA
    c9ac38c View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2020

  1. Merge branch 'develop'

    * develop:
      Flatten tests directory to work around a pytest limitation
      Add stop scripts and tests for them.
      Add missing boilerplate
      Rename main to maintel for main telescope scripts
      Fix boilerplate: T&S instead of DM
      Update scripts to use ``amain``.
      Fix import statements and unit tests for latest version of ts_observatory_control.
    tribeiro committed Jul 22, 2020
    Configuration menu
    Copy the full SHA
    f1a5a58 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2020

  1. Merge branch 'develop'

    r-owen committed Jul 27, 2020
    Configuration menu
    Copy the full SHA
    10b6ba9 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2020

  1. Merge branch 'develop'

    * develop:
      Implement latest PR review comments.
      Implement first round of PR comments.
      Pass script log attribute to the classes on all Scripts that uses ts_observatory_control classes. This guarantees that the log from the underlying task is logged to the EFD.
    tribeiro committed Aug 22, 2020
    Configuration menu
    Copy the full SHA
    6c98fd9 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2020

  1. Merge branch 'develop'

    * develop:
      Lock black version to 19.10b0 Remove unnecessary f-string on base_track_target.
      Implement different rotator strategies in track_target script. Update interface to latest version of ts_observatory_control. Disable concurrent builds.
      Remove unnecessary ups cfg file, which was causing scons to fail.
    tribeiro committed Sep 8, 2020
    Configuration menu
    Copy the full SHA
    ad6e5ec View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2020

  1. Merge branch 'develop'

    r-owen committed Sep 22, 2020
    Configuration menu
    Copy the full SHA
    b420c8a View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2020

  1. Merge branch 'develop'

    * develop:
      removed print statements from format_as_list utility
      added format_as_list to utils
      Use `salobj.name_to_name_index` in `set_summary_state`. This fixes the issue with regular expression that cause it to fails with components that had numbers in their name, e.g.; MTM2 and MTM1M3. Add new script RunCommand, that allows one to run any command from a CSC and (optionally) wait for an event. Add new option on BaseTrackTarget to “track target” for a specified duration. This allows us to mimic a visit with exposure.
    tribeiro committed Sep 25, 2020
    Configuration menu
    Copy the full SHA
    020dbf9 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2020

  1. Merge branch 'develop'

    * develop:
      Fix f-string in `base_track_target`.
    tribeiro committed Sep 26, 2020
    Configuration menu
    Copy the full SHA
    e6dc7f0 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2020

  1. Merge branch 'develop'

    * develop:
      Remove `pytest-runner` from `setup.py` `setup_requires` section. Squashed commits: Increase timeout to start components in dome trajectory test. Set random dds partition in `check_executable`. Increase timeout to make scripts. Use `set_random_lsst_dds_partition_prefix` instead of `set_random_dds_domain`. Update conda recipe with latest ts-conda-build.
      Implement fixes for xml 7
    tribeiro committed Nov 21, 2020
    Configuration menu
    Copy the full SHA
    e5edd81 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2021

  1. Merge branch 'develop'

    * develop:
      DM-28187: Update ts_observatory_control and ts_standardscript to remove NewMTMount. Replace NewMTMount with MTMount in enable_mtcs and standby_mtcs scripts.
      Add group_id and note to BaseTakeImage script.
      Implementing Jenkins shared library
      Implementing Jenkins shared library
    tribeiro committed Jan 15, 2021
    Configuration menu
    Copy the full SHA
    4a87fb0 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2021

  1. Merge commit 'f7fd3056dff32211d2a66175ae4a36ab5eac2e26'

    * commit 'f7fd3056dff32211d2a66175ae4a36ab5eac2e26':
      Update Jenkinsfile to fetch/prune git repos during build.
      Replace startup -> prepare_for_onsky.
      Fix run method in auxtel.prepare_for_onsky.
    tribeiro committed Feb 22, 2021
    Configuration menu
    Copy the full SHA
    09a78cc View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2021

  1. Merge branch 'develop'

    * develop:
      DM-29506: Support black upgrade   * Reformat code using black 20.   * Enabled pytest-black.   * Pin version of ts-conda-build to 0.3 in conda recipe.   * Update documentation format.
      On auxtel integration test dometrajectory_mcs Implement compatibility with xml 8.1.
    tribeiro committed Apr 15, 2021
    Configuration menu
    Copy the full SHA
    f711c4c View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2021

  1. Merge branch 'develop'

    * develop:
      Update version history.
      Making requested fix.
      Add offline scripts for maintel.
      Add offline scripts for auxtel.
    tribeiro committed Apr 28, 2021
    Configuration menu
    Copy the full SHA
    4d24711 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2021

  1. Merge branch 'develop'

    r-owen committed May 4, 2021
    Configuration menu
    Copy the full SHA
    56be56a View commit details
    Browse the repository at this point in the history

Commits on May 25, 2021

  1. Merge branch 'develop'

    * develop:
      Update `BaseTakeImage`:  * Add instrument setup time to duration estimation.  * Only setup instrument configuration in the first image.  * Update unit tests.
    tribeiro committed May 25, 2021
    Configuration menu
    Copy the full SHA
    c58b13e View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2021

  1. Merge branch 'develop'

    * develop:
      Fix import statement in `prepare_for_onsky`
      Update prepare for onsky Script to check that LATISS components are enabled before executing.
    tribeiro committed Sep 30, 2021
    Configuration menu
    Copy the full SHA
    e7eeb7d View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2021

  1. Merge branch 'develop'

    * develop:
      Update version history.
      Add unit test for auxtel/stop_tracking script.
      Add unit testing for `auxtel/track_target_and_take_image` script.
      In auxtel/track_arget_and_take_image add an option to build observatory control classes without remotes. Useful for unit testing.
      Fix ang -> rot_sky required field in track_target_and_take_image.
      Update permissions for stop_tracking.py
      Update track_target_and_take_image.py
      Updated track_target_and_take_image.py
      Finish wrapping up stop_tracking.py
      Add stop_tracking.py
      Add track target and take image script.
    tribeiro committed Oct 12, 2021
    Configuration menu
    Copy the full SHA
    1efeafe View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2021

  1. Merge branch 'develop'

    * develop:
      Update version history.
      Add track target and take image script for the main telescope and comcam.
      Update auxtel/track_target_and_take_image with new base script.
      Add BaseTrackTargetAndTakeImage Script. A base script for simple track target and take images.
      Remove test_black. This is now done with pytest-black.
      Implement `StopTracking` script for the main telescope from `BaseStopTracking`.
      Update `auxtel/stop_tracking` script to use `BaseStopTracking`.
      Add `BaseStopTracking` script that implements stop_tracking for `BaseTCS` classes.
    tribeiro committed Oct 19, 2021
    Configuration menu
    Copy the full SHA
    f20c588 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2021

  1. Merge branch 'develop'

    r-owen committed Nov 17, 2021
    Configuration menu
    Copy the full SHA
    b4ebf9a View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2022

  1. Merge branch 'develop' into main

    * develop:
      tickets/DM-33000
      Implement new reason/program image feature on auxtel and comcam scripts.
    tribeiro committed Feb 9, 2022
    Configuration menu
    Copy the full SHA
    ded45a0 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2022

  1. Merge branch 'develop'

    r-owen committed Mar 2, 2022
    Configuration menu
    Copy the full SHA
    d86b87c View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2022

  1. Merge branch 'develop'

    mareuter committed Mar 29, 2022
    Configuration menu
    Copy the full SHA
    7ac68b2 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2022

  1. Merge branch 'develop'

    mareuter committed Apr 4, 2022
    Configuration menu
    Copy the full SHA
    d38bca8 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2022

  1. Merge branch 'develop' into main

    * develop:
      Update version history.
      Fix tests/test_auxtel_detector_characterization_std_flat_dataset.py to take into account snaps.
      Update unit tests for `auxtel/track_target_and_take_image` script to take into account n>1 snaps and add unit test for the condition.
      In `auxtel/track_target_and_take_image` implement taking data with n>1.
      In `auxtel/track_target_and_take_image` script, implement a rotator flipping routine. First it will try to slew the telescope with the provided rotation angle, if that doesn't work, flip 180 degrees and try again.
      Add unit tests for the load snapshot scheduler scripts.
      Add unit tests for the stop scheduler scripts.
      Add unit tests for the resume scheduler scripts.
      Add unit tests for the standby scheduler scripts.
      Add unit tests for the enable scheduler scripts.
      Add executables for the main telescope scheduler operational scripts.
      Add executables for the auxiliary telescope scheduler operational scripts.
      Add test utilities for the scheduler operational scripts.
      Add scheduler submodule with base scripts for operating the Scheduler. These are generic implementations that can be used for both the AT and MT schedulers.
      Update setup.cfg to specify async_mode for pytest.
    tribeiro committed Apr 23, 2022
    Configuration menu
    Copy the full SHA
    62bcbfa View commit details
    Browse the repository at this point in the history

Commits on May 13, 2022

  1. Merge branch 'develop'

    * develop:
      Update version history.
      Update GetStdFlatDataset unit test to reduce script test time by reducing the exposure time for darks and using a smaller sequence of flat-fields.
      In GetStdFlatDataset, pass group_id to take_bias, take_flats and take_darks to group data together.
      Update version history.
      Add Script `LateStutteredLatiss` to take stuttered images with LATISS.
      In BaseTakeImage, add option to take acquisition images.
      Add ``BaseTakeStuttered`` script to take stuttered images.
    tribeiro committed May 13, 2022
    Configuration menu
    Copy the full SHA
    1f72b4f View commit details
    Browse the repository at this point in the history

Commits on May 30, 2022

  1. Merge branch 'develop'

    * develop:
      Update version history.
      * In ``AuxTel/PrepareForOnsky`` add configuration to allow users to ignore certain CSCs. * Add unit tests for ``prepare_for_onsky`` script.
      In ``BaseTrackTarget``:
      Update the version history
      test_auxtel_stop: await controller before writing to it
      Call super().start() first in start method overrides
      BaseSchedulerTestCase: simplify make_controller a bit
      Remove cls argument from abstract static methods
      setup.cfg: add spaces around =
      doc/conf.py: make linters happier
      git ignore .hypothesis
    tribeiro committed May 30, 2022
    Configuration menu
    Copy the full SHA
    696e11f View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2022

  1. Merge branch 'develop'

    * develop:
      conda/meta.yaml: remove script_env section
      Build noarch
      Update the version history
      Update the README files
      Standardize issue tracker URLs
      Update build files to use pyproject.toml
      doc/index: update location of scripts directory
      Move scripts to python/.../data/scripts
      Tweak .gitignore
      Use pre-commit instead of .githooks/pre-commit
    tribeiro committed Jun 22, 2022
    Configuration menu
    Copy the full SHA
    8e49f04 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2022

  1. Merge branch 'develop'

    * develop:
      Update version history
      Update CI script to take into account renaming of ts_ATMCSSimulator -> ts_atmcssimulator and to abort running builds if there is a new one in line.
      Update conda recipe to improve handling different versions of python.
      Update eups table to take into account atmcs simulator package renaming (ts_ATMCSSimulator -> ts_atmcssimulator).
    tribeiro committed Jul 13, 2022
    Configuration menu
    Copy the full SHA
    bc12fea View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2022

  1. Merge commit '630e7fd9b65f636e2f03a8309b6a472ff90d4356'

    * commit '630e7fd9b65f636e2f03a8309b6a472ff90d4356':
      Create new script setup_mtcs with unit tests
    tribeiro committed Aug 16, 2022
    Configuration menu
    Copy the full SHA
    5a971e4 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'develop'

    * develop:
      Update setup_mtcs.py to fix bug on start m1m3
    tribeiro committed Aug 16, 2022
    Configuration menu
    Copy the full SHA
    fa11b57 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2022

  1. Merge branch 'develop'

    * develop:
      In `base_track_target_and_take_image`, improve checkpoints messages.
      In maintel/track_target_and_take_image_comcam.py implement `load_playlist`.
      In auxtel/track_target_and_take_image, implement `load_playlist` method.
      In `BaseTrackTargetAndTakeImage`, add configuration parameter to allow specifying a camera playlist and, if specified, load it before running the script.
    tribeiro committed Sep 8, 2022
    Configuration menu
    Copy the full SHA
    dbb545f View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2022

  1. Merge branch 'develop'

    tribeiro committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    ad8c1ea View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2022

  1. Merge branch 'develop'

    tribeiro committed Oct 17, 2022
    Configuration menu
    Copy the full SHA
    a557c7f View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2022

  1. Merge branch 'develop'

    r-owen committed Oct 26, 2022
    Configuration menu
    Copy the full SHA
    efecf92 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2022

  1. Merge branch 'develop'

    * develop:
      Update setup_mtcs.py with TODO
      Update version_history.rst
      Update maintel/setup_mtcs.py to include home for the mount ...
      Update version history.
      Implement track_target_and_take_image_gencam script
    tribeiro committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    2d9be50 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2023

  1. Merge branch 'develop'

    tribeiro committed Jan 13, 2023
    Configuration menu
    Copy the full SHA
    2ccfb05 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2023

  1. Merge branch 'develop'.

    wvreeven committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    301c070 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2023

  1. Merge branch 'develop'

    tribeiro committed Jan 26, 2023
    Configuration menu
    Copy the full SHA
    8ae8dbc View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2023

  1. Merge branch 'develop'

    tribeiro committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    2ff9155 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2023

  1. Merge branch 'develop'

    couger01 committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    560ddb3 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2023

  1. Merge branch 'develop'

    tribeiro committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    d10bc04 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2023

  1. Merge branch 'develop'

    tribeiro committed May 9, 2023
    Configuration menu
    Copy the full SHA
    6667af3 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2023

  1. Merge branch 'develop'

    tribeiro committed May 12, 2023
    Configuration menu
    Copy the full SHA
    84294da View commit details
    Browse the repository at this point in the history

Commits on May 31, 2023

  1. Merge branch 'develop'

    tribeiro committed May 31, 2023
    Configuration menu
    Copy the full SHA
    2d8008a View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2023

  1. Merge branch 'develop'

    tribeiro committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    fb159ca View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2023

  1. Merge branch 'develop'

    tribeiro committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    9b2a115 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2023

  1. Merge branch 'develop'

    tribeiro committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    efd1c36 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2023

  1. Merge branch 'develop'

    tribeiro committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    36a02d5 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2023

  1. Merge branch 'develop'

    tribeiro committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    1042cb0 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2023

  1. Merge branch 'develop'

    tribeiro committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    1735d6d View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2023

  1. Merge branch 'develop'

    tribeiro committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    6c8308f View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2023

  1. Merge branch 'develop'

    edennihy committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    ce126d8 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2023

  1. Merge branch 'develop'

    edennihy committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    9a75681 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2023

  1. Merge branch 'develop'

    wvreeven committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    23288ce View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2023

  1. Merge branch 'develop'

    wvreeven committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    6785d54 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2023

  1. Merge branch 'develop'

    edennihy committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    fa24202 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2023

  1. Merge branch 'develop'

    tribeiro committed Oct 7, 2023
    Configuration menu
    Copy the full SHA
    e7ceaec View commit details
    Browse the repository at this point in the history
  2. Update version history.

    tribeiro committed Oct 7, 2023
    Configuration menu
    Copy the full SHA
    20b6f1f View commit details
    Browse the repository at this point in the history