Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Master > Dev #552

Merged
merged 73 commits into from
Oct 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
73 commits
Select commit Hold shift + click to select a range
bf87183
2023.11.15
wildone Nov 14, 2023
2f9a3f9
add windows path to avoid 3221225781 exit code due to no access to sy…
wildone Nov 18, 2023
eb17663
2023.11.19
wildone Nov 18, 2023
e363b2d
update tms service to use loopback.
wildone Jan 21, 2024
15c6407
update typedb api use to latest.
wildone Jan 24, 2024
84d53b8
add post to string2json.
wildone Jan 24, 2024
978a756
update to use latest typedb api.
wildone Jan 24, 2024
add540d
add keycloak service.
wildone Jan 25, 2024
6b93713
add default to service setup archive.
wildone Jan 29, 2024
41fd4c7
move db config to respected service.
wildone Jan 29, 2024
c364502
update service config.
wildone Jan 29, 2024
bfc7a0a
add additional services.
wildone Jan 29, 2024
d57fc96
fix agorithm to create valid json input file.
wildone Jan 30, 2024
20d5a01
update error log.
wildone Jan 30, 2024
07d1d95
update traefic routes.
wildone Jan 30, 2024
6bb27fe
2024.1.31
wildone Jan 30, 2024
65864a9
remove unused graphql endpoint for datastore.
wildone Feb 5, 2024
db93f32
add isJson helper.
wildone Feb 5, 2024
b852557
revent algorithm to output.
wildone Feb 5, 2024
194e441
2024.2.5
wildone Feb 5, 2024
0232e4c
add additional health checks file and variable.
wildone Jul 11, 2024
e6ca280
add service name to file log output.
wildone Jul 11, 2024
c64fd79
update service manager to archive old log files.
wildone Jul 12, 2024
e50ba1b
add openobserve.
wildone Jul 12, 2024
b53531b
add filebeat for log streaming.
wildone Jul 12, 2024
8c66f9a
update traefik with filebeat andf openobserve.
wildone Jul 12, 2024
986965d
campture all logs buy file beat.
wildone Jul 12, 2024
5d7330b
add logging and logic to resolve taken ports.
wildone Jul 12, 2024
e57c80d
add traefik proxy for widgetdev for port 4001.
wildone Jul 16, 2024
d012d10
fix order of middleware to fix cors issues.
wildone Jul 17, 2024
c512453
remove csp for serviceheaders.
wildone Jul 19, 2024
a799963
add service ports resolution process.
wildone Jul 25, 2024
aed3d22
update links.
wildone Jul 25, 2024
2d27baa
clean up command replacement.
wildone Jul 25, 2024
2f27f5d
add traefik urls config.
wildone Aug 12, 2024
d09efa4
add has setup flag.
wildone Aug 12, 2024
a71f409
add urls section for quick service access.
wildone Aug 12, 2024
b398879
update urls list.
wildone Aug 12, 2024
82d6610
ensure service health check is async.
wildone Aug 22, 2024
64526a8
update service debug flag.
wildone Aug 22, 2024
a1ef58f
ensure health checks are done on ipv4.
wildone Aug 22, 2024
c00de33
update healtcheck url.
wildone Aug 22, 2024
e98a70e
add os-triage sample data.
wildone Sep 8, 2024
2bea7a6
add sample flow db.
wildone Sep 8, 2024
12e76cf
update context files for os-triage.
wildone Sep 12, 2024
4a6d731
update to use latest node 18.
wildone Sep 12, 2024
f76ade3
update healthcheck.
wildone Sep 12, 2024
e1a7f58
update healthcheck.
wildone Sep 12, 2024
3c768bd
update healtch check to use cookies if set.
wildone Sep 12, 2024
e275267
make filebeat depend on openobserve.
wildone Sep 16, 2024
743b1f5
update flow component location to point to safe source.
wildone Sep 24, 2024
a839cdb
update config.
wildone Sep 24, 2024
8e26c99
update format.
wildone Sep 24, 2024
8bf50bd
update sample data.
wildone Sep 24, 2024
e5ed9d4
add vite-plugin-markdown.
wildone Sep 30, 2024
993d46f
update pkg usage.
wildone Sep 30, 2024
8744154
add preview build.
wildone Sep 30, 2024
39e991e
fix import syntax.
wildone Sep 30, 2024
403c33b
add build watch exclude.
wildone Sep 30, 2024
be4a804
add welcome screen.
wildone Sep 30, 2024
7b59ca9
update welcome to show all services.
wildone Sep 30, 2024
2568c03
add settings screen to views.
wildone Sep 30, 2024
36b0738
add loading of services.
wildone Sep 30, 2024
9e2080e
add helper script.
wildone Sep 30, 2024
7e8a861
remove build watch.
wildone Sep 30, 2024
648b4a6
fix default route.
wildone Sep 30, 2024
52ddd4b
update styles.
wildone Sep 30, 2024
b1f5f32
fix asset type.
wildone Oct 10, 2024
7341e99
use archive for cms service.
wildone Oct 10, 2024
46cbd1a
update cms service ignore.
wildone Oct 10, 2024
3fd0872
add stix viz to menu.
wildone Oct 10, 2024
48cc04e
update sample flow db.
wildone Oct 10, 2024
9e0286f
chore: release v2024.10.10
wildone Oct 10, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 2 additions & 0 deletions .env
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,5 @@ MESSAGESERVICE_CLIENT_PORT=8281
CMS_PORT=8113
MONGO_PORT=8180
NGINX_PORT=8114
KEYCLOAK_PORT=8115
OPENOBSERVE_PORT=8299
2 changes: 1 addition & 1 deletion .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:

strategy:
matrix:
node: [18.3.0]
node: [18.3.0, 18.20.4]
os: [
# macos-latest,
# ubuntu-latest,
Expand Down
1 change: 1 addition & 0 deletions dev.ps1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
npm run preview:watch
3 changes: 2 additions & 1 deletion electron/app/main/Resources.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import { app } from "electron"
import pkg from "electron"
const { app } = pkg
import { existsSync, writeFile, mkdirSync } from "fs"
import path from "path"

Expand Down
Loading
Loading