Skip to content

Commit

Permalink
xhgui upgrade and add tideways missing param
Browse files Browse the repository at this point in the history
  • Loading branch information
arie-rose committed Jan 12, 2024
1 parent 9b93d20 commit d65fa09
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion tideways/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
'dsn' => 'sqlite:/tmp/xhgui.sqlite3',
'user' => null,
'pass' => null,
'table' => 'results'
'table' => 'results',
'tableWatch' => 'watches'
),
'templates.path' => dirname(__DIR__) . '/src/templates',
'date.format' => 'M jS H:i:s',
Expand Down
2 changes: 1 addition & 1 deletion tideways/provision.sh
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ function install_xhgui_frontend() {

cd /srv/www/default/xhgui || return 1
noroot git fetch origin
noroot git checkout "0.20.4"
noroot git checkout "0.21.3"
# Xhgui install.php will execute composer without noroot and this generate git issues
git config --global --add safe.directory /srv/www/default/xhgui

Expand Down

0 comments on commit d65fa09

Please sign in to comment.