Skip to content

Commit

Permalink
Develop (#217)
Browse files Browse the repository at this point in the history
* Disable git error messages in log file (#179)

* Remove extractGitVersion, use version.ini instead (#179)

* Omit timestamp in error logger

It's likely added by the operating system.

* Don't show timeline of no historicalDataDir

* Fix undefined variable

* Start Docker image (#192)

* Configuration without id is broken #194

* Configuration without id is broken #194

* Adding BnF - Bibliothèque nationale de France (French National Library)

* Read schema type from the analysis output #197

* Create Hungarian translation #198: initial version and make Hungarian selectable

* Create Hungarian translation #198: documentation

* BaseTab: logger must be initialized first

* Allow config to be a symlink

* Link to field documentation in completeness tab #119

* Replace error_log with logger to support log levels #193

* Replace error_log with logger to support log levels #193: general logs

* Change link to field documentation

From icon link to linking the field (see #119).

* Add schema type fallback

* Extend docker

* Update jQuery to 3.7.1 #205

* Update jQuery to 3.7.1 #205

* Update MARC schema with OGyK extension

* display-xxx does not pick catalogue #209: fix issue

* Shacl page: make the IDs of failed rules downloadable for #208

* Shacl page: make the IDs of failed rules downloadable for #208: download SHACL configuration and output files at download tab

* display-xxx does not pick catalogue #209: fix issue

* Provide Docker image #192

* Provide Docker image #192

---------

Co-authored-by: Jakob Voss <[email protected]>
  • Loading branch information
pkiraly and nichtich authored Sep 9, 2024
1 parent 9c90d17 commit 5d5b39a
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,16 +26,6 @@ jobs:
- name: Check out the repository
uses: actions/checkout@v4

- name: Set up JDK 17
uses: actions/setup-java@v4
with:
java-version: '17'
distribution: 'adopt'

# build the project
- name: Build with Maven
run: mvn -B package --file pom.xml

# Uses the `docker/login-action` action to log in to the Container registry using the account
# and password that will publish the packages. Once published, the packages are scoped to the
# account defined here.
Expand Down

0 comments on commit 5d5b39a

Please sign in to comment.