diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..c11a11f --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,8 @@ +# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file + +version: 2 +updates: + - package-ecosystem: "github-actions" # See documentation for possible values + directory: "/" # Location of package manifests + schedule: + interval: "weekly" diff --git a/.github/workflows/check-crlf.yml b/.github/workflows/check-crlf.yml index e87dcbe..73c0bc8 100644 --- a/.github/workflows/check-crlf.yml +++ b/.github/workflows/check-crlf.yml @@ -12,7 +12,7 @@ jobs: steps: - name: Checkout repository contents - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Use action to check for CRLF endings uses: erclu/check-crlf@v1.2.0 diff --git a/.github/workflows/irc_notify.yml b/.github/workflows/irc_notify.yml index f2aba83..482f505 100644 --- a/.github/workflows/irc_notify.yml +++ b/.github/workflows/irc_notify.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest steps: - name: irc push - uses: rectalogic/notify-irc@v1 + uses: rectalogic/notify-irc@v2 if: github.event_name == 'push' with: channel: "#oih" @@ -26,7 +26,7 @@ jobs: ${{ github.actor }} pushed ${{ github.event.ref }} ${{ github.event.compare }} ${{ join(github.event.commits.*.message) }} - name: irc pull request - uses: rectalogic/notify-irc@v1 + uses: rectalogic/notify-irc@v2 if: github.event_name == 'pull_request' with: channel: "#oih" @@ -35,8 +35,9 @@ jobs: notice: true message: | ${{ github.actor }} opened PR ${{ github.event.pull_request.html_url }} + ${{ github.event.pull_request.title }} - name: irc tag created - uses: rectalogic/notify-irc@v1 + uses: rectalogic/notify-irc@v2 if: github.event_name == 'create' && github.event.ref_type == 'tag' with: channel: "#oih" diff --git a/LICENSE.md b/LICENSE.md index 9f4a111..f8097f0 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2023 Ocean InfoHub +Copyright (c) 2024 Ocean InfoHub Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index 961f29a..f5a508b 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,6 @@ This repo contains the code for the Ocean Info Hub Global Search Portal. * `/indexer` contains all of the code to ingest the OIH graph into the SOLR Instance * `/solr` contains the configuration required for the solr instance, including the schema. * `/frontend` contains the code for the static javascript app. This will produce a container in dev mode running a live server, and a static html/javascript site in production mode. -* `/regions` contains the QGIS file defining the gographical regions. +* `/regions` contains the QGIS file defining the geographical regions. See the individual README files for more information. diff --git a/frontend/public/index.html b/frontend/public/index.html index 8a0a9c8..7377358 100644 --- a/frontend/public/index.html +++ b/frontend/public/index.html @@ -1,82 +1,49 @@ -
- - - - - - - - - -