Skip to content

Commit 0864316

Browse files
Merge branch 'main' into GOATS-1337/integrate-j-daviz-into-goats
2 parents b77e295 + 7aac2ca commit 0864316

53 files changed

Lines changed: 1030 additions & 428 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/build_release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626

2727
steps:
2828
- name: Checkout repository
29-
uses: actions/checkout@v6
29+
uses: actions/checkout@v7
3030
with:
3131
fetch-depth: 0
3232
ref: ${{ inputs.branch }}

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
# your codebase is analyzed, see https://docs.github.com/en/code-security/code-scanning/creating-an-advanced-setup-for-code-scanning/codeql-code-scanning-for-compiled-languages
6060
steps:
6161
- name: Checkout repository
62-
uses: actions/checkout@v6
62+
uses: actions/checkout@v7
6363

6464
# Add any setup steps before running the `github/codeql-action/init` action.
6565
# This includes steps like installing compilers or runtimes (`actions/setup-node`

.github/workflows/python_ci.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
name: Run linter
1818
runs-on: ubuntu-latest
1919
steps:
20-
- uses: actions/checkout@v6
20+
- uses: actions/checkout@v7
2121
- name: Run linter
2222
uses: astral-sh/ruff-action@v3
2323
with:
@@ -27,7 +27,7 @@ jobs:
2727
name: Check format
2828
runs-on: ubuntu-latest
2929
steps:
30-
- uses: actions/checkout@v6
30+
- uses: actions/checkout@v7
3131
- name: Check format
3232
uses: astral-sh/ruff-action@v3
3333
with:
@@ -43,7 +43,7 @@ jobs:
4343
python-version: ["3.12"]
4444
steps:
4545
- name: Checkout
46-
uses: actions/checkout@v6
46+
uses: actions/checkout@v7
4747

4848
- name: Install uv and set the python version
4949
uses: astral-sh/setup-uv@v7

.github/workflows/run_htmlhint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
run_htmlhint:
1515
runs-on: ubuntu-latest
1616
steps:
17-
- uses: actions/checkout@v6
17+
- uses: actions/checkout@v7
1818

1919
- name: Install Node.js
2020
uses: actions/setup-node@v6

.github/workflows/run_stylelint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- name: Check out repository code
18-
uses: actions/checkout@v6
18+
uses: actions/checkout@v7
1919

2020
- name: Setup Node.js
2121
uses: actions/setup-node@v6

ci_environment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ channels:
2626
- nodefaults
2727

2828
dependencies:
29-
- dragons=4.2.1
29+
- dragons=4.2.2
3030
- pip>=25.1.1
3131
- python=3.12
3232
- redis-server>=7.4.0,<8

docs/changes/678.bugfix.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/changes/679.bugfix.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/changes/697.bugfix.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Fixed telescope name and added filter suffix for LSST and ZTF data ingested from ANTARES

docs/changes/698.change.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Overhauled file management and listing in GOATS for improved organization and usability.

0 commit comments

Comments
 (0)