Skip to content

Commit 1db0d1f

Browse files
committed
Merge branch 'staging' into 1871-DAPS-bug-query-api-test-endless-loop
2 parents 24f15a1 + 0fae43e commit 1db0d1f

File tree

322 files changed

+12512
-4599
lines changed

Some content is hidden

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

322 files changed

+12512
-4599
lines changed

.github/workflows/javascript-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Install ESLint
2020
run: |
2121
npm init -y
22-
npm install eslint@latest @babel/eslint-parser@latest eslint-define-config globals eslint-plugin-jsdoc --save
22+
npm install eslint@^9 @babel/eslint-parser@latest eslint-define-config globals eslint-plugin-jsdoc --save
2323
npx eslint "**/*.js"
2424
2525
# Step 4: Report status

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ scripts/globus/mapping.json
5252
scripts/admin_datafed_backup.sh
5353
scripts/admin_refresh_certs.sh
5454
scripts/globus/__pycache__
55-
services/
55+
/services/
5656
tests/mock_core/Version.hpp
5757
tmp
5858
web/SDMS.proto

.gitlab/build/build_core_image.yml

Lines changed: 0 additions & 53 deletions
This file was deleted.

.gitlab/build/build_foxx_image.yml

Lines changed: 0 additions & 56 deletions
This file was deleted.

.gitlab/build/build_gcs_base_image.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ build-gcs-base:
3131
- echo "$BRANCH_LOWER"
3232
- source "scripts/dependency_versions.sh"
3333
- cd "external/globus-connect-server-deploy/docker"
34+
- git fetch origin "$DATAFED_GCS_SUBMODULE_VERSION"
3435
- git checkout "$DATAFED_GCS_SUBMODULE_VERSION"
3536
- docker login "${REGISTRY}" -u "${HARBOR_USER}" -p "${HARBOR_DATAFED_GITLAB_CI_REGISTRY_TOKEN}"
3637
- docker build --no-cache --progress plain -t "${REGISTRY}/${PROJECT}/${COMPONENT}-${BRANCH_LOWER}:latest" - < "./docker-files/Dockerfile.${GCS_BASE_IMAGE_DISTRO}"

.gitlab/build/build_gcs_image.yml

Lines changed: 0 additions & 88 deletions
This file was deleted.

.gitlab/build/build_repo_image.yml

Lines changed: 0 additions & 55 deletions
This file was deleted.

.gitlab/build/build_ws_image.yml

Lines changed: 0 additions & 57 deletions
This file was deleted.

.gitlab/build/force_build_gcs_base_image.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ build-gcs-base:
1818
- echo "$BRANCH_LOWER"
1919
- source "scripts/dependency_versions.sh"
2020
- cd "external/globus-connect-server-deploy/docker"
21+
- git fetch origin "$DATAFED_GCS_SUBMODULE_VERSION"
2122
- git checkout "$DATAFED_GCS_SUBMODULE_VERSION"
2223
- docker login "${REGISTRY}" -u "${HARBOR_USER}" -p "${HARBOR_DATAFED_GITLAB_CI_REGISTRY_TOKEN}"
2324
- docker build --no-cache --progress plain -t "${REGISTRY}/${PROJECT}/${COMPONENT}-${BRANCH_LOWER}:latest" - < "./docker-files/Dockerfile.${GCS_BASE_IMAGE_DISTRO}"

.gitlab/build/retag_core_image.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
stages:
3+
- build
4+
5+
include:
6+
- local: .gitlab/common.yml
7+
8+
retag-image:
9+
extends: .docker_retag_image
10+
stage: build
11+
variables:
12+
PROJECT: "datafed"
13+
COMPONENT: "core"
14+
GIT_STRATEGY: clone
15+
DATAFED_HARBOR_REGISTRY: "$REGISTRY" # needed by c_harbor_artifact_count
16+
BUILD_INTERMEDIATE: "FALSE"
17+
tags:
18+
- docker

0 commit comments

Comments
 (0)