Skip to content

Commit

Permalink
#36
Browse files Browse the repository at this point in the history
  • Loading branch information
lscalese committed Oct 29, 2023
1 parent a5b603e commit e96f8fb
Show file tree
Hide file tree
Showing 4 changed files with 630 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/runtests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Build and Test
uses: docker/build-push-action@v2
with:
context: ./iris-app/
context: .
push: false
load: true
tags: ${{ github.repository }}:${{ github.sha }}
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ The log file search functionality integrated into the management portal is curre

Front-end :

* Add form to search data in indexed journal.
* Add a form to restore old value or new value of a global in indexed journal.
* UI improvements.

Expand Down
5 changes: 4 additions & 1 deletion module.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,12 @@
<Resource Name="JRNINDEXERFW.MAC" Directory="mac/"/>
<Resource Name="journalindexer.INC" Directory="inc/"/>
<Resource Name="eventobserver.INC" Directory="inc/"/>
<FileCopy Name="sql-stats.xml.renamed" Target="${libdir}journal-indexer/"/>
<Invoke Class="dc.journalindexer.services.Config" Method="Initialize"></Invoke>
<Invoke Class="dc.journalindexer.services.Config" Method="InitWebApps"></Invoke>

<Invoke Class="%SYSTEM.SQL.Stats.Table" Method="Import">
<Arg>${libdir}journal-indexer/sql-stats.xml.renamed</Arg>
</Invoke>
<CSPApplication
Url="/jrnindexer/api"
Recurse="1"
Expand Down
Loading

0 comments on commit e96f8fb

Please sign in to comment.