Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
46 commits
Select commit Hold shift + click to select a range
66a3741
Bump ruff from 0.7.4 to 0.8.0
dependabot[bot] Nov 25, 2024
54e5b64
Merge pull request #824 from mendix/dependabot/pip/develop/ruff-0.8.0
jeohist Nov 27, 2024
48af06d
Bump cryptography from 43.0.3 to 44.0.0
dependabot[bot] Dec 2, 2024
ac6f961
Merge pull request #825 from mendix/dependabot/pip/develop/cryptograp…
jeohist Dec 16, 2024
bb9d0fd
Bump pytest from 8.3.3 to 8.3.4
dependabot[bot] Dec 16, 2024
1f879ce
Merge pull request #828 from mendix/dependabot/pip/develop/pytest-8.3.4
jeohist Dec 16, 2024
a1f154c
Bump certifi from 2024.8.30 to 2024.12.14
dependabot[bot] Dec 16, 2024
80abf40
Merge pull request #830 from mendix/dependabot/pip/develop/certifi-20…
jeohist Dec 16, 2024
40c76af
Bump ruff from 0.8.0 to 0.8.3
dependabot[bot] Dec 16, 2024
8ea26e2
Merge pull request #831 from mendix/dependabot/pip/develop/ruff-0.8.3
jeohist Dec 16, 2024
e1659da
Bump pylint from 3.3.1 to 3.3.2
dependabot[bot] Dec 16, 2024
9094a17
Merge pull request #827 from mendix/dependabot/pip/develop/pylint-3.3.2
jeohist Dec 16, 2024
94ef5d7
Bump jinja2 from 3.1.4 to 3.1.5
dependabot[bot] Dec 23, 2024
c80ffdc
Merge pull request #833 from mendix/dependabot/pip/develop/jinja2-3.1.5
jeohist Dec 24, 2024
b6e7579
Bump urllib3 from 2.2.3 to 2.3.0
dependabot[bot] Dec 24, 2024
2feb5d4
Merge pull request #834 from mendix/dependabot/pip/develop/urllib3-2.3.0
jeohist Dec 24, 2024
806e8be
Bump click from 8.1.7 to 8.1.8
dependabot[bot] Dec 24, 2024
f2cc586
Merge pull request #832 from mendix/dependabot/pip/develop/click-8.1.8
jeohist Dec 24, 2024
83232bd
Bump ruff from 0.8.3 to 0.8.4
dependabot[bot] Dec 24, 2024
eedb20c
Merge pull request #835 from mendix/dependabot/pip/develop/ruff-0.8.4
jeohist Dec 24, 2024
877622a
Bump pylint from 3.3.2 to 3.3.3
dependabot[bot] Dec 30, 2024
053bba3
Merge pull request #836 from mendix/dependabot/pip/develop/pylint-3.3.3
jeohist Jan 3, 2025
4b617d1
Upgrade appdynamics java and machine agents to version 14.12.0
ekremsekerci Jan 21, 2025
769298c
feat: rollback to master
mukund-padale Jan 27, 2025
0199410
Merge pull request #841 from mendix/develop-rollback-master
sailhenz Jan 27, 2025
9394bb7
Merge branch 'develop' into LM-2300_apm_up_appd
mukund-padale Jan 27, 2025
fed859e
Merge pull request #840 from mendix/LM-2300_apm_up_appd
sailhenz Jan 27, 2025
2307311
Merge pull request #850 from mendix/master
sailhenz Jan 31, 2025
04b221e
Upgrade datadog agents to the latest versions (#849)
ekremsekerci Feb 18, 2025
23e7b56
Rename custom jmx metrics (#854)
ekremsekerci Feb 18, 2025
bade7c4
fix: revert java tempdir change
ekremsekerci Apr 7, 2025
d2292d5
Merge pull request #865 from mendix/LM-2374_revert_datadog_tempdir_ch…
ekremsekerci Apr 14, 2025
aa1f838
feat: added fluentbit buffer size env. variable
Apr 1, 2025
9e64334
Merge pull request #864 from mendix/LM-2365_fluentbit_buffer
denis-shuvalov Apr 14, 2025
2161069
Merge branch 'master' into develop
ekremsekerci Apr 17, 2025
fd6cd93
Merge branch 'master' into develop
sailhenz Jun 19, 2025
577ca59
DEPS-436 transition to the standardized build interface by using the …
Jul 10, 2025
cc03b3d
cleanup deprecated databroker features
abhishekamte-mx Aug 20, 2025
a0f8e2e
DEPS-436 fixed unit test case for runtime configuration
Aug 21, 2025
0b74da7
DEPS-436 fixed unit test case for runtime configuration
Aug 21, 2025
d4d2c10
DEPS-436 fixed unit test case for runtime configuration
Aug 21, 2025
6b9f20f
DEPS-436 fixed unit test case for runtime configuration
Aug 28, 2025
eb124fa
Merge pull request #869 from mendix/DEPS-436_use_pep517_option
sailhenz Aug 29, 2025
95fbac0
DEPS-553 allow cross-origin related http response headers
Sep 16, 2025
96e5832
Merge branch 'develop' into DEPS-553_allow_http_headers
sailhenz Sep 16, 2025
7de55a6
Merge pull request #872 from mendix/DEPS-553_allow_http_headers
sailhenz Sep 18, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions bin/bootstrap-python
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ then
if [[ -n "${PIP_WHL_PATH}" ]]
then
# Bootstrap wheels are bundled in the buildpack
python3 ${PIP_WHL_PATH}/pip install $PIP_VERBOSITY_FLAGS --user --no-warn-script-location --no-index --find-links=$PIP_WHEELDIR pip setuptools wheel
python3 ${PIP_WHL_PATH}/pip install $PIP_VERBOSITY_FLAGS --user --no-warn-script-location --no-index --no-build-isolation --find-links=$PIP_WHEELDIR --use-pep517 pip setuptools wheel
else
# Bootstrap wheels are not bundled in the buildpack
curl -sS https://bootstrap.pypa.io/pip/get-pip.py -o get-pip.py
Expand All @@ -63,7 +63,7 @@ else
if [ "$CF_STACK" == "cflinuxfs4" ]; then
PIP_CMD="python3 $(dirname "$(command -v python3)")/pip3"
fi
$PIP_CMD install --upgrade --user --no-warn-script-location pip setuptools wheel
$PIP_CMD install --upgrade --user --no-warn-script-location --use-pep517 pip setuptools wheel
fi

# Only download Python dependencies if they are not bundled
Expand All @@ -72,9 +72,9 @@ then
echo " ---> Using bundled Python dependencies"
else
echo " ---> Downloading Python dependencies..."
$PIP_CMD download $PIP_VERBOSITY_FLAGS -r $REQUIREMENTS_PATH --prefer-binary -d $PIP_WHEELDIR
$PIP_CMD download $PIP_VERBOSITY_FLAGS --use-pep517 -r $REQUIREMENTS_PATH --prefer-binary -d $PIP_WHEELDIR
fi

echo " ---> Installing Python dependencies to ${SITE_PACKAGES_PATH}..."
$PIP_CMD install $PIP_VERBOSITY_FLAGS --target $SITE_PACKAGES_PATH --prefer-binary --no-warn-script-location --no-index --find-links=$PIP_WHEELDIR -r $REQUIREMENTS_PATH
$PIP_CMD install $PIP_VERBOSITY_FLAGS --target $SITE_PACKAGES_PATH --prefer-binary --no-warn-script-location --no-index --no-build-isolation --find-links=$PIP_WHEELDIR --use-pep517 -r $REQUIREMENTS_PATH
echo " ---> Finished installing Python dependencies"
4 changes: 4 additions & 0 deletions buildpack/core/nginx.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@
"X-Permitted-Cross-Domain-Policies": r"(?i)(^all$|^none$|^master-only$|^by-content-type$|^by-ftp-filename$)", # noqa: C0301
"Origin-Trial": r"[a-zA-Z0-9:;/''\"\*_\- \.\n?=%&+]+",
"X-XSS-Protection": r"(?i)(^0$|^1$|^1; mode=block$|^1; report=https?://([a-zA-Z0-9]|[a-zA-Z0-9][a-zA-Z0-9\-]{0,61}[a-zA-Z0-9])(\.([a-zA-Z0-9]|[a-zA-Z0-9][a-zA-Z0-9\-]{0,61}[a-zA-Z0-9]))*(:\d+)?$)", # noqa: C0301
"Cross-Origin-Resource-Policy": r"(?i)(^same-origin$|^same-site$|^cross-origin$)",
"Cross-Origin-Opener-Policy": r"(?i)(^unsafe-none$|^same-origin$|^same-origin-allow-popups$|^noopener-allow-popups$)",
"Cross-Origin-Embedder-Policy": r"(?i)(^unsafe-none$|^require-corp$|^credentialless$)",
"Clear-Site-Data": r"(?i)(^cache$|^cookies$|^storage$|^executionContexts$|^prefetchCache$|^prerenderCache$)",
}

CONFIG_FILE = "nginx/conf/nginx.conf"
Expand Down
203 changes: 0 additions & 203 deletions buildpack/databroker/__init__.py

This file was deleted.

Empty file.

This file was deleted.

Empty file.
Loading
Loading