Skip to content

Releases: WHOIGit/ifcbdb

IFCB Dashboard 5.1

13 Mar 20:20
8a7d545

Choose a tag to compare

What's Changed

Full Changelog: v5.0.0...v5.1.0

IFCB Dashboard 5.0

06 Feb 19:43
16e8cc6

Choose a tag to compare

Major New Features

  • Team enhancements--designed to help teams manage their own data
  • Bin management admin page
  • Bug fixes and performance improvements

What's Changed

Full Changelog: v4.5.0...v5.0.0

Upgrading

To upgrade to this release, modify your .env file and add this line:

IFCBDB_IMAGE=whoi/ifcb-dashboard:5.0.0

Before restarting, you may want to pull that image to reduce downtime.

docker pull whoi/ifcb-dashboard:5.0.0

Restart and run collectstatic and migrate

docker compose down
docker compose up -d
docker compose exec ifcbdb python manage.py collectstatic --noinput
docker compose exec ifcbdb python manage.py migrate

IFCB Dashboard 4.5.0

04 Dec 16:06
d9b7a1f

Choose a tag to compare

What's Changed

Full Changelog: v4.4.0...v4.5.0

Upgrading

To upgrade to this release, modify your .env file and add this line:

IFCBDB_IMAGE=whoi/ifcb-dashboard:4.5.0

Before restarting, you may want to pull that image to reduce downtime.

docker pull whoi/ifcb-dashboard:4.5.0

Restart and run collectstatic

docker compose down
docker compose up -d
docker compose exec ifcbdb python manage.py collectstatic --noinput

IFCB Dashboard 4.4.0

23 May 18:35
2bb00a1

Choose a tag to compare

What's Changed

Full Changelog: v4.3.1...v4.4.0

Upgrading

To upgrade to this release, modify your .env file and add this line:

IFCBDB_IMAGE=whoi/ifcb-dashboard:4.3.1

Before restarting, you may want to pull that image to reduce downtime.

docker pull whoi/ifcb-dashboard:4.3.1

Restart and run collectstatic and migrate

docker compose down
docker compose up -d
docker compose exec ifcbdb python manage.py migrate
docker compose exec ifcbdb python manage.py collectstatic --noinput

IFCB Dashboard 4.3.1

20 May 17:25

Choose a tag to compare

What's Changed

Full Changelog: v4.3.0...v4.3.1

Upgrading

To upgrade to this release, modify your .env file and add this line:

IFCBDB_IMAGE=whoi/ifcb-dashboard:4.3.1

Before restarting, you may want to pull that image to reduce downtime.

docker pull whoi/ifcb-dashboard:4.3.1

Restart and run collectstatic and migrate

docker compose down
docker compose up -d
docker compose exec ifcbdb python manage.py migrate
docker compose exec ifcbdb python manage.py collectstatic --noinput

IFCB Dashboard 4.3.0

04 Nov 19:50

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.2.1...v4.3.0

Upgrading

To upgrade to this release, modify your .env file and add this line:

IFCBDB_IMAGE=whoi/ifcb-dashboard:4.3.0

Before restarting, you may want to pull that image to reduce downtime.

docker pull whoi/ifcb-dashboard:4.3.0

Restart and run collectstatic and migrate

docker compose down
docker compose up -d
docker compose exec ifcbdb python manage.py migrate
docker compose exec ifcbdb python manage.py collectstatic --noinput

v4.2.1

16 Aug 17:25
24bcded

Choose a tag to compare

What's Changed

Full Changelog: v4.2.0...v4.2.1

Upgrading

To upgrade to this release, modify your .env file and add this line:

IFCBDB_IMAGE=whoi/ifcb-dashboard:4.2.1

Before restarting, you may want to pull that image to reduce downtime.

docker pull whoi/ifcb-dashboard:4.2.1

Restart and run collectstatic:

docker compose down
docker compose up -d
docker compose exec ifcbdb python manage.py collectstatic --noinput

v4.2.0

30 Jul 17:40

Choose a tag to compare

What's Changed

Full Changelog: v4.1.1...v4.2.0

IFCB Dashboard 4.1.1

26 Jun 20:01
f6001cb

Choose a tag to compare

What's Changed

  • Disabled mosaic generation for external clients accessing /api/bin to prevent inadvertent DOS
  • Fixed bug where menus would not close when clicking outside the menu
  • Fixed bug where large numbers of geolocated bins in a single dataset would result in a blank map

IFCB Dashboard 4.1.0

25 Apr 17:06
b9553b0

Choose a tag to compare

What's changed

  • Ported remote IFCB support for auto-transfer utility to pyifcb 1.1 which uses smbprotocol instead of pysmb
  • Modified autotransfer utility accordingly

Note that the autotransfer utility is currently not documented and only works with IFCBs that export an SMB share and are accessible at static IP addresses, so it is of limited use.