Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
DCAT Catalog Check
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Open-Data
DCAT Catalog Check
Compare revisions
f063cc455160003fe3798aad3832d85cdbed13a9 to 9b4653076fbbd4942fa763b57b227318680e6c3f
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
opendata/dcat-catalog-check
Select target project
No results found
9b4653076fbbd4942fa763b57b227318680e6c3f
Select Git revision
Swap
Target
opendata/dcat-catalog-check
Select target project
opendata/dcat-catalog-check
1 result
f063cc455160003fe3798aad3832d85cdbed13a9
Select Git revision
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (2)
build(ci): removed unneccessary package dependencies
· 52081a54
Thorge Petersen
authored
3 months ago
52081a54
Prepared v1.1.0
· 9b465307
Thorge Petersen
authored
3 months ago
9b465307
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+2
-2
2 additions, 2 deletions
.gitlab-ci.yml
CHANGELOG.md
+12
-4
12 additions, 4 deletions
CHANGELOG.md
with
14 additions
and
6 deletions
.gitlab-ci.yml
View file @
9b465307
...
...
@@ -22,7 +22,7 @@ ruff:
before_script
:
# Install libgdal-dev
-
apt-get update
-
apt-get install -y
software-properties-common apt-transport-https gnupg
libgdal-dev
-
apt-get install -y libgdal-dev
&&
# Install pipx
-
python3 -m pip install --user pipx
-
python3 -m pipx ensurepath
...
...
@@ -41,7 +41,7 @@ test:
before_script
:
# Install libgdal-dev
-
apt-get update
-
apt-get install -y
software-properties-common apt-transport-https gnupg
libgdal-dev
-
apt-get install -y libgdal-dev
&&
# Install pipx
-
python3 -m pip install --user pipx
-
python3 -m pipx ensurepath
...
...
This diff is collapsed.
Click to expand it.
CHANGELOG.md
View file @
9b465307
...
...
@@ -5,16 +5,24 @@ All notable changes to this project will be documented in this file.
The format is based on
[
Keep a Changelog
](
https://keepachangelog.com/en/1.0.0/
)
,
and this project adheres to
[
Semantic Versioning
](
https://semver.org/spec/v2.0.0.html
)
.
## [
Unreleased]
## [
1.1.0] - 2024-01-09
### Added
-
Unit tests for URI replacements and resource clearing.
-
**Unit Tests**
:
-
URI replacements and resource clearing functionality.
-
Support for multiple formats: GeoTIFF, Atom, DOCX, ODT, XLSX, JPEG, PDF, TXT, TIF.
-
Frictionless Data Resource validation.
-
**Report Generation**
:
-
Added columns for
**HTTP status**
and
**error message**
in the generated reports.
-
Implemented
**filters**
for table columns, allowing users to refine data views.
### Changed
-
Updated coverage configuration to manage test file inclusion/exclusion.
-
Test files are now omitted from coverage reports to focus on application code metrics.
-
**Coverage Configuration**
:
-
Updated coverage settings to better manage test file inclusion/exclusion.
-
Test files are now excluded from coverage reports to focus on measuring application code quality.
## [1.0.0] - 2024-12-20
...
...
This diff is collapsed.
Click to expand it.