diff --git a/.github/workflows/deploy-docs.yml b/.github/workflows/deploy-docs.yml index 90f0643c..14ce76b0 100644 --- a/.github/workflows/deploy-docs.yml +++ b/.github/workflows/deploy-docs.yml @@ -19,11 +19,11 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: token: ${{ secrets.GITHUB_TOKEN }} - - uses: conda-incubator/setup-miniconda@v3.3.0 + - uses: conda-incubator/setup-miniconda@v4.0.1 with: miniforge-variant: Miniforge3 miniforge-version: latest diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 4be1510c..eb10c8ca 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -31,7 +31,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Setup Node.js uses: actions/setup-node@v6 diff --git a/.github/workflows/fix-license-header.yml b/.github/workflows/fix-license-header.yml index fa729223..24a2fb4b 100644 --- a/.github/workflows/fix-license-header.yml +++ b/.github/workflows/fix-license-header.yml @@ -17,7 +17,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/py-code-style.yml b/.github/workflows/py-code-style.yml index f9f728cd..55762d0a 100644 --- a/.github/workflows/py-code-style.yml +++ b/.github/workflows/py-code-style.yml @@ -39,7 +39,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/py-tests.yml b/.github/workflows/py-tests.yml index 39a87f04..6e8e5ac7 100644 --- a/.github/workflows/py-tests.yml +++ b/.github/workflows/py-tests.yml @@ -38,7 +38,7 @@ jobs: sudo apt-get update sudo apt-get install -y libdbus-1-3 libdbus-1-dev libglib2.0-dev - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/py-typing.yml b/.github/workflows/py-typing.yml index a9ccb6cd..2e558860 100644 --- a/.github/workflows/py-typing.yml +++ b/.github/workflows/py-typing.yml @@ -37,7 +37,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/reusable-typescript.yml b/.github/workflows/reusable-typescript.yml index 95a42f1e..d2b059b0 100644 --- a/.github/workflows/reusable-typescript.yml +++ b/.github/workflows/reusable-typescript.yml @@ -58,7 +58,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Use Node.js ${{ inputs.node-version }} uses: actions/setup-node@v6 diff --git a/.github/workflows/ts-code-style.yml b/.github/workflows/ts-code-style.yml index 52052d17..400ef4f0 100644 --- a/.github/workflows/ts-code-style.yml +++ b/.github/workflows/ts-code-style.yml @@ -53,7 +53,7 @@ jobs: continue-on-error: true steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Use Node.js 22 uses: actions/setup-node@v6 diff --git a/.github/workflows/ts-typing.yml b/.github/workflows/ts-typing.yml index 750e4fb7..4f12cb21 100644 --- a/.github/workflows/ts-typing.yml +++ b/.github/workflows/ts-typing.yml @@ -39,7 +39,7 @@ jobs: needs: type-check steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Use Node.js 22 uses: actions/setup-node@v6 diff --git a/datalayer_core/cli/commands/agents.py b/datalayer_core/cli/commands/agents.py index 83798aef..f776b050 100644 --- a/datalayer_core/cli/commands/agents.py +++ b/datalayer_core/cli/commands/agents.py @@ -1,3 +1,6 @@ +# Copyright (c) 2023-2025 Datalayer, Inc. +# Distributed under the terms of the Modified BSD License. + # Copyright (c) 2023-2026 Datalayer, Inc. # Distributed under the terms of the Modified BSD License. diff --git a/datalayer_core/cli/commands/evals.py b/datalayer_core/cli/commands/evals.py index 72f27732..b642b5e3 100644 --- a/datalayer_core/cli/commands/evals.py +++ b/datalayer_core/cli/commands/evals.py @@ -1,3 +1,6 @@ +# Copyright (c) 2023-2025 Datalayer, Inc. +# Distributed under the terms of the Modified BSD License. + # Copyright (c) 2023-2026 Datalayer, Inc. # Distributed under the terms of the Modified BSD License. diff --git a/datalayer_core/cli/commands/pools.py b/datalayer_core/cli/commands/pools.py index 6d19244e..8c61e4ae 100644 --- a/datalayer_core/cli/commands/pools.py +++ b/datalayer_core/cli/commands/pools.py @@ -1,3 +1,6 @@ +# Copyright (c) 2023-2025 Datalayer, Inc. +# Distributed under the terms of the Modified BSD License. + # Copyright (c) 2023-2026 Datalayer, Inc. # Distributed under the terms of the Modified BSD License. diff --git a/datalayer_core/cli/commands/ray.py b/datalayer_core/cli/commands/ray.py index b9060c9e..7c476121 100644 --- a/datalayer_core/cli/commands/ray.py +++ b/datalayer_core/cli/commands/ray.py @@ -1,3 +1,6 @@ +# Copyright (c) 2023-2025 Datalayer, Inc. +# Distributed under the terms of the Modified BSD License. + # Copyright (c) 2023-2026 Datalayer, Inc. # Distributed under the terms of the Modified BSD License. diff --git a/datalayer_core/mixins/evals.py b/datalayer_core/mixins/evals.py index 6cc27043..26592b9a 100644 --- a/datalayer_core/mixins/evals.py +++ b/datalayer_core/mixins/evals.py @@ -1,3 +1,6 @@ +# Copyright (c) 2023-2025 Datalayer, Inc. +# Distributed under the terms of the Modified BSD License. + # Copyright (c) 2023-2026 Datalayer, Inc. # Distributed under the terms of the Modified BSD License. diff --git a/datalayer_core/mixins/ray.py b/datalayer_core/mixins/ray.py index 7de8b647..b7146178 100644 --- a/datalayer_core/mixins/ray.py +++ b/datalayer_core/mixins/ray.py @@ -1,3 +1,6 @@ +# Copyright (c) 2023-2025 Datalayer, Inc. +# Distributed under the terms of the Modified BSD License. + # Copyright (c) 2023-2026 Datalayer, Inc. # Distributed under the terms of the Modified BSD License. diff --git a/datalayer_core/runtimes/agent_runtime.py b/datalayer_core/runtimes/agent_runtime.py index 27856a57..3a5cf951 100644 --- a/datalayer_core/runtimes/agent_runtime.py +++ b/datalayer_core/runtimes/agent_runtime.py @@ -1,3 +1,6 @@ +# Copyright (c) 2023-2025 Datalayer, Inc. +# Distributed under the terms of the Modified BSD License. + # Copyright (c) 2023-2026 Datalayer, Inc. # Distributed under the terms of the Modified BSD License. diff --git a/datalayer_core/runtimes/local.py b/datalayer_core/runtimes/local.py index 3ab44ca4..be2f06a2 100644 --- a/datalayer_core/runtimes/local.py +++ b/datalayer_core/runtimes/local.py @@ -1,3 +1,6 @@ +# Copyright (c) 2023-2025 Datalayer, Inc. +# Distributed under the terms of the Modified BSD License. + # Copyright (c) 2023-2026 Datalayer, Inc. # Distributed under the terms of the Modified BSD License. diff --git a/datalayer_core/tests/test_cli_main.py b/datalayer_core/tests/test_cli_main.py index fe12f845..44b48432 100644 --- a/datalayer_core/tests/test_cli_main.py +++ b/datalayer_core/tests/test_cli_main.py @@ -1,3 +1,6 @@ +# Copyright (c) 2023-2025 Datalayer, Inc. +# Distributed under the terms of the Modified BSD License. + # Copyright (c) 2023-2026 Datalayer, Inc. # Distributed under the terms of the Modified BSD License. diff --git a/datalayer_core/tests/test_ray.py b/datalayer_core/tests/test_ray.py index 3b2b193f..51339f7d 100644 --- a/datalayer_core/tests/test_ray.py +++ b/datalayer_core/tests/test_ray.py @@ -1,3 +1,6 @@ +# Copyright (c) 2023-2025 Datalayer, Inc. +# Distributed under the terms of the Modified BSD License. + # Copyright (c) 2023-2026 Datalayer, Inc. # Distributed under the terms of the Modified BSD License. diff --git a/datalayer_core/tests/test_usage.py b/datalayer_core/tests/test_usage.py index 4d0d5786..20907323 100644 --- a/datalayer_core/tests/test_usage.py +++ b/datalayer_core/tests/test_usage.py @@ -1,3 +1,6 @@ +# Copyright (c) 2023-2025 Datalayer, Inc. +# Distributed under the terms of the Modified BSD License. + # Copyright (c) 2023-2026 Datalayer, Inc. # Distributed under the terms of the Modified BSD License. diff --git a/src/components/billing/BillableAccountSelect.tsx b/src/components/billing/BillableAccountSelect.tsx index 81466562..32903f7f 100644 --- a/src/components/billing/BillableAccountSelect.tsx +++ b/src/components/billing/BillableAccountSelect.tsx @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2023-2025 Datalayer, Inc. + * Distributed under the terms of the Modified BSD License. + */ + /* * Copyright (c) 2023-2026 Datalayer, Inc. * Distributed under the terms of the Modified BSD License. diff --git a/src/components/billing/index.ts b/src/components/billing/index.ts index c6ecd8b9..a5362bad 100644 --- a/src/components/billing/index.ts +++ b/src/components/billing/index.ts @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2023-2025 Datalayer, Inc. + * Distributed under the terms of the Modified BSD License. + */ + /* * Copyright (c) 2023-2026 Datalayer, Inc. * Distributed under the terms of the Modified BSD License. diff --git a/src/components/sharing/SharingEditor.tsx b/src/components/sharing/SharingEditor.tsx index dc6fe7e2..d8ebcecd 100644 --- a/src/components/sharing/SharingEditor.tsx +++ b/src/components/sharing/SharingEditor.tsx @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2023-2025 Datalayer, Inc. + * Distributed under the terms of the Modified BSD License. + */ + /* * Copyright (c) 2023-2026 Datalayer, Inc. * Distributed under the terms of the Modified BSD License.