Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
NFDI4Earth AvailabilityChecker
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
NFDI4Earth
CrossTopics
NFDI4Earth AvailabilityChecker
Commits
ac0312f1
Commit
ac0312f1
authored
4 months ago
by
Ralf Klammer
Browse files
Options
Downloads
Patches
Plain Diff
v0.2.0
parent
81c0f383
No related branches found
No related tags found
No related merge requests found
Pipeline
#1538933
passed
4 months ago
Stage: build
Stage: deploy
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CHANGELOG
+14
-1
14 additions, 1 deletion
CHANGELOG
setup.py
+1
-1
1 addition, 1 deletion
setup.py
with
15 additions
and
2 deletions
CHANGELOG
+
14
−
1
View file @
ac0312f1
v0.2.0
.dev
v0.2.0
##########
- configuration via environment variables and/or .env file
- added automatic code documentation and publishing to GitHub Pages
(via CI/CD)
- publish the package to integrated python package registry (via CI/CD)
- new checks:
- number_of_entities
- involvement
- solr
- added generic class `CheckerBase` & unified the method
CheckerBase/run_checks to simplify the implementation of
new checks
v0.1.0
##########
...
...
This diff is collapsed.
Click to expand it.
setup.py
+
1
−
1
View file @
ac0312f1
...
...
@@ -6,7 +6,7 @@ from setuptools import setup, find_packages
setup
(
name
=
"
AvailabilityChecker
"
,
version
=
"
0.2.0
.dev
"
,
version
=
"
0.2.0
"
,
description
=
"""
This project contains a tool for checking the availability of
NFDI4Earth services using Selenium.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment