Skip to content

Commit

Permalink
Release 3.42.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sleidig authored Oct 2, 2024
2 parents 0418c65 + 42a78b3 commit e39728f
Show file tree
Hide file tree
Showing 61 changed files with 3,565 additions and 1,201 deletions.
18 changes: 2 additions & 16 deletions .github/workflows/pull-request-update-or-push-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,12 @@ jobs:
runs-on: ubuntu-latest
env:
GIT_COMMIT_SHA: ${{ github.sha }}
GIT_BRANCH: ${{ github.head_ref }}
CC_TEST_REPORTER_ID: ${{ secrets.CODE_CLIMATE_ID }}
steps:
- name: Checkout repository files
uses: actions/checkout@v4

- name: Extract tag (release)
if: ${{ github.event.ref != '' }}
run: echo "GIT_BRANCH=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV

- name: Extract tag (pull request)
if: ${{ github.event.ref == '' }}
run: echo "GIT_BRANCH=pr-${{ github.event.number }}" >> $GITHUB_ENV

- name: Install Code Climate Test Reporter
run: |
curl -Lo cc-test-reporter https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64
Expand Down Expand Up @@ -118,19 +111,12 @@ jobs:
- test
env:
GIT_COMMIT_SHA: ${{ github.sha }}
GIT_BRANCH: ${{ github.head_ref }}
CC_TEST_REPORTER_ID: ${{ secrets.CODE_CLIMATE_ID }}
steps:
- name: Checkout repository files
uses: actions/checkout@v4

- name: Extract tag (release)
if: ${{ github.event.ref != '' }}
run: echo "GIT_BRANCH=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV

- name: Extract tag (pull request)
if: ${{ github.event.ref == '' }}
run: echo "GIT_BRANCH=pr-${{ github.event.number }}" >> $GITHUB_ENV

- name: Download coverage reports
uses: actions/download-artifact@v4
with:
Expand Down
5 changes: 2 additions & 3 deletions build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,8 @@ COPY --from=base-with-dependencies /opt/app /opt/app

RUN apt-get update && apt-get install -y curl
WORKDIR /tmp
# 120.0.6099.224-1~deb11u1 -> 2024-02-01
# 128.0.6613.113-1~deb12u1-> 2024-08-30
ARG CHROMIUM_VERSION=128.0.6613.113-1~deb12u1
# 128.0.6613.84-1~deb12u1 -> 2024-08-23
ARG CHROMIUM_VERSION=128.0.6613.84-1~deb12u1
RUN curl -o chromium-common.deb https://ftp.debian.org/debian/pool/main/c/chromium/chromium-common_${CHROMIUM_VERSION}_$(dpkg --print-architecture).deb
RUN curl -o chromium.deb https://ftp.debian.org/debian/pool/main/c/chromium/chromium_${CHROMIUM_VERSION}_$(dpkg --print-architecture).deb
RUN apt-get install -y ./chromium-common.deb ./chromium.deb build-essential git libssl-dev
Expand Down
2 changes: 2 additions & 0 deletions doc/compodoc_sources/how-to-guides/reports.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ There are different modes for `ReportConfig`:
### sql
Requirements: SQS

Some useful SQL query snippets for Aam Digital contexts are collected here: [Aam Digital SQL Snippets](https://docs.google.com/document/d/14JqS6xgZzC1xHUogDho5n1kyNLzX1Eoyv6MeZtRejuM/edit?usp=sharing)

#### Simple SQL Report

```json
Expand Down
Loading

0 comments on commit e39728f

Please sign in to comment.