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

develop -> master #1507

Merged
merged 117 commits into from
Jan 2, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
117 commits
Select commit Hold shift + click to select a range
3a4aa2f
fix(deps): update material-ui monorepo
renovate-bot Dec 23, 2024
be45dba
fix test config docker-compose URL
ajhollid Dec 23, 2024
6a46939
Merge pull request #1466 from bluewave-labs/hotfix/devops/docker-compose
ajhollid Dec 23, 2024
fdb77bb
move middleware to after JobQueue initialization
ajhollid Dec 23, 2024
b2e2d08
Merge pull request #1467 from bluewave-labs/hotfix/be/move-middleware
ajhollid Dec 23, 2024
bd81c49
Revert "hotfix: move middleware to after JobQueue initialization"
ajhollid Dec 23, 2024
13d40e7
Merge pull request #1468 from bluewave-labs/revert-1467-hotfix/be/mov…
ajhollid Dec 23, 2024
293bc12
chore(deps): update dependency eslint-plugin-react to v7.37.3
renovate-bot Dec 24, 2024
169d58d
Merge pull request #1469 from renovate-bot/renovate/eslint-plugin-rea…
ajhollid Dec 24, 2024
2efd26d
Merge pull request #1464 from renovate-bot/renovate/material-ui-monorepo
ajhollid Dec 24, 2024
7c1442e
Add a service registry
ajhollid Dec 24, 2024
8b0af64
Add static name exports to all services
ajhollid Dec 24, 2024
cc40bd6
refactor controllers to be class based
ajhollid Dec 24, 2024
0861595
Refactor routers to be class based
ajhollid Dec 24, 2024
7f6e096
refacgtor MongoDB to be class based
ajhollid Dec 24, 2024
139c1fd
refactor middleware to use service registry
ajhollid Dec 24, 2024
83e489c
Use service registry instead of adding services to request
ajhollid Dec 24, 2024
9182e2a
fix(deps): update dependency bullmq to v5.34.5
renovate-bot Dec 25, 2024
b7c5d75
Merge pull request #1471 from renovate-bot/renovate/bullmq-5.x
ajhollid Dec 26, 2024
b708e7a
added year in the date
aroy114 Dec 26, 2024
e2e155f
Merge pull request #1473 from aroy114/certificate
ajhollid Dec 26, 2024
fd21155
fix certificate format
ajhollid Dec 26, 2024
f37b5f4
Merge pull request #1475 from bluewave-labs/hotfix/fe/details-certifi…
ajhollid Dec 26, 2024
f32caea
fix(deps): update dependency @mui/x-data-grid to v7.23.5
renovate-bot Dec 27, 2024
bab0595
Merge pull request #1477 from renovate-bot/renovate/material-ui-monorepo
ajhollid Dec 27, 2024
955d3c6
Merge pull request #1470 from bluewave-labs/feat/be/migrate-to-class
ajhollid Dec 27, 2024
0a68611
Add port type to Monitor
ajhollid Dec 27, 2024
73994ca
Add net module to network service
ajhollid Dec 27, 2024
9571af4
Add port monitoring operation to network service
ajhollid Dec 27, 2024
6ff1cd0
Add handling of ports to status service
ajhollid Dec 27, 2024
f155b8c
Add validation and status messages
ajhollid Dec 27, 2024
004184b
add port types to monitor operations on BE
ajhollid Dec 27, 2024
d27c44d
Add validation for port to FE
ajhollid Dec 27, 2024
ab27011
Add port option to create uptime monitors
ajhollid Dec 27, 2024
bc748c5
Add port type to uptime queries
ajhollid Dec 27, 2024
d686a8d
made adding jobs and scaling workers non-blocking
ajhollid Dec 27, 2024
fab60f0
Merge pull request #1480 from bluewave-labs/hotfix/non-blocking-calls
ajhollid Dec 27, 2024
319e6d6
Add core maintainers
gorkem-bwl Dec 28, 2024
91e7229
Add indices to Check model
ajhollid Dec 28, 2024
ce3e7cf
Add indices to HardwareCheck model
ajhollid Dec 28, 2024
bdf23a4
Sync indices on startup
ajhollid Dec 28, 2024
0b5594f
force index usage for getMonitorStatsById
ajhollid Dec 28, 2024
fcda60f
fix(test): Use 'npm run lint-fix' to fix 'mocha/no-mocha-arrows' like…
mertssmnoglu Dec 29, 2024
b9863e5
chore(lint): Add chai globals to eslint config
mertssmnoglu Dec 29, 2024
3569765
fixed variable
aroy114 Dec 26, 2024
fee7997
fix(deps): update dependency @fontsource/roboto to v5.1.1
renovate-bot Dec 29, 2024
d2ef1ab
I'll find a better design here with photos
gorkem-bwl Dec 29, 2024
c2a178c
fixed navbar links
aroy114 Dec 29, 2024
43b8a3c
Merge pull request #1487 from renovate-bot/renovate/fontsource-monorepo
ajhollid Dec 29, 2024
26f1c27
Merge pull request #1489 from aroy114/navbar
ajhollid Dec 29, 2024
ba05405
Merge pull request #1478 from bluewave-labs/feat/be/tcp-port-monitoring
ajhollid Dec 29, 2024
811ccae
Merge pull request #1479 from bluewave-labs/feat/fe/tcp-port-monitoring
ajhollid Dec 29, 2024
3e841b2
Merge pull request #1472 from aroy114/button
ajhollid Dec 29, 2024
bf8fcad
Sidebar icon button rounded
rafeyrana Dec 29, 2024
36ca55e
code cleanup
rafeyrana Dec 29, 2024
334e8c3
Merge pull request #1491 from rafeyrana/sidebar-button
ajhollid Dec 30, 2024
566cd85
fix(deps): update dependency mongoose to v8.9.3
renovate-bot Dec 30, 2024
d9c583f
Add a route for uptime details
ajhollid Dec 30, 2024
0551eb0
Add controller method for uptime details
ajhollid Dec 30, 2024
5391145
Add aggregate queries for uptime monitor stats
ajhollid Dec 30, 2024
e518172
Add netwokr request for uptime details
ajhollid Dec 30, 2024
107540b
FE refactor
ajhollid Dec 31, 2024
d574faa
Add groupUpChecks and groupDownChecks
ajhollid Dec 31, 2024
853a28d
migrate to new query
ajhollid Dec 31, 2024
b5ceb5c
Add timestamp method
ajhollid Dec 31, 2024
3e995c8
update response time gauge
ajhollid Dec 31, 2024
6f96e77
modify query
ajhollid Dec 31, 2024
11972c6
Merge pull request #1486 from mertssmnoglu/fix/server-lint-errors
ajhollid Dec 31, 2024
5567eec
Merge pull request #1495 from renovate-bot/renovate/mongoose-8.x-lock…
ajhollid Dec 31, 2024
7f601b1
rebuild query
ajhollid Dec 31, 2024
e2c39bc
Checkmate & Uprock grant funding call initial commit
gorkem-bwl Dec 31, 2024
68ff079
Fixes
gorkem-bwl Dec 31, 2024
94e67f2
Update grant_funding.md
gorkem-bwl Dec 31, 2024
fabfbec
fix(deps): update dependency bullmq to v5.34.6
renovate-bot Dec 31, 2024
f8581a2
Create pull_request_template.md
gorkem-bwl Dec 31, 2024
ee87a68
Remove redundant pr template file
gorkem-bwl Dec 31, 2024
bbae505
Add group checks to DB query
ajhollid Dec 31, 2024
17bd1f5
Add temporary normalization functoins
ajhollid Dec 31, 2024
91b282e
Refactor charts
ajhollid Dec 31, 2024
a466e91
remove old query
ajhollid Dec 31, 2024
cf33056
Add route and controller method for hardware details
ajhollid Dec 31, 2024
247bf44
begin implementing aggregate query
ajhollid Dec 31, 2024
e29b554
Fixed color for upbarchart:
ajhollid Jan 1, 2025
58c416f
use upchecksaggregate total checks instead of total checks
ajhollid Jan 1, 2025
2a41642
add two mising date clauses to details query
ajhollid Jan 1, 2025
350e560
Merge pull request #1481 from bluewave-labs/fix/be/db-indices
ajhollid Jan 1, 2025
2d9b4ea
write hardware monitor query
ajhollid Jan 1, 2025
cb425b2
Merge branch 'develop' into feat/be/hardware-details
ajhollid Jan 1, 2025
a3518e4
add missing date range, add date range lookup
ajhollid Jan 1, 2025
f176768
Refactor FE to use new query
ajhollid Jan 1, 2025
1805858
Add last checked
ajhollid Jan 1, 2025
24f5c54
Update README.md
gorkem-bwl Jan 1, 2025
ca258da
Update README.md
gorkem-bwl Jan 1, 2025
67fe63c
Merge pull request #1496 from renovate-bot/renovate/bullmq-5.x
ajhollid Jan 1, 2025
c572096
safe data access
ajhollid Jan 1, 2025
6563ced
add jsdoc and validation
ajhollid Jan 1, 2025
48e8c29
Add indices for PageSpeedCheck
ajhollid Jan 1, 2025
8fcbe43
Remove console log from hardware check module
ajhollid Jan 1, 2025
e222b13
add separate queue for each monitor type
ajhollid Jan 1, 2025
4c2a0fd
Use initJobQueue method to initialize JobQueue, flush Redis DB on shu…
ajhollid Jan 1, 2025
dafdb03
safe variable access
ajhollid Jan 2, 2025
86d11c7
remove console.log
ajhollid Jan 2, 2025
69f7cf2
fix check spread
ajhollid Jan 2, 2025
e7cf127
Fix tooltip and proptypes
ajhollid Jan 2, 2025
b332bed
modify date format to ISO standard, remove toTimeStamp method
ajhollid Jan 2, 2025
c11e412
fix init job queue method
ajhollid Jan 2, 2025
62d1d34
better worker task handling, implement progress updates
ajhollid Jan 2, 2025
2dbf324
Update README.md
gorkem-bwl Jan 2, 2025
f958424
Merge pull request #1497 from bluewave-labs/feat/fe/uptime-details
ajhollid Jan 2, 2025
25fd0f7
Merge branch 'develop' into feat/be/hardware-details
ajhollid Jan 2, 2025
1ce3e22
Merge pull request #1498 from bluewave-labs/feat/be/hardware-details
ajhollid Jan 2, 2025
b7bd641
Merge pull request #1501 from bluewave-labs/fix/be/pagespeed-index
ajhollid Jan 2, 2025
7b3a83a
Merge pull request #1502 from bluewave-labs/fix/be/improved-jobqueue
ajhollid Jan 2, 2025
30d8595
Fix bad merge commit
ajhollid Jan 2, 2025
43ff7a4
Merge pull request #1504 from bluewave-labs/hotfix/fe/bad-merge
ajhollid Jan 2, 2025
decda44
add missing auth headers to hardware-details request
ajhollid Jan 2, 2025
70ba745
Merge pull request #1506 from bluewave-labs/hotfix/fe/bad-merge
ajhollid Jan 2, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
**(when sending your PR, only remove this line. Do not remove any lines below. Check all the items before sending your PR)**
**(when sending your PR, only remove this line. Do not remove any lines below. Check all the relevant items before sending your PR)**

## Describe your changes

Expand Down
Loading
Loading