Skip to content

Commit

Permalink
FIX: GH issue #2: deeplink into out_file or log_file
Browse files Browse the repository at this point in the history
Copied the loading logic from the report page to the show-file page as
these files are part of the (full) report.
  • Loading branch information
abeltje committed Oct 27, 2023
1 parent 9da295c commit db8c1d7
Show file tree
Hide file tree
Showing 6 changed files with 2,392 additions and 13,210 deletions.
6 changes: 4 additions & 2 deletions .env.development
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
VITE_P5SDB_URL=http://localhost:5050/api
#VITE_P5SDB_URL=http://localhost:5050/api
#VITE_P5SDB_URL=https://perl5-dev.test-smoke.org/api
VITE_P5SDB_URL=http://localhost:8888/api
VITE_API_SERVICE=rest
VITE_LOGGING=debug
VITE_APP_MODE=development
VITE_APP_VERSION=0.0.2_01
VITE_APP_VERSION=0.0.3_01
VITE_APP_NAME=Perl5-CoreSmokeDB-Web
2 changes: 1 addition & 1 deletion .env.production
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ VITE_P5SDB_URL=https://perl5.test-smoke.org/api
VITE_API_SERVICE=rest
VITE_LOGGING=error
VITE_APP_MODE=production
VITE_APP_VERSION=0.0.2
VITE_APP_VERSION=0.0.4
VITE_APP_NAME=Perl5-CoreSmokeDB-Web
2 changes: 1 addition & 1 deletion .env.staging
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ VITE_P5SDB_URL=https://perl5-preview.test-smoke.org/api
VITE_API_SERVICE=rest
VITE_LOGGING=error
VITE_APP_MODE=staging
VITE_APP_VERSION=0.0.2_01
VITE_APP_VERSION=0.0.3_01
VITE_APP_NAME=Perl5-CoreSmokeDB-Web

1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
package-lock.json -diff
Loading

0 comments on commit db8c1d7

Please sign in to comment.