-
-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: allow reusing measurement IDs for selecting same group of probes (
#453) * refactor: move suffix before the id * feat: initially implement locations as id * feat: make measurement cloning work * fix: rate limits * refactor: store empty location fields as nulls * fix: get rid of undefined in probe location object * feat: update offline probe fields values * refactor: refactor * feat: mark measurement as finished if all filtered probes are offline * feat: small fixes * test: fix part of the tests * test: fix existing tests * feat: user prev implementation of measurement key * refactor: rename store methods * test: add unit tests * docs: update openapi docs * feat: move isHosting to the location object * fix: remove redundant commands from redis script * docs: update descriptions * feat: copy prev mes location and limit if measurement is created by id * feat: add "offline" test status * feat: allow to pass measurement id in the magic field * feat: replace magic with id in locations field with actual location * test: add offline test result int test * docs: update descriptions --------- Co-authored-by: Martin Kolárik <[email protected]>
- Loading branch information
1 parent
9a76651
commit 92ea2cf
Showing
41 changed files
with
1,646 additions
and
799 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.