Compare commits
68 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| aa446ad959 | |||
| 96cef454e5 | |||
| 5012621cc1 | |||
| 339c4722df | |||
| 8f418a185a | |||
| d3e0bf131d | |||
| 2a9472f598 | |||
| 4b0dd94b09 | |||
| 8f8bd142c9 | |||
| c09665a843 | |||
| 7170a10294 | |||
| af287274fe | |||
| 966f0139f4 | |||
| e58d66cc47 | |||
| f1b1b57670 | |||
| 50ad27f389 | |||
|
c83e0e83ed
|
|||
| bccaeef235 | |||
| 173a80661d | |||
| d38c2f2023 | |||
| 53ec6e8575 | |||
| e2dd679d59 | |||
| d4c6d8a0a8 | |||
| 7286e287c6 | |||
| eddfb35307 | |||
| 67e8307d1f | |||
| e0b15c94b9 | |||
| 2975226b7d | |||
| 986819dc9c | |||
| 8f9fb2676e | |||
| e4d8bec616 | |||
| 0e2af52206 | |||
|
2ad9aadfe3
|
|||
| 4e6fb3e372 | |||
| df01fecd5e | |||
|
1c056ac05a
|
|||
| dc299749e1 | |||
|
bca9b045db
|
|||
|
16b22fd975
|
|||
| 8fb2f3eb3a | |||
| 98312a1602 | |||
| 48a6910e3d | |||
| b516b12720 | |||
| 63e34418fb | |||
| 7a6bef5117 | |||
| fe74f91a65 | |||
| 77c5a1947f | |||
| 36e172fd63 | |||
| b79a927fab | |||
| 09435dc46f | |||
| 3bb2958802 | |||
| 93509d71e4 | |||
| 80ff4c4655 | |||
| 63ed597fac | |||
| 447e7fce17 | |||
| 373073b424 | |||
| ae71dc8f09 | |||
| dfcfc35371 | |||
| 56ecf94bab | |||
| ecaa4cc5a8 | |||
| 1658f288e1 | |||
| e560e3eaad | |||
| 36fe011d0c | |||
| 868a31582c | |||
| 63130f975f | |||
| 5a0f986279 | |||
| c84a5bd9c8 | |||
| 31f683f766 |
+5
-5
@@ -1,15 +1,15 @@
|
|||||||
|
include:
|
||||||
|
- template: 'Workflows/MergeRequest-Pipelines.gitlab-ci.yml'
|
||||||
|
- project: unboundsoftware/ci-templates
|
||||||
|
file: Release.gitlab-ci.yml
|
||||||
|
|
||||||
stages:
|
stages:
|
||||||
- build
|
- build
|
||||||
|
|
||||||
variables:
|
|
||||||
DOCKER_HOST: tcp://docker:2375/
|
|
||||||
|
|
||||||
image: buildtool/build-tools:${BUILDTOOLS_VERSION}
|
image: buildtool/build-tools:${BUILDTOOLS_VERSION}
|
||||||
|
|
||||||
build:
|
build:
|
||||||
stage: build
|
stage: build
|
||||||
services:
|
|
||||||
- docker:dind
|
|
||||||
script:
|
script:
|
||||||
- build
|
- build
|
||||||
- push
|
- push
|
||||||
|
|||||||
+158
@@ -0,0 +1,158 @@
|
|||||||
|
# Changelog
|
||||||
|
|
||||||
|
All notable changes to this project will be documented in this file.
|
||||||
|
|
||||||
|
## [7.2.11] - 2025-02-08
|
||||||
|
|
||||||
|
### Chore
|
||||||
|
|
||||||
|
- *(deps)* Update dependency robotframework-browser to v19.3.1
|
||||||
|
|
||||||
|
## [7.2.10] - 2025-02-07
|
||||||
|
|
||||||
|
### Chore
|
||||||
|
|
||||||
|
- *(deps)* Update dependency robotframework to v7.2.2
|
||||||
|
|
||||||
|
## [7.2.9] - 2025-02-07
|
||||||
|
|
||||||
|
### Chore
|
||||||
|
|
||||||
|
- *(deps)* Update dependency robotframework to v7.2.1
|
||||||
|
|
||||||
|
## [7.2.8] - 2025-02-07
|
||||||
|
|
||||||
|
### Chore
|
||||||
|
|
||||||
|
- *(deps)* Update python:3.13.1-slim docker digest to 031ebf3
|
||||||
|
- *(deps)* Update python docker tag to v3.13.2
|
||||||
|
|
||||||
|
## [7.2.7] - 2025-02-04
|
||||||
|
|
||||||
|
### Chore
|
||||||
|
|
||||||
|
- *(deps)* Update python:3.13.1-slim docker digest to a569688
|
||||||
|
- *(deps)* Update dependency robotframework-databaselibrary to v2.1.0
|
||||||
|
|
||||||
|
## [7.2.6] - 2025-01-31
|
||||||
|
|
||||||
|
### Chore
|
||||||
|
|
||||||
|
- *(deps)* Update dependency robotframework-browser to v19.3.0
|
||||||
|
|
||||||
|
## [7.2.5] - 2025-01-26
|
||||||
|
|
||||||
|
### 🐛 Bug Fixes
|
||||||
|
|
||||||
|
- *(docker)* Update python version to 3.13.1-slim
|
||||||
|
|
||||||
|
### Chore
|
||||||
|
|
||||||
|
- *(deps)* Update python:3.13-slim docker digest to 026dd41
|
||||||
|
- *(deps)* Update dependency robotframework-browser to v19.2.0
|
||||||
|
|
||||||
|
## [7.2.4] - 2025-01-17
|
||||||
|
|
||||||
|
### Chore
|
||||||
|
|
||||||
|
- *(deps)* Update python:3.13-slim docker digest to a324f72
|
||||||
|
- *(deps)* Update python:3.13-slim docker digest to e4bf662
|
||||||
|
- *(deps)* Update python:3.13-slim docker digest to 31e0d1a
|
||||||
|
- *(deps)* Update python:3.13-slim docker digest to eeb2d1a
|
||||||
|
- *(deps)* Update dependency robotframework to v7.2
|
||||||
|
- *(deps)* Update python:3.13-slim docker digest to 23a81be
|
||||||
|
|
||||||
|
## [7.2.3] - 2025-01-06
|
||||||
|
|
||||||
|
### Chore
|
||||||
|
|
||||||
|
- *(deps)* Update dependency robotframework-seleniumlibrary to v6.7.0
|
||||||
|
- *(deps)* Update python docker tag to v3.13
|
||||||
|
|
||||||
|
## [7.2.2] - 2024-12-28
|
||||||
|
|
||||||
|
### Chore
|
||||||
|
|
||||||
|
- *(deps)* Update dependency urllib3 to v2.3.0
|
||||||
|
- *(deps)* Update python:3.12-slim docker digest to 10f3aaa
|
||||||
|
|
||||||
|
## [7.2.1] - 2024-12-20
|
||||||
|
|
||||||
|
### 🐛 Bug Fixes
|
||||||
|
|
||||||
|
- *(commit_parsers)* Allow chore messages for deps, pr, and pull
|
||||||
|
|
||||||
|
### Chore
|
||||||
|
|
||||||
|
- *(deps)* Update dependency robotframework-browser to v19.1.2
|
||||||
|
|
||||||
|
## [7.2.0] - 2024-12-15
|
||||||
|
|
||||||
|
### 🚀 Features
|
||||||
|
|
||||||
|
- Add robotframework-browser dependency
|
||||||
|
- Add git-cliff configuration and GitLab CI integration
|
||||||
|
|
||||||
|
### 🚜 Refactor
|
||||||
|
|
||||||
|
- Remove unnecessary variables and services
|
||||||
|
|
||||||
|
### Chore
|
||||||
|
|
||||||
|
- *(deps)* Pin python docker tag to 3207ac8
|
||||||
|
- *(deps)* Update python:3.12-slim-bullseye docker digest to 141701e
|
||||||
|
- *(deps)* Update python:3.12-slim-bullseye docker digest to 964d0fa
|
||||||
|
- *(deps)* Update python:3.12-slim-bullseye docker digest to 0b6fa86
|
||||||
|
- *(deps)* Update python:3.12-slim-bullseye docker digest to 6e2d8a8
|
||||||
|
- *(deps)* Update python:3.12-slim-bullseye docker digest to d5fe2b1
|
||||||
|
- *(deps)* Update python:3.12-slim-bullseye docker digest to b05f6e0
|
||||||
|
- *(deps)* Update python:3.12-slim-bullseye docker digest to de274ae
|
||||||
|
- *(deps)* Update dependency robotframework-browser to v19.1.1
|
||||||
|
|
||||||
|
## [7.1.1] - 2024-10-19
|
||||||
|
|
||||||
|
### 🚀 Features
|
||||||
|
|
||||||
|
- Refactor Dockerfile
|
||||||
|
- Update to Robotframework 7, update deps, install Chrome
|
||||||
|
|
||||||
|
### ⚙️ Miscellaneous Tasks
|
||||||
|
|
||||||
|
- Use Docker DinD version from variable
|
||||||
|
|
||||||
|
### Chore
|
||||||
|
|
||||||
|
- *(deps)* Update dependency urllib3 to v2.2.1
|
||||||
|
- *(deps)* Update dependency robotframework-databaselibrary to v1.4.4
|
||||||
|
- *(deps)* Update dependency robotframework-seleniumlibrary to v6.3.0
|
||||||
|
- *(deps)* Update python docker tag to v3.12
|
||||||
|
- *(deps)* Update dependency pymysql to v1.1.1
|
||||||
|
- *(deps)* Update dependency robotframework-appiumlibrary to v2.1.0
|
||||||
|
- *(deps)* Update dependency robotframework to v7.0.1
|
||||||
|
- *(deps)* Update dependency urllib3 to v2.2.2
|
||||||
|
- *(deps)* Update dependency robotframework-seleniumlibrary to v6.6.1
|
||||||
|
- *(deps)* Update dependency robotframework to v7.1
|
||||||
|
- *(deps)* Update dependency urllib3 to v2.2.3
|
||||||
|
- *(deps)* Update dependency robotframework-databaselibrary to v2
|
||||||
|
- *(deps)* Update dependency robotframework-databaselibrary to v2.0.2
|
||||||
|
- *(deps)* Update dependency robotframework-databaselibrary to v2.0.3
|
||||||
|
- *(deps)* Update dependency robotframework-databaselibrary to v2.0.4
|
||||||
|
- *(deps)* Update dependency psycopg2-binary to v2.9.10
|
||||||
|
- *(deps)* Update dependency robotframework to v7.1.1
|
||||||
|
|
||||||
|
## [6.0.1] - 2023-01-02
|
||||||
|
|
||||||
|
### ⚙️ Miscellaneous Tasks
|
||||||
|
|
||||||
|
- Upgrade to robotframework 6.0.1 and install firefox
|
||||||
|
|
||||||
|
## [3.2.0] - 2022-10-01
|
||||||
|
|
||||||
|
### ⚙️ Miscellaneous Tasks
|
||||||
|
|
||||||
|
- Update to python 3
|
||||||
|
- Use latest build tools
|
||||||
|
- Use buildtools version from env
|
||||||
|
- Update RobotFramework and use Rabbit-library fork
|
||||||
|
|
||||||
|
<!-- generated by git-cliff -->
|
||||||
+21
-27
@@ -1,29 +1,23 @@
|
|||||||
FROM python:3
|
FROM python:3.13.2-slim@sha256:ae9f9ac89467077ed1efefb6d9042132d28134ba201b2820227d46c9effd3174
|
||||||
|
|
||||||
LABEL maintainer="Joakim Olsson <joakim@unbound.se>"
|
ARG TARGETOS
|
||||||
LABEL description="Base image for running Robot Framework test suites in Docker. \
|
ARG TARGETARCH
|
||||||
\
|
ARG GECKODRIVER_VERSION=0.32.0
|
||||||
The image cotains the following Robot Framework libraries:\
|
|
||||||
- Appium library - Keywords for Android & IOS device UI tests \
|
|
||||||
- Database library - Keywords for SQL queries & statements \
|
|
||||||
- HTTP library - Keywords for HTTP & Rest \
|
|
||||||
- RabbitMQ library - Keywords for Rabbit MQ \
|
|
||||||
- Selenium2 library - Keywords for cross browser tests\
|
|
||||||
\
|
|
||||||
Drivers:\
|
|
||||||
- psycopg2 - Python driver for Postgres \
|
|
||||||
- PyMySQL - Python driver for MySQL"
|
|
||||||
|
|
||||||
RUN apt-get update && \
|
RUN install -d -m 0755 /etc/apt/keyrings && \
|
||||||
apt-get -y install jq firefox-esr && \
|
apt update -qq && \
|
||||||
rm -r /var/lib/apt/lists/* && \
|
apt -y -qq install wget gnupg2 jq curl git fonts-liberation libdrm2 libgbm1 libnspr4 libnss3 libu2f-udev libvulkan1 nodejs npm xdg-utils && \
|
||||||
pip install \
|
wget -q https://packages.mozilla.org/apt/repo-signing-key.gpg -O- | tee /etc/apt/keyrings/packages.mozilla.org.asc > /dev/null && \
|
||||||
urllib3 \
|
gpg -n -q --import --import-options import-show /etc/apt/keyrings/packages.mozilla.org.asc | awk '/pub/{getline; gsub(/^ +| +$/,""); print "\n"$0"\n"}' && \
|
||||||
psycopg2-binary \
|
echo "deb [signed-by=/etc/apt/keyrings/packages.mozilla.org.asc] https://packages.mozilla.org/apt mozilla main" | tee -a /etc/apt/sources.list.d/mozilla.list > /dev/null && \
|
||||||
PyMySQL \
|
printf 'Package: *\nPin: origin packages.mozilla.org\nPin-Priority: 1000' >/etc/apt/preferences.d/mozilla && \
|
||||||
robotframework==6.0.1 \
|
apt update -qq && \
|
||||||
robotframework-appiumlibrary \
|
apt -y -qq install firefox && \
|
||||||
robotframework-databaselibrary \
|
wget -q https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb && \
|
||||||
robotframework-httplibrary \
|
dpkg -i google-chrome-stable_current_amd64.deb && \
|
||||||
-e "git+https://github.com/JakUi/robotframework-rabbitmq-fork#egg=robotframework-rabbitmq-ao" \
|
rm -r /var/lib/apt/lists/* google-chrome-stable_current_amd64.deb
|
||||||
robotframework-selenium2library
|
|
||||||
|
COPY requirements.txt .
|
||||||
|
RUN pip install --no-cache-dir -r requirements.txt && \
|
||||||
|
rm requirements.txt && \
|
||||||
|
rfbrowser init
|
||||||
|
|||||||
+87
@@ -0,0 +1,87 @@
|
|||||||
|
# git-cliff ~ default configuration file
|
||||||
|
# https://git-cliff.org/docs/configuration
|
||||||
|
#
|
||||||
|
# Lines starting with "#" are comments.
|
||||||
|
# Configuration options are organized into tables and keys.
|
||||||
|
# See documentation for more information on available options.
|
||||||
|
|
||||||
|
[bump]
|
||||||
|
initial_tag = "10.0.0"
|
||||||
|
|
||||||
|
[changelog]
|
||||||
|
# template for the changelog header
|
||||||
|
header = """
|
||||||
|
# Changelog\n
|
||||||
|
All notable changes to this project will be documented in this file.\n
|
||||||
|
"""
|
||||||
|
# template for the changelog body
|
||||||
|
# https://keats.github.io/tera/docs/#introduction
|
||||||
|
body = """
|
||||||
|
{% if version %}\
|
||||||
|
## [{{ version | trim_start_matches(pat="v") }}] - {{ timestamp | date(format="%Y-%m-%d") }}
|
||||||
|
{% else %}\
|
||||||
|
## [unreleased]
|
||||||
|
{% endif %}\
|
||||||
|
{% for group, commits in commits | group_by(attribute="group") %}
|
||||||
|
### {{ group | striptags | trim | upper_first }}
|
||||||
|
{% for commit in commits %}
|
||||||
|
- {% if commit.scope %}*({{ commit.scope }})* {% endif %}\
|
||||||
|
{% if commit.breaking %}[**breaking**] {% endif %}\
|
||||||
|
{{ commit.message | upper_first }}\
|
||||||
|
{% endfor %}
|
||||||
|
{% endfor %}\n
|
||||||
|
"""
|
||||||
|
# template for the changelog footer
|
||||||
|
footer = """
|
||||||
|
<!-- generated by git-cliff -->
|
||||||
|
"""
|
||||||
|
# remove the leading and trailing s
|
||||||
|
trim = true
|
||||||
|
# postprocessors
|
||||||
|
postprocessors = [
|
||||||
|
# { pattern = '<REPO>', replace = "https://github.com/orhun/git-cliff" }, # replace repository URL
|
||||||
|
]
|
||||||
|
# render body even when there are no releases to process
|
||||||
|
# render_always = true
|
||||||
|
# output file path
|
||||||
|
# output = "test.md"
|
||||||
|
|
||||||
|
[git]
|
||||||
|
# parse the commits based on https://www.conventionalcommits.org
|
||||||
|
conventional_commits = true
|
||||||
|
# filter out the commits that are not conventional
|
||||||
|
filter_unconventional = true
|
||||||
|
# process each line of a commit as an individual commit
|
||||||
|
split_commits = false
|
||||||
|
# regex for preprocessing the commit messages
|
||||||
|
commit_preprocessors = [
|
||||||
|
# Replace issue numbers
|
||||||
|
#{ pattern = '\((\w+\s)?#([0-9]+)\)', replace = "([#${2}](<REPO>/issues/${2}))"},
|
||||||
|
# Check spelling of the commit with https://github.com/crate-ci/typos
|
||||||
|
# If the spelling is incorrect, it will be automatically fixed.
|
||||||
|
#{ pattern = '.*', replace_command = 'typos --write-changes -' },
|
||||||
|
]
|
||||||
|
# regex for parsing and grouping commits
|
||||||
|
commit_parsers = [
|
||||||
|
{ message = "^feat", group = "<!-- 0 -->🚀 Features" },
|
||||||
|
{ message = "^fix", group = "<!-- 1 -->🐛 Bug Fixes" },
|
||||||
|
{ message = "^doc", group = "<!-- 3 -->📚 Documentation" },
|
||||||
|
{ message = "^perf", group = "<!-- 4 -->⚡ Performance" },
|
||||||
|
{ message = "^refactor", group = "<!-- 2 -->🚜 Refactor" },
|
||||||
|
{ message = "^style", group = "<!-- 5 -->🎨 Styling" },
|
||||||
|
{ message = "^test", group = "<!-- 6 -->🧪 Testing" },
|
||||||
|
{ message = "^chore\\(release\\): prepare for", skip = true },
|
||||||
|
{ message = "^chore\\(deps.*\\)" },
|
||||||
|
{ message = "^chore\\(pr\\)" },
|
||||||
|
{ message = "^chore\\(pull\\)" },
|
||||||
|
{ message = "^chore|^ci", group = "<!-- 7 -->⚙️ Miscellaneous Tasks" },
|
||||||
|
{ body = ".*security", group = "<!-- 8 -->🛡️ Security" },
|
||||||
|
{ message = "^revert", group = "<!-- 9 -->◀️ Revert" },
|
||||||
|
]
|
||||||
|
# filter out the commits that are not matched by commit parsers
|
||||||
|
filter_commits = false
|
||||||
|
# sort the tags topologically
|
||||||
|
topo_order = false
|
||||||
|
# sort the commits inside sections by oldest/newest order
|
||||||
|
sort_commits = "oldest"
|
||||||
|
tag_pattern = "[0-9]+\\.[0-9]+\\.[0-9]+"
|
||||||
@@ -0,0 +1,6 @@
|
|||||||
|
{
|
||||||
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||||
|
"extends": [
|
||||||
|
"config:recommended"
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -0,0 +1,10 @@
|
|||||||
|
robotframework==7.2.2
|
||||||
|
robotframework-browser==19.3.1
|
||||||
|
robotframework-seleniumlibrary==6.7.0
|
||||||
|
urllib3==2.3.0
|
||||||
|
psycopg2-binary==2.9.10
|
||||||
|
PyMySQL==1.1.1
|
||||||
|
robotframework-appiumlibrary==2.1.0
|
||||||
|
robotframework-databaselibrary==2.1.0
|
||||||
|
robotframework-httplibrary==0.4.2
|
||||||
|
robotframework-http-rabbitmq==1.0.3
|
||||||
Reference in New Issue
Block a user