TOMToolkit / tom_lt

Liverpool Telescope facility module for the TOM Toolkit
GNU General Public License v3.0
2 stars 0 forks source link

Bump tomtoolkit from 2.18.2 to 2.19.1 #50

Closed dependabot[bot] closed 2 months ago

dependabot[bot] commented 3 months ago

Bumps tomtoolkit from 2.18.2 to 2.19.1.

Release notes

Sourced from tomtoolkit's releases.

tomtoolkit 2.19.1

What's Changed

Full Changelog: https://github.com/TOMToolkit/tom_base/compare/2.19.0...2.19.1

tomtoolkit 2.19.0

Note: This is a Substantial Update.

This change will allow users to extend the Target Model with their own fields. It is backwards compatible in that you should see no difference in your current code, but once you have upgraded to tomtoolkit-2.19.0 and run manage.py migrate you will not be able to easily revert back to prior versions of the TOM Toolkit. We recommend backing up your DB before performing any complex migrations. If you have any questions or need any assistance, please don't hesitate to contact us on the TOM Toolkit slack workspace or at tomtoolkit-maintainers@lco.global.

Extended Target Model:

This change allows users to provide their own django model containing custom Target Fields. This is meant to complement or replace the Target Extras. A Management command is provided for converting your Target Extras into custom Fields once they are created, and a full description of this capability is given in the docs

Enhanced Match Manager:

We also include with this release, an improved match manager. This tool makes checking for related or identical targets easier, and now includes a built in cone-search option. The most significant change to the earlier match manager is that this one should be substantially easier to extend and modify by users. A complete description of this new feature is included in the docs.

What's Changed

Full Changelog: https://github.com/TOMToolkit/tom_base/compare/2.18.6...2.19.0

tomtoolkit 2.19.0a2

What's Changed

Full Changelog: https://github.com/TOMToolkit/tom_base/compare/2.19.0a1...2.19.0a2

tomtoolkit 2.19.0a1

What's Changed

Full Changelog: https://github.com/TOMToolkit/tom_base/compare/2.18.4...2.19.0a1

tomtoolkit 2.19.0a

What's Changed

... (truncated)

Commits
  • dba6e2c Merge pull request #977 from TOMToolkit/971-malformed-data-products-can-break...
  • f992e74 Merge branch 'dev' into 971-malformed-data-products-can-break-target-detail-page
  • e03c243 Merge pull request #976 from TOMToolkit/975-targetlists-broken-with-custom-us...
  • 9ea42db Merge branch 'dev' into 975-targetlists-broken-with-custom-user-model
  • 201675e only include phtometry for plot if actually numbers
  • 7785817 fix typo in docs
  • 532c1c0 Merge branch 'dev' into 975-targetlists-broken-with-custom-user-model
  • 005a824 Merge pull request #972 from TOMToolkit/feature/add_nav_bar_integration_points
  • b218a98 Merge branch 'dev' into feature/add_nav_bar_integration_points
  • 44cf3dd update docs for migration safety
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 2 months ago

Superseded by #54.